.titel_boek {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #666600;
	line-height: 1em;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.auteur_boek {
	font-size: 1.2em;
	color: #666600;
	font-style: italic;
	padding: 0;
	margin: 0;
	line-height: 1em;
	padding-bottom: 15px;
}
.boek {
	height: 200px;
	display:block;
	padding:5px;
}

