
.testo_titolo
{
	font-family: "Times New Roman";
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
        text-transform:uppercase;
}


.testo_giorno_evento
{
	font-family: "Times New Roman";
	font-size: 20px;
	color: #FF9900;
	font-weight: bold;
       
}

.nome_giorno_evento
{
	font-family: "Times New Roman";
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
        
}



.descrizione_evento
{
	font-family: "Tahoma";
	font-size: 10px;
	color: #FFFF99;
	font-weight: bold;
        text-transform:uppercase;
}

.no_evento
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #FFcc00;
	font-weight: bold;
        text-transform:uppercase;
}


a:link 
{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6631;
}
a:hover 
{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
	color: #E22000;
	
        font-weight: bold;
        text-decoration: none;
}

a:visited
{
	font-family: "Trebuchet MS",Tahoma;
	font-size: 11px;
        font-weight: bold;
	text-decoration:none;	
}




.bordo {
	border: 1px solid #666666;
}
select {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	background-color: #F3F3F3;
}
.pulsante {
	background-color: #80w080;
	border-top: 1px solid #BDBDBD;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid #BDBDBD;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 8px;
	color: #CECECE;
	font-weight: bold;
}






