@charset "utf-8";
a {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC3399;
	text-decoration: underline;
	font-weight: bold;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

