h1 {
	text-align: center;
	font-family: 'Lucida Sans';
	font-size: 49px;
}
h6 {
	text-align: center;
	font-family: 'Lucida Sans';
}

h2 {
	font-family: 'Lucida Sans';
	text-align: center;
	font-size: 40px;
}

html, body {
	margin: 10px;
}

ol {
 
	padding-right: 0;
}

.list {
	padding-right: 0;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: 30px;
	grid-auto-columns: auto;
	background-color: lightgray;
}


li:hover {
	background-color: darkkhaki;
	color:  white;
}

li {
	color: black;
	font-family: 'Lucida Sans';
	font-size: 12px;
	font-weight: 1000;
	display:  flex;
	align-items: center;
	justify-content: center;
}
.Booklist {
	padding-right: 0;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: 30px;
	grid-auto-columns: auto;
}

.BooklistOther {
	padding-right: 0;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: 30px;
	grid-auto-columns: auto;
	background-color: lightslategray;
}