@charset "UTF-8";
a:link {
	font-weight: normal;
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-weight: normal;
	color: #C00;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}

