/* $Id: example-print.css,v 1.1 2006/04/05 18:39:58 eduardop Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}
