body {
	background-color: black;
	color: white;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 8pt;
	margin: 0;

}

.page {
	width: 1000px;
	margin: 0 0 0 20px;
	padding: 0;
}

figure {
	height: 657px;
	/* margin: 25px 20px 15px 20px; */
	margin: auto;
	margin-top: 15px;
	width: 852px;
}

figcaption {
	color: #808080;
	margin-top: 3px;
}

.left-col {
	width: 30%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid black;
	border-right-width: 2px;
	background-color: white;
}

.right-col {
	width: 70%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	background-color: white;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.wordbox {
	background-color: white;
	/* border: 1px solid #a0a000; */
	box-sizing: border-box;
	height: 24%;
	padding: 7% 0 0 0;
	width: 100%;
}

div.word {
	box-sizing: border-box;
	height: 23%;
	margin: auto;
	text-align: center;
	width: 100%;
}

img.word {
	display:block;
	margin: auto;
	padding-top:0;
	text-align:center;
}

.headline {
	background-color: #cccccc;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	box-sizing: border-box;
	color: black;
	display: table;
	font: 18pt times, geneva, arial, sans-serif;
	height: 17%;
	padding: 3px 8px;
	text-align: center;
	width: 100%;
}

.headline-text {
	display: table-cell;
	vertical-align: middle;
}

.trace {
	width: 100%;
	height: 59%;
	box-sizing: border-box;
	float: right;
	/* border:1px solid #a0a0c0; */
}

.comic {
	height: 46%;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 2px solid black;
	/* border-right:1px solid black; */
}

.drawing {
	height: 54%;
	width: 100%;
	box-sizing: border-box;
	/* border-right:1px solid black; */
	/* border-bottom:1px solid black; */
	/* border:1px solid #00a0a0; */
}