/* css19_print.css   css for printing a webpage     media=print 

    FOR PRINTING ONLY <<<<<<<<<<<<<<=====   

font-size: 1.5;
------------------------------------------------------------------------*/
@media print{

#container {


width:100%;

border:0;

font-size: 13pt;
line-height: 1.3;
background: #fff !important;
color:black; 
} 


h1 { font-size:24pt; }

h2, h3, h4 { font-size:14pt; }

#content {
max-width  : 960px;
width:100%;
padding: 0;
margin: 0;
border: 0;
}

#leftnav {display: none;}

}


#top {width:100%;}