p { font-size: medium; widows:5; orphans:5; text-align: justify; } p+p { text-indent: 1em; }
//li.level1:before { content:counter(kz1) ' '; } li.level2:before { content:counter(kz1) '.' counter(kz2,lower-alpha) ' '; } li.level3:before { content:counter(kz3) ' '; } li.level1 { counter-increment:kz1; counter-reset:kz2; } li.level2 { counter-increment:kz2; counter-reset:kz3; } li.level3 { counter-increment:kz3; }