      .printhide {
        display: none;
      }
      
      .printshow {
        display: block;
      }
      
      #navigation {
        display: none;
      }
      
      #content {
        margin: 0;
        border: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        position: auto;
      }
      
      #content[id] {
        margin: 0;
        border: none;
        width: 700px;
        padding-left: 0;
        padding-right: 0;
        position: auto;
        height: auto;
      }      
      
      #header, #header h1 {
        background-image: none;
      }
      
      #content h1 {
        left: 275px;
        top: 60px;
      }
      
      a, a:link {
        color: black;
        text-decoration: none;
      }
      
      .boxhead h2 {
        color: black;
        background-color: #A0A0A0;
      }
      
      #footer {
        display: none;
      }