<!-- BODY --}
BODY
    {background-image     : url(tmahadr.jpg);
	  background-attachment : fixed;
	  scrollbar-face-color      : #009AFF;
	  scrollbar-shadow-color    : #ED1C24;
          scrollbar-highlight-color : #FBAF5D;
          scrollbar-3dlight-color   : #009A00;
          scrollbar-darkshadow-color: #000000;
          scrollbar-track-color     : #9A9A9A;
          scrollbar-arrow-color     : #FFFFFF;
    }

<!-- H1 -->
H1
         {color       : yellow;
          text-align  : center;
          font-family : Phantasy;
          font-style  : normal;
          font-weight : bold;
          font-size   : 30;
          align       : center; 
         }
<!-- H2 -->
H2
         {color       : yellow;
          text-align  : center;
          font-family : Helvetica,Serif;
          font-style  : normal;
          font-weight : bold;
          font-size   : 20;
          align       : center; 
         }

<!-- A -->
A:LINK    {color     : yellow;}
A:VISITED {color     : white;} 
A:ACTIVE  {color     : red;}
A:HOVER   {color     : orange;}

<!-- TABLE --}
TABLE
         {font-family          : Arial,Helvetica,Serif;
          font-style           : normal;
          font-weight          : bold;
          font-size            : 16;
          color                : yellow;  
          }

TABLE.C100
         {width                : 100%;
          }



<!-- P -->
P
         {text-align  : center
         }
P.LEVY
         {text-align  : left
         }

<!-- FONT --}
FONT.BACK 
         {font-family          : Arial,Helvetica,Serif;
          font-style           : normal;
          font-weight          : bold;
          font-size            : 18;
         }    
