#calendar {
	position:absolute;
	top: 940px;
}

.cal_titolo {
background-color:#333333;
color: White;
}

.cal_giorni_nomi {
	background-color: #999999;
}

.cal_separatore_giorni{
	background-color: Black;
}

.cal_titoli {
	background-color: White;
	text-decoration: none;
}

.cal_corrente {
	background-color: #999999;
	color: White;
}

.cal_giorno_corrente {
	color: #333333;
}

.cal_numero_giorni {
	color: #333333;
}

.cal_link_est {
text-decoration:none;
}
.cal_content{
	color: White;
}

#calendar a {
	text-decoration: none;
}