
A:link, A:active
	{
	font-family	: Verdana; 
	text-decoration	:	none;
	font-size: 10pt;
	color		: black;
	background	:	transparent;
	}

A:visited 
	{
	font-family	: Verdana; 
	font-size: 10pt;
   	text-decoration	:	none; 
   	color		:	black; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
	font-family	: Verdana; 
	font-size: 10pt;
   	text-decoration	:	none; 
	color		: red;
	background: transparent;
	}
