a
	{
	font-size:14;
	color: #FF0000;
	text-decoration: none;
	}
a:link
	{
	color: #FF0000;
	text-decoration: none;
	}
a:hover
	{
	color: white; 
	text-decoration: underline;
	}
a:active  
	{
	color: #009900;
	text-decoration: none;
	}