a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #800080;
  text-decoration: underline;
}

a:hover, #navi a:hover {
  color: #ff0000;
  text-decoration: underline;
}

body {
  background-color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

h1, h2, h3, h4 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

li {
  padding-bottom: .2em;
  padding-top: .2em;
  font-size: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

p {
  font-size: 80%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol {
  padding-bottom: .3em;
  padding-top: .1em;
  font-size: 80%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
  border-bottom-width: 0px;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #000066;
  border-style: solid;
  width: 99%;
  text-align: right;
  display: none;
}

#logo {
  display: none;
}

#navi {
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #336699;
  border-style: solid;
  background-color: #e7e7e7;
  width: 99%;
  display: none;
}

#navi a:link, #navi a:visited {
  color: #0000ff;
  text-decoration: none;
}

#navi p {
  padding: 0em;
  margin: .2em;
  font-size: 80%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

