body
{
	font-family: sans-serif;
	font-size: 90%;
}

h1
{
	font-family: sans-serif;
	font-size: 140%;
	color: black;
}

li
{
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

table { border-collapse: collapse; }

thead
{
	background-color: WhiteSmoke;
	cursor: pointer;
}

td,th
{
	font-size: 85%;
	border: 1px black solid;
	white-space: nowrap;
	padding: 4px;
}

.align-right { text-align: right; }
.winnaar { background: Gold; }
