h1, h2, h3 {
  color: #EFCB89;
}

h1, h2 { text-align: center; }

p {
  color: #999999;
  text-indent: 25px;
}

li {
  color: #FFFFFF;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  margin: 0;
  padding: 1em;
}

a {text-decoration: none;}
a:link {color: #0000FF;}
a:visited {color: #C0C0C0;}
a:active {color: #FFFFFF;}
a:hover {color: #FF0000;}

img {
  border-width: 0px;
}

.center {
  text-align: center;
}

table.stat {
  border: 1px solid #C0C0C0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
	margin-bottom: 1em;
}
table.stat td, th {
  border: 1px solid #C0C0C0;
}
table.stat th {
  color: #FFFFFF;
  background-color: #C44D3C;
  font-size: small;
}
table.stat td {
  color: #EFCB89;
  background-color: transparent;
  text-align: left;
}
table.stat .description {
  color: #B6996D;
	text-align: center;
}
table.stat td em {
  color: #FF7E40;
}

.blockcenter {
  display: block;
  margin: auto;
}

ul#sitemap {
  list-style-type: none;
  padding-left: 0;
}
ul#sitemap h2 {
  margin: 0;
}
ul#sitemap h3 {
  margin: 0;
  margin-top: 1em;
}
ul#sitemap ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1em;
}
ul#sitemap ul ul {
}