/* Stylesheet for print media.
   Should remove all web-specific portions
   and print fine on a black & white printer */

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}
body {
	background: #FFFFFF ;
	color: #000000 ;
	margin: 2% ;
}
div#navbox {
	display: none ;
}
div#navigation {
	display: none ;
}
div#footer {
	display: none ;
}
div.page {
	width: 100% ;
}
div#title {
	display: none ;
}
div.content {
	text-align: left ;
}
