.main {
font-size:14px;
}

.month {
font-weight:bolder;
color:#666666;
}

.daysofweek {
font-weight:bolder;
color:#666666;

text-decoration:underline;
width:20px
}

.days {
color:#666666;
border:1px solid #666666;
}

.days #today{
font-weight:bold;
background-color:#cccccc;
width:20px
}
.days a{
text-decoration:none;
color:#666666;
}