html, body, td  {
	margin: 0;
	padding: 0;
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Trebuchet MS", Arial, sans-serif;
 	font-size: 12px;
 	color: #cccccc;
 	line-height: 0%;
}

h1 {
	font-family: "Georgia", Times;
	font-size: 35px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #cccccc;
	font-weight: normal;
	line-height: 130%;
}

h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color: #ffd400;
	font-weight: bold;
	line-height: 110%;
}

p {
	margin: 5px 0px 0px 0px;
	padding: 0;
	line-height: 160%;
}

p.definitie {
	font-family: "Georgia", Times;
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 20px 30px;
	font-size: 24px;
	line-height: 150%;
	font-weight: normal;
	border: 1px solid #cccccc;
}

p.technieken {
	margin: 0px 0px 13px 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 160%;
}

input.inputfield {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	width: 301px;
	padding: 3px;
	border: 0px;
	background: #d6d6d6;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	width: 301px;
	padding: 3px;
	border: 0px;
	background: #d6d6d6;
}

a {
	color: #707070;
	text-decoration: none;
}

a:hover {
	color: #ffd400;
	text-decoration: none;
}

a.insidelink {
	color: #ffd400;
	text-decoration: none;
}

a.insidelink:hover {
	color: #ffd400;
	text-decoration: underline;
}

a.darklink {
	color: #707070;
	text-decoration: none;
}

a.darklink:hover {
	color: #ffd400;
	text-decoration: none;
}

img {
	border: 0px;
}

div#footer {
	margin: 0px;
	font-size: 12px;
	line-height: 160%;
	color: #707070;
}
