/* ALGEMEEN */
/*
* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
h1, h2, h3, p {
	padding: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
*/

<!-- SUBNAVIGATIE -->
#prov p {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
#prov td, th {
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(32,34,83);
}
#prov a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#prov a:link {
	color: #fff;
}
#prov a:visited {
	color: #fff;
}
#prov a:hover, #prov a:active {
	color: rgb(226,145,1);
}

/* CONTENT */
/*
h1 {
	margin: 0px 0 25px;
	color: rgb(178,223,192);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;	
	line-height: 19px;
}
h2 {
	margin: 14px 0 3px;
	color: rgb(239,74,66);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	margin: 14px 0 3px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
p {
	margin: 14px 0 4px;
	color: #000;
}
<!-- tabellen -->
table {
	width: 100%;
	margin: 0 0 14px;
	border-spacing: 3px;
}
td, th, caption {
	font-size: 11px;
	line-height: 13px;
	padding: 1px;
}
th, caption {
	font-weight: bold;
}
th {
	font-style: italic;
}
<!-- lijsten -->
ul {
	list-style-type: square;
}
ul ul, ol ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol, ul ol {
	list-style-type: lower-latin;
}
*/