body{
    background-color: rgb(233, 128, 203);
}
a:link{
    text-decoration: none;
    color: black;
}

#hover:hover{
    color: rgb(0, 17, 255);
}

#active:active{
    color: rgb(112, 0, 104);
}

#visited:visited{
    color: rgb(6, 245, 253);
}