
	html, body {
		width:				506px;
		margin:				0px;
		padding:			0px;
		background:			url("../images/contentback.jpg") repeat 0px 0px;
		font-family:		times new roman;
		font-weight:		bold;
		font-size:			14px;
	}

	img {
		border:				0px;
	}

	a {
		color:				#CC0000;
		text-decoration:	underline;
	}

	h1 {
		font-size:			36px;
		color:				#CC0000;
		margin-bottom:		15px;
	}

	.highlight {
		color:				#CC0000;
	}

	#berichten {
		margin-top:			20px;
		margin-bottom:		20px;
	}

	#berichten td {
		padding-bottom:		2px;
	}

	.tdnaam, .tddatum, .tdwebsite, .tdemail {
		background-color:	#CCCCCC;
	}

	.tdwebsite, .tdemail {
		border-bottom:		2px solid #FFFFFF;
	}

	.tdwebsite, .tdemail, .tdbericht {
		font-weight:		normal;
	}

	#berichten .tdbericht {
		padding-top:		5px;
		padding-bottom:		5px;
		background-color:	#FFFFFF;
	}
