body {
    text-align:center;
    font-family:"calibri", "trebuchet ms", "tahoma", sans-serif;
}

p.guide {
    margin-bottom:0px;
}

table {
	border-collapse:collapse;
    margin-left:auto;
	margin-right:auto;
	cursor:default;
}

/*Table captions*/
table > caption {
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
    font-family:"calisto", "calisto mt", "palatino", "palatino linotype", "cambria", serif;
    font-weight:bold;
}

/*Table entries*/
table > tbody > tr > td {
	width:2.6em;
    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:2.6em;
    height:1.5em;
	border: 1px solid #808080;
	text-align:center;
	font-weight:normal;
    font-size:0.75em;
    color:#000000;
    background-color:#ffffff;
}

/*Non-hover colors*/
td.x1 {color:#000000;background-color:#ffffff;}
td.x2 {color:#006400;background-color:#90ee90;}
td.xh {color:#8b0000;background-color:#ffc0cb;}
td.x0 {color:#000000;background-color:#c0c0c0;}

#footer {
    text-align:center;
}

a > img {
    border:0;
}