
a.newA:link {
color: white;
text-decoration: underline;
}

a.newA:hover {
text-decoration: none;
background: #9900cc;
}

a.newA:visited {
color: white;
text-decoration: underline;
}

a:hover {
color: white;
text-decoration: none;
background: #ffccff;
}
