a { 
text-decoration: none; color: white; 
 }
a:link {  color: white}
a:hover {
	color: #999999;
	text-decoration: underline overline;
}
a:active {  color: white}
