BODY {
  font-family: new-century-schoolbook;
  font-size: 12pt;
  text-align: left;
  background: white;
}

H1, H2, H3, H4, H5, H6 {
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
H1 { font-size: 20pt }
H2 { font-size: 18pt }
H3 { font-size: 16pt }
H4 { font-size: 14pt }
H5 { font-size: 13pt }
H6 { font-size: 12pt }

P, OL, UL, DL, BLOCKQUOTE, PRE {
  margin-top: 1em;
  margin-bottom: 1em;
}

P {
  line-height: 1.2em;
  text-indent: 0;
}

OL, UL, DD { margin-left: 2em }

TT, KBD, PRE { font-family: Courier }

PRE { font-size: 10pt }

BLOCKQUOTE {
  margin-left: 1em;
  margin-right: 1em;
}

ADDRESS {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

TABLE {
  margin-top: 1.3em;
  margin-bottom: 1em;
}

DEL { text-decoration: line-through }

A:link, HR { color: black }

@HTML2PS {
  paper {
    height: 8.5in;
    width: 5.5in;
  }
  option {
    twoup: 0;
    toc: hb;
    landscape: 0;
    number: 1;
    duplex: 0;
  }
  margin {
    left: 0.75in;
    right: 0.75in;
    top: 1.25in;
    bottom: 1.25in;
  }
  header {
    font-size: 12;
    font-style: bold;
    center: $T;
  }
  footer {
    font-size: 12;
  }
  justify {
    word: 20pt;
    letter: 2pt;
  }
}






