@charset "utf-8";
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #06F;
	background-color: #C5EAFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	border-top-color: #214EB5;
	border-right-color: #214EB5;
	border-bottom-color: #214EB5;
	border-left-color: #214EB5;
	background-color: #C5EAFF;
	height: 35px;
}
