body {
   font-family: "Verdana", sans-serif; 
   font-size: 12pt;
   color: #000000;    
   text-align: left;
   background-image: url('wasmachine_background.jpg'); 
   opacity: 1.0; 
   background-repeat: no-repeat;
   background-position: center center; 
   min-height:100%; 
   background-size:cover;  
}

H1{
   font-family: "Verdana", sans-serif; 
   font-size: 64pt;
   color: Darkblue;  
   text-align: center;
}

H2{
   font-family: "Verdana", sans-serif; 
   font-size: 16pt;
   color: #000000;  
   text-align: center;
}

span.voettekst {
   font-size: 9pt;
   white-space: nowrap;
   color: white;
}

hr.lijnstijl1 {
	border-top: 2px solid Darkblue;
   color: Darkblue;
}