A.link {
    /* Normal Link */
    text-decoration: none;
}

A.link:hover {
    /* Normal Link */
    text-decoration: underline;
}

A.new {
    /* Neuer Link */
    color: #8060A0;
    text-decoration: none;
}

A.new:hover {
    /* Neuer Link */
    color: #8060A0;
    text-decoration: underline;
}

