html,
body {
	padding				: 0;
	margin				: 0;
	height				: 100%;
	background-color	: #000000;
	font-size			: 12px;
}

* {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
}

a {
	list-style-type		: none;
	line-height			: 20px;
	text-decoration		: none;
	color				: #0000ff;
	text-indent			: 15px;
}
a:HOVER {
	line-height			: 20px;
	text-decoration		: none;
	color				: #ff0000;
	text-indent			: 15px;
}


#header, 
#footer {
	height				: 100px;
	line-height			: 40px;
	color				: #FFFFFF;
	font-size			: 35px;
	text-align			: center;
	vertical-align		: middle;
}

#aftellen {
	background-color	: #000000;
	color				: #FFFFFF;
	height				: 15px;
	font-size			: 10px;
	text-align			: right;
	vertical-align		: middle;
}

#data {
	padding				: 13px;
	vertical-align		: top;
	background-color	: #FFFFFF;
	height				: 540px;
}

table {
	padding				: 0;
	margin				: 0;
	border-width		: 0px;
	border-color		: #000000;
	border-style		: solid;
	border-collapse		: collapse;
	line-height:18px;
}

#uitvullen {
	width				: 100%;
}

table.scores tr td {
	padding-left		: 3px;
	padding-right		: 3px;
	color				: #000000;
	border-width		: 1px;
	border-color		: #BBBBBB;
	border-style		: solid;
}

table.scores tr.leeg td {
	border-width		: 0px;
}

table.scores tr td.score {
	font-weight			: bold;
}


