html, body, form, fieldset, a { font-family: Verdana; font-size: 11px; line-height: 15px; }
/* ------------- TEXT -------------------------------------------------- */
.td { border-bottom: 4pt solid #28389a; }
.td-green { border: solid 4px #01b0a9; }
.copyright { color: #5c6bb1; font-size: 10px; }
.kop-green { color: #01b0a9; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none; letter-spacing: 1px; }
.kop-wit { color: #fff; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none; letter-spacing: 1px; }
.kop-blue { color: #28389a; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none; letter-spacing: 1px; }
.content-green { color: #01b0a9; text-decoration: none; letter-spacing: 0; }
.content-blue { color: #28389a; text-decoration: none; letter-spacing: 0; }
/* ------------- LINKS -------------------------------------------------- */

A, A:link, A:visited { color: #01b0a9; }

A:hover { color: #28389a; }

A.blauw, A.blauw:link, A.blauw:visited { color: #28389a; text-decoration: none; }

A.blauw:hover { color: #01b0a9; font-weight: bold; text-decoration: underline; }
A.green, A.green:link, A.green:visited {
	color: #01b0a9;
	text-decoration: none;
}

A.green:hover { color: #01b0a9; }
A.wit, A.wit:link, A.wit:visited {
	color: #fff;
	text-decoration: none;
}
A.wit:hover { color: #01b0a9; }

