a, a:visited {
-webkit-transition: 0.2s ease;
transition: 0.2s ease; 
}

a:hover, a:visited:hover {
color: #000000 !important;
-webkit-transition: 0s ease;
transition: 0s ease; 
}