a:link, a:visited {
    color: #c00;
    text-decoration: none;
    border-bottom: 1px dashed #C00;
}

a:hover {
    color: #900;
    border-bottom: 1px dashed #900;
}

a img {
    border: none;
}
