#content {
    background-color: white;
}

div {
    font-size: large;
}

#actglink:link, #actglink:visited{
    color: white !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.nav-item a:link, a:visited {
    color: #00516e !important;
    font-weight: bold !important;
}

.nav-item a:hover {
    color: orangered !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#actglink:hover {
    color: yellow !important;
}

#sitelink:link, #sitelink:visited{
    color: yellow !important;
    font-size: xx-large;
    font-weight: bold !important;
    text-decoration: underline !important;
}

#aboutlink:link, #aboutlink:visited {
    color: yellow !important;
    font-size: xx-large;
    font-weight: bold !important;
    text-decoration: underline !important;
}

#callcenter:link, #callcenter:visited, #callcenter:hover {
    color: black !important;
    font-size: xx-large;
    font-weight: bold !important;
}

#callTop:link, #callTop:visited {
    color: #00516e !important;
    font-size: xx-large;
    font-weight: bold !important;
}

#callTop:hover {
    color: orangered !important;
    text-decoration: none;
}

#clintrials:link, #clintrials:visited {
    color: #00516e !important;
    font-weight: bold !important;
}

#clintrials:hover {
    color: blue !important;
}

#aboutlink:hover {
    color: blue !important;
}

#sitelink:hover {
    color: blue !important;
}

p .aboutText {
    font-size: x-large;
}