  
.h4 {
    text-decoration: underline;
}

ul > ul {
    list-style-type: none;
}

ol {
    list-style-position: outside;
}

h3 > a {
    text-decoration: none;
    color: red;
}

#CeDiplomaOverviewID ul, #CeDiplomaOverviewHighlySecureID ul {
    list-style: none;
}

    #CeDiplomaOverviewID ul li, #CeDiplomaOverviewHighlySecureID ul li {
        list-style-image: url('/registrar/cediploma/images/bullet.png');
    }

        #CeDiplomaOverviewID ul li ol, #CeDiplomaOverviewHighlySecureID ul li ol {
            list-style: none;
            margin-left: 14px;
            padding: 0;
        }

            #CeDiplomaOverviewID ul li ol li, #CeDiplomaOverviewHighlySecureID ul li ol {
                list-style: none;
                margin: 0;
                padding: 0;
            }

    #CeDiplomaOverviewID ul ul, #CeDiplomaOverviewHighlySecureID ul ul {
        list-style: none;
    }

#CeDiplomaOverviewID li.nostyle, #CeDiplomaOverviewHighlySecureID li.nostyle {
    list-style: none;
}
