@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
