a:link {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;

}
a:hover {
	color: #FFCC99;
	text-decoration: underline;

}
