@media print {
  #header {
    display: none !important;
  }
  #admin_link_container {
    display: none;
  }
  #leftcol {
    display: none;
  }
  #footer {
    display: none;
  }
  #print-header {
    display: block !important;
  }
  a {
    color: #c90016;
    text-decoration: none;
  }
  a:link {
    color: #c90016;
  }
  a:visited {
    color: #c90016;
  }
  a:hover {
    color: #c90016;
    text-decoration: underline;
  }
  h1 {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
  }
  h2 {
    color: #373737;
    font-size: 17px;
  }
}
