/* CSS Document */

/* don't show images, the navigation and address (if applicable)*/


#content
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

width: 5in;
margin: 1px 1px 1px 1px;
padding: 0;
}

#content a
{
color: #000;
background-color: #fff;}

h1
{
font-size: 14px;
}

h2
{
font-size: 14px;
}

h3
{
font-size: 14px;
}
/* optional: in case I want to hide some text */
.notext
{
display: none;
}


