@media print {
  body {visibility:hidden;}
  img {border: none;}

  .print {visibility:visible;} 
  .header
  {
  	text-align: left;
  	font-size: 20px;
  	margin-top: 20px;
  	margin-bottom: 10px;
  	color: #AAA;
  	font-weight: bold;
  }
  .subheader
  {
  	text-align: left;
  	font-size: 16px;
  	margin-top: 20px;
  	margin-bottom: 10px;
  	color: #AAA;
  	font-weight: bold;
  }
}