@charset "UTF-8";
a:link {
	color: #C66;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #C66;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #F66;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #F99;
	text-decoration: none;
}
