body {
	font-family: Georgia, Times, serif;
}
#container {
	width: 95%;
}
#banner {
	display: none;
}
#nav {
	display: none;
}
#content {
	margin: 0;
	color: #000;
	border: none;
}
#content p {
	text-align: justify;
}
#content p.caption {
	text-align: center;
}
#content h1 {
	color: #999;
	text-align: left;
	padding: 0.5em 0;
	border-bottom: 1pt solid #999;
}
#footer {
	font-size: 10pt;
	text-align: center;
}
#footer p.menu {
	display: none;
}
#slides input{display: none;}