@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #b32018;
}

a:hover {
	color: #000;
}


p {
	padding: 0 0 20px 0;
	text-align: justify;
}

p.inleiding {
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
}

h1 {
	font-family: Trebuchet MS;
	font-weight: bolder;
	font-size: 28px;
	letter-spacing: 4px;
}

h2 {
	font-family: Trebuchet MS;
	font-weight: bolder;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 0px;
}