body
{
    text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	background-color: #AFAFAF;
}
a:link, a:visited, a:active
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #10007f;
}
a:hover
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: red;
}