BODY {
	color: black;
	font-family: verdana, helvetica;
	font-size:14pt;
	background-color: white
}
H1 { color: black; font-family: verdana, helvetica; font-size: 40pt }
H2 { color: black; font-family: verdana, helvetica; font-size: 13pt }
H3 { color: black; font-family: verdana, helvetica; font-size: 12pt }
P { color: black; font-family: verdana, helvetica; font-size: 8pt }
BR { color: black; font-family: verdana, helvetica; font-size: 14pt }

/*anchor cows */
A:link 	{
   text-decoration : none;
   color : #000066;
font-size: 8pt

   }

A:visited {
   text-decoration : none;
   color : black;
font-size: 8pt
}

A:hover  {
   color : red;
font-size: 8pt
}

A.index:link  {
   font-size : 11px;
   color : #333366;
}
A.index:visited  {
   font-size : 11px;
   color : #333366;
}

A.index:hover  {
   color : #CC3300;
}