body {
    background: white;
    margin: 0;
    padding: 0;
}

div {
	text-align: left;
}

#masthead, #navbar {
	visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
}

#main {
	width: 6.25in;
	margin: 0;
	padding: 0;
}

#content {
	visibility: visible;
	width: 6.25in;
	margin: 0;
	padding: 0;
}

.container {
	width: 6.25in;
	margin: 0;
	padding: 0;
}

.container * {
	visibility: visible;
}

.container p 
{
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: black;
}

.container h1, h2, h3, h4, h5, h6 
{
	font-family: helvetica, arial, sans-serif;
}

.container a:link, #content a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.container a:link:after, #content a:visited:after 
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}