a:link {
  color: ghostwhite!important;
}

/* visited link */
a:visited {
  color: azure !important;
}

/* mouse over link */
a:hover {color: #07C1F3 !important;
}

/* selected link */
a:active {
  color: #1EC9F4 !important;
} 
