/*
CSS Style sheet for print
*/

.noprint {
    display: none;
}

#main {
      border: none;
}

body {
     background: none;
}
