OL { counter-reset: item }
LI { display: block }
LI:before { content: counters(item, "."); counter-increment: item }


