 P         {;}
 .main     { color: #ffffff; text-align: center; font-size: 10pt; }
 .nah      { color: #000000; background: #bbbbbb; }
 .yah      { color: #ffffff; background: #ff5500; }
 .maybe    { color: #008800; background: #ff8800; }
 .dontknow { color: #000000; background: #ffffff; }

 A         { text-decoration: none; color: blue;  }
 A:hover   { text-decoration: overline underline; }
 A:visited { text-decoration: none; color: blue;  }

 TABLE     { border-spacing: 1px;}

 TD        { font-size: 8pt; text-align: center }
 TH        { font-size: 8pt; font-weight: bold; }

 BODY      { font-family: sans-serif; }

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