body {
	margin: 0px;
	background-image: url(img/BYM-back.jpg);
}
p {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-right: 10px;
	margin-left: 10px;
	color: #000100;
}
a {
	color: #000100;
	text-decoration: none;
}
a:hover {
	color: #000100;
	text-decoration: underline;
}

.kop1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.link {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #BB2025;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.menu {
	color: #000100;
	text-decoration: none;
}
.menu:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
input, textarea {
	background-color: #e1dcc9;
	font-family: Arial;
	font-size: 12px;
	color: #000100;
	border: 1px solid #837c72;
}
.stippel_h {
	background-image: url(img/stippelijn_midden_breed.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.stippel_v {
	background-image: url(img/stippel.gif);
	background-repeat: repeat-y;
	background-position: left top;
}