body{
	margin: 2px;
	background-color: #400001;
	text-align: center;
}
body, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2e321e;
}
h1{
  font-size: 16px;
  font-weight: bold;
}
h2{
  font-size: 14px;
  font-weight: bold;
}
h3{
  font-size: 12px;
  font-weight: bold;
}
h4{
  font-size: 11px;
  font-weight: bold;
}
a, a:link, a:visited, a:hover, a:active{
	font-weight: bold;
	color: #828d35;
	text-decoration: underline;
}
a:hover{
  text-decoration: none;
  color: #e3ecb7;
}
ul li {
  list-style-type: circle;
}

