BODY {
	background: #eeeeee;
}
P.author {
	color: #7777cc;
	text-align: right;
}

P {
	margin: 0.5em 0 0 1em;
	line-height: 130%;
}
PRE {
	background: #ccccff;
	border: 1px solid #333377;
	color: #333377;
	font-weight: bold;
	margin: 0.5em 2em 0 2em;
	padding: 0.2em;
	white-space: pre;
}
PRE.xml {
	background: #cccccc;
	border: 1px solid #333333;
	color: #333333;
}
DIV.toc {
	color: #555577;
	font-weight: bold;
	margin: 0.5em 0 0 1em;
}
DIV.comment {
	color: green;
	font-size: 75%;
	margin: 0 2em 0 4em;
	line-height: 120%
}
SPAN.si {
	font-size: 75%;
	font-style: italic;
}
SPAN.step {
	background: #555577;
	color: white;
}
EM {
	font-style: normal;
	font-weight: bold;
}

CODE {
	color: indigo;
	font-size: 90%;
	font-weight: 900;
}

I {
	font-family: serif;
	font-style: italic;
}

OL, UL, LI {
	line-height: 140%
}