BODY {
	
	font-family : Verdana;
	font-size: 12px;
	


 
A {
	color: Red;
}

A:Hover {
	color: Navy;
}


