html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, td, tr, table, div, img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #005534;
}

#container {
  width: 900px;
  height: auto;
  margin: auto;
}

#middle {
  width: 900px;
  height: auto;
}

#lower {
  width: 900px;
  height: auto;
  margin-top: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 1.2em;
}

#footer {
  width: 900px;
  height: auto;
}

#myspace {
  font-size: 0.7em;
}

a.link:link {
  text-decoration: none;
  color: #000000;
}

a.link:visited {
  text-decoration: none;
  color: #000000;
}

a.link:hover {
  text-decoration: underline;
  color: #000000;
}