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

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

#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 #81001C
}	
.book_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #81001C;
	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: #81001C;
}
.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: #81001C;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.chapter_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #81001C;
}
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #81001C;
	margin-left: auto;
	margin-right: auto;	
}
.large_numbers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #81001C;
}
.articletitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #81001C;
}
h1 {
   font-size: 1.6em;
}
