A { text-decoration: none; 
    color: #66FF00;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
  color: #000000;
}

a:active {
	color: #000000;
	text-decoration: underline;
}
