body {
	background-color: #;	
    background-image: url("");
	}

a,
a:link,
a:visited,
a:active {
    color: #ff0099;
    background: none;
}

a:hover {
    color: #006699;
    background: underline;
}

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

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

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

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