#pagewrapper {
	width: 875px;
	/*border: 1px solid black;*/
	margin: 0 auto;
	padding-top: 25px;
}
body, td, th, li {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: limegreen;
	text-decoration: none;
}
#thumbs {
	width: 100%;
}
.thumbCell {
	text-align: center;
	vertical-align: top;
	/*background: gainsboro;*/
}
#heading {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: gray;
}
#explanation {
	margin-top: 15px;
	font-weight: bold;
	color: gray;
}