.A4
{
    color: firebrick;
    text-decoration: none
}
.A4:hover
{
    color: firebrick;
    text-decoration: underline
}

.A5
{
    color: white;
    text-decoration: none
}
.A5:hover
{
    color: ff4001;
    text-decoration: underline
}