
INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 10px;
	} 
		
A
	{
	color: #993333;
	text-decoration : none;
	text-transform : none;
	font-weight : none;
	font-style : none;
	}
	
A:hover
	{
	background: #EEEEEE;
	color: #333333;
	text-decoration : underline;
	text-transform : none;
	font-weight : none;
	font-style : none;
	}	
	
A:visited
	{
	color: #666666;
	text-decoration : underline;
	text-transform : none;
	font-weight : none;
	font-style : none;
	}	


