/* By www.weevers.net */
/* This stylesheet is for printing */
/* It will be used by CSS-capable user agents that understand the mediatype "print". */

body {
	font-size: 9.5pt;
}

/* Hide elements that are not useful on paper */

#logo, .skipto, #menu {
	display: none;
}

/* Style elements for paper */

h1 {
	border-bottom: 1pt solid #FF9600;
}

