/* CSS Document */

/* don't show images, the navigation and address (if applicable)*/
img, div#menu, address
{
display: none;
 }

#content
{
color: #000;
background-color: #fff;
width: 8in;
margin: 0.5in;
}

/* optional: in case I want to hide some text */
.notext
{
display: none;
}


/* position the print page break (doesn't work for netscape navigator 6 */
p.breakhere 
{
page-break-before: always;
}
 
 
/* to make links look like the rest of the text */
a
{
 text-decoration:none;
 color:#000;
 background:#fff;
}
