div#no_print  /* for items that should only appear on screen */
{	display: none;
}
div.sidebar, div#sidebar, div#banner, div#snel, div#menu-top, div#footer, img
{ display: none;
}
body 
{	color: black; 
	background: white;
	font-family: 'book antiqua', serif;
	font-size: 12pt;
	width: auto;
	margin: 0 5%;
	float: none;
	position: static;
	
}
#container
{ background: transparent;
}
a:link, a:visited 
{	background: white; 
	color: black; 
	text-decoration: none;
  font-weight: normal;
}
h1, h2, h3 
{	background: white; 
	color: black; 
	padding-bottom: 1px;
	text-align: center;
}