table, body, p, a, td, li {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica;
	font-size: 10pt;
	background-color: #FFFFFF	
}

/* gecentreerd logo */

p.center {
	text-align: center;
}

h1 {
	color: #3366CC;
	font-size: 18pt;
	font-weight: bold
}

h2 {
	color: #FF9933;
	font-size: 15pt;
	font-weight: bold
}

h3 {
	color: #008000;
	font-size: 13pt;
	font-weight: bold
}

h4 {
	color: #800000;
	font-size: 11pt;
	font-weight: bold
}

h5 {
	font-weight: bold;
	font-size: 10pt
}

.subh {
	font-weight: bold;
	font-size: 8pt
}

.sub {
	font-size: 8pt
}

code {
	color: #000080

}

a:active {
	color: #0000FF;
	text-decoration: none
}

a:link {
	color: #0000FF;
	text-decoration: none
}

a:visited {
	color: #0000FF;
	text-decoration: none
}

a:hover {
	color: #7F7F7F;
	text-decoration: none
}

