td.clickable {
    background: orange;
    color: white;
    cursor: pointer;
}

a {
color:#000000;
}
a:active {
color:#000000;
}
a:visited {
color:#000000;
}
