body {
    margin: 0;
    font-family: "Helvetica", serif;
	font-size: 14pt;
	font-color: black;
	font-weight: bold;
	width:100%;
    background-color: white;
}
p{
	text-indent: 3em; 
	text-align: left;
}
a {
    text-decoration: none;
    color: gray;
}

a:hover {
    text-decoration: underline;
}

img{
	border: none;
	border-color:black;
	border-width:1px;
}


div{
	border:0;
	padding:0;
    margin: 0;
	clear:both;
}
#contentBody{
	margin-left:20px;
}
#header{
	width:400px;
	height:400px;
	position: relative;
	float:left;
	top:15px;
	left:10px;
	margin-left: auto;
    margin-right: auto;
}
#storyHeader{
	width:400px;
	height:100px;
	position: relative;
	float:left;
	top:15px;
	left:10px;
	margin-left: 30px;
    	margin-right: auto;
}
#firstSentence{
	font-size: 20pt;
	float:left;
	position:relative;
	width:300px;
	margin-left: 40px;
	margin-right: auto;
	margin-top:60px;
}
#firstSentenceAuthor{
	font-size: 12pt;
	float:left;
	margin-left:40px;
	margin-top:10px;
	position: relative;
	text-indent: 1em; 

}
#titleImage{
	position:absolute;
	top:10px;
	right:5px;
	width:500px;
}
#storyImage{
	float:right;
	top:10px;
	right:5px;
	margin-left:20px;
	margin-bottom:50px;
	width:500px;
}
#title{
	font-size: 82pt;
	position:relative;
	float:left;
}
#titleDesc{
	font-size: 12pt;
	position:relative;
	margin-left:50px;
}

#Issue{
	font-size:24pt;
}
#smallIssue{
	font-size:10pt;
	text-indent: 2em; 

}
#orphans{
	margin-left:40px;
}
#orphan{
	margin-top:10px;
	margin-bottom:10px;
}
#author{
	
}
#story{
	font-size:12pt;
	white-space: normal;
	margin-left:60px;
	margin-right:60px;
	text-indent: 3em;

}
#storyAuthor{
	text-indent: 1em; 
}

#orphanDesc{

        margin-top:10px;
        margin-bottom:10px;
	width:600px;
}

#VitalStatistics{
	font-size:9pt;
	position:relative;
	margin-top:60px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
#poweredBy{
	font-size:8pt;
	font-color:gray;
}
