@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.kop {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Tahoma;
	line-height: 22px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.tekst {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.onder {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
