a, img, table, tr, td, h1, h2, h3, h4, h5, h6, h7, body, div, .button, .button:hover, .leap, .jump, .limp {
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 0;
	margin: 0;
}

A:link {
	color: #01b5f2;
	text-decoration: none;
}

A:visited {
	color: #01b5f2;
	text-decoration: none;
}

A:hover {
	color: #ff5d01;
	text-decoration: none;
}

A:active {
	color: #ff5d01;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	behavior: url("csshover.htc");
}

h1 {
	color: #01b5f2;
	font-size: 1.4em;
	margin-left: 12px;
}

h2 {
	font-size: 1em;
	color: #ff5d01;
	font-weight: bolder;
	margin-left: 12px;
}

h3 {
	font-size: 0.9em;
	color: #01b5f2;
	margin-left: 12px;
}

h4 {
	font-size: 0.7em;
	color: #01b5f2;
	text-align: justify;
	margin-left: 12px;
}

h5 {
	font-size: 0.7em;
	color: #ff5d01;
	text-align: justify;
	margin-left: 12px;
}

h6 {
	font-size: 0.6em;
	color: #01b5f2;
	text-align: justify;
	margin-left: 12px;
}

h7 {
	font-size: 0.6em;
	color: #ff5d01;
	text-align: justify;
	margin-left: 12px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	font-size: 0.9em;
	color: #ff5d01;
}

.limp {
	margin-left: 2px;
}

.jump {
	margin-left: 8px;
}

.leap {
	margin-left: 190px;
}

.banner {
	background-repeat: no-repeat;
}

.button, button:hover {
	font-size: 0.8em;
	background-image: url(../images/knop.png);
	width: 82;
	cursor: pointer;
	text-align: center;
}

.button {
	color: #01b5f2;
	border: 1px solid #01b5f2;
}

.button:hover {
	color: #ff5d01;
	border: 1px solid #ff5d01;
}