a{
    text-decoration: none
}
.toptxt{
    color: black
}

.awhite{
    color: rgb(255, 255, 255)
}
.awhite:hover{
    color: rgb(255, 255, 255)
}
.awhite:visited{
    color: rgb(255, 255, 255)
}
.awhite:active{
    color: rgb(255, 255, 255)
}

.ablack:visited{
    color: black;
}
a{
    color: black;
}
a:hover{
    color: black;
}
a:visited{
    color: black;
}
a:active{
    color: black;
}

a{
    z-index: 10;
}