@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	border-style: none;
	border: 0;
	border-top-style: none;
	outline-color: #336600;
}
a:visited {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D5458F;
	text-decoration: none;
}

