html, body {
	height: 100%;
}

#c {
	width: 602px;
	height: 600px;
	text-align: center;
	border-bottom: 5px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
}

.x { font-size: 1px; }
.a8b { font-family: Arial; font-size: 8px; }
.a10 { font-family: Arial; font-size: 10px; }
.a10b { font-family: Arial; font-size: 10px; font-weight: bold; }
.a10j { font-family: Arial; font-size: 10px; text-align: justify; }
.a11  { font-family: Arial; font-size: 11px;}
.a11ib  { font-family: Arial; font-size: 11px; font-weight: bold; font-style: italic; }
.a11b  { font-family: Arial; font-size: 11px; font-weight: bold; }
.a12 { font-family: Arial; font-size: 12px; }
.a13 { font-family: Arial; font-size: 13px; }
.a12b { font-family: Arial; font-size: 12px; font-weight: bold; }
.a13b { font-family: Arial; font-size: 13px; font-weight: bold; }
.a14 { font-family: Arial; font-size: 14px; }
.a15b { font-family: Arial; font-size: 15px; font-weight: bold; }
.a18 { font-family: Arial; font-size: 18px; }
.a12blue { font-family: Arial; font-size: 12px; font-weight: bold; color: #0000ff; }