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

a:hover {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Lucida Grande", "Verdana", "San-Serif";
  font-size: 13px;
}

h1, h2 {
  border-bottom: 2px solid;
}

hr {
  border: 1px solid;
}

#content {
  margin: auto;
  text-align: justify;
  width: 850px;
}

#menu a {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

#menu a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
