
body {
	font-family: serif;
	background-color: lightgreen;
	text-align: center;
}

li {
	list-style-type: none;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td.results {
	border: thin dotted black;
	border-collapse: collapse;
	background: #00CCFF;
	padding: 5px;
}