body {
  background: #42bb00;
  font-family: courier new, courier;
  color: #000000;
  text-align: center;
  font-size: 11px;
}

h3 {
  color: #ffffff;
  font-family: courier new, courier;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

h2 {
  color: #ffffff;
  font-family: courier new, courier;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}



a {
  text-decoration: underline;
  color: #000000;
  font-family: courier new, courier;
  color: #000000;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  font-family: courier new, courier;
  color: #000000;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

#content {
  width: 624px;
  padding-top: 70px;
}

#menu {
  font-size: 11px;
  padding-top: 100px;
  display: inline;
  float: left;
  color: #000000;
  text-align: right;
}

#menu a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover {
  color: #000000;
  background: #ffffff;
}

#main {
  width: 451px;
  padding-top: 40px;
  display: inline;
  float: right;
  text-align: left;
  font-size: 11px;
  color: #ffffff;
}

#copyright {
  color: #555555;
  font-size: 10px;
  font-weight: normal;
}

#copyright a {
  color: #777777;
}

#copyright a:hover {
  color: #00ccff;
}