
body {
       font-size: 18pt; 
       text-align: left; 
       line-height: 150%; 
       background-color: #999999;
       color:#800000
     }
  
h1   { 
       font-size: 24pt; 
       color: #800000; 
       font-weight: bold;
       text-align: center; 
       font-style:italic;
     }
     
h2   {
       font-size: 18pt; 
       color: #800000; 
       font-weight: bold; 
       text-align:center ;
     }

h3   {
       color: #800000; 
       font-size: 18pt; 
       font-weight: bold; 
       text-align: justify ;
       line-height:100%;
     }
h5   { 
       font-size: 15px; 
       color: black; 
       font-style: italic; 
       font-weight: bold; 
       text-align: center;

     }
   
h6   { 
       font-size: 10px; 
       color: #800000; 
       font-style: italic; 
       font-weight: bold; 
       text-align: center;

     }
     
p    {
       font-size: 18pt; 
       color: #800000; 
       font-weight: bold; 
       text-align: center; 
     }
     
hr   { 
       color: #000000; 
       font-weight: bold; 
       text-align: center; 
     }
       
a:link  { 
          color: #000000; 
          padding-left:4px; 
          padding-top:4px

        }
        
a:hover { 
          color: #FFFF00;
          background-color:#000000; 
          padding-left:4px; 
          padding-top:4px
        }  
             
a:active { 
           color: #FF0000; 
         }

a:visited {
            color: #800000; 
         }
