.monthPre{
    color: gray;
    text-align: center;
}
.monthNow{
    color: blue;
    text-align: center;
}
.dayNow{
    border: 2px solid black;
    color: #FF0;
    text-align: center;
}
.calendar td{
    htmlContent: 2px;
    width: 40px;
}
.monthNow th{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}
.dayNames{
    background: #0FF000;
    color: #FFFFFF;
    text-align: center;
}
