BODY {
     font-family: Papyrus, CourierNew, serif;
     font-size: large;
     font-style: oblique;
     font-weight: normal;
     font-variant: normal;
     background-image: url("bldgcol.jpg");
     background-repeat: no-repeat;
     background-color: navajowhite;
     background-attachment: fixed
     }

H1 {
   font-style: oblique;
   font-weight: bold;
   font-variant: small-caps;
   }

H2 {
   font-size: larger;
   }

Q {
  font-family: cursive;
  font-size: smaller;
  font-style: italic;
  font-weight: bold;
  }

TD {
   text-align: center;
   }



