.menu {
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 12px;
	color: #F0DFB2;
	text-decoration: none;
	padding-top: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	background-color:#0f0c02;
	color:#F0DFB2;
}
.content {
	width:770px;
	align:center;
	vertical-align:middle;
	height:100%;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}