@media print {

  body {
    background-color: #fff;
    color: #000;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    margin : 0;
    width : 99%;
    min-width: 99%;
  }
  
  
  h1, h2, h3, h4, h5, h6 {
  border: none;
  font-family: Baskerville, Georgia, Garamond, Times, serif;
  color : #000;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  	color : #000 !important;
  }
  
  
  #content, .entry-content {
    color: #000;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    width: 97%;
    overflow : visible;
  }
  
  #siteinfo {
    text-align : left;
  }
  
  #wrapper,
  #header, 
  #main,
  #container,
  #branding,
  #logo-image {
    background: none;
    width : 99% !important;
    margin : 0 !important;
    padding : 0 !important;
  }
  
  
  #access,
  .aside {
    display : none;
    height : 0;
  }
  
  #logo-image img {
    border : none;
  }
  
  #main {
    overflow:visible;
    padding : 0;
  }
}