/*
 * No empty stylesheets...
*/
div#content {
	 background-repeat: no-repeat;
 }
table#covers {
	 margin: auto;
	 border: solid 1px gray;
}
table#covers th {
	background-color: aqua;
}
table#covers td,
table#covers th {
	padding: 3px 6px;
	border-right: solid 1px gray;
	border-left: solid 1px gray;	
}
table#covers tr.odd {
	background-color: white;
}
table#covers tr.even {
	background-color: #efefef;
}
	 
