@charset "UTF-8";
a:link {
	font-weight: bold;
	color: #663;
	text-decoration: none;
}
a:visited {
	color: #663;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #CC0;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}
