/* Generated by KompoZer */
body {
  font-size: 12px;
  font-family: Verdana;
  background-color: silver;
  text-align: center;
}
h1 {
  margin: 0;
  padding: 4px;
  color: #000000;
  font-size: 18px;
  background-color: black;
  height: 20px;
}
h2 {
  font-size: 14px;
  color: #000000;
}
h3 {
  font-size: 14px;
  color: #000000;
}
p {
  margin-top: 0px;
}
code {
  font-size: 14px;
  color: #0000cc;
}
pre {
  padding: 5px;
  font-size: 14px;
  color: #0000cc;
}
a:link, a:visited, a:active, a:hover {
  color: #a1a49c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a:active, a:hover {
  color: #cecece;
  text-decoration: none;
}
a.text:link, a.text:visited, a.text:active, a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #025597;
  text-decoration: underline;
}
a.text:active, a.text:hover {
  color: #000066;
  text-decoration: underline;
}
a.menu:link, a.menu:visited {
  color: #cecfc6;
  text-decoration: none;
}
a.menu:active, a.menu:hover {
  color: #eeeeee;
}
#title {
  padding: 5px;
  background-color: black;
  text-align: center;
  height: 30px;
}
#menu {
  border-top: 1px solid #669999;
  padding: 10px 0;
  color: #ffffff;
  background-color: black;
  text-align: center;
  clear: left;
}
#content {
  border-top: 1px solid #000000;
  padding: 5px;
  background-color: #e7d3bd;
  color: #000000;
}
#footer {
  padding: 4px;
  color: white;
  background-color: black;
}

