/* CSS Document */

/* don't show images, the navigation and address (if applicable)*/
#top, #menu
{
display: none;
 }

#content, #wrapper
{
float: left;
margin: 0;
color: #000;
background-color: #fff;
width: 7in;
font-size: 13px;
}
#content a
{
color: 000;
}
.style1
{
color: #000;
}
/* 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;
}
