table.hours {
    width: 60%;
    font-family: Georgia, Times, sans-serif;
    font-size: 150%;
    font-weight: bold;
    font-style: italic;
}

a.day_link {
    font-family: Georgia, Times, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    color: black;
}

a.day_link_mouse {
    font-family: Georgia, Times, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    color: blue;
}
