ul.new-style {
    list-style-type: desc;
    color: black;
    padding: 0px 20px;
}


ul.new-style li {
    padding: 10px 0;
}


ol.new-style {
    list-style-type: desc;
    color: black;
    padding: 0px 20px;
}

ol.new-style li{
    padding: 10px 0;
}
