body {
	margin: 0px auto;
	background-color: black;
	color:white;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.finished {
	background-color: #009900;
	color: white;
}

.notfinished {
	background-color: whitesmoke;
	color: black;
}
table {
	border-collapse: collapse;
	margin: auto;


	
}
th {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	font-variant: small-caps;
}
td {
	padding: 5px;
	margin-right: 10px;
	
}
tr.spacer {
	height: 10px;
}
tr.spacer td {
	height: 10px;
}
.blink {
	text-decoration: blink;
}
h2 {
	margin: 0px;
}
#container td {vertical-align:top}