/* PRINTING STYLE */
<STYLE type="text/css" media="print">
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #ffffff;
  background-image: none;
  border-color: #000000; /* Sets the border color properties for an element using shorthand notation */
  color: #000000;
}
</STYLE>