@charset "utf-8";
/* CSS Document */


.buttons {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight: bold;
}

.bottom {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}

.article {
	font-family:Arial;
	font-size:11px;
	color:#333333;
}

.articleheader {
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	font-weight: bold; 
	
}

.newstitle {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-weight: bold; 
	
}

.newsdate {
	font-family:Arial;
	font-size:9px;
	color:#000000;
	font-weight: lighter; 
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #8f8f8f;
	background-repeat:repeat-x;
	background-image: url(afbeeldingen/bg.jpg);
}

a:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	
}
a:visited {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
