table, body, p, a, td, li {
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color : #FFFFFF;
}

/* gecentreerd logo */

p.center {
	text-align: center;
}

h1 {
	color: #3366CC;
	font-size: 18pt;
	background: transparent;
	font-weight: bold;
}

h2 {
	color: #00CC00;
	font-size: 15pt;
	background: transparent;
	font-weight: bold;
}

h3 {
	color: #CC0000;
	font-size: 13pt;
	background: transparent;
	font-weight: bold;
}

h4 {
	color: #999933;
	font-size: 11pt;
	background: transparent;
	font-weight: bold;
}

h5 {
	font-weight: bold;
	background: transparent;
	font-size: 10pt;
}

.subh {
	font-weight: bold;
	font-size: 8pt;
}

.sub {
	font-size: 8pt;
}

code {
	color: #000080;
	background: transparent;
}

a:active {
	color: #0000FF;
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000FF;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #7F7F7F;
	text-decoration: none;
	background: transparent;
}

