a:link {
    color: white; 
}
a:visited {
    color: white;
}
a:hover {
    color:rgb(122, 33, 86);
}

::selection {
color: rgb(0, 0, 0);
background: rgb(192, 192, 192);
}