@charset "utf-8";
body {
	background-color: #9D8174;
	text-align: center;
}
#outerbody {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	text-align: left;
}
.vhmenu a {
	color: #FFF;
	padding: 16px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.vhmenu a:hover {
	color: #000;
}

.vhmenu {
	position: relative;
	float: right;
	right: 40px;
}
a:hover {
	color: #000;
}
