body { 
       color: #FFFFFF; 
       background-color: #000000;
       font-size: 10pt
       font-family: Arial
     }
h1,h2,h3,h4,h5,p,ul,center,table {
       font-family: Arial
     }
a:link {
       color: #FFFF00; 
       text-decoration: none;
       font-size: 10pt
       font-family: Arial
     }
a:visited { 
       color: #FFFF00; 
       text-decoration: none;
       font-size: 10pt
       font-family: Arial
     }

a:active {
       color: #FF0000; 
       text-decoration: none;
       font-size: 10pt
       font-family: Arial
     }

a:hover { 
       color: #00FF00;
       text-decoration: none;
       font-size: 10pt
       font-family: Arial
     }
