/* ======== The overall shape ======== */

#all      { width:800px;}
.leftcol  { width:140px;}
.midcol   { width:25px;}
.maincol  { width:635px;}


BODY    { font-family: Arial,Helvetica,sans-serif;
          background-color: #88BBff;
        }


H1   { font-family: Tahoma,"Arial Black";
       color: #000000;
       font-size: 20pt;
     }
H2   { font-family: Tahoma,"Arial Black";
       color: #FF0000;
       font-size: 16pt;
     }
H3   { font-family: Tahoma,"Arial Black";
       color: #000000;
       background-color: #EEAA19;
     }

