BODY { background-color: #ffffff;  
font-family: Verdana, Arial, sans-serif; 
color: #000000;
font-size: 12 px; }
TD, TH { font-size: 12 px; }

A:link, A:active { font-size: 13 px; text-decoration: none; color: #040472; }
A:visited { font-size: 13 px; text-decoration: none; color: #040472; }
A:hover { font-size: 13 px; color: #ffffff; TEXT-DECORATION: none; background-color: maroon; }

a.text2:link { font-size: 12px; text-decoration: none; color:maroon; }
a.text2:active { font-size: 12px; text-decoration: none; color:maroon; }
a.text2:visited { font-size: 12px; text-decoration: none; color:maroon; }
a.text2:hover { font-size: 12px; text-decoration: none; color:#011230; background-color: #ffffff; }

a.graphic:link { text-decoration: none; }
a.graphic:active { text-decoration: none; }
a.graphic:visited { text-decoration: none; }
a.graphic:hover { text-decoration: none; background-color: #ffffff; }

/* list attributes */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}