body {
	margin-top: 0px;
	background-color: #b9c692;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	color: #596a2d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#b9c692;
	font-weight: bold;
	text-decoration: none;
	} 
	
.header {
	font-size: 16px;
	color: #4581B7;
	font-weight: bold
}
h1 {
	color:#596a2d;
	font-size:16px;
}
.greenboxtext {
	font-size: 13px;
	color: #ffffff;
}
.copyright {
	font-size: 11px;
	color: #596a2d;
}
.copyrightlink {
	font-size: 11px;
	color: #596a2d;
}
.copyrightlink:hover {
	color: #ffffff;
}
.greenlink {
	font-size:12px;
	color: #b9c692;
	font-weight: bold;
	text-decoration: none;
}
.greenlink:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.brownlink {
	font-size: 13px;
	color: #ab7707;
	font-weight: bold;
	text-decoration: none;
}

.brownlink:hover {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}