 P         {;}
 .main     { color: #ffffff; text-align: center; font-size: 10pt; }
 .nah      { color: #000000; background: #ffff88; }
 .yah      { color: #ffffff; background: #0000aa; }
 .maybe    { color: #ffffff; background: #8888ff; }
 .dontknow { color: #000000; background: #ffffff; }

 A         { text-decoration: none; color: blue;  }
 A:hover   { text-decoration: overline underline; }
 A:visited { text-decoration: none; color: blue;  }
 A.main    { text-decoration: underline; color: #ffffff; background: #ff8888;}
 A.main:hover { text-decoration: none; color: #ff8888; background: #ffffff;}
  

 IMG       { vertical-align: 0%; }

 TABLE     { border-spacing: 1px;}

 TD        { font-size: 8pt; text-align: center }
 TD.mainback { background: #000044 };
 TH        { font-size: 8pt; font-weight: bold; }

 BODY      { font-family: sans-serif; }

 H1        { text-align: center ;
             color     : #000044;
             font-size : 40px  ;
             background-color : #ffffff ;}

 H3        {  color     : #000044; }
