@charset "UTF-8";
a:link {
	color: #FC0;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #039;
}
a:active {
	color: #FF3;
}

