/* CSS Document */

#page {
	font: 12pt Times, serif;
	line-height: 16pt;
	margin: 10px 20px;
}
h1 {
	font: bold 200% Times, serif;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-bottom: 4px double black;
}
a {
	text-decoration: none;
	color: #000000;
}
#nav {
	display: none;
}

#date {
	text-align: right;
	font: 8pt Times, serif;
}
p {
	margin: 10pt 0;
	
	text-align: justify;
}
img {
	display: none;
}
#top {
	display: none;
}
.headline {
	font: bold 80% Times, serif;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#footer {
 	margin-top: 30pt;
	padding-top: 20px;
	font-size: 8pt;
	border-top: 2px solid gray;
 	text-align: center;
}
#footer p {
 	text-align: center;
}
#footerlinks {
	display: none;
}