/* ---------Algemene styles------------- */ 

body {
    margin: 0 0 0 0;
    font: 11px Arial;
    color: #000000;
	 background-color: #FF00FF;

	 scrollbar-face-color:Fuchsia;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#9D199D;
    scrollbar-shadow-color:#3C003C;
    scrollbar-highlight-color:#FFBFFF;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:black;
}

td {
	font-family: Arial;
	font-size: 12px;
}

/* ---------Text styles------------- */ 

.nieuws {
	font-family: tahoma;
	font-size: 11px;
	color: black;
}


/* ---------Hier de link styles------------- */ 

a,a:link,a:visited {
	color: black;
		font-size: 12px;
	text-decoration:underline;
}

a:hover {
	color: white;
		font-size: 12px;
	text-decoration:underline;
}

a.nieuws,a.nieuws:link,a.nieuws:visited {
	font-family: tahoma;
	font-size: 12px;
	color: black;
	text-decoration:underline;
}

a.nieuws:hover {
	font-family: tahoma;
	font-size: 12px;
	color: black;
	text-decoration:underline;
}
