#content_container {
	width: 450px;
	padding: 0;
	margin: 0;
}
#content_lijst { /* ul */
/*	margin: 0;
	list-style-type: none;*/
	line-height: 120%; 
/*	margin-left: -40px;  KIJK IN IE !! */
}
body {
/*	text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 17px;
	line-height: 150%;
	color: #999;
	margin: 0;
	background-color: #0b0b0b;
}
a:link, a:hover, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline;
}
