body {
    margin:0;
    padding:0;
    background-color:#000000;
}

th {
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color:#000000;
}

	
h1 {
	font-family:;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	text-align:left;
	margin:10px;
	color:navy;
}
h2 {
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-align:center;
	margin:3px;
	color:navy;
}

div.menu {
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	margin:2 px;
	color:#FFFFFF;
}

div.content {
	margin-left:15px;
	margin-right:15px;
	margin-top: 5px;
	margin-bottom:5px;
	font-family:Verdana, Times New Roman;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color:black;
}	
div.sample {
	margin-left:10px;
	margin-right:10px;
	margin-top: 2px;
	margin-bottom:2px;
	font-family:Verdana, Times New Roman;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	text-align:left;
	color:black;
}	
div.photo_text {
	margin:0px;
	padding:0px;
	font-family:Verdana, Times New Roman;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	text-align:left;
	border-style:inset; 
	border-width:2px; 
	border-color:dimgray;
}		
div.numbers{
	margin:3px;
	font-family:Verdana, Times New Roman;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
	text-align:center;
	color:black;
}
div.foot {
	margin-left:10px;
	margin-right:10px;
	margin-top: 1px;
	margin-bottom:1px;
	font-family:Courier New, Courier, Arial;
	font-weight:normal;
	font-size:10px;
	line-height:10px;
	text-align:center;
	color:white;
}	

/* Selectors (pseudo-klassen) voor hyperlinks: */

a:link {
	text-decoration:none;      
}

a:visited {
	text-decoration:  none;     
}

a:hover {
	cursor:           pointer;  
	text-decoration:  none; 	
}

a:active {
	cursor:           pointer;   
	text-decoration:  none;;     
}

