a:link {
	color: #cccc33;
	text-decoration:none;
}
a:visited {
	color: cccc33;
	text-decoration:none;
}
a:active {
	background-color: white;
	text-decoration:none;
}
a:hover {
	color:66cccc;
	text-decoration:none;
}



