# this file is used with the html2ps for getting hard copy of
# the OPUS FAQ - either put a copy of this file in your home
# directory with the name:  .html2psrc
#
#  the command for converting an html file to a ps file is:
#      html2ps -Uu opusfaq.html >       opusfaq.ps
#
   BODY {
     font-family: Helvetica;  /* Helvetica, Times */
     font-size: 9pt;
     text-align: justify;    /* left */
     background: white;
   }
   
   H1, H2, H3, H4, H5, H6 {
     font-weight: bold;
     margin-top: 0.8em;
     margin-bottom: 0.5em;
   }
   H1 { font-size: 14pt }
   H2 { font-size: 14pt }
   H3 { font-size: 14pt }
   H4 { font-size: 12pt }
   H5 { font-size: 10pt }
   H6 { font-size: 9pt }
   
   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: 9pt }
   
   BLOCKQUOTE {
     margin-left: 1em;
     margin-right: 1em;
   }
   
   ADDRESS {
     margin-top: 0.5em;
     margin-bottom: 0.5em;
   }
   
   TABLE {
     margin-top: 1.3em;
     margin-bottom: 1em;
   }
   
   DIV.noprint { display: none }
   
   DEL { text-decoration: line-through }
   
   A:link, HR { color: blue }
   
