h1 {
	font-size: xx-large;
}
body {
	background-image: url(../achtergrond.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {  color: #000000; text-decoration: underline}

td {
	vertical-align: top;
}
