body,td {
  font-family: Verdana, Tahoma, Arial;
  color: black;
  font-size: smaller;
}
body {
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url("blokken.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.voorbeeld
{
    color: gray;
    font-weight:bold;
}
.nadruk
{
    color: #1572CD;
    font-weight:bold;
}
.blauweknop
{
cursor:pointer;
padding-right:10px;
background-repeat: repeat-x;
width: 100px;
height: 50px;
background-image: url(volgende_blauw.gif);
padding-top: 3px;
color: White;
font-weight: bold;
}

input {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10spt;
	color: black;
	text-align: center;
	font-weight: none;
	border: 1px solid lightgray;
	background-color: white;
}
a
{
text-decoration: none;
color: white;
}

