a:link {
	color: #FEFFCA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FEFFCA;
}
a:hover {
	text-decoration: underline;
	color: #F20000;
}
a:active {
	text-decoration: none;
	color: #F20000;
}

