body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6DB7A0;
	background-color: #000000;
	margin: 0px;
}

a:LINK {
	color: #6DB7A0;
	text-decoration: none;
}

a:VISITED {
	color: #6DB7A0;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

h1 {
	text-align: center;
	clear: left;
}

#hoofding {
	margin: 10px 10px 0px;
	font-weight: bold;
	float: left;
}

#fotocontainer {
	text-align: center;
	clear: left;
}

.foto {
	border: thin solid #366A58;
	padding: 1px;
}

#commentaar {
	vertical-align:super;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
}

#voettekst {
	text-align: center;
	margin: 15px;
	font-size: smaller;
}
.thumbnail {
	float: left;
	height: 250px;
	width: 250px;
}
#thumbnailcontainer {
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	clear: left;
}
.terug {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}