h1 {
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
th {
	color: #00FF00;
	background: #000000;
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
}
body {
	margin-top: 0px;
	background-color: #00FF00;
}
a {
	font-size: 18px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.rijtje {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
.rijtje a:link{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
.rijtje a:visited{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
.rijtje a:hover{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
.rijtje a:active{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}