@charset "UTF-8";
.links {
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #000
	
}

a:visited {
	text-decoration: none;
	color: #417178;
}
a:hover {
	text-decoration: underline;
	color: #BCB999;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
}