@media print { 
body, p, ol, ul, p.tip, p.caution, p.note, div, div.note, div.caution, div.tip
 {
  overflow-wrap: anywhere;
  text-align: left;
  max-width: 9in;
  }
pre 
{
  white-space: pre-wrap;
  word-break: keep-all;
  max-width: 8in;
}

  p.gototop
  {
	  display: none;
  }
}
 