/* $Id: example-print.css,v 1.1 2007/12/08 00:37:07 jmyers Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}
