.h4 {
    text-decoration: underline;
}

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

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

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

#CeDiplomaOverviewID ul li, #CeDiplomaOverviewHighlySecureID ul li {
    list-style-image: url('image/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;
}

.text-center {
    text-align: center;
}

.padtop12 {
    padding-top: 1.0em;
}

.padbot12 {
    padding-bottom: 1.0em;
}

.fontSmaller-90-percent {
    font-size: 90%;
}