/*/////
// Heading for Stories
////*/
.storyhead {font-size:20px; font-family:Arial;}
.storyauthor {font-size:10px; font-family:Arial; text-decoration:italic; font-weight:none; line-height: 10px;}  

/*/////
// Rest of Story
////*/
P { font-size: 12; font-family: arial }
P.head { font-size: 10; font-family: verdana; color:#FFFFFF; font-weight: bold }
a:visited {
	color: #005A84;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;

}
a:hover {
	color: #005A84;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
a:link {
	color: #005A84;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;

}
a:active {
	color: #005A84;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

/* START OF NEW DIV ID's */
#container {
	background-color: #000000;
	margin: 0px;
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#content {
	margin: 10px;
	width: 92%;
	background-color: #FFFFFF;
}
#incl-header {
	width: 100%;
	height: 1px;
}
#header  h1 {
	width: 100%;
	font-family: Tahoma;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
}

#header h2 {
	width: 100%;
	font-family: Tahoma;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
}

#author {
	text-align: center;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#printer {
	text-align: center;
	width: auto;
}
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
}
#footer {
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
/* END OF NEW DIV ID's */

/* PRINTER.SHTML styles */
.dottedline {
	width: 468px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.share {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

