/* Based on http://www.w3.org/TR/CSS21/sample.html */

li              { display: list-item }
ol, ul { margin-left: 40px; margin-top: 5px; }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }