/*
	Style-sheet for displaying written fiction.
*/


body { 
	color: black; 
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	width: 80ex;
}


p { 
	text-indent: 2em; 
	margin-top: 0; 
	margin-bottom: 0; 

	font-size: 14;
}

#normal p { 
	text-indent: 0; 
	margin-top: 1ex; 
	margin-bottom: 1ex; 

	font-size: 14;
}


pre {
	margin-left: 5%;
	font-family: "Courier";
	font-size: 12;
}

h3 {
	margin-top: 1em;
}

h4 {
	margin-bottom: 1em;
}

h1 {
	margin-bottom: 1em;
}
