BODY
{
	margin-top: 40px;
	color: black;
	font-family: Century;
	background-color: #7C8D5F;
}
A
{
	display: block;
	font-weight: bold;
	float: none;
	color: black;
	text-decoration: none;
}
A:link
{
}

A:visited
{
}

A:active
{
	color: #c7d7aa;
}
A:hover
{
	text-decoration: underline;
}