﻿body{
	background: silver-grey;
	color: #333333;
	font-family: verdana, arial;
	margin-top: 80px;
}
p{
	color: #333333;
	font-size: small;
	font-family: verdana;
}
/*instellingen voor de kopteksten niveau 2 en 3*/
.style1 {
	color: #333333;
	font-size: medium;
	font-weight: bolder;
}
.style2 {
	font-size: small;
	font-weight: bold;
}
.style3 {
	font-size: medium;
	font-family: Verdana;
}
.style6 {
	text-align: left;
}
.style7 {
	background-color: #C0C0C0;
}

.style8 {
	background-color: #333333;
}

.style9 {
	font-family: Verdana;
	color: #FFFFFF;
	border-left-color: #A0A0A0;
	border-right-color: #FFFFFF;
	border-top-color: #A0A0A0;
	border-bottom-color: #FFFFFF;
	padding: 1px;
	background-color: #333333;
}
.style10 {
	font-size: small;
}
.style11 {
	background-color: #FFFFFF;
}
.style12 {
	font-family: Verdana;
	color: #FFFFFF;
	border-left-color: #A0A0A0;
	border-right-color: #FFFFFF;
	border-top-color: #A0A0A0;
	border-bottom-color: #FFFFFF;
	padding: 1px;
	background-color: #333333;
	font-size: small;
}
.style13 {
	font-size: 60pt;
	font-family: Forte;
	text-align: center;
}
.style15 {
	text-align: center;
}
.style16 {
	border-width: 0px;
}
.style17 {
	font-size: small;
	font-family: Verdana;
	font-color: #333333;
}
.style18 {
	text-decoration: none;
	font-color: #333333;
}

/*instellingen voor de menubalk links*/
ul {
	font-family: verdana, arial, sans-serif;
	list-style-type: none;
	font-size: small;
	font-weight: bold;
}
li {
	margin-top: 0.5em;
	display: inline;
	padding: 10px;
	margin: 10px;
}
ul li a{
	
	text-decoration: none;
	width: 9em;
	border-bottom: 1px solid transparent;
	color: #333333;
}
ul li a:hover{
	color: purple;
	border-bottom: 1px solid purple;
}
<style/>
