A  {
	text-decoration : none;
	color : 0066cc;
}

A:Visited  {
	text-decoration : none;
	color : 0066ff;
}

A:Active  {
	color : 0066ff;
	text-decoration : none;
}

A:Hover  {
	text-decoration : none;
	color : 00ccff;
}

