body {  background-color: #e3c9b7; font-family: Lithograph, HalvettCondensed, Impact}
p {  font-family: Lithograph, HalvettCondensed, Impact}
table {  background-position: center top}
td {  font-family: Lithograph, HalvettCondensed, Impact}
.thumbnail {
	max-height: 144px;
	max-width: 144px;
	width: expression(this.width > 144 ? 144 : true);
	height: expression(this.height > 144 ? 144 : true);
}
.image {
	max-height: 400px;
	max-width: 500px;
	width: expression(this.width > 500 ? 500 : true);
	height: expression(this.height > 400 ? 400 : true);
}
