body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 	margin:0px;
	background-color:#DDFFFF;
    cursor:default; 
    color: #025466;
}

button {
    width:160px;
	color:#025466; 
}

table {
    font-size:12px;
}
  
button.resetknop {
    font-size:9px; 
	width:40px; 
	height:auto; 
	margin-left:120px; 
}

td, select, div, input, textarea, span, th {	
	font-family: Verdana, Helvetica, Arial, sans-serif;  
    font-size: 12px;
    color: #025466;
}

a:link, a:visited {
	color:#0000FF;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
