body A:link { 
color: blue !important;

} 

body A:hover{ 
color: blue !important;
}

body A:active {
color: blue !important;
}

body A:visited { 
color: blue !important;
}

