body {
	margin-top: 96px;
	background-color: #f8f8f8;
}
.link {
	font-size: 18px;
	font-family: Lucida Sans Unicode;
	color: #259019;
}
a {
	font-family: Lucida Sans Unicode;
	font-size: 18px;
	color: #259019;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #259019;
}
a:hover {
	text-decoration: none;
	color: #65B05E;
}
a:active {
	text-decoration: none;
	color: #259019;
}