a:link {
	color: #999999;
	text-decoration: none;
}
	
a:visited {
	text-decoration: none;
	color: #999999;
}

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

a:active { 
	text-decoration: none;
}

