/************************************************
 * File:   print.css
 *
 * Author: Bob Wightman
 *
 * Date:   2009/09/22
 *
 * Notes:  This is the print style sheet for my web 
 *         site. 
 *
 *************************************************/
 
body {
  background:#fff;
  color: #000;
  
  padding:0;
  margin:0;
  font-family: verdana,arial, georgia, garamond, arial, helvetica, serif;
}

/* not interested in anything but the content div*/
header, #leftSidebar, #rightSidebar, footer, #legtrace{display:none;}

/* Some simple table stuff */
thead{background-color:#333; color:#fff;}

.rowOdd{background-color: #666;}

.rowEven{background-color: #444;}


