/* CSS Document */

/* don't show images, the navigation and address (if applicable)*/
#menu, address, #top, #menuleft, #menuleft img
{
display: none;
 }

#content
{
color: #000;
background-color: #fff;
width: 7.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;
}
