/**
 * Print stylesheet
 *
 * @version SVN: $Id: print.css 11 2009-09-07 07:27:02Z mishal $
 * @author mishal
 *
 */ 

 body {
  font-family: serif;
  font-size: 11pt;
  color: #000;
  background: #fff;
  padding: 0.5em;
 }

 .no-print {
   display: none;
 }

 #menu, #top-links, #shortcuts, #footer, #banner {
   display: none;
 }


