body {
	
}
a {
	color: blue; text-decoration: underline; cursor: pointer;
}
.book_content {
	padding: 8px; width: 600px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
}
