body {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	line-height: normal;
	text-transform: none;
	color: #000033;
	background-color: #D1E9D6;
	font-weight: normal;
}

a:link { font-family: Arial, Helvetica, sans-serif; 
		color: #440071; 
		text-decoration: none;
		font-weight: bold;} 
a:visited { font-family: Arial, Helvetica, sans-serif; 
			color: #ffffff; 
			text-decoration: none;
			font-weight: bold; } 
a:hover { font-family: Arial, Helvetica, sans-serif; 
		  color: #006C00; 
		  text-decoration: underline} 
a:active { font-family: Arial, Helvetica, sans-serif; 
		   color: #C100C1; text-decoration: none } 
		   
h1 { font-family: Arial, Helvetica, sans-serif; 
	 font-size: 18px; 
	 font-style: normal; 
	 color: #FFFFFF; 
	 background-color: #677E6D; 
	 text-align: center}

h2 { font-family: Arial, Helvetica, sans-serif; 
	 font-size: 26px; 
	 font-style: normal; 
	 color: #820041; 
	 text-align: left}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #0000FF;
	text-align: left;
	font-weight: bold;
}
.background_light {
	background-image: url(images/aqua.gif);
	}
.aanenuit {
	text-decoration: line-through blink;
}




.navigatie {
 font-family: verdana, Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 width: 11em;
 border-right: 1px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #CC3366;
 color: #333333;
}


.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 #CC3366;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #333333;
 background-color: #820041;
 color: #fff;
 text-decoration: none;
 width: 100%;
}

html>body #navigatie ul li a {
 width: auto;
}

.navigatie ul li a:hover {
 border-left: 10px solid #CC3366;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #333333;
 background-color: #FF6699;
 color: #fff;
}


