
<!-- File Name = CecilStyle.css -->
<!-- -->
BODY       { background-color  : white;
             text-align        : left;
             font-size         : medium;
             font-family       : Times, Trebuchet,  Arial, sans-serif;
           }
 
P          { font-family : Times,Trebuchet, Arial, sans-serif;
             font-size   : medium;
           }

H1         { font-family : Times, Trebuchet, Arial, sans-serif;
             text-align  : center;
             font-size   : large;
             background-color : white;
           }

H2         { font-family : Times, Trebuchet, Arial, sans-serif;
             text-align  : center;
             font-size   : medium;
             background-color : #C7C735;
           }

H3         { font-family : Times, Trebuchet, Arial, sans-serif;
             font-style  : italic;
             text-align  : left;
             font-size   : medium;
           }

TH          { font-family : Times,Trebuchet, Arial, sans-serif;
             font-size   : medium;
           }


TD          { font-family : Times,Trebuchet, Arial, sans-serif;
             font-size   : medium;
           }

LI          { font-family : Times,Trebuchet, Arial, sans-serif;
             font-size   : medium;
           }


