﻿a:link {
color: #000;
text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
    color:#9f6c13;
    font-size:13px;
}
a:active {
    text-decoration: none;
    color: #9f6c13;
}
