@charset "utf-8";

a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited {
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
