a {
	color: #06C;
	text-decoration: none;
}
a.coming {
	color:#999;
	pointer-events: none;
	cursor: default;
}
a:hover {
	color: #F60;
}
h1 {
	font-family: 'Merriweather', serif;
	font-size: 36px;
	font-weight: 200;
	color: #333;
	margin-bottom: 10px;
	text-transform: none;
	line-height: 100%;
	margin-top: 10px;
}
h2 {
	font-family: 'Merriweather', serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 110%;
	text-transform: none;
	color: #333333;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Merriweather', serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 10px;
}
h4 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 200;
	color: #000;
}
h5 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: normal;
	color: #F60;
	line-height: 100%;
	margin-bottom: 10px;
}
.profilepics {
	float: left;
	height: auto;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bookInfoImg {
	float: right;
	margin-left: 10px;
}
.bookQuote {
	width: 90%;
	margin: auto;
	font-size: 16px;
	font-style: italic;
	font-weight:700;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}