@charset "utf-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	background-image: url(images/destern_bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-left: 18px;
	margin-top: 4px;
	margin-right: 18px;
	margin-bottom: 4px;
}

body, td, p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.kop, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 18px;
}

.kopje, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
.invoer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
