h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight:bold;
	color: #993333;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	font-style: italic;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #993333;
	text-indent: 10px;
}

	}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.linkkleur {
	color: 993333;
	text-decoration: underline;
}
.wit {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	}
body {
	scrollbar-face-color:#993333;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#BBC7C8;
	scrollbar-3dlight-color:#dddddd;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#BBC7C8;
	scrollbar-darkshadow-color:#yellow;
	overflow:auto;
	}

