/* Print Style Sheet */ 
@media print { 
body { background:white; color:black; margin:0 } 
#header {display:none } 
#content {margin-left:0; float:none; width:auto } 
#comments {display:none } 
#sidebar { display:none } 
#footer {display:none }
 }
