body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	margin-right: 3em;
}
body.colored {
	/*background-color: #999;*/
	background-color: #000;
	color: #fff;
	margin: 10px;
}
h1 {
	font-size: large;
	color: #c60;
	font-weight: normal;
	background-color: #fff;
}
h2 {
	font-size: small;
	color: #c60;
	background-color: #fff;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: small;
	color: #000;
	background-color: #fff;
	font-weight: bold;
}
h4 {
	font-size: small;
	color: #000;
	background-color: #c60;
	font-style: italic;
}
p, td, th, li, dt, dd {
	font-size: small;
}
p {
	line-height: 1.5em;
}
sub {
	font-size: x-small;
}
dl dt {
	font-weight: bold;
	display: compact;
}
dl dd {
	margin-left: 4em;
	margin-bottom: 10px;
}
code {
	font-family: Courier, Typewriter, monospaced;
}
a {
	color: #c60;
	text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: underline;
}
a:active {
	color: #fff;
	background-color: #c60;
	text-decoration: none;
}
a:visited {
	color: #930;
	text-decoration: none;
}
ol.datasets, ol.datasets li {
	display: inline;
}
ol.study_questions li {
	margin-bottom: 1em;
}
