body {
	margin: 10px 0px 0px 0px;
	font-size: small;
	}
table {
	border: hidden;
	}
td {
	padding-top: 0px;
	}
/* All the text and buttons above the image */
.top_area {
	margin-left: 10px;
	border-collapse: collapse;
}
/* Embedded tables of text above the image */
.top_table {
	border-collapse: collapse;
	}
/* Rows in the table of text above the image */
.top_rows {
	padding-left: 5px;
	}
/* The image name (i.e. the page title) */
.name {
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
	}
/* Text above the image that must not wrap */
.top_rows_nowrap {
	padding-left: 0px;
	white-space: nowrap;
	}
/* A bullet that separates the top text fragments */
.separator1 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: x-small;
	}
/* Comment fragments */
.text_line2 {
	padding-right: 25px;
	padding-left: 0px;
}
/* The navigational buttons at the top right */
.nav_buttons {
	padding-right: 30px;
	padding-left: 10px;
	white-space: nowrap;
	}
/* The cell containing the comment */
.comment {
	padding-left: 5px;
	padding-top: 4px;
	}
/* The email button */
.email {
	vertical-align: top;
	padding-left: 24px;
	}
/* The cell that contains the main image */
.image_cell {
	vertical-align: top;
	}
/* The block containing the main image and the superimposed image */
.image_area {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	}
/* The superimposed image */
.image_superimposed {
	border-width: 2px;
	border-style: solid;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
/* The table of variant thumbnails */
.variants {
	padding: 30px 10px 0 10px;
	vertical-align: top;
	text-align: center;
}
/* Variant thumbnail without a caption */
.variant_thumb {
	border-width: 1px;
	border-style: solid;
	margin: 10px;
	}
/* Variant thumbnail with a caption */
.variant_thumb_caption {
	border-width: 1px;
	border-style: solid;
	margin: 10px 10px 0 10px;
	}
/* Variant thumbnail label */
.variant_label {
	font-size: smaller;
	}
/* Videos */
.video {
	border: thick ridge;
	}

