
/* ================ ELEMENTEN  ============*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
	line-height: 150%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	text-transform: none;
	color: inherit;
	letter-spacing: 1px;
	margin-top: 6px;
}
h2 {
	font-size: 90%;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: inherit;
	margin-bottom: 0;
}
h3 {
	font-size: 90%;
	line-height: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: inherit;
	margin-bottom: 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	color: inherit;
	margin-bottom: 0;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin-top: 0;
}
.plus {
	color: inherit;
	margin-top: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
}
ul li {
	list-style: disc inside;
}
ol li {
	list-style: decimal inside;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
    border: none;
}
