a{
    font-size: 16px;
}
a:link{
    color: white;
}
a:visited{
    color: white;
}
a:hover{
    color:azure;
}