@media print {
* { background: #fff; color: #000; }
html { font: 120%/2 georgia, serif; }
header,nav,footer,.noprint{display:none;}
.sixteen{width:100%;}
}