A  {
	text-decoration : none;	
	color : "#222222";

}

A:Visited  {
	text-decoration : none;	
	color : "#222222";
}

A:Active  {}

A:Hover  {
	text-decoration : none;
	color : "#cccccc";
}