a{
    color: black;
}
a:visited{
    color: yellow;
}
a:hover{
    color: green;
}