table#jarigen thead td	{
	background: yellow;
	border: 1px navy solid;
	font-weight: bold;
	padding-left: 10px;
	width: 270px;
}
table#jarigen	{	
	font-size: 12px;
	border-collapse: collapse;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
	border-bottom: 1px navy solid;
}
table#jarigen td	{
	border-right: 1px navy solid;
	}
/*Hoofdpagina: recentezooi-tabel*/
table#recent	{
	width: 540px;
	border: 1px navy solid;
	border-collapse: collapse;
	font-size: 12px;
	color: navy;
}
table#recent thead td	{
	background: yellow;
	border: 1px navy solid;
	font-weight: bold;
	padding-left: 10px;
	width: 270px;
}
table#recent tbody td	{
	border: 1px navy solid;
	font-size: 12px;
	padding-left: 10px;
	width: 270px;
	background: transparent;
	}
table#recent thead a	{
	font-weight: bold !important;
	text-decoration: none !important;
}
table#recent thead a:hover	{
	font-weight: bold !important;
	text-decoration: none;
}
table.fotos	{
	width: 540px;
	border-collapse: collapse;
	}
table.fotos td	{
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: center;
	}
table.gastenboek td	{
	font-size: 12px;
}
table.links td	{
	font-size: 12px;
}