/* CSS Document */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #70603F;
	font-size:14px;
	margin-left: 45px;
}
.tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #70603F;
	font-size:14px;
}
.tekst2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3DCC5;
	font-size:14px;
	
}
.tekstvlakklein {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #F3DCC5;
	font-size:14px;

}
.tekstgroot {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #70603F;
	font-size:18px;
	
}
.tekstgroot2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3DCC5;
	font-size:18px;
}
.tekstvlakgroot {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #70603F;
	font-size:18px;
}

a {
	color: #70603F;
	text-decoration: none;
}
a.groot {
	font-size:18px;
}
a.groot:hover {
	font-size:18px;
	text-decoration:underline;
	color:#F3DCC5;
}

a.klein {
	font-size: 14px;
}
a.klein:hover {
	font-size:14px;
	text-decoration:underline;
	color:#F3DCC5;
}
