BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #e1d0c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

A {
  color: #666666;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #804E21;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}

h2 {
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 3px;
	font-weight: normal;
	color: #804E21;
}

TD.main, P.main {
  font-size: 10px;
  line-height: 16px;
  color: #666666;
}

.brownbox {
	border-color: #BAAD7F;
	border-style: solid;
	border-width: 1px;
}
.whitetext {
	line-height: 16px;
	color: #804E21;
	font-size: 10px;
}
.menu {
	font-size: 10px;
	line-height: 18px;
}
.menu a {
	padding: 5px 5px 4px 5px;
}
.menu a:hover {
	background-color: #BAAD7F;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #e1d0c7;
}