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

body {
	text-align: center;
	background-color: #92AAC2;
}

#wrapper {
	width:800px;
	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: 24px;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F00;
}
.chapter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #A20026;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.chapter_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #A20026;
}
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #317E00;
	margin-left: auto;
	margin-right: auto;	
}
.large_numbers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #317E00;
}
a       { 
    color:#000000; ;
	font-weight:bold;
}

a:hover {
    color: #D7422B;
	font-weight:bold;
}  
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

