body { 
    background-color: #f5ffff;
}

a,
a:link {
    color: #FF69B4;
    text-decoration: none;
}
a:visited {
    color: #6495ED;
    text-decoration: none;
}
a:hover {
    color: #FF69B4;
    text-decoration: underline;
}
a:active {
    color: #e50003;
    text-decoration: none;
}

.calendar { 
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center; 
} 

.calendarHead { 
    color:#666666; 
    font-size: 12px; 
    font-weight: normal; 
    font-family: Verdana, Arial, sans-serif; 
    padding-right: 5px;
} 

.notoday { 
    margin-right:4px;
    color:#666666; 
    font-size: 12px; 
    font-family: Verdana, Arial, sans-serif; 
} 

.today { 
    margin-right:4px;
    color:#666666; 
    font-size: 12px; 
    font-family: Verdana, Arial, sans-serif; 
    border : 1px solid #999999; 
} 


