table, td {
	font-family: Arial, Veranda, sans serif;
}

#heading {
        font-weight: bold;
        color: #000000;
        font-size: 20px;        
}

.daytable {
        background-color: #000000;
        width: 350px;
}

.dayrow {
        height: 40px;
}


.dayhead {
        background-color: #FFFFFF;
        font-weight: bold;
        text-align: center;
}

.days {
        background-color: #FFFFFF;
        text-align: right;
        width: 14%;
}