.link {
    color:#aaf;
    text-decoration: underline;
    cursor:pointer;
}

.link.active {
    color: violet;
    
}