body
{
	font-size: 7pt;
	color: white;
	font-family: Arial;
	background-color: black;
}
A
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: red;
}
