body { 
	font-family: Verdana, Arial, serif;;
	font-size: 11pt;
	color: black; 
	background-color: #EEE9E5
	}

h1 { 
	color: Silver;
	font-size:20pt;
	font-family: Garamond, Arial, serif;
	}

h2 { 
	font-family: Courier;
	color: crimson; 
	font-size:12pt;
	}
	
h3 { 
	font-size:10pt;
	font-family: Arial;
	color: darkblue 
	}

h4{ 
	color: white; 
	font-size:10pt;
	font-family: Courier;
	}

h5{
	color:black;
	font-size:10pt;
	font-family: Verdana
}

h6{
	color:#AA600C;
	font-size:12pt;
	font-family: Courier
}

a:link { 
	color: blue
	text-decoration: none 
	family: Verdana
	}
	
a:visited { 
	color: blue
	text-decoration: none 
	}
	
a:hover { 
	color: red 
	}

#navigatie {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 width: 12em;
 border-right: 1px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #9cc;
 color: #800000;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
 margin: 0;
 border-top: 1px solid #003;
}

#navigatie ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 10px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #CC9933;
 color: #333333;
 text-decoration: none;
 width: 100%;
}

#navigatie ul li a:hover {
 border-left: 10px solid #036;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #B5a642;
 color: #66666;
}
