@charset "UTF-8";
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FF6666;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
