@charset "utf-8";
/* CSS Document */

a:link {
color: #ffcc00;
text-decoration: none;}

a:visited {
color: #990099;
text-decoration: underline;}

a:hover {
	color: #eaff03;
	text-decoration: underline;
}
