body {
	background-color: #cc6;
	color: #330;
	font-family: "trebuchet ms", trebuchet, georgia, sans-serif;
	margin: 0px;
}
div#applet {
	border-bottom: 2px solid #660;
}
p#quickInfo {
	margin: 0px;
	padding: 2px 10px;
	background-color: #993;
	border-bottom: 1px solid #660;
}
div#instructions {
	float: right;
	width: 300px;
	margin: 10px;
	padding: 10px;
	background-color: #ffc;
	border: 1px solid #660;
	font-size: smaller;
}
div#instructions ol {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: lower-alpha;
}
span.intro {
	font-size: 125%;
}
a, a:visited {
	color: #930;
}
a:hover {
	background-color: #930;
}
p {
	margin: 10px;
	line-height: 150%;
}
