h1 { color: #FF0000;}
h2 { color: #FF0000;}
body {
	color:		#000000;	/* general text color */
	background:	#ffffff;	/* general background color */
}

a:hover {
	text-decoration: underline;		/* stijl van link: underline, none, ..*/
	color: #888888;				/* Tekst kleur van link wanneer de muis erboven staat */
}
a:visited {
	text-decoration: underline;		/* stijl van link: underline, none, ..*/
	color:		#551a8b;	/* general selected link color */
}
a:active {
	text-decoration: underline;
	link:		#0000ff;	/* general unselected link color */
}
.red {color: #FF0000;}
.blue {color: #0000FF;}
.yellow {color: #FFFF00;}