@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, sans-serifa;
	color: #000000;
	background-image: url(../graphics/gallstore/books-copy.jpg);
	background-repeat: no-repeat;
	background-position: left 80px;
}
#books {
	margin-top: 30px;
	width: 450px;
	margin-left: 10px;
}

#books a {
	border: thin solid #D9C7ED;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#books a:hover {
	background-color: #D9C7ED;
}

