.menuMain {
	text-align: center;
	height: 792px;
	width: 612px;
	padding-top: 15px;
	padding-left: 15px;
}
.menuNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	height: 30px;
}
.menuMain a {
	color: #CFDEAB;
	text-decoration: none;
}
body {
	background-color: #330033;
}
.menuMain a:hover {
	color: #999999;
	text-decoration: none;
}
