/* --------------------------------------------------
	Ischa Gast Print Style
	Author:   Ischa Gast
	Version:  2005.07.28
-------------------------------------------------- */



/* --------------------------------------------------
	Global
-------------------------------------------------- */

body {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font: normal 10pt/1.5em Arial, Helvetica, sans-serif;
}



/* --------------------------------------------------
	Things To Hide
-------------------------------------------------- */

.skip,
#nav,
.teaser,
#navSub,
.rentekorting-special,
.snelPrinten{
	display: none;
}


/* --------------------------------------------------
	Links
-------------------------------------------------- */

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
   font-size: 90%;
	font-weight: normal;
}
