﻿a {
    color: #337ab7 !important;
    text-decoration: underline;
}

/* unvisited link */
a:link {
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #9d6000 !important;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #9d6000 !important;
    text-decoration: underline;
}


