BODY
{
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	background: none;
}
#Content A:link, #Content A:visited
{
	color: Blue;
	text-decoration: none;
}
#Header
{
	border: solid 1px #000;
	height: auto;
	margin: 0 0 20px 0;
}
#Header H1
{
	text-align: center;
	margin: 0;
	padding: 0;
	width: auto;
}
#Header H1 A:link, #Header H1 A:visited
{
	text-indent: 0;
	color: #000;
	text-decoration: none;
	padding: 0;
	height: auto;
}
#Nav
{
	display: none;
}
#Header, #BodyWrapper, #Content, #Footer
{
	background: none;
}
#Footer {color: #000;height: auto;}
#Content A:link:after, #Content A:visited:after
{
	content: " (" attr(href) ") ";
	text-decoration: none;
}
