<!--

#container {
  width: 80%;
  min-width: 600px;
  max-width: 1000px;
  color: black;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#header {
  padding: 10px;
  color: white;
  background-color: black;
  text-align: center;
  font-weight: bold;
  font-size: 28pt;
}

#navtop {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
  background-color: inherit;
  text-align: center;
  font-weight: bold;
}

#content {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
  background-color: inherit;
}

#navbottom {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
  background-color: inherit;
  text-align: center;
  font-weight: bold;
}

#footer {
  clear: both;
  padding: 10px;
  color: white;
  background-color: black;
  text-align: center;
}

body {
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 12pt;
  color: white;
  background-color: black;
}

h1 {
  font-weight: bold;
  font-size: 20pt;
  margin-top: 0px;
  border-color: gray;
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  padding-bottom: 3px;
}

h2 {
  font-weight: bold;
  font-size: 14pt;
  margin-top: 0px;
  border-color: gray;
  border-left-style: solid;
  border-left-width: 5px;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  padding-left: 5px;
}

p {
  margin-top: 0px;
  margin-bottom: 16px;
}

li {
  margin-top: 0px;
  margin-bottom: 4px;
}

img {
  border-style: none;
}

object {
  border-style: solid;
  border-width: 1px;
  margin-top: 0px;
  margin-bottom: 16px;
}

a:link {
  text-decoration: none;
  color: gray;
  background-color: inherit
}

a:visited {
  text-decoration: none;
  color: gray;
  background-color: inherit
}

a:hover {
  text-decoration: underline;
  color: gray;
  background-color: inherit
}

a:active {
  text-decoration: underline;
  color: gray;
  background-color: inherit
}

-->
