body {
text-align			: center;
font-family			: arial, sans serif;
font-size			: font;
color				: #FFFFFF;
background			: #000000;
font-weight			: 400;
}
b {
text-align			: center;
font-family			: arial, sans serif;
font-size			: 300%;
color				: #FFFFFF;
font-weight			: 700;
}
a:link {
text-align			: center;
font-family			: arial, sans serif;
font-size			: 100%;
color				: #FFFFFF;
font-weight			: 400;
text-decoration		: underline;
}
a:visited {
text-align			: center;
font-family			: arial, sans serif;
font-size			: 100%;
color				: #FFFFFF;
font-weight			: 400;
text-decoration		: none;
}
a:hover {
text-align			: center;
font-family			: arial, sans serif;
font-size			: 100%;
color				: #0000FF;
font-weight			: 400;
text-decoration		: underline;
}
a:active {
text-align			: center;
font-family			: arial, sans serif;
font-size			: 100%;
color				: #FF8000;
font-weight			: 400;
text-decoration		: underline;
}
table.Overzicht {
padding				: 20px 20px 20px 20px;
}
.Overzicht td {
text-align			: left;
font-family			: courier, monospace;
font-size			: 100%;
color				: #000000;
font-weight			: 400;
text-decoration		: none;
background			: #CCCCCC;
border				: solid #000000 2px;
padding				: 5px 10px 5px 10px;
}
.Overzicht th {
text-align			: center;
font-family			: arial, sans serif;
font-size			: 100%;
color				: #000000;
font-weight			: 700;
text-decoration		: none;
background			: #CCCCCC;
border				: solid #000000 3px;
padding				: 5px 10px 5px 10px;
}