/* By www.meercommunicatie.nl */
/* This stylesheet is for printing */
/* It will be used by CSS-capable user agents that understand the mediatype "print". */

/* On paper, there is no such such thing as a pixel, only pt, cm etcetera */
body {
	font-size: 9.5pt;
	line-height: 200%;
}

/* Hide elements that are not useful on paper */

.skip, #menu {
	display: none;
}

/* style the logo */

#logo {
	margin-bottom: 1cm;
}


#logo img {
	width: 3cm;
	height: 2.46cm;
}

/* #content */

#content {
}

h1 {
	font-size: 200%;
	margin-bottom: .25em;
}


/* #footer */

#footer {
	font-size: 7.5pt;
	line-height: .74cm;
	position: absolute;
	top: .125cm;
	left: 4.33cm;
}

#footer address {
	font-style: normal;
}

/* special classes */

a {
	text-decoration: none;
	color: #4A0030; /* same as body color */
	cursor: default
}
