body {
  color: #eeeeee;
  background-color: darkslategray;
  font: normal 10pt "Verdana";
}

h1 {
  text-align: center;
  color: white;
  font: bold 20pt "Verdana";
  margin: 0px 0px 0px 0px;
}

h2 {
  text-align: left;
  margin: 0px 0px 0px 5px;
  color: white;
  font: bold 14pt "Verdana";
}

h3 {
  text-align: left;
  margin: 0px 0px 0px 25px;
  color: white;
  font: normal 12pt "Verdana";
}

h4 {
  text-align: left;
  margin: 0px 0px 0px 45px;
  color: white;
  font: normal 10pt "Verdana";
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.center {
  text-align: center;
}

a:link {
  font-weight: bold;
  color: #ffa600;
}

a:visited {
  font-weight: bold;
  color: #bb6200;
}

ul li ul li {
  font-size: 9pt;
}

.breadcrumbs {
  text-align: center;
  font-size: 8pt;
  margin: 5px 5px 15px 5px;
}
