body {
	background-color: #cccccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
}
	 
body.rood{background-color: #cc0000;}
	 
h1 {
	background-color: #cc0000;
	color: #000000;
	font-family: Calibri;
	font-size: 40pt;
	font-weight: bold;
}

h2 {
	background-color: #ffffff;
	color: #000000;
	font-family: Calibri;
	font-size: 24pt;
	font-weight: bold;
}

h3 {background-color: #ffffff; color: #cc0000; font-family: verdana; font-size: 14pt; font-weight: bold;}

h4 {background-color: #000000; color: #ffffff; font-family: verdana; font-size: 10pt; font-weight: bold;}

h5 {background-color: #ffffff; color: #000000; font-family: verdana; font-size: 10pt; font-weight: bold;}

h6 {background-color: #ffffff; color: #000000; font-family: verdana; font-size: 8pt;}

td {
	background-color: #FFFFFF;
	font-family: Calibri;
	font-size: 12pt;
	padding: 7px;
	margin: 6px;
	color: #000;
}
td.rood {background-color: #cc0000; color: black;}
td.wit {background-color: #cc0000; color: white;}
td.zwart {background-color: black; color: #cc0000;}
td.midden {background-color: #ffffff; font-family: verdana; font-size: 10pt; padding: 7px; margin: 6px; align: center;}
 
b.rood {
	color: #009999;
}
b.blauw {color: blue;}

p.links {align: left;}

a:link {textdecoration: underline; color: blue; border-style: none}
a:active {textdecoration: underline; color: blue; border-style: none}
a:visited {textdecoration: underline; color: blue; border-style: none}
a:hover {textdecoration: underline; color: red; border-style: none}

a.zwart:link {text-decoration:none; color: black; border-style: none;}
a.zwart:active {text-decoration:none; color: black; border-style: none;}
a.zwart:visited {text-decoration:none; color: black; border-style: none;}
a.zwart:hover {text-decoration:none; color: black; border-style: none;}

a.rood:link {text-decoration:none; color: #cc0000; border-style: none;}
a.rood:active {text-decoration:none; color: #cc0000; border-style: none;}
a.rood:visited {text-decoration:none; color: #cc0000; border-style: none;}
a.rood:hover {text-decoration:none; color: #cc0000; border-style: none;}

a.wit:link {text-decoration:none; color: white; border-style: none;}
a.wit:active {text-decoration:none; color: white; border-style: none;}
a.wit:visited {text-decoration:none; color: white; border-style: none;}
a.wit:hover {text-decoration:none; color: white; border-style: none;}


a.extern:link {text-decoration:none; color: black; border-style: none;}
a.extern:active {text-decoration:none; color: black; border-style: none;}
a.extern:visited {text-decoration:none; color: black; border-style: none;}
a.extern:hover {text-decoration:none; color: black; border-style: none;}

a.blauw:link {text-decoration:underline; color: blue; border-style: none;}
a.blauw:active {text-decoration:underline; color: blue; border-style: none;}
a.blauw:visited {text-decoration:underline; color:blue; border-style: none;}
a.blauw:hover {text-decoration:underline; color: blue; border-style: none;}

