a:link {
	color: #CC0000;
	text-decoration: none;

}
a:hover {
	color: #CCFF00;
	text-decoration: none;

}
a:visited {
	color: #CC0000;
	text-decoration: none;

}

