body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 80%;
}
A:link      { text-decoration: underline; color: Black }
A:visited   { text-decoration: underline; color: Black }
A:active    { text-decoration: none }
A:hover     { text-decoration: underline; color: Red }
h1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h2 {
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: 80%;
	padding: 0px;
	border: 5px none;
	margin-bottom: 5px;
	text-align: center;
}
.Auteur {
	font-size: 70%;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.Specificaties {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.colofon {
	font-size: 60%;
	color: #999999;
}
.Titel {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
.Subtitel {
	margin-bottom: 5px;
	margin-top: 0px;
}