body {
	color: navy;
	background-color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	margin-left: 50px;
}

.title {
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: underline;
}

div.left {
	text-align: center;
	float: center;
}

div.general {
	float: left;
	margin: 100px;
}

a
{
	color: navy;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:hover
{
	color: navy;
	background-color: yellow
}

td {
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
}

.donker {
	background-color: powderblue;
}

.donkerr {
	background-color: powderblue;
	text-align: right;
}
	
.licht {
	background-color: aliceblue;
}

.lichtr {
	background-color: aliceblue;
	text-align: right;
}

.full {
	background-color: orange;
}

.fullr {
	background-color: orange;
	text-align: right;
}

th {
	text-align: center;
	white-space: nowrap;
	padding: 3px;
	background-color: silver;
	border: solid 1px;
}

table {
	border: solid 1px;
}

.bold {
	font-weight: bold;
}

.opmerking {
	margin-left: 50px;
	margin-right: 50px;
	border: solid 1px;
	background-color: aliceblue;
	text-align: center;
}

.handhoofd {
	font-weight: bold;
}

.rechts {
	text-align: right;
}

.rechtszwaar {
	text-align: right;
	font-weight: bold;
}

.rechtszwdb {
	text-align: right;
	font-weight: bold;
	border: 1px solid;
}

.strong {
	font-weight: bold;
}

.limiet {
	font-weight: bold;
	background-color: orange;
}
