 A:link, A:active
	{
	text-decoration	:	none;
	color		: #007372;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		: #007372; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		: Navy;
	background	:	#ffff00;
	background-color : Yellow;
	font : bold;
	font-weight : bold;
	}
 BODY {
	color: Black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	background-repeat : no-repeat;
	background-color : White;
}

