body,td {
  font-family: Tahoma, Verdana;
  color: #ffffff;
  font-size: 14px;
}
body {
  background-image: url(afbeeldingen/index_18.jpg);
  background-attachment: fixed;
}


input, option, textarea, select, checkbox {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: black;
	font-weight: none;
	border: 1px solid lightgray;
	background-color: white;
}
a:link,a:visited {
  color: darkblue;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: blue;
}
a:active {
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  color: darkblue;
}