A:link {
	color : #66CCFF;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
	font-variant : normal;
}
A:visited {
	color : #00CCCC;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
	font-variant : normal;
}

A:hover {
	text-decoration : underline;
	color : White;
}

