
	body {
    background-color : white;
		font-family : arial;
	}
			
	.knop {
		background-image : url('images/knopje.png');
		height : 22px;
		width  : 22px;
		cursor : pointer;
	}		
	.knop_over {
		background-image : url('images/knopje_over.png');
		height : 22px;
		width  : 22px;
		cursor : pointer;
	}
	
	#paaltje {
		background-image : url('images/paaltje.png');
    position : absolute;
		bottom : 0px;
		height : 238px;
		width  :70px;
		border-style:ridge;
  	text-align : center;
  }
  
  #paaltje td {
  	text-align : center;
  }
  
  #knoppen {
  	width : 70px;
  	text-align : center;
  	margin-top : 10px;
  }				
				

