/* printer style sheet, derived from www.alistapart.com */

body {
   background: white;
   font-size: 12pt;
}
   
hr, #Navbar, #SubMenu {
   display: none;
}

#Content p.copyright {
	font-size : 0.85em;
	font-style : italic;
	text-align : center;
}


