/* unvisited link */
a:link {
    color: #E22B8B;
}

/* visited link */
a:visited {
    color: #9a0e53;
}

/* mouse over link */
a:hover {
    color: #30419f !important;
}

/* selected link */
a:active {
    color: #E22B8B;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a {
    cursor: pointer;
}
