          BODY {
            font-family: Times;
            font-size: 16pt;
            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: 24pt }
          H2 { font-size: 22pt }
          H3 { font-size: 20pt }
          H4 { font-size: 18pt }
          H5 { font-size: 17pt }
          H6 { font-size: 16pt }

          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: 14pt }

          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 {
              type: letter;
            }
            option {
              twoup: 0;
              toc: hb;
              landscape: 0;
              number: 1;
              duplex: 1;
            }
            margin {
              left: 2.5cm;
              right: 2.5cm;
              top: 2.5cm;
              bottom: 2.5cm;
              middle: 2.5cm;
            }
            header {
              font-size: 13;
              font-style: bold;
              center: $T;
            }
            footer {
              font-size: 13;
            }
          }
