

.main {
width:180px;
border:1px dotted black;
}

.month {
background-color:darkblue;
font:bold 11px verdana;
color:white;
padding-top: 3px;
padding-bottom: 3px;
}

.daysofweek {
background-color: grey;
font:bold 10px verdana;
color:white;
}

.days {
font-size: 10px;
font-family:verdana;
color: #8b3212;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

