@charset "utf-8";
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	background-color: ffcc99;
	color: #FF9933;
	text-decoration: none;
}

