BODY {
  color : black;
  background-color : white;
}
A:link {
  color : blue;
  text-decoration : none;
}
A:hover {
  text-decoration : underline;
}
A:visited {
  color : blue;
  text-decoration : none;
}
A:active {
  color : red;
  text-decoration : none;
}
HR {
  height: 1;
  color : #808080;
}
U {
  color : #00376C;
  text-decoration : underline;
}
UL { 
  list-style-type: square; 
  font-size: 1.0em;
}

