body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #CCCC9A;
	margin-top: 0px;
}
h1 {
	font-size: 24px;
	color: #CC3300;
}
h2 {
	font-size: 18px;
	color: #326695;
}

a:link {
	color: #666600;
	text-decoration: underline;
}

a:visited {
	color: #666600;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #666600;
	text-decoration: underline;
}
a:active {
	color: #666600;
	text-decoration: none;
}
.tekstlayer {
	font-style: italic;
	color: #663366;
	text-align: right;
	font-size: 11px;
}
.kleinetekst {
	font-size: 11px;
}
:focus { 
outline: 0; 
} 
