/* CSS Document */
body
{
font-family: "arial narrow", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
background-color: #fff;
}
h1
{
font-size: 14px;
}
h2
{
font-size: 12px;
}
#wrapper
{
text-align: left;
margin: 0 auto;
padding: 0;
width: 9in;
}
#menu
{
display: none;
 }

#content
{

width: 9in;
margin: 150px 0.5in 0.5in 0.5in;
}
/*#content img
{
display: none;
}
 optional: in case I want to hide some text 
.notext
{
display: none;
}
*/
.dot
{
width: 4px;
height: 4px;
background: url(../images/dot.gif) no-repeat 50% 50%;
margin: 0 0 20px 0;
padding: 0 10px 0 10px;

}
 
 
/* to make links look like the rest of the text */
a
{
 text-decoration:none;
 color:#000;
 background:#fff;
}
#printtop
{
position: absolute;
top: 0;
}