body {
	width: 720px;
	margin: 20px;
	color: #444;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #fb8;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #fda;
	text-decoration: underline;
}

a:visited {
	color: #fb8;
	text-decoration: none;
}

h1 {
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 36px;
	padding: 5px;
}

div.storyPart {
	border: 1px solid #b33;
	margin-bottom: 20px;
}

div.storyPart h3 {
	background: #b33;
	margin: 0;
	margin-bottom: 0px;
	padding-left: 5px;
}

div.storyPart h4 {
	background: #b33;
	margin: 0;
	margin-bottom: 0px;
	font-size: 14px;
	height: 20px;
	padding-left: 5px;
}

div.storyPart p {
	margin: 10px;
}

div.storyPart img {
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 5px;
}

ul {
	text-align: center;
	margin-top: 20px;
}

li {
	display: inline;
}