@charset "utf-8";
a:link {
	color: #FFDF00;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #FFCCFF;
}

