a:link    {
	color: #00CC00;
	text-decoration : none;
}
a:active  {
	color: #CCCCCC;
	text-decoration : none;
} 
a:visited {
	color: #009900;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
	color : #FF0000;
}

