a:link { color: blue;} /* unvisited links */
a:visited { color: blue;} /* visited links */
a:hover { color: red;} /* user hovers */
a:active { color: blue;} /* active links */
a:visited, a:link, a:hover { text-decoration: none;font-size:8pt; line-height: .5; }


/* class aan een link meegeven  */
a.extern:link {color: gray; text-decoration: underline;}
a.extern:visited {color: gray; text-decoration: none;}
a.extern:hover {color: red;font-weight: bold; text-decoration: none;}
a:extern:active{ color: black; text-decoration: none;border-left: thin solid #000;padding-left: 5px }


h1 {
	background-color : white;
	color : #000;
	font-family : Arial, sans-serif;
	font-size : x-large;
	text-align: center;
}

h2 {
	background-color : white;
	color : #FF0000;
	font-family : Arial, sans-serif;
	font-size :14pt;
	font-weight: bold;
	text-align: left;
}

h3{
	background-color :transparent;
	color : #ff0000;
	font-family : Arial, sans-serif;
	font-weight: bold;
	font-size : 10pt;
}

h5 { 	background-color : white;
	color : #ff0000;
	font-family : Arial, sans-serif;
	font-weight: bold;
	font-size : 8pt;
}
.rood {color:#ff0000;}
.zwart {color:#000;}