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