h1  {
	font-size: 22px;
	color: #02A2D0;
	font-variant: small-caps;
	background-image: url(../images/achtergrond_h1.gif);
	background-repeat: repeat-x;
	line-height: 35px;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p  {
	font-size: 12px;
	line-height: 25px;
	color: #3a3a3a;
}
h2 {
	font-size: 15px;
	color: #FF0000;
}
ul {
	font-size: 12px;
	list-style-image: url(../images/lijstpijl.gif);
}
a {
	color: #02A2D0;
}
a:hover {
	color: #FF0000;
}
