a {
	text-decoration: none;
	color: #000000;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #080a5d; /* Dit is de kleur als je over een hyperlink gaat */
	text-decoration: underline;
	}
.kop {
	font-family: Garamond;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004FA3;
	text-align: left;
	text-indent: 30px;
	height: 25px;
}
.tekst {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #505050;
	text-align: left;
}
.tekst-left {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #8D8D8D;
	text-align: left;
}
input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
}
select {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
}
textarea {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
}
H2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
