.header
{
     font-size : 11pt;
     font-family : Arial, Tahoma, Arial;
     font-weight : bold;
     font-style : italic;
     text-decoration: underline;
     color: #FF0000; 
     background-color : #FFFFFF;
}
.norm
       {
         font-size : 10pt;
         font-family : Arial, Tahoma, Verdana;
         color: #000000;
         background-color : #FFFFFF;
       }
.body  
       {
               font-size : 10pt;
               font-family : Arial, Tahoma, Verdana;
               color: #000000;
               background-color : #FFFFFF;
       }
.table1  
       {
          font-family: font-family : Arial, Tahoma, Verdana;
          font-size: 10pt;
          font-weight: normal;
          color: #000000;
          background-color: #FFFFFF;
          border: 3 double #FF0000;
       }
.button
       {          
          font-family: Arial, Tahoma, Verdana;
          font-size: 11px;
          font-weight: bold;
          background-color: #cc0000;
          color: #ffffff;
          border: 3 outset #cc0000;
       }
A
{        
     font-size : 10px;
     font-family : Arial,Tahoma,Verdana;
     font-weight : bold;
     color : #cc0000;
}
A:Visited
{        
     color : #cc0000;
}
A:Active
{        
     color : #cc0000;}
A:Hover
{        
    text-decoration : underline;
    color : #cc0000;
}