@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration:none;
	font-weight:bold;
	color: #330099;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000099;
}

a:hover {
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
}
