BODY {
  font-family: tekton, new york, times, serif;
  background: url(CSS_PTRN.GIF) #ffcc99 repeat-y;
  background-attachment: fixed;
 }

H1, H2, H3 {
  font-family: avant garde, geneva, verdana, arial, helvetica, sans-serif;
  color: #336;
  font-weight: bold;
 }

H1 {
  color: #F99;
  background: #333366;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1em;
  border: dashed thick maroon;
 }

TT {
  color: green;
  background: black;
  font-family: mishawaka, courier, monospace;
  }

STRONG {
  color: green;
  text-decoration: blink;
  }

DIR { list-style-image: url(RED_DOT.GIF) }

OL { list-style: upper-roman }

OL OL { list-style: lower-roman }

FORM {
  padding: 2em 1em;
  border: dashed thin red;
  background-color: #ccf;
  background-image: url(FRK_GHST.GIF);
  background-repeat: no-repeat;
  background-position: 50%;
 }

DIV.formintro {
  padding: 2em 1em;
  background-color: ccf;
  background-image: url(STR_PTRN.GIF);
  background-repeat: repeat-x;
 }

 .formlabel {
  padding: 1em 0em;
  background: #cfc;
 }

