	body        { font-style: normal; font-size: 12px; line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }

	p    { color: black; font-style: normal; font-size: 12px; line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }
	
	.strong    { font-weight: bold; font-size: 12px; line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }
	
	.gen       { font-style: normal; font-size: 12px; line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }
	
	.title     { color: #175429; font-style: normal; font-weight: bold; font-size: 13px; line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }
	
	.indent    { line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica; margin-left: 16px }
	
	.small    { font-size: 10px; line-height: 120%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }
 	
 	.sup     { font-size: 80%; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica; vertical-align: super }
 	
	A:link { color: maroon; text-decoration: none }
	A:visited { color: maroon; text-decoration: none }
	A:hover  { color: maroon; text-decoration: underline }

	UL  { line-height: 120%; list-style-type: disc }
	OL  { line-height: 120%; list-style-type: decimal }
	LI  { line-height: 120%; list-style-position: outside }

	H2   { font-style: normal; font-size: 14px; font-family: Tahoma, Verdana, Arial, sans-serif, GrHelvetica }
	
.bimg {
    border: 3px solid gray;
    margin:8px;
    -webkit-box-shadow: 2px 2px 5px black;
    -moz-box-shadow: 1px 1px 4px black;
    box-shadow: 1px 1px 4px black;

}

.book-thumb-div {
    float:left;
    width: 118px;
    height: 160px;
    margin: 5px 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px black;
    -moz-box-shadow: 1px 1px 5px black;
    box-shadow: 1px 1px 5px black;

}

.book-thumb-img { 
    width: 100px;
    height:140px;
    border: 0px solid white;
    margin:8px;
    -webkit-box-shadow: 2px 2px 5px black;
    -moz-box-shadow: 1px 1px 4px black;
    box-shadow: 1px 1px 4px black;
}

.clearfloat { clear:both; margin-top: 5px; }
