a.cyan:link {
	text-decoration: none;
	color: #00ccff;
}
a.cyan:visited {
	text-decoration: none;
	color: #00ccff;
}
a.cyan:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.cyan:active {
	text-decoration: none;
}

a.yellow:link {
	text-decoration: none;
	color: #FFCC00;
}
a.yellow:visited {
	text-decoration: none;
	color: #FFCC00;
}
a.yellow:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.yellow:active {
	text-decoration: none;
}