﻿body 
    {
        background-color:Black;
        color:White;
    }

h1 
    {     
         color: red ;
         font-weight:bold;
         font-style:italic;
         font-family:Arial,Geneva,Helvetica;
         text-align:center;
         font-size:24;
         
    }
h2 
    {     
         color: red ;
         font-weight:bold;
         font-style:italic;
         font-family:Arial,Geneva,Helvetica;
         font-size:18;
    }
    
h3 
    {
         font-family:Arial,Geneva,Helvetica;
         color: White ;
         font-weight:bold;
         font-style:italic;
         font-size:20;
    }

h4 
    {
         font-family:Geneva,Arial,Helvetica;
         color: White ;
         font-weight:bold;
         font-style:italic;
         font-size:12pt;
    }
    
p   
    {
     font-family:Geneva,Arial,Helvetica,san-serif;
     color: White ;
     font-size:16;     
    }
td.sidebar  
    {
        height:30px;
        font-family:Arial;
        font-size:10;       
        vertical-align:top;
    }
td.bandtext
    {     
        height:30px;
        font-family:Century Gothic;
        font-size:10pt;
        
    }
        
a.main 
    {
     font-family:Century Gothic;
     color:Red;
     font-size:10pt;
    }

a
    {
     font-family:Century Gothic;
     color:Red;
     font-size:10pt;
    }
table.main
    {
        width:100%;
    }    
