body {
	margin-top:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 15px;
	color: Black;
	text-align: center;
}
td {
	margin-top:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: Black;
}

h1 {
	font-size: 16px;
	color: teal;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}

A:hover {
	text-decoration: underline;
	color: red;
}

hr{
	color: #0064A4;
	border: 1px dashed;
}

/*Opmaak nieuwsmenu*/
.nieuwsmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nieuwslist {
	font-size:  10px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.nieuwslist:hover {
	color: Yellow;
	text-decoration: underline;
}
/*eind*/

.listmenu{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.linklist {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
.linklist:hover {
	color: #FF4500;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------------------*/

.yellow{
	font-size: 9px;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.titelsub {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}



