@charset "UTF-8";
/* CSS Document */
body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

h2 {
	color:#039; 
	margin: 30px 0 20px 40px;
}

.divL {
	float:left; 
	width: 200px; 
	background-color:#A6CAF0; 
	color:#039; 
	padding: 20px;	
}

.divR {
	float:left; 
	width: 200px; 
	background-color:#039; 
	color:#EFEFEF;
	padding: 20px;	
}

.titleTxt {
	font-size:14pt; 
	font-weight:bold;
}

.isbnTxt {
	font-size:9pt;	
}
