p {
	font-family: arial;
	font-size: 12px;
	color: #8ce1f5;
}
h1 {
	font-family: arial;
	font-size: 24px;
	color: #8ce1f5;
	width: 100%;
}
h2 {
	font-family: arial;
	font-size: 16px;
	color: #8ce1f5;
	width: 100%;
	text-decoration: underline;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	color: #8ce1f5;
}
h4 {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}		
li {
	font-family:arial;
	font-size: 12px;
	list-style-type: circle;
	color: #8ce1f5;
}
a:link {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #2d3037;
	text-decoration: underline;
}
a:visited {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #2d3037;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #2d3037;
	
	text-decoration: underline;
}
.linkblauw {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #8ce1f5;
	text-decoration: underline;
}
a.speciaal:link {
	font-family: arial;
	font-size: 12px;
	color: #8ce1f5;
	text-decoration: underline;
}
a.speciaal:visited {
	font-family: arial;
	font-size: 12px;
	color:  #8ce1f5;
	text-decoration: underline;
}
a.speciaal:hover {
	font-family: arial;
	font-size: 12px;
	color: #8ce1f5;
	text-decoration: none;
}

body {

	scrollbar-arrow-color: #003399;
	scrollbar-3dlight-color: #f0f0ff;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #b1d4fd;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c0c0cc;
	scrollbar-track-color: #f5f5f5;
	overflow:auto;
}
