@media print
{
  .noprint	{ display: none !important; }
  .printonly	{ display: block !important; }
}
@page
{
    margin: .4in;
}