BODY, TD {
	background-image: url("Images/achtergrond.jpg"); 
        background-attachment: fixed;
        color: black;
	font-family: "lucida handwriting", "arial", "sans-serif", "Times New Roman", "helvetica";
	font-size: 14pt;
	text-align: justify;
}
H1 {
        font-family: "lucida handwriting", "arial", "sans-serif", "Times New Roman", "helvetica";
	font-size: 22pt;
	color: #000000;
}
H2 {
        font-family: "lucida handwriting", "arial", "sans-serif", "Times New Roman", "helvetica";
	font-size: 20pt;
	color: #000000;
}

H3 {
	font-family: "lucida handwriting", "arial", "sans-serif", "Times New Roman", "helvetica";
        font-size: 19pt;
	color: #000000;
}

H4 {
	font-family: "lucida handwriting", "arial", "sans-serif", "Times New Roman", "helvetica";
        font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

A {
	text-decoration: none;
	color: #000000;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: #000000;
	height: 1pt;
}
TABLE {
        border-collapse: collapse;
}

