/* fonttypes */

.times {
	font-family: "Times New Roman", Times, serif;
	}

.arial {
	font-family: Arail, sans-serif;
	}
	
/* fontsizes */

.twaalfpunt {
	font-size: 12px;
	}
	
.zestienpunt {
	font-size: 16px;
	}
	
.achttienpunt {
	font-size: 18px;
	}
	
.vierentwintigpunt {
	font-size: 24px;
	}
	
.zesendertigpunt {
	font-size: 36px;
	}	



/* misc. */
	
.vet {
	font-weight: bold;
	}
	
.cursief {
	font-style: italic;
	}
	
.centreer {
	text-align: center;
	}
	
.links {
	text-align: left;
	}
	
.rechts {
	text-align: right;
	}
	
