div
{
	position: absolute;
	left: 2em;
	width: 35em;
}

h1
{
	color: darkblue;
	font-family: sans-serif;
}

h2
{
	color: darkblue;
	font-family: sans-serif;
}

ul {
	list-style-type: none;
}

li
{
	color: black;
}

span.code
{
	font-family: monospace;
	color: blue;
}
