/* $Id: example-print.css,v 1.2 2008/10/08 01:59:34 kr Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}

