body,a:link
{
	font-family: Verdana, Arial, sans-serif;
	font-size:10pt;
}
a:link
{
	color: #000080;
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	color: #000080;
} 
a:active 
{
	color: #000080;
}
a:hover 
{
	color: red;
	text-decoration: underline;
}
