a:link {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: purple;
  text-decoration: underline;
}
a:hover {
  color: red;
  text-decoration: underline;
}

BODY.body1 {
  background-color: #ccffe5;
  background-image:url(../img/background.gif); 
  margin-top: 0px;
}

TABLE.body1 {
  background-color: white;
}

HR.hline1 {
  color: gray;
  text-align: left;
  height: 1px;
  width: 780px;
}

HR.hline2 {
  color: gray;
  text-align: left;
  height: 1px;
}

