
body {background-color: black;}

table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #9E7B2F;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {		
	color: #949494;
	text-decoration: none;						
}

a:visited {	
	color: #949494;
	text-decoration: none;
}

a:hover {		
	color: #949494;
	text-decoration: none;						
}

#content-columns {
        margin: 0 auto;
        width: 970;
       /*pas deze width voor de breedte marge tussen de zijkanten*/
}

#primary {
        float: left;
        width: 268;
		border: 1px solid;
        background-color: black;
		height: 97%;
}

#secondary {
        float: left;
        width: 490;
        background-color: black;
}

 #tertiary {
        float: left;
        width: 190;
        background-color: black;
}
