@page { size: portait; margin: 0.5in; }
{
background-color: #fff ! important; /* here, we remove the background color.  
                                  the ! important makes it so that no 
                                  other settings can over-ride it. */
border-color: #000 ! important; /* next we make sure all borders are solid black. */
color: #000 ! important; /* now, we make all text solid black, too. */
}
#header { display: none;
      height: 30px; 
      clear:both; 
      width: 100%;
      font-family:sans-serif;
      font-size:18px;
      font-weight:bold;
}

#menu { display: none; }

#footer { display: none; }

#table-right { display: none; }

#left-nav { display: none; }
