/* Print Style Sheet */

@media print {
body { background:white; color:black; margin:0 }
#header { display:none }
#content { }
#comments { }
#sidebar { }
#footer { }
}

