/* unvisited link */
a:link {
    text-decoration: none;
    color: #eaddd0;
}

/* visited link */
a:visited {
    text-decoration: none;
    color: #eaddd0;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    color: #eaddd0;
}

/* selected link */
a:active {
    text-decoration: none;
    color: #eaddd0;
}