html /* deka: removed redundant body selector */ {
	color: black;
	background: url("paper.gif");
}

/* deka: added this selector */
p.nav {
	text-indent: 0cm;
	margin: 0 0 1em;
	font-size: smaller;
}

/* deka: added this selector */
p.nav-bot {
	text-indent: 0cm;
	margin: 0;
	text-align: center;
}

h1, p {
	color: black;
}

/* deka: added dl, dt, dd entries to make definition lists stand out from main body text. */
dl {
	margin: 0.1em 3.0em 0.1em 1.5em;
	font-size: 0.95em;
}

/* deka: added this selector */
dt {
	margin-top: 0.5em;
	font-weight: bold;
}

/* deka: added this selector */
dd {
	margin-left: 1.5em;
	font-style: italic;
}

/* deka: added */
img.middle {
	vertical-align: middle;
}

.note {
	background: #FFFFAC; /* deka: changed from 'yellow' */
	font-style: italic;
	font-family: "Lucida Handwriting"; /* deka: added */
	
	padding: 1px 4px; /* deka: replaced padding-top: 0 and padding-bottom: 0 */
	margin-left: auto; /* deka: updated from 5em */
	margin-right: auto; /* deka: updated from 5em */
	/* deka: removed border-style and border-width attributes, both of which were set to defaults */
	width: 76%; /* deka: added */
	max-width: 480px; /* deka: added */
	min-width: 160px; /* deka: added */
}

/* deka: added this class */
div.centered {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* deka: added this class */
table.centered {
	margin-left: auto;
	margin-right: auto;
}

/* deka: added this class */
p.centered {
	text-align: center;
}
