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