.month{
    background:#eb8949;
    text-align:center;
    font-size:20px;
}

.days th{
    background-color:#82b9e9;
    height:24px;
    width:92px;
    font-size:12px;
}

.days td{
    background-color:#fceade;
    height:66px;
    width:92px;
    vertical-align:top;
    font-size:10px;
    font-family:arial, verdana;
}

.days td div span{
    color:#652902;
}

td.blank{
    background:#ffffff;
}