﻿a {
	text-decoration: underline;
	color: #333399;
}
a:hover {
	text-decoration: none;
	color: #6666CC;
}
body {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #6666CC;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333399;
}
table {
	background-color: #FFFFFF;
}
.werkbalk {
	background-color: #333399;
}
.onderbalk {
	text-align: right;
	font-size: 8pt;
}
.menukop {
	background-color: #333399;
	color: #FFFFFF;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: center;
}
.menu {
	text-align: center;
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.menu a {
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	color: #000000;
	text-transform: none;
	text-decoration: none;
}

