/* Recensies */
td.titel {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	padding-bottom: 5px;
	width: 80%;
}
td.datum {
	text-align: right;
	vertical-align: top;
	width: 20%;
}
td.inleiding {
	padding-bottom: 30px;
}
td.artikel {
	padding-bottom: 20px;
}
td.auteur {
	padding-bottom: 10px;
}
td.terug {
	text-align: center;
	padding-top: 30px;
}
img.terug {
	cursor: hand;
	border: 0px;
}
a.titel:link {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	text-decoration: none;
}
a.titel:visited {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	text-decoration: none;
}
a.titel:hover {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	text-decoration: underline;
}
