
BODY {
 
	background-color :red;
}

A:LINK {
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	color : White;
	text-decoration : none;
}

A:VISITED {
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	color : White;
	text-decoration : none;
}
A:HOVER {
	Font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

