
BODY { color:       black;
       background:  #eeeeee;
       font-family: "Arial", "Helvetica";
     }

.header  {font-size:  180%;
         font-weight: bold;
         text-align: right;
         color: black
        }

.title   {font-size:  150%;
         font-style: italic;
         text-align: center;
         color: blue
        }

.sectiontitle  {font-size:  120%;
         font-weight: bold;
         text-align: center;
         color: black
        }

A:link    { color: red;  text-decoration:none }
A:visited { color: blue; text-decoration:none }
A:active  { color: blue; text-decoration:none }
A:hover   { color: blue; text-decoration:none }


H1 { font-size: 150%; font-style: italic; text-align: center; color: black }
H2 { font-size: 135%; }
H3 { font-size: 120%; font-style: italic; }
H4 { font-size: 100%; }


TD.smaller {font-size: smaller;text-align:justify; padding:5 5 5 5}

