/* CSS Document */

body
{ color:#000000;
 background:#ffffff;}

/* don't show images*/
img
{
display: none;
 }

#content
{
 position: absolute; top: -20px; left: -20px;
 width: 6in;
}

/* remove the "postion" attr. if n/a */
.showimage
{
display:block;

}


/* 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;
}

