.blurb {
 width: 90%;	
    margin: 10 auto;
text-align:left;
 font-weight: bold;
}
.bookauthor {
font-size:12pt;
font-weight:700;
text-align:center;
}
.bookback {
width:300px;
height:400px;
}
.bookfront {
width:300px;
height:400px;
}
.booktitle {
font-size:18pt;
font-weight:700;
font-style:italic;
text-align:center;
}
.description {
    width: 100%;
}
.imgProduct {
width:100%;
display:inline;
margin:0 auto;
}
.product {
	width: 100%;
    background-color: teal;
    color: MediumBlue;
    display: inline-block;
    font-size: 12pt;
}
.price {
font-size:12pt;
}
.rule {
margin:auto;
width:60%;
border:0;
padding:20px;
}
.spacer {
height:10px;
}
