body 
	{
		font-family:Helvetica, Verdana, Arial, sans-serif;
        margin:2% 5%;
		color: #333; 
		background: #cccc99;
		text-align: justify;
	}
#container{
	background: #dda URL('achter.gif');
	border:dotted 3px #c96;
	padding:2% 5%;
}
	
h3 
	{ 
		font: bold 140% trebuchet ms;
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
	}
	
h2 
	{ 
		font: bold 170% trebuchet ms;
		letter-spacing: -1px; 
		color: #c96;
	}
		
a:link 
	{ 
		text-decoration: none;
		border-bottom: 1px dotted #369; 
		color: #369;
	}
	
a:visited 
	{ 
		text-decoration: none;
		border-bottom: 1px dotted #369; 
		color: #369;
	}
	
a:hover, a:active 
	{ 
		text-decoration: none;
		border-bottom: 1px solid #036; 
		color: #036;
	}
hr {
	border:dotted 3px #c96;
}

table,td,th {
border:1px dotted #cccc99;
}

.toets{
background:#aa8;
color:#369; 
font-weight:bold; 
cursor:pointer;
}

.seoActief {
	background: #cccc99;
} 