/* By www.meercommunicatie.nl */
/* This stylesheet is for printing */
/* It will be used by CSS-capable user agents that understand the mediatype "print". */

body {
	font-size: 9.5pt;
	line-height: 150%;
}

/* Hide elements that are not useful on paper */

.skip, #sidebar, .action {
	display: none;
}

/* style the logo */

#logo {
	margin-bottom: 1cm;
}

#logo img {
}

/* #content */

h1 {
	border-bottom: 1pt solid silver;
}

a {
	text-decoration: none;
	color: black; /* same as body color */
}

.date {
	float: right;
}

table td {
	vertical-align: top;
	padding: 0 .5cm .5cm 0;
}


