@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	background-color: #ebebeb;
}

/*containing table - in this case one column only*/

.container  {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}

/* cell of container table*/
.cell    {
	background-color:#FFF;
	text-align:justify;
	padding:20px 110px;
}

/*only applies to the cover page of the book*/
#cover  {
	background-color: #aa4f26;
	text-align:center;
	padding:15px;
	border: 15px solid #FFF;	
}


.book_title  {
	color:#c5bfaf;
	font-size:44px;
	font-weight:900;
	line-height:150%;
	letter-spacing:7px;
}

.cover_title_grey  {
	color:#c5bfaf;
	font-weight:900; 
	font-size: 26px; 
	padding: 10px;
	line-height:110%;
}

.chapter { 
	font-weight:900; 
	font-size: 26px; 
	padding: 10px;
	}
	
.title  {
	font-size:22px;
	font-weight:900;
	line-height:150%;
	padding: 10px;
}





/*normal size but bold*/
.bold  {
	font-weight:900;
}

/*normal size but italic*/
.italic  {
	font-style:italic;
}

.notes    {
	font-size:16px;
}


/* a div tag to apply "aling center" in images or text*/
.center    {
	text-align:center;
}

/* a div tag to apply "aling right" in images or text*/
.right    {
	text-align:right;
}

/* a div tag to apply "aling left" in images or text*/
.left    {
	text-align:left;
}



