/* Authored by Joseph De Araujo */

A:active {color:yellow; font-weight: bold;} 
A:link {color:#000066; font-weight: bold;}
A:visited {color:#000066; font-weight: bold;} 




.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	
	
}

a.menuLink:hover {
text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

body, td, p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
