BODY   {

	FONT-SIZE : xx-small;

	FONT-FAMILY : verdana;

	text-decoration: none;

	color: White;
  
 }


A.link  { 

	

	

	text-decoration: none;

	color: White;
	
	background: red

 }

 

A.link:Visited  {

	text-decoration: none;

	color: White;
	
	background: red

}



A.link:Active  {

	text-decoration: none;

	color: White;
	
	background: red

}



A.link:Hover  {

	text-decoration: none;

	color: red;
	
	background: white

}







