a:link, a:active, a:visited {
	color:#fff200;
	text-decoration:underline;
}
a:hover {
	color:#ff0099;
	text-decoration:none;
}
