﻿body {
    counter-reset: h2counter;
}

h1 {
    counter-reset: h2counter;
}

table, th, td {
    border: 1px solid black;
}
