html, body, #wrapper {
height:100%;
margin: 0;
padding: 0;
border: none;
margin-left:auto; 
margin-right:auto;
}
.apple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 27px;
	color: #F00;
	text-align: left;
}
.apple_strong {
	color: #F00;
	font-style:bold;
}
.content-text {
	font-family: Book Antique;
	text-align: left;
	font-size:16px;
	font-style:normal;
}
.content {
	font-family: Book Antique;
	color: #333;
	font-size: 16px;
}
.content_red {
	color: #F00;
	font-family: Book Antique;
	font-size: 16px;
}
.content_red_italic {
	color: #F00;
	font-family: Book Antique;
		font-style:italic;
		line-height:13px;
		font-weight:bold;
}
.content_grey {
	color: #595959
    font-family: Book Antique;
	font-size: 16px;
}
.content_dark_grey {
	color: #333;
    font-family: Book Antique;
	font-size: 16px;	
}
.content_white {
	color: #fff;
    font-family: Book Antique;
	font-size: 16px;	
}
.author_note {
	font-size: 13px;
	color: #333;
    font-family: Book Antique;
}
