@media print {
  body {
    font-family: arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 12px;
  }

  #master {
    text-align: left;
  }

  #title img {
    width: 90%;
  }

  #title p {
    text-align: center;
  } 

  a:link {
    color: black;
    text-decoration: none;
  }

  a:visited {
    color: black;
    text-decoration: none;
  }

  #main {
    text-align: left;
  }

  #text h1 {
    font-size: 16pt;
    font-weight: normal;
  }

  #text h2 {
    font-size: 12pt;
    font-weight: normal;
    color: #cc0000;
  }

  .bigpix {
    display: none;
  }

  .smallpix {
    display: none;
  }

  .bottompix {
    display: none;
  }

  #text form {
    display: none;
  }

  #text li {
   list-style-type: none;
  } 

  #footer img {
    display: none;
  }

  #containerul {
    display: none;
  }

  #txtHint {
    padding-bottom: 2ex;
  }

  #txtHint th, td {
    padding-left: 30px;
    padding-bottom: 3px;
  }


} 

