
BODY {
  background-image: url(../gifs/Paper.jpg);
  background-attachment: fixed;
  color: black;
  font-family: Arial;
  font-size: 12px;
  background-repeat: repeat;
  background-color: white;
}

HR {
  color: ##8080FF;
  width: 100%;
}

A:link {
  font-family: Arial;
  color: blue;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}

A:visited {
  font-family: Arial;
  color: red;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}

A:hover {
  font-family: Arial;
  color: green;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}

A:active {
  font-family: Arial;
  color: green;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}


P {
  font-family: Arial;
  font-size: 12px;
}

TD {
  vertical-align: top;
  font-size: 12px;
}
