.footer a:link {
    color: white;
    text-decoration: none;

}

/* visited link */
.footer a:visited {
    color: white;
    text-decoration: none;

}

/* mouse over link */
.footer a:hover {
    color: #8ec549;
    text-decoration: none;
}

/* selected link */
.footer a:active {
    color: #8ec549;
    text-decoration: none;
}

.primary-menu > li > a {
    font-size: 110%;
}