/* CSS Document */



<!--



/* Base */



body {background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
color: #000;
margin: 0;
}

p {
margin-top: 0;
margin-bottom: 1em;
}

p.textCentered {text-align: center;}

h1, h2, h3, h4, h5 {text-align: center; margin: 0 0 .25em 0; font-style: italic;}

h1 {text-transform: uppercase;}

.hide, #pageTop, #header, #mainNavContainer, #readingNavWrapper, #readingNavContainer1, #readingNavContainer2, #storyActions, #status, .btnTop, .pHide {display: none;}

#content {background: transparent;}

#readingAreaGenre {font-size: 9pt;
font-style: italic;
text-align: center;
margin-bottom: 1em;
}

#content h2+h3 {margin-bottom: .5em;}


div.callout {
padding: 15px; 
font-size: 10pt;
text-align: center;
margin: 1em 0 1em 0;
voice-family: "\"}\"";
voice-family: inherit;
border: 1px dotted #999;
}

div.callout p {margin-bottom: 0;}

a:link, a:visited {color: #555;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


#content:before {
   content: "Brought to you by WordShack Publishing (www.wordshack.com)";
   font-weight: bold;
   font-style: italic;
   display: block;
   margin: 1em auto;
   text-align: center;}


#footer {
margin: 0 auto;
font-size: 9pt;
text-align: center;
}
   


-->