.hiv {
    color: #c19270;
    font-family: 'Georgia', serif;
    text-decoration: underline;
}

a.hiv:hover {
    color: #c95706;
    text-decoration:underline;
}

a.hiv:active {
    color: #A0522D;
}

a.hiv:visited {
    color: rgb(67, 57, 47);
}

.hiv a:visited{
    color: rgb(67, 57, 47);
}