a:link, a:visited {
    color:#ffa202;
    text-decoration: underline;
}
a:hover {
    color:yellow;
    text-decoration:none;
}
