body {
	margin: 10px;
}

body, td, p {
	background-color: #006600;
	font-family: "book antiqua", georgia, "times new roman", times, serif;
	color: white;
}

h1, h2 {
	text-align: center;
}

dt {
	margin-top: 1em;
	color: aqua;
	font-weight: bold;
}

.spaced li {
	margin-top: 1em;
}

a {
	color: aqua;
}

a:hover, a:active {
	color: yellow;
}

.lblanks {
	letter-spacing: 1pt;
}

.kk-row {
	text-align: right;
	font-size: smaller;
}

.kk-col {
	text-align: left;
	font-size: smaller;
}

.kk-both {
	font-size: smaller;
}

.kk-brow {
	vertical-align: super;
	font-size: smaller;
	letter-spacing: 0;
	margin-left: -0.2em;
}

.kk-bcol {
	vertical-align: sub;
	font-size: smaller;
	letter-spacing: 0;
	margin-right: -0.2em;
}

.kakuro input {
	width: 2.5em;
	height: 2.5em;
	text-align: center;
}
