body {
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
a {
	color: #ECE86D;
	text-decoration: none;
	font-size: 12px;
}
.bookcover {
	border: 1px solid #ECE86D;
}

a:visited {
	color: #ECE86D;
}


.main {
	background-color: #F80E0F;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sectiontitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.subtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.exerpts {
	background-color: #F80E0F;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
