body {
    margin: 4px;
}

.authorinfo {
	color: black;  /* rgb( 119, 119, 119 ); */
	font-size: 9pt;
    font-weight: bold;
    margin-bottom: 1em;
}

.authorinfo-header {
	color: black; /* rgb( 119, 119, 119 ); */
	font-size: 8pt;
	clear: both;
}

.story-title {
}

.story-date {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 1em;
}

.story-text {
	font-size: 10pt;
    word-wrap: break-word;
}

.story-text img {
    border: none;
}

.story-text p {
	line-height: 1.25em;
}

.story-text p {
	line-height: 1.2em;
}

.story-text .authorinfo-header p {
	line-height: 1.5em;
    font-size: 8pt;
}

.story-text p.Subhead, .story-text p.subhead, .story-text h1 {
	margin-bottom: 0.5em;
    margin-top: 1.5em;
}
.story-text p.Subheadcloser, .story-text p.subheadcloser, .story-text h1 {
	margin-bottom: 0.5em;
    margin-top: 1em;
}


