/* style definitions for nofuss websites stuff */


body{
  background-color: white;
  font-family: Verdana,Helvetica,SansSerif;
  font-size: 10pt;
  font-weight: normal;
  margin: 16px;
}

.text{
  font-family: Verdana,Helvetica,SansSerif;
  font-size: 10pt;
  font-weight: normal;
  text-align: justify;
}


a{
 color: aa3333;
 text-decoration: none;
}


a:hover{
 text-decoration:underline;
}






/* headings */
.head1{
  font-family: Verdana,Helvetica,SansSerif;
  font-size: 18pt;
  font-weight: normal;
  padding-above: 15px;
}

.head2{
  font-family: Verdana,Helvetica,SansSerif;
  font-weight: bold;
}


/* smaller text */
.size9{
  font-size: 9pt;
}

.size8{
  font-size: 8pt;
}


.right{
  text-align: right;
}

.left{
  text-align: left;
}



.submenu{
  padding: 10px;
  font-size: 10pt;
  font-weight: bold;
}


.quotehead{
   background-color: cc9999;
}

.quotebody{
   background-color: cccccc;
}

.quotewhite{
   background-color: ffffff;
}

