body		{
	padding: 2em;
}
h1,
address		{
	text-align: center;
}
.StoriesListing	{
	border-top: solid black thin;
}
.StoriesListing li,
.SeriesListing li	{
	list-style-type: none;
	margin: 1em;
	padding: 0em;
	font-weight: bold;
}
.StoryBlurb		{
	border-top: solid black thin;
	border-bottom: solid black thin;
	margin-bottom: 2em;
}
.StoryBlurb li	{
	list-style-type: none;
	margin: 1em;
	padding: 0em;
}
.Links		{
	border-top: solid black thin;
	margin-top: 2em;
}
.Links li		{
	list-style-type: none;
	margin: 1em;
	padding: 0em;
	text-align: center;
	font-weight: bold;
}
blockquote		{
	margin: 1em 10em 3em;
}