/* stylesheet afdeling Alkmaar */
body {
	background-color: #FFFF99;
	
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
h3  {
	text-align : center;
	font-size : 18pt;
}
h4  {
		font-size : 12pt;
}
h5  {
		font-size : 10pt;
}
h6  {
		font-size : 7pt;
}
a:link {
	color: Blue;
}
a:visited {
	color: Fuchsia;
}
a:active {
	color: Red;
}