.calendar {
 border: 1px solid #FFFFFF;
}

.calendar th.month{
 text-decoration: underline;
 border: none;
}
.calendar th.day{
 border: 1px dotted #FFFFFF;
 display: inline-block;
}

.calendar th{
 border: 1px dotted #FFFFFF;
}

.calendar td{
 border: 1px dotted #FFFFFF;
 padding: 0px;
 text-align: center;
 font-size: 12px;
 width:80px;
 height:70px;
}