@charset "utf-8";
/* 10uur communicatie - Developer: Niels van Aken */

body {
	font-family:"Trebuchet MS";
	font-size: 11px;
	
}

a {
	color: #005dab;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 10px 0;
}

h1 {
	font-size: 25px;
	font-weight: bolder;
	color: #d31145;
}

h2 {
	font-size: 15px;
	font-weight: bolder;
	color: #005dab;
	padding-top: 20px;
}

p.inleiding {
	font-weight: bolder;
}