body {
	background-color: #FFFFFF;
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center; 
}

body, p, html, table, td{
	color: #000066;
	font-family: Garamond, Times New Roman;
	font-size: 12pt;
	line-height: 150%;
}

H1 {
	color: #000066;
	font-family: Verdana, Trebuchet, Arial;
	font-size: 14pt;
	font-weight: bold;
}

H2 {
	font-family: Verdana, Trebuchet, Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
}


a:link {
	font-family: Verdana, Trebuchet, Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Trebuchet, Arial;
	font-size: 10pt;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Trebuchet, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

a:hover {
	font-family: Verdana, Trebuchet, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
	background-color: #000066;
	text-decoration: none;
}

