body {
	margin: 10px;
}

body, td, p {
	background-color: #cc66ff;
	font-family: "book antiqua", georgia, "times new roman", times, serif;
	color: black;
}

h1, h2 {
	text-align: center;
}

dt {
	margin-top: 1em;
	color: aqua;
	font-weight: bold;
}

a {
	color: navy;
}

a:hover, a:active {
	color: #cc0066;
}

table {
	border-collapse: collapse;
}

th, td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid black;
}

.letters {
	font-family: monospace;
	letter-spacing: 0.5em;
	speak: spelt-out;
}

.score {
	text-align: center;
	white-space: nowrap;
}

.ttt td {
	padding-top: 1em;
	padding-bottom: 1em;
}
