ol {
    font-size: small;
    padding-top: 1%;
    padding-left: 25px;
    list-style: auto;
}

a {
    text-decoration: none;
}

a:hover {
    color: #f56b48;
    text-decoration: none;
}
ul.list-disc{
    list-style: disc;
    list-style-position: outside;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 1.7em;
}
ol.list-nam{
    list-style: decimal;
    list-style-position: outside;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 1.7em;
}