body {
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#FFFFFF;
	background-color: #FFFFFF;
}

ul {
	list-style-image: url(HTML/bullet.gif);
	margin-left: 2em; padding-left: 0;
}

.normaal {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;


}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.normaalNoJustify {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.titel {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-variant: small-caps;

}

img.floatLeft { 
    float: left; 
    margin: 0px 20px 0px 0px; 
	border: 0px #FFFFFF solid;
}

img.floatRight { 
    float: right; 
    margin: 0px 0px 0px 20px; 
	border: 0px #FFFFFF solid;
}

