body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 13px;
}
li {
	font-size: 13px;
}
h1 {
	font-size: 20px;
	color: #b49a3e;
}
h2 {
	font-size: 16px;
	color: #b49a3e;
}
h3 {
	font-size: 14px;
	color: #b49a3e;
}
#maintable {
	border: solid thin #b49a3e;
}
#content {
	background-color: #f5f3d0;
	padding: 10px;
}
#menu {
	background-color: #b49a3e;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color: #f5f3d0;
	border-bottom: solid thin #000;
	border-top: solid thin #000;
}
#menu a {
	color: #f5f3d0;
}
.rule {
	text-align: center;
}
.legal {
	font-size: 11px;
}
#menubottom {

	text-align: center;
	font-size: 11px;
	color: #000;
}