.books {
	background: none;
	vertical-align:baseline;
	text-align:center;
}
a.books {
	border: none;
	text-decoration : none;
	background: none;
	width: 100px;
	height:100px;
	}
a.books:hover  {
	background: rgba(211, 255, 211, 0.82);
	}
img.books {
	border: none;
	text-decoration : none;
	background: none;
	width: 100px;
	height: 100px;
}