   body { font-family: Book Antiqua }
   a:link    {
   	color : Blue;
   	text-decoration: none;
   }
   a:visited { color : Blue; text-decoration: none}
   a:hover   { color : Red; text-decoration: none}
   h3 {    	font-size: 20;
	color : Red }
   div.rood {
	font-size: 20;
	color: Red;
	text-align: center;
	font-weight: bold;
}

#hoofdmenu ul { 
padding: 0px 0; 
margin-top: 0px; 
margin-left: 0; 
margin-bottom: 0px; 
border-bottom: 1px solid #000; 
font: normal bold sans-serif 14px; 
text-align: center; 
} 

#hoofdmenu ul li { 
list-style: none; 
margin: 0; 
display: inline; 
} 

#hoofdmenu ul li a { 
padding: 3px 0.5em; 
margin-left: 0px; 
border: 0px solid #000; 
border-bottom: none; 
background: blue; 
text-decoration: none; 
width: 80px;
} 

#hoofdmenu ul li a:link { 
color: white; 
} 

#hoofdmenu ul li a:visited { 
color: white; 
} 

#hoofdmenu ul li a:hover, #hoofdmenu ul li a:visited:hover { 
color: black; 
background: aqua; 
border-color: #000; 
} 

#hoofdmenu ul li a#current { 
color: blue;
background: white; 
border: 1px solid #000; 
border-bottom: 1px solid white; 
}
