body { 
background-attachment: fixed ;
background-repeat: repeat ;
background-image: url(vlammend.jpg) ;
color: white ; / * was #98FB98 */
font-family: Times, serif ;
font-size: large ;	
font-weight: normal ; 
font-style: normal ; 
text-align: justify ;
margin-left: 1% ; 
margin-right: 1% ; 
margin-top: 10px ; 
margin-bottom: 40px ; 
scrollbar-arrow-color: #000033 ; 
scrollbar-face-color: #98FB98 ; 
scrollbar-highlight-color: #000033 ; 
scrollbar-3dlight-color: #000033 ;		  
scrollbar-shadow-color: #000033 ; 
scrollbar-darkshadow-color: #000033 ; 
scrollbar-track-color: #000033 ; 
}  
/* definieert achtergrond en bladspiegel  */    									
      
a { text-decoration:underline }						
/* definieert hoe links worden aangegeven */      
      
a:link { color: #FCF2D7 } 						
/* definieert de kleur van de links */ 
      
a:visited { color: #98FB98 } 						
/* definieert de kleur van bezochte links */ 
      
a:active { color: #FAFE38 } 						
/* definieert de kleur van actieve links */ 
      
a:hover { color: #FAFE38 }						
/* definieert de kleur van mouse-overs */ 

p { font-style: normal; font-size: 115%; text-align: justify; color: white; }

h1 { font-family: Times, serif; font-size: xx-large; font-weight: 300; font-style: normal; color: white; text-align: center; }
/* definieert hoofdkop */ 
      
h2 { font-family: Times, serif; font-size: 140%; font-weight: normal; font-style: normal; color: white; text-align: left; font-variant: small-caps; }
/* definieert tussenkoppen */ 
      
h3 { font-family: Times, serif; font-size: 110%; font-weight: 400; font-style: oblique; color: white; text-align: center; }
/* definieert foto onderschriften */         								 
    
h4 { font-family: Times, serif; font-size: 110%; font-weight: normal; font-style: normal; color: white; text-align: justify; }
/* definieert simpele platte tekst naar beide zijden uitgelijnd*/              
    
h5 { font-family: Times, serif; font-size: 110%; margin-left: 12px; margin-right: 12px; font-weight: normal; font-style: normal; color: white; text-align: left; }
/* definieert afwijkende tekst of citaat */       
      
h6 { font-family: Times, serif; font-size: 100%; font-weight: normal; font-style: normal; color: white; text-align: justify; }
/* definieert bronvermeldingen */   

abbr, acronym, .verklaring {
border-bottom: 1px dotted #000;
cursor: help;
}
/* definieert hoe acronymen en verklaringen worden getoond */ 

      
