@import url(undohtml.css);
body {
	background-color: #ffffff;
	font-family: "times new roman", serif;
	color: #000000;
	width: 800px;
	margin: auto;
	}
div#banner {
	display: none;
	}

div#links {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	}
div#topnav {
	display: none;
	}

div.content {
	float: left;
	width: 790px;
	margin-top: 2%;
	padding-bottom: 1%;
	padding-top: 2%;
	}
div.info {
	float: left;
	width: 79%;
	}
div#leftnav {
	display: none;
	}
div#by {
	display: none;
	}
h1 {
	font-size: 190%;
	text-decoration: underline;
	margin-left: 1%;
	font-family: pristina, serif;
	}
p {
	margin: 1%;
	text-indent: 5%;
	}