/* Print Style Sheet */
@media print {

body {
  background:white;
  color:black;
  margin:0;
}

h1 {
  font-size: 140%;
  font-weight: bold;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

p {
  font-size: 90%;
}

#header {
  display:none;
}

#content {
  display:block;
}

#comments {
  display:block;
}

#side-bar {
  display:none;
}

#footer {
display:block;
}

#leave_a_comment {
  display:none;
}
 
}