#lightblue { color: rgb(99,156,206); }
#darkblue  { color: rgb(49,105,155); }
#grey      { color: rgb(187,198,198); }

BODY { font-family: tahoma, helvetica, sans-serif;
       font-weight: normal;
       font-size: 10pt;
       color: rgb(0,0,0);
       background: rgb(187,198,198);
       scrollbar-face-color: rgb(187,198,198);
       scrollbar-highlight-color: rgb(255,255,255);
       scrollbar-3dlight-color: rgb(238,240,240);
       scrollbar-darkshadow-color: rgb(60,68,68);
       scrollbar-shadow-color: rgb(119,136,136);
       scrollbar-arrow-color: rgb(0,0,0);
       scrollbar-track-color: rgb(238,240,240);
     }

P { margin-left: 40px;
  }

TD { font-family: tahoma, helvetica, sans-serif;
     font-weight: normal;
     font-size: 10pt;
     color: rgb(0,0,0);
   }

H1 { font-size: 18pt;
     font-weight: bold;
     color: rgb(49,105,155);
   }

H2 { font-size: 14pt;
     font-weight: bold;
     color: rgb(49,105,155);
   }

H3 { font-size: 12pt;
     font-weight: bold;
     color: rgb(49,105,155);
   }

H4 { font-size: 10pt;
     font-weight: bold;
     color: rgb(49,105,155);
   }

A:link    { color: rgb(49,105,155);
            text-decoration: underline;
          }

A:visited { color: rgb(49,105,155);
            /* text-decoration: underline; */
          }

A:hover   { color: rgb(99,156,206);
            /* text-decoration: none; */
          }