a:link {
	color: #99CCCC;
	text-decoration: none;
	font-weight: bold;


}

a:visited {
	color: #99CCCC;
	text-decoration: none;
	font-weight: bold;


}

a:hover {
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;


}

a:active {
	color: #99FFFF;
	font-weight: bold;

}
