.tabel{
	font-family: Verdana;
	font-size: 11px;
}

body{
	background-image: url(images/back.jpg);
	font-family: Verdana;
	font-size: 10px;
}

.titelcolor{
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
}

.borderonderaan {
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.tabeltitel {
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}
.input {
	background: ButtonFace;
	border: 1px solid Black;
}

a{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
 
 a:visited {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

 a:active {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

 a:hover {
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}
