a:link {
    text-decoration: underline;
    color: #0909ED;
 }

 a:visited {
    text-decoration: underline;
    color: #E44E07;
 }

 a:hover {
    text-decoration: none;
    color: #727272;
 }

 
