body {
   color: black;
   background: white;
}

td {
   color: black;
}

a:link, a:visited {
   background: white;
   color: black;
   test-decoration: underline;
   font-weight: bold;
}

DIV.noprint {
   display: none;
}

@page {
   size: landscape;
}