 A:link, A:active
	{
	text-decoration	:	none;
	color		: #FFD700;
	background	:	transparent;
	font : bold x-small Arial, Helvetica, sans-serif;
	
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		: Yellow; 
  	background	:	transparent;
	font : bold x-small Arial, Helvetica, sans-serif;
	
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		: Yellow;
	background-color : Red;
	font : bold x-small Arial, Helvetica, sans-serif;
	
	}
 BODY {
	color: White;
	text-align: left;
	background : Navy none no-repeat;
	font : 20px Arial, Helvetica, sans-serif;
}

.whiteborder {
	border: thin White;
}
TABLE {
	border: thin Red;
	border-color : Red;
	font : bolder normal x-small Arial, Helvetica, sans-serif;
	}
