/* CSS Document */
@media print{
img{ display:none; border:none;}
body{float: none;
  width: auto;
  margin: 0;
  padding: 0;}
  
.footer,.nav,.disable,.banner,title,meta,a strong,a:hover strong { display:none;  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

strong{ font-weight:bold;}

}