@charset "UTF-8";
.links {
	font-family: "Helvetica Neue", Helvetica;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-size: 12px;
	background-color: #D3E0D8;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #999;
}
