@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
}

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

.divL {
	float:left;
	width: 160px;
	background-color:#0C0;
	color:#050;
	padding: 20px;
}

.divR {
	float:left;
	width: 160px;
	background-color:#050;
	color:#EFEFEF;
	clear:both;
	padding: 20px;
}

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

.isbnTxt {
	font-size:9pt;	
}
