*
{
color: #000;
background-color: #fff;
width: 7in;
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;

}
img
{
width: auto;
}
#menu, #menu2
{
display: none;
}
h1
{
font-size: 16px;
color: #6D1730;
padding: 1em 0 0 0;
font-variant: small-caps;
font-weight: 900;
}
h2
{
font-size: 14px;
color: #6D1730;
padding: 1em 0 0 0;
font-weight: 900;
font-variant: small-caps;
}

/* 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;
}
