#content OL { counter-reset: item }
#content LI { display: block }
#content LI:before { content: counters(item, ".") "."; counter-increment: item; padding-right:10px; margin-left:-20px;}

