a:link {
    color: pink;
}

a:hover {
    text-decoration: none ;
}

a:visited {
    color: green;
}