.calendar {
 border: 1;
 cellpadding: 1;
 cellspacing: 1;
  align: center;
}

.Month {
background-color:#F24D87;
font-size:small;
color:#000000;
font-weight:bold;
text-align:center;
}
.calendarHeader {
background-color:#CC0066;
color:#FFFFFF;
width:14%;
}

.black {
background-color:#000000;
color:#000000;
width:14%;
}

.calentry {
background-color:#F24D87;
vertical-align:top;
}

.not {
color:#000000;
background-color:#ffcccc;
font-size:medium;
font-weight:bold;
width:1.3em;
height:1.0em;
border-style:outset;
border-width:2px;
text-align:center;
vertical-align:middle;
font-family:serif;
}

.yes {
color:#000000;
background-color:#ff88cc;
font-size:medium;
font-weight:bold;
width:1.3em;
height:1.0em;
border-style:outset;
border-width:2px;
text-align:center;
vertical-align:middle;
font-family:serif;
cursor:pointer;
}