h2, h3, p, strong, li, a, body  {
	font-family: Helvetica,sans-serif;
}

span.action, span.problem, span.solution, dt {
	font-weight: bold;
}

h1 {
	font-size: 60px;
	font-family: Courier;
	color: #cc0033;
	background-color: #ffcccc;
	text-align: center;
}

h2 {
	color: #cc0033;
}

pre {
	width: 100%;
	background-color: #dddddd;
}
a {
	text-decoration: none;
	color: #cc0033;
}
a:hover {
	background-color: #ffcccc;
}
