#copy{
  text-align:center;
}
@media print {
  body, #container {
      background: #fff;
      background-image: none;
  }
  * {
    font-family:   Arial, Helvetica, sans-serif;
  }
  #copy{
    font-style: normal;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    width: 32em;
    margin: 0 auto;
    float: none;
  }
  #copy h1 {
     font: normal 700 175% Arial, Helvetica, sans-serif;
     color: #ff0000;
  }
  #header, #nav, #copy h1, #footer{
     display: none;
  }
}
