.legal-header {
    line-height: 1.5;
}

.main-header {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.header {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sub-header {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}

.paragraph {
    font-size: 15px;
    margin-bottom: 20px;
}

ul {
    list-style-type: square;
}

ul > li > ul {
    list-style-type: circle;
}

ul > li > ul > li > ul {
    list-style-type: square;
}

ol li {
    font-family: Arial;
}
