@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
	height: 100%;
	margin: 0px;
}

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	height:100%;
	margin: 0px;
	background-image:url(images/BestOfCOL.jpg);
	background-color:#333;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;	
}

.hoofd {
	font-family: Arial;
	font-weight:bold;
	font-size: 18px;
	text-align:center;
	color: #FFFFFF;
}

.tekst {
	font-family: Arial;
	font-size: 14px;
	text-align:left;
	color: #FFFFFF;
}