body {
    text-align:center;
    font-family:"calisto", "calisto mt", "palatino", "palatino linotype", "cambria", serif;
}

p.guide {
    margin-bottom:0px;
}

table {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

/*Table captions*/
table > caption {
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

/*Table entries*/
table > tbody > tr > td {
	width:5.55%;
    height:1.5em;
	border: 1px solid #808080;
	text-align:center;
    font-size:1.25em;
}

/*Type names*/
table > thead > tr > th,
table > tbody > tr > th {
	width:5.55%;
    height:1.5em;
	border: 1px solid #808080;
	text-align:center;
	font-weight:normal;
    font-size:0.75em;
}

#footer {
    display:none;
}