/*
a, a:visited {
    color: #000000;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; 
}

a:hover, a:visited:hover {
color: #cb1517;
-webkit-transition: 0s ease;
transition: 0s ease; 
}
*/
