/* CSS Document */

/* don't show images, the navigation and address (if applicable)*/
#nav, #topbanner
{
display: none;
 }

#content
{
position: absolute; top: 1px; left: 1px;
width: 7in;
margin: 1px 1px 1px 1px;
padding: 0;
}

#content a
{color: #000;
background-color: #fff}


/* optional: in case I want to hide some text */
.notext
{
display: none;
}


