.main {
width:160px; 
height:100px;
border:1px solid #3300cc; 
}

.month {
background-color: #3300cc; 
font:bold 11px verdana;
color:white;
cursor:hand;
}

.daysofweek {
background-color: #3399ff; 
font:bold 10px verdana;
color:white;
}

.days {
font-size: 10px;
font-family:verdana;
color: #3300cc; 
background-color: #ffffff; 
padding: 2px;
}

.days #today{
font-weight: bold;
background-color: #33ccff;
}

.days #hol{
font-weight: bold;
background-color: #33ccff;
}
