body
{
background: #fff;
font-size: 11pt;
font-family: georgia, serif;
}
#navbar {
display: none;
}
#subnav {
display: none;
}
#container {
width: auto;
margin: 12mm;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}
#content h2
{
font-size: 1.2em;
margin: 12pt 0 0 0;
padding: 12pt 0 0.5em;
}
#content p 
{ 
margin: 0;
padding-bottom: 0.5em;
line-height: 16pt;
}
#content ul
{
margin: 0;
padding: 0 0 0.5em 0;
list-style-type: none;
}
#content li
{
margin: 0;
padding: 0 0 0.5em 0;
background: url(images/bullet.gif) no-repeat 0 0.6em;
line-height: 16pt;
}
#footer {
display: none;
}

a:link, a:visited {
color: #520;
background: transparent;
font-weight: normal;
text-decoration: underline;
}
#content a:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}