body
{
	background:#08101E;
	color: #576982;
	font-family: arial;	
	
	
	background: -webkit-linear-gradient(#08101E, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#08101E, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#08101E, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#08101E, #000000); /* Standard syntax */
}

div.pageholder
{
	max-width: 800px;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #011126;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 50px #2D4588;
	text-align:justify;
}

img.headerimg
{
	display: block;
    margin-left: auto;
    margin-right: auto
}

div.chaptertitle
{
	color:#FFFFFF;
	font-weight: 900;
	font-size: 32px;
	width: 500px;
	text-align:center;
    margin-left: auto;
    margin-right: auto
}

div.chapterbox
{
	text-align: justify;
	text-justify:kashida;
    margin-left: auto;
    margin-right: auto;
	display: block;
	font-size: 25px;
}
 
div.chapterbox:after 
{
	content: "";
	display: inline-block;
	width: 100%;
}

a.activechapter
{
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;

}

a.chapter
{
	text-decoration: none;
	color: #5D609E;
	text-shadow: 0px 0px 20px #3000F0;
}

div.samplejustify
{
	text-align: justify;
	font-size: 25px;
	width: 429px;
	margin-left:auto;
	margin-right:auto;
}

div.samplejustify:after
{
	content: "";
	display: inline-block;
	width: 100%;
}