div.blockText {
    text-align: justify;
    font-size: 10px;
    padding: 20px;
    width: 760px;
}

li {
    text-align: justify;
    padding-left: 10px;
}

ol {
    padding-left: 10px;
}

.bold {
    font-weight: bold;
    line-height: 17px;
}

.notbold {
    font-weight: normal;
    line-height: 17px;
}

.topic {
    padding-bottom: 20px;
    font-weight: bold;
    list-style-type: decimal;
}

.subtopic {
    padding-bottom: 20px;
    font-weight: normal;
    list-style-type: upper-latin;
}

.subsubtopic {
    padding-bottom: 10px;
    font-weight: normal;
    text-align: left;
    list-style-type: upper-roman;
}