PRE {
  font-family: "Courier New", courier, monospace;
}
A { 
  text-decoration: none;
}
.author { 
  font-style: italic;
}
.body {
  margin-left: 2%;
}
HTML BODY {
  background-color: white;
  background-image: url(./images/background.gif);
  background-repeat: repeat;
}
HTML BODY, .body {
  font-size: large;
  font-family: Helvetica;
  color: black;
}
.topLeft {
  font-weight: bold;
  font-style: normal;
  font-size: 40pt;
  font-family: Garamond;
  text-decoration: none;
  color: maroon;
}
.topLeft A.author {
  color: maroon;
}
.topRight {
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  font-family: Helvetica;
  text-decoration: none;
  color: black;
}
.topRight A.author {
  color: black;
}
.bottomLeft {
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  font-family: Helvetica;
  text-decoration: none;
  color: black;
}
.bottomLeft A.author {
  color: black;
}
.bottomCenter {
  font-weight: bold;
  font-style: normal;
  font-size: small;
  font-family: Helvetica;
  text-decoration: none;
  color: black;
}
.bottomCenter A.author {
  color: black;
}
.bottomRight {
  font-weight: normal;
  font-style: normal;
  font-size: medium;
  font-family: Helvetica;
  text-decoration: none;
  color: black;
}
.bottomRight A.author {
  color: black;
}
