body 
/*Dit is dan de style voor de tekst en de scrollbar */ 
   { 
    font: 8pt arial; 
    color: #000000; 
    font-weight: normal; 
    background-color: #FFFFFF; 
    } 

td, th    { 
    font: 8pt arial; 
    color: #000000; 
    font-weight: normal;  
    
    } 
     
 
p    { 
    font: 8pt arial; 
    color: #000000; 
    font-weight: normal;  
    } 

/*Dit is dan de style voor de links */ 
a:link { color: #C0C0C0; text-decoration: none }
a:visited { color: #C0C0C0; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: underline }
a:active { color: #C0C0C0; text-decoration: none } 


/*Dit is dan de style voor de tekstvelden */ 

input    { 
        border: 0px black; 
        font: arial; 
        font-size: 8pt; 
        color: #008080; 
        background-color: #000000; 
        } 
textarea    { 
        border: 0px black; 
              font: arial; 
        font-size: 8pt; 
        color: #008080; 
        background-color: #000000; 
        } 
select        { 
        border: 0px black; 
        font: arial; 
        font-size: 8pt;  
        color: #008080; 
        background-color: #000000; 
        }