body
{
	color: #EADCCE;
	font-family: arial;		
	background: #FFE1A3;
	background: -webkit-linear-gradient(#FFE1A3, #C48B7D, #939B9E); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFE1A3, #C48B7D, #939B9E); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFE1A3, #C48B7D, #939B9E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFE1A3, #C48B7D, #939B9E); /* Standard syntax */
}

div.pageholder
{
	max-width: 800px;
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #726657;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 50px #FFCA70;
	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: #C59A32;
	text-shadow: 0px 0px 20px #F03000;
}

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%;
}