/* CSS Document */

body
{

}
h1 img
{
display: none;
}
h1
{
font-size: 16px;
}
#menu
{
display: none;
 }

#content
{
width: 7in;
margin: 1px 1px 1px 1px;
color: #000;
font-size: 14px;
}
#content a:link
{
color: #000;
}

/* remove the "postion" attr. if n/a */
.showimage
{
display:block;
position: absolute; top: 100px; left: 100px;
}


/* 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;
}


