#header {
  background-color: #009900;
}
body {
  background-color: #009900;
}
#menu {
  font-family: Arial,Helvetica,sans-serif;
  line-height: 2.5em;
  font-size: 1em;
  text-align: center;
  height: 2.5em;
  font-weight: bold;
  background-color: #009900;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  background-color: #009900;
  color: white;
  float: left;
  width: 23%;
}
#menu a {
  color: white;
  text-decoration: none;
  display: block;
  background-color: #009900;
}
#menu a:hover {
  background-color: #006600;
}
#content {
  margin: 80px 80px 40px;
  background-color: #009900;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-align: justify;
  font-style: normal;
  color: white;
}
#footer {
  color: #ffffff;
  width: 100%;
  clear: both;
  height: 1em;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #009900;
  font-size: 0.7em;
}
#footer1 {
  width: 200px;
  float: left;
  text-align: center;
}
#footer2 {
  width: 200px;
  text-align: center;
  float: right;
}
#footer2 a {
  color: white;
}
#content a {
  color: white;
}
#content a:hover {
  color: pink;
}
#content a:visited {
  color: yellow;
}

