a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #aa0000;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9933;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #dd0000;
	text-decoration: underline;
	font-weight: bolder;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bolder;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #880000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #880000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #880000;
	font-style: oblique;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
p, td, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: outside disc none;
}
li {
	margin-bottom: 5px;
}
li li {
	list-style-type: outside circle none;
}
.achtergrond {
	background-color: #000000;
	background-image: none;
}
.bovendeelx {background-color: #880000;}
.tekstdeel {background-color: #FFcc00;}

.listkop {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	border-top-width: 100px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #880000;
	font-weight: bold;
	margin-bottom: 0;
}
td.hoofdmenu a:link	{
	color: #ffff99;
}
td.hoofdmenu a:visited	{
	color: #ff9933;
}
td.hoofdmenu a:hover	{
	color: #ffffcc;
}
td.hoofdmenu a:active	{
	color: #ffffff;
}
td.hoofdmenu a	{
	font-size: 14px;
}
