
BODY {
  background-image: url(../gifs/Paper.jpg);
  background-attachment: fixed;
  color: black;
  font-family: Arial;
  font-size: 12px;
  background-repeat: repeat;
  background-color: white;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

HR {
  color: ##8080FF;
  width: 90%;
}

A {
  font-family: Arial;
  color: blue;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}

P {
  font-family: Arial;
  font-size: 12px;
}
