@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:10px 100px;
}

/*only applies to the cover page of the book*/
#cover  {
	background-color: #fffecc;
	text-align:center;
	padding:15px;
}


.book_title  {
	font-size:44px;
	font-weight:900;
	line-height:150%;
	letter-spacing:7px;
}

.chapter { 
	color:#3884ca;
	font-weight:900; 
	font-size: 26px; 
	padding: 10px;
	line-height:140%;
	}
	
.title  {
	font-size:24px;
	font-weight:900;
	line-height:150%;
	padding: 10px;
}



.title_blue  {
	font-size:24px;
	font-weight:900;
	color:#3884ca;
	line-height:150%;
}

/*applies when plain text color is blue - usually when numbering questions - does not work in] internet explorer*/
.blue   {
	color:#3884ca;
}

/*normal size but bold*/
.bold  {
	font-weight:900;
}

.bold_underline   {
	font-weight:900;
	text-decoration: underline;
}

.notes    {
	font-size:16px;
}
/*images border*/
.img   {
	border-color:#FFF;
	border-top: 5px;
	border-bottom: 5px;
	border-left: 2px;
	border-right: 2px;
}

/* 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;
}


.blue_table   {
	
	width: 100%;
}

.blue_table_cell {
	background-color: #e3fffe;
	border: 2px solid #6297bd;
	padding: 7px;
}

