body {
	font-family: Arial, Helvetica, sans-serif;
}

.nieuws_tabel{
	font-family: Arial;
	color: #EDB214;
}

.nieuws_titel {
	font-family: Arial;
	color: #EDB214;
	font-size:18px;
	font-weight:bold;
}
.nieuws_bericht_td{
font-family: Arial;
	color: #EA790C;
	font-size:13px;
	font-weight:bold;
}
.nieuws_datum	{
font-family: Arial;
	color: #EDB214;
	font-size:10px;
}
.nieuws_bericht_tabel	{
font-family: Arial;
	color: #EDB214;
	font-size:10px;
}

a.nieuws_leesmeer:link,a.nieuws_leesmeer:visited
{
margin: 0px;
border: none;
text-decoration: none;
color:#EDB214;
font-size: 10px;
font-style:italic;
}
a.nieuws_leesmeer:hover,a.nieuws_leesmeer:active
{
margin: 0px;
border: none;
font-size: 10px;
text-decoration: underline;
font-style:italic;
color:#EDB214;
}
.nieuws_titel_td	{
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid #EDB214	
}