body {
	font-family: arial, sans-serif;
	background: #5F5F5F;
	}
	
.main, .story {
	display: block;
	}
	
.main {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	background: #99D9EA;
	border: 1px solid red;
	}

.story {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border: 1px solid black;
	background: white;
	}

	.story .title {
		font-style: italic;
		text-align: center;
		}
		
	.story .keywords {
		text-align: center;
		font-size: 80%
		}
		
	.story .summary {
		margin-left: 2em;
		}
	
	.story .chapterlist {
		text-align: center;
		width: 45em;
		border: 1px solid black;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
		background: grey;
		}
		
	.chapter {
		border: 1px solid black;
		border-collapse: collapse;
		margin-bottom: 0.5em;
		margin-left: 0.5em;
		margin-right: 0.5em;
		background: #99D9EA;
		}
	
	.hasChapters {
		text-decoration: underline;
		}

.paragraph {
	margin-left: 2em;
	margin-right: 2em;
	}
		
h1 {
	text-align: center;
	}
	
h2 {
	text-align: center;
	}

.feedbackform {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border: 1px solid black;
	background: white;
	text-align: center;
	}