BODY {background-color:#A8C2CF; font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 11px; }
<!-- 5/20/2001 IE 5 on PC don't recognize SPAN font & size, need to put font-family & size in BODY -->
<!--//5/20/2001 don't put width:auto in SPAN that could cause Netscape not to kern text properly.-->
SPAN {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 11px;}
H1 {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 18px;}
H2 {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 16px;}
H3 {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 14px;}
H4 {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 12px;}
TD {font-family: Veranda,Arial,Helvetica,sans-serif; font-size:12px; background-color:#FFFFFF}
TH {font-family: Veranda,Arial,Helvetica,sans-serif; font-size:12px;}

p {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 12px;}
em {font-family: Veranda,Arial,Helvetica,sans-serif;font-size: 12px; color:#990000;}
strong {color: red}

.navlink a{ 
font-size: 13px; text-decoration: none
}
.navlink a:hover {  
color:#990000 ;
font-size: 13px; text-decoration: underline
}


.textlink a {
 text-decoration: underline;
}
.textlink a:hover {
color:#990000 ;
text-decoration: underline;
}

.textself {
font-size: 13px; text-decoration: none; font-weight:bold; color:#FFFFFF;
background:#990000;
}
.textselfblue {
font-size: 13px; text-decoration: none; font-weight:bold; color:#FFFFFF;
background:#50849F;
}



.small {  font-size: 10px;}
.copyright { font-size: 10px;}
.highlight {color:#990000;}
.highlightblue {color:#50849F;}

input, select, textarea {
	font-family: Veranda,Arial,Helvetica,sans-serif;
	font-size: 12px; 
	font-style:bold;
	color: #990000;
}

.normal {  font-size: 12px; font-style:bold;}
.medium {  font-size: 11px;}




<!-- identity site carry over -->

A:link {color: #990000;} /* unvisited links are blue */
A:visited {color: #333399;} /* visited links are green #004e61 */
A:active {color: yellow;} /* anchors turn yellow while clicked */ 





