/* CSS Document */

/* don't show images, the navigation and address (if applicable)*/
img, #menu, #top
{
display: none;
 }

#content
{
margin: 0;
width: 7in;
}

/* to make links look like the rest of the text */

#content a:link, p, h1, h2, h3, td, td a
{
 font-family: "Times New Roman", Times, serif;
 text-decoration: none;
 color: #000;
 background-color: #fff;
}
