body		{
		font-family: "Courier New";
		font-size: 1em;
		background-color: #eee;
		margin: 0;
		padding: 0;
		text-align: center;
		}

h1		{
		text-align: center;
		font-size: 2em;
		}

h2		{
		font-size: 1.5em;
		text-align: center;
		}
		
h3		{
		text-align: center;
		font-size: .9em;
		}

a		{
		text-decoration: none;
		}

a:visited	{ 
		color: blue;
		}
		
a:hover		{ 
		color: #2F4F4F;
		}
		
.heading	{
		background: white;
		margin: 0 auto;
		border-bottom: 1px dotted #2F4F4F;
		}
		
.story		{
		width: 650px;
		margin: 0 auto;
		text-align: left;
		padding: 0 80px;
		background: white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		}
		
p		{
		line-height: 200%;
		text-align: justify;
		font-family: Georgia;
		}
		
img		{
		text-align: center;
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #2F4F4F;
		}
		
.highlight	{
		border: 1px dotted #2F4F4F;
		font-family: "Courier New";
		padding: 15px;
		background: wheat;
		}

.footer		{
		border-top: 1px dotted #2F4F4F;
		text-align: center;
		margin-top: 30px;
		padding-top: 15px;
		margin-bottom: 20px;
		}
		
.indent	h2	{
		margin-left: 60px;
		text-align: left;
		}

.storylist h2	{
		margin: 0 0 0 60px;
		padding: 0;
		text-align: left;
		}
		
.storylist p	{
		font-size: .9em;
		margin: 10px 0 0 10px;
		}
		
.meta		{
		font-size: .8em;
		color: #888;
		margin: 10px 0 0 10px;
		padding-bottom: 10px;

		}

h1.link a	{
		color: black;
		}

.storyind	{
		border: 1px dotted #2F4F4F;
		margin-bottom: 15px;
		padding-top: 10px;
		padding-right: 10px;
		}