/* Font grootte gerelateerde styles */
html, body, td, div {
	font-size: 13px;
	}
h1 { 
	font-size: 20px;
	}
h2, h3, h4, h5 { 
	font-size: 15px;
	}
	
span.select {
	font-size: 10px;
	}
	
.button_false, .button_true {
	font-size:11px;
}