a:link {  color: #00CC00;  text-decoration : none; }

A:VISITED {
	color : Gray;
	text-decoration : none;
}

A:HOVER {
	 color : white;
}



