body {
	background: #F3F6ED;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #93968D;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	color: #93968D;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #93968D;
	text-decoration: none;
}
a:hover {
	color: #B3B6AD;
	text-decoration: underline;
}