/* Formatting for  Articles */
body, div, img, table, tr, td, {
    margin:0px;
	padding:0px;
	border:0px none;
}

body {
	text-align: center;
	background-color: #5D92BE;
}

#wrapper {
	width:760px;
	position:relative;
	background-color:#FFFFFF;
	padding:0px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border:10px solid #000000
}	
.book_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.articletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.margins {
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto; 
	margin-left: 20px;
}
.strongtext {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
	font-weight: bold; 
}
.redtext {
	font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; color: #F00;
}
.chapter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.chapter_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;	
}
.large_numbers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #317E00;
}
.blue_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #5D92BE;
}
h1 {
   font-size: 1.5em;
}    

