/*
	Url..........: silance.net
	Auteur.......: pawel.nl
	Datum........: 2004
	Omschrijving.: css voor de printer
*/
body {
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link, a:visited {
   color: black;
   font-size: 12pt;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
}
.reclame, .footer, img, .menu{
	display: none;
}
.noprint {
	display: none;
}