a:link {
    color: 00baff;
}


a:visited {
    color: 00baff;
}


a:hover {
    color: 00deff;
}

a:active {
    color: 00baff;
}