div#page-content {
 text-align: justify;
}

div.small-date {
 display: none; /* hide marker */
}

div.small-date + h1 {
 font-size: 150%; /* from Wikidot style.css for h2 */
}

/* Indent first line of paragraphs immediately preceded by other paragraphs,
 * and remove whitespace between them.
 * Blame Reklaw.
 */
div#page-content > p + p {
 text-indent: 1cm;
 margin-top: 0mm;
}

div#page-content > p {
 margin-bottom: 0mm;
}