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