/*Everything in this css file has also been added to styles.css. 

It exists to force browsers to get the updated css when they load 2022books.html for the first time.

When deleting this file, also delete the lin in 2022books.html which calls it.*/

.bookRead {
	font-size: 0.8em;
	font-weight: normal;
}

.punnetCell {
	padding: 6px;
	border: 2px solid black;
	text-align: center;
	width: 35%;
}

th {
	text-align: center;
	padding: 6px;
}

table {
	margin-top: 10px;
	margin-bottom: 15px;
}
