body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 50px;
	margin-top: 20px;
	background-color: #6C9999;
	background-image: url(images/bg-gradient.jpg);
	letter-spacing: 0.10em;
	background-attachment: scroll;
}
.kop {
	color: #00B1CC;
	font-weight: bolder;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	text-align: left;
}

.kop2 {
	color: #B3B94F;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.10em;
}

.normaal {
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.12em;
	line-height: 1.5em;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	background-color: #3D92A9;
	color: #FF0000;
}
a:active {
	color: #0033CC;
	background-color: #3D93AA;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;

}
.foot {
	font-size: 11px;
	color: #C8D3D5;
	letter-spacing: 0.05em;
}

a[class=info] {
	background:#0099FF;
	color:#FFFFFF;
	padding: 2px 5px;
	margin-left: 10px;
	text-decoration: none;
	text-align: center;
}
a:hover[class=info] {
	color:#000000;
	background:#FFFF00;
}
