.book_details {
	background: #066;
	color:	    #fff;
	font-weight: bold;
}

.book_details tr td { 
padding: 2px 2px 2px 4px;
}

.book_title {
	text-align: right;
	font-size:  110%;
}

.book_data {
	background: #ccc;
	color: #000;
	font-weight: normal;
}

