body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

/* alles van de header.html  */
body.header {
	background-color: #003399;
	background-image: url(../images/achtergrond_header.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
td.header_menu_items {
	vertical-align: bottom;
	padding-bottom: 40px;
}
#header_menu_items a {
	color: White;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
	font: bold;
}

#header_menu_items a:hover {
	color: aqua;

}


/* alles van de inhoud  */
body.content {
	background-color: #003399;
	padding-left: 40px;
	padding-right: 80px;
	padding-top: 20px;
	text-align: justify;
}
/* opmaak */
h1 {
	font-size: 18px;
	color: white;
}

h2 {
	font-size: 16px;
	color: #FF6600;	
}
h3 {
	font-size: 14px;
	color: #FF6600;	
}
h4 {
	font-size: 12px;
	color: #FF6600;	
}
h5 {
	font-size: 11px;
	color: #FF6600;
}
a {
	color: #FFD700;
	font-weight: bold;
}
a:hover {
	color: Aqua;
}
