/* settings voor alle items */
h1,h2,h3,td,body {font-family:Arial;font-size:small;color:black;font-weight:normal;font-style:normal;margin-bottom:0;}

/* grootste kop */
h1 {font-size:xx-large;color:#00305C;}

/* middelgrote kop */
h2 {font-size:x-large;color:#00305C;}

/* normale grootte maar dik en blauw */
h3 {font-weight:bold;color:#000066;}

/* scheidingslijn kleur */
.lijn {background-color:#ff6600;}

a,a:hover,strong  {
	color: #286498;
	font-size: small;
	font-weight:bold;
	text-decoration:none;
}

