.doc h2
{
	font-size: 150%;
	text-transform: uppercase;
}

.doc h3
{
	font-weight: bolder;
}

.doc img
{
	display: block;
	border: 1px solid green;
	width: 600px;
}

.doc ol li
{
	margin: 2em 0 1em 0;
}

.doc span.code
{
	font-family: monospace;
}

.doc span.it
{
	font-style: italic;
}
