/* Change all hyperlink colours */
a,
a:link,
a:visited {
    color: #770058 !important;
}

/* Change hyperlink colour when hovered or selected */
a:hover,
a:focus,
a:active {
    color: #770058 !important;
}
