
.schedule {
    width: 95%;
    border-collapse:  collapse;
}

.schedule tr, .schedule th, .schedule td { 
    padding: 3px;  
    border-width: 1px; 
    border-spacing: 0px; 
    border-style: solid;  
    border-color: black;
}
.schedule ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

p.headlink{
    text-align:center;
}
