<style> 
.monthNow{
 color: blue;
 text-align: center;
}
.dayNow{
 border: 2px solid black;
 color: #FF0000;
 font-size: 20px;
 font-family: Arial;
}
.calendar td{
 htmlContent: 4px;
 width: 100px;
 height: 100px;

}
.monthNow th{
 background-color:blue;
 color: white;
 text-align: center;
 font-size: 50px;
 font-family: Courier;
}
.dayNames{
 background: black;
 color: white;
 text-align: center;
 font-size: 35px;
 font-family: cursive;
}
 
</style> 