/*
<link rel="stylesheet" href="gedprint.css" type="text/css" media="print" />
what divs not to print
*/
#container, #header, #mainnav, #menu, #footer {display: none;}
/*
   format page for print
*/
#contents {width: 100%; margin: 0; float: none;}
/*
   black print color
*/
body
{
color: #000000;
}
