body {
	background-color: #C9CA90;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6C5038;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9B783E;
}
a:hover {
	text-decoration: underline;
	color: #C7B19C;
}
a:active {
	text-decoration: none;
	color: #6C5038;
}