/* STYLESHEET fuer ONLINE BOOK OF PARROTS */
/* -------------- general --------------- */
body 
     { background-color:#000040;
        margin-top:5px; 
        margin-bottom:10px; }
/* -------------- Fonts ------------------*/
/* standard */
p,ul,ol,li,div,td,th,address,nobr
     { font-size:8pt;
       font-family:"Arial",sans-serif; }
ul   { list-style: square }
i    { font-family:"Times New Roman"; }
pre  { font-size:9pt;
       font-family:"Courier New"; }
h4   { font-size:9pt;
       font-family:"Times New Roman"; }
h3   { font-size:11pt;
       font-family:"Times New Roman"; }
h2   { font-size:13pt;
       font-family:"Times New Roman"; }
 
