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