@charset "utf-8";
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC0000;
}

a:link {
	color: #CC0000;
}

