/* stylesheet afdeling Alkmaar */
body {
	background-color: #FFFF99;
	
	font-family : "Courier New" , "Times New Roman", Times, serif;
	font-size: 12pt;
}
h3  {
	text-align : center;
	font-size : 18pt;
}
h4  {
		font-size : 12pt;
}
h5  {
	font-family: Arial;
	font-size: 12pt;
	line-height: 12pt;
	text-decoration: none;
}
h6  {
		font-size : 7pt;
}

a  {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:active {
	background: aqua;
	background-color: lime;
}	
a:hover   {
	color: red;
	text-decoration: underline;
}

