/* CSS Document *//* Side Bar Div */div.sidebar{position: fixed;width: 16em;margin-right: inherit; height: 100%; top: 100px; left: 0;background-color: #000000; border: solid; border-width: thin; padding: 1em; color: #90EE90; font-size: 12px; font-family: arial, geneva, helvetica, sans-serif;}/* Side Bar Title */span.sidetitle{color: #00FF00; font-variant: small-caps; font-size: 2em; font-style: italic; font-weight: bold; }/* Chapter Being Read */span.read{color: #FFFF00; }/* Links */a:link{font-variant: normal;text-decoration: none;color: #FFDEAD;}a:visited{font-variant: normal;text-decoration: none;color: #FFDEAD;}a:hover{font-variant: normal;text-decoration: none;color: #FFFFFF;}a:active{font-variant: normal;text-decoration: none;color: #FF00FF;}/* Story Text Div */div.story{position: absolute;height: auto; left: 17em; padding: 1em; text-indent: 1.5em; text-align: justify; font-size: 14px; font-family: georgia, 'times new roman', times, palatino, serif;}/* Main Title*/p.maintitle{color: #B22222; text-indent: 0; text-align: center; font-variant: small-caps; font-style: normal;font-size: 28px; font-family: textile, verdana, western, fantasy;}/* Author */p.author{color: #009900; text-indent: 0; text-align: center; font-size: 20px; font-style: normal;font-family: 'apple chancery', 'zapf chancery', script, cursive;}/* Book Title */p.bktitle{color: #000080; font-weight: normal; font-style: normal;font-size: 20px; text-align: center; text-indent: 0; text-transform: none; font-family: textile, verdana, western, fantasy;}/* Book */span.bkno{font-variant: small-caps; font-family: georgia, palatino, 'times new roman', times, serif;}/* Chapter Title*/p.chtitle{color: #0000FF; font-weight: normal; font-style: normal;font-size: 16px; text-align: center; text-indent: 0; text-transform: none; font-family: textile, verdana, western, fantasy;}/* Chapter */span.chno{font-variant: small-caps; font-family: georgia, palatino, 'times new roman', times, serif;}/* Story Text Disclaimer */p.discl{color: #4F4F4F;text-align: justify; text-indent: 0; font-size: 10px; font-style: normal;font-family: geneva, verdana, arial, helvetica, sans-serif;}/* Nota Bene */p.nb{color: #006400; text-align: center; text-indent: 0; font-size: 12px; font-style: oblique; font-family: georgia, palatino, 'times new roman', times, serif; }/* Story Text Links */a.story:link{font-variant: normal;text-decoration: none;color: #228B22;}a.story:visited{font-variant: normal;text-decoration: none;color: #228B22;}a.story:hover{font-variant: normal;text-decoration: none;color: #FF0000;}a.story:active{font-variant: normal;text-decoration: none;color: #FF00FF;}/* Date Heading */h5{color: #000080; font-variant: small-caps; text-indent: 0; text-align: left; font-size: 16px; font-family: 'trebuchet MS', geneva, arial, helvetica, sans-serif;}/* for dividers between episodes or scenes */p.deco{text-indent: 0; text-align: center;}/* Contact Information */p.contact{text-indent:0; text-align: center; font-style: italic;}/* Soul Lark */span.sl{color: #009900; font-size: 12px; font-style: normal;font-family: 'apple chancery', 'zapf chancery', script, cursive;}/* Main Title*/p.bookend{color: #B03060; text-indent: 0; text-align: center; font-variant: small-caps; font-style: normal;font-size: 24px; font-family: textile, verdana, western, fantasy;}/* Created and Modified information */p.bottom{color: #4F4F4F;text-align: left;text-indent: 0; font-size: 10px; font-style: normal;font-family: geneva, verdana, arial, helvetica, sans-serif;}