.pagetext {
	font: normal 12px Arial, "Courier New", "Myriad Web";
	color: #000000;
}
.pageheader {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #CCCCCC;
	left: 20px;
}
.pagetextBold {

	font: bold normal 12px Arial, "Courier New", "Myriad Web";
	color: #000000;
}
a:link {
	font: bold 12px Arial, "Courier New", "Myriad Web";
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	font: bold 12px Arial, "Courier New", "Myriad Web";
	color: #000000;
}

a:visited {
	font: bold 12px Arial, "Courier New", "Myriad Web";
	color: #00CCFF;
	text-decoration: none;
}
.kopjesblauw {
	font-size: 12px;
	color: #00CCFF;
	font-family: Arial, "Courier New", "Myriad Web";
	text-transform: uppercase;
	font-weight: bold;
}
hr {
	border: 1px dotted #000;
}

