@charset "utf-8";
/* CSS Document */

a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}