.myCalendar a {
    text-decoration: none;
    color: #333;
}

.myCalendar a:link {
    text-decoration: none;
    color: #333;
}

.myCalendar a:visited {
    text-decoration: none;
    color: #333;
}

.myCalendar a:hover {
    text-decoration: none;
    color: #333;
}

.myCalendar a:active {
    text-decoration: none;
    color: #333;
}

.tdHref {
    width: 100%;
    height: 100%;
}