@CHARSET "UTF-8";

.numbers {
	display: inline-block;
	min-width: 70px;
}

#content p {
	margin-top: 1em;
}

#content h2 {
	margin-top: 2em;
}

#content a {
	color: rgb(240, 130, 39);
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

