/* By www.weevers.net */
/* 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;
	border: 1px solid gray;
}

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

.skipto, #menu, #contact, #footer {
	display: none;
}

/* style the logo */

#logo {
	margin-bottom: 1cm;
	
}

h1 {
	font-size: 150%;
	border-bottom: 1pt solid gray;
}

