.schedule {
    font-family: Arial, Helvetica, sans-serif;
}

.schedule th {
    text-align: center;
    padding-bottom: 5px;
    background-color: #feb;
}

.schedule td {
    padding: 10px;
    background-color: #ded;
}

#maincontent .schedule a:link, #maincontent .schedule a:visited 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #070;
    font-weight: normal;
}

#maincontent .schedule a:hover {
    color: #090;
    text-decoration: underline;
}

#maincontent .schedule a:active {
    color: #6c6;
}


td.emphasize {
    color: #080;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    width: 16%;
    vertical-align: top;
}

