body {
    counter-reset: section;
}

h2:before {
    counter-increment: section;
    content: counter(section) ". ";
}

p.revision {
	font-style: italic;
	color: #888;
	font-size: 85%;
}