body
{
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #000000;
}
A{
	text-decoration: none;
	color: red;
}
A:hover{
	color: blue;	
	text-decoration: none;
}
A:visited{
	text-decoration: none;
}
A:active{
	text-decoration: none;
}

