 /* All your print styles go here */
@media print {
  /* Add border around the whole page */
  body {
    border: 1px solid #666;
    padding: 12pt;
  }

  header, footer, nav {
    display: none !important;
  }

  table {
    border:1px solid gray;
  }

  h1 {
    font-size: 20pt;
  }
  h2 {
    font-size: 18pt;
  }
  h3 {
    font-size:16pt;
  }
  h4 {
    font-size:14pt;
  }
  h5 {
    font-size:13pt;
  }
  h6 {
    font-size:12pt;
  }
}