@charset "utf-8";
a {
	font-size: 24pt;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: none;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
