.day {  font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px; color: #000000; 
        text-decoration: none; 
        background-color: #FFFFE8; 
        border-color: #FFFFE8 #FFFFEF #FFFFEF; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px; 
        cursor: default 
}
.days { font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
        background-color: #FFCC99;
        border: #FFCC99;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        cursor: default 
}
.wday { font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
        background-color: #CCCCFF;
        font-weight: normal;
        cursor: default 
}
.year { font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #9966FF;
        font-weight: bold;
        cursor: default 
}
.close { font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #FF0000;
        font-weight: bold;
        cursor: default 
}
.dayh { font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
        background-color: #FFFFFF;
        border: #000000;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        cursor: default 
}

