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