body {
  background-color: #ffffff;
  font-family: Arial;
  font-size: 3;
  color: #000000;
}

a:link {
  color: #008800;
  text-decoration: none;
}

a:active {
  color: #008800;
  text-decoration: none;
}

a:visited {
  color: #008800;
  text-decoration: underline;
}

a:hover {
  color: #00CC00;
  text-decoration: underline;
}

a.nav:link {
  color: #008800;
  text-decoration: none;
}

a.nav:active {
  color: #008800;
  text-decoration: none;
}

a.nav:visited {
  color: #008800;
  text-decoration: none;
}

a.nav:hover {
  color: #00CC00;
  text-decoration: underline;
}

a.navs:link {
  color: #008800;
  text-decoration: underline;
  font-weight: bold;
}

a.navs:active {
  color: #008800;
  text-decoration: underline;
  font-weight: bold;
}

a.navs:visited {
  color: #008800;
  text-decoration: underline;
  font-weight: bold;
}

a.navs:hover {
  color: #00CC00;
  text-decoration: underline;
  font-weight: bold;
}

.footer {
  font-size: x-small;
  font-style: italic;
}