body {
	background: #e8e8e8;
	color: black;
	font-family: sans-serif;
}
a {
	color: #08a008;
	background: #e0f0d8;
	text-decoration: none;
}
.applet {
	font-style: italic;
	color: #a06000;
}
.standalone {
	font-style: italic;
	color: #a00060;
}
.note {
	border: inset;
	font-weight: lighter;
}
h1,h2,h3,h4 {
	font-weight: bold;
/*	text-decoration: underline;*/
}
dt {
	font-weight: bold;
	text-decoration: underline;
}
.instructions {
	/*margin: 0,1em;*/
	font-weight: bold;
	background: #d8d8e0;
	/*border: none;*/
}
.toolbar {
	text-align: center;
	border: ridge;
}

