body {
	background-color: #E0EDD8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

#wrapper {
	width: 720px;
	background: white;
	border: 0px black solid;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 600px;
	margin-left: 92px;
	}
	
	
.headline {
	font-weight: bold;
	color:#004895;
	}
	
.green {
	color: #4F804C;
}

.small {
	font-size: 9px;
	}

a:link, a:visited, a:active {
	color: #619D5D;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #477542;
	text-decoration: underline;
	outline: none;
}

