a:link {
    color: darkgreen;
}

/* visited link */
a:visited {
    color: #087dbd;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}

.aph {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: snow;
    letter-spacing: 2px;
}

.closer-li{
    margin: 10px 0;
}

.blackout {
    background: black;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

.footnoteHeader {
    font-weight: bold;
    color: #000000;
}

a:link.footnoteHeader {
    text-decoration: none;
    color: #000000;
}

a:visited.footnoteHeader {
    text-decoration: none;
    color: #000000;
}

a:hover.footnoteHeader {
    text-decoration: underline;
    color: hotpink;
}

a:active.footnoteHeader {
    text-decoration: underline;
    color: #62c462;
}