A 
{   
    COLOR: #0069A7;
; text-decoration: none
}
A:hover 
{
    color: #FF0000; 
}

/* Remove underlines from all links across the entire website */
a {
    text-decoration: none !important;
}