ol { counter-reset:item 100; list-style-type:none }
ol li:before { content:counter(item) ". "; counter-increment:item -1 }
span.li { color:#600; background-color:inherit }
