/* Print Style Sheet for Burnley Books */

@media print {
body { background:white; color:#000033; margin:20pt; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif }
#nav, #bot { display:none }
#content { display:block; font-size:12pt }
a { color:#000066; text-decoration: none; }
#footer { clear:both; font-weight: bold; }
}