.title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
body {
	background-color: #CC0000;
}
.author {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF33;
}
.instructions {

	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.newbook_title {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-style: italic;
}
.newbook_body {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	margin-left: 75px;
	margin-right: 75px;
	line-height: 1.4;
}
.newbook_intro {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-style: normal;
}
