/* Print Style Sheet */
@media print
{
  body
  {
  background: white;
  color: black;
  }
  h1
  {
  text-align: center;
  color: black;
  font-family: Arial, Verdana, serif;
  }
  h1 a
  {
  text-decoration: none;
  color: black;
  }
  #main-header, #sidebar, #main-footer, #disqus_thread, #cat-wrapper
  {
  display: none;
  }
  .mhfm-edit, .recent-comments, .read-more-recent-comments, .top-page-link, .wrapper-cat, .mhfm-print, .dsq-brlink, .shortcode-video-title, .shortcode-video-caption, .youtube
  {
  display: none;
  }
}
