BODY {background-color: white}

H3 {font-family: Arial, Helvetica, sans-serif, serif; font-size: 18px; color:black; font-weight:normal}
H4 {font-family: Arial, Helvetica, sans-serif, serif; font-size: 18px; color:black; font-weight:normal}

P {color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
TD, TH {color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

/* Default links entire site*/
a {
	color:navy; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a:visited {
	color:navy; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a:hover {
	color:firebrick; 
	text-decoration:underline; 
	background: none;
	font-weight:normal; 
	font-size: 13px;
}

a:active {
	color:firebrick; 
	text-decoration:underline;
	background: none; 
	font-weight:normal; 
	font-size: 13px
}
/* End default links entire site */
