    body{
        background-color: white;
        font-family: Verdana;
        color: #666666;
        text-align: center;
        margin: 50px;
				font-size: 12px;
    }
    
    #contenitore_generale {
        width: 950px; 
        border: 1px #dddddd solid;
        margin: 0px auto;
				text-align: center;
    }
    
    .avviso {
    		border: 1px #dddddd solid; 
        width: 500px; 
        padding: 5px; 
        margin: 0px auto; 
        text-align: left; 
        margin-bottom: 10px;
    }
    .menu {
    		margin-right: 10px;
    }    
   
	   a:hover { 
        border: 0px; 
        text-decoration: underline; 
        color: black; 
    }

    a { 
        border: 0px; 
        text-decoration: none; 
        color: black; 
    }
.stato_0{
	background-color:#FFFFFF;
}
.stato_0b{
	background-color:#CCCCCC;
	color:#000000;
}
.stato_1{
	background-color:#FF0000;
	color:#FFFFFF;
}

.stato_2{
	background-color:#999;
	color:#FFFFFF;
}
.stato_3{
	background-color:#000000;
	color:#FFFFFF;
}
.stato_4{
	background-color:#FF0;
	color:#000000;
}
.full-circle_green {
    background-color:#3AAD05;
    height:20px;
    width:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	color:#FFF;
	float:left;
}
.full-circle_yellow {
    background-color:#FFF000;
    height:20px;
    width:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	color:#000;
	float:left;
}
.full-circle_red {
    background-color:#FF0000;
    height:20px;
    width:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	color:#FFF;
	float:left;
}