@charset "utf-8";
a:link {
	color: #CCC;
}
a:visited {
	color: #A68BC2;
}
a:hover {
	color: #E9927C;
}
a:active {
	color: #FC3;
}
