a:link
{
	color: rgb(0,0,102); 
	text-decoration: underline;
font-size: 11pt;

}

a:visited
{
	color: rgb(0,0,102); 
	text-decoration: underline;
font-size: 11pt;

} 

a:active 
{
	color: rgb(0,0,102);
	text-decoration: underline;
font-size: 11pt;

}
a:hover
{
	color: rgb(0,0,102);
	text-decoration: none;
font-size: 11pt;

}

body
{
	font-family: Arial, Verdana, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
	font-size: 11pt;
}