 P         {;}
 .main     { color: #000000; text-align: center; font-size: 10pt; }
 .nah      { color: #ffffff; background: #7A7A7A; }
 .yah      { color: #ffffff; background: #77A70A; }
 .maybe    { color: #000000; background: #FFE878; }
 .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; }
 A.main:hover { text-decoration: none; color: #00bb00; background: #ffffff;}
  

 IMG       { vertical-align: 0%; }

 TABLE     { border-spacing: 1px;}

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

 BODY      { font-family: sans-serif; }

 H1        { font-family: serif;
             text-align: center ;
             color     : #ff2222;
             font-size : 125px  ;
             background-color : #ffffff ;}

 H2        { font-family: serif;
             text-align: center ;
             color     : #ff2222;
             font-size : 30px ;
             background-color : #ffffff ;}

 H3        {  
              font-size : 20 px;
              background-color : $ff6644;
              color	: #ffffff;    
           }
