body { 
  background-image: url("backgrnd.jpg"); 
  color: black;
  font-size: 15px; 
  font-family: Arial, sans-serif;
  text-align: left;
}

a { font-weight: normal; }
a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: navy; }
a:active { text-decoration: underline; color: maroon; }
a:hover { text-decoration: underline; color: red; }

p { 
  font-style: normal;  
}

p.voet { 
  font-size: 10px; 
  text-align: center;
}

em { 
  color: navy; 
  font-style: normal;  
  font-weight: bold;
}

kbd { 
  color: maroon; 
  font-style: normal;  
  font-weight: bold;
}

h1 { 
  color: maroon; 
  font-size: 32px;   
  font-family: cursive;
  text-align: center;
  font-weight: bold;
}

h2 { 
  color: maroon; 
  font-size: 22px; 
  font-family: cursive;
  font-weight: bold;
  text-align: left;
}

h3 { 
  color: maroon; 
  font-size: 18px; 
  font-family: cursive;
  font-weight: bold;
  text-align: left;
}

h4 { 
  color: maroon; 
  font-size: 16px; 
  font-family: cursive;
  font-weight: bold;
  text-align: left;
}

#logo {
 position: absolute;
 top: 5px;
 left: 5px;
} 

#nlvlag {
 position: absolute;
 top: 5px;
 right: 10px;
} 

#envlag {
 position: absolute;
 top: 5px;
 right: 70px;
} 

#menu {
 position: absolute;
 top: 150px;
 left: 10px;
 width: 170px;
 padding: 5px;
 font-family: Arial, sans-serif;
}
 
#menu ul { font-weight: 900; font-size:140%; 
           margin-left: 10px; margin-right: 5px; margin-top: 2px; margin-bottom: 3px;
           padding-left: 0px; padding-right: 0px; padding-top: 2px; padding-bottom: 3px;
           border-left:  0px; border-right:  0px; border-top:  0px; border-bottom:  0px; 
           border-color: yellow; border-style: none;
          list-style: none; width: 90%;        
}
#menu li { margin-left:  0px; margin-right:  0px; margin-top:  0px; margin-bottom:  0px; 
           padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
           border-left:  0px; border-right:  0px; border-top:  0px; border-bottom:  1px; 
           border-color: #FFFFE0; border-style: solid; 
}

#menu li a:link, li a:visited, li a:active {text-decoration:none;}
#menu li a:hover {background-color: maroon; color:yellow; } 
#menu a { display:block; 
      margin-left:  0px; margin-right:  0px; margin-top:  0px; margin-bottom:  0px;
      padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
	  border-left:  0px; border-right:  0px; border-top:  0px; border-bottom:  0px; 
    }

#helpinfo {
 margin-top: 5px;
 margin-left: 180px;
 overflow: auto;
} 

#help {
 display: none;
}  

#paginakop { 
 position: absolute; 
 top: 1px;
 left: 350px;
 right: 130px;
 color: maroon; 
 text-align: center;
 font-weight: bold;
 font-size: 32px;   
 font-family: cursive;
 display: block;
}  

.default { 
  font-size: 12pt ; 
  font-weight: normal; 
  font-style: normal; 
  text-decoration: none; 
  color: #000000; 
  vertical-align: baseline; 
  text-transform: none; 
  font-family: Arial,sans-serif;  
}

.Base { 
  font-size: 12pt ; 
  margin: 0pt  0pt  1px  0pt ; 
  font-family: Arial,sans-serif;  
}

.BannerBase {
  color: maroon; 
  font-size: 32px;   
  font-family: cursive;
  text-align: center;
  font-weight: bold;
  margin: 4pt  4pt  4pt  4pt; 
}

.Literal { 
  font-size: 10pt ; 
  margin: 0pt  0pt  1px  0pt; 
  font-family: Courier New,sans-serif;  
}

.Shortcut { 
  color: maroon; 
  font-size: 11pt ; 
  font-weight: bold; 
  font-style: normal; 
}

.ToetsLetter { 
  color: maroon; 
  font-size: 11pt ; 
  font-weight: bold; 
  font-style: normal; 
}

.MenuLetter { 
  font-size: 11pt ; 
  font-family: Arial,sans-serif;
  font-variant: small-caps;
}

.Menukey { 
  font-size: 11pt ; 
  font-family: Arial,sans-serif;
  font-variant: small-caps;
}