    BODY {
	font-family: verdana;
	background-image: url(img/sfondo.gif) ;
	background-repeat : repeat-y;
	background-color: white;
} 
	.navigatore {
      color:black;   
      font-family:verdana;
	 font-size: 10;
	 text-decoration: none;
	 padding: 0 0 0 5;
	 width:100%;
	 font-weight: bold;
    }
	.base{
      color: red;
	font-family:verdana;
	font-size: 12;
		}
    .navigatoreshell {
     font-family:verdana;
	 font-size: 10;
	 padding-left: 3; 
	 
    } 
    .navigatore:hover{
       color: red;
       background: black;
       width:100%;
     }
    .centro{
	     padding:15;
		 color: #585858;
	     font-family:verdana;
	     font-size: 12;
	}
	
    .titolo{
	   color: Red;
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size : 16;
	   font-weight : bold;
	}
.titolog{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 20;
	font-weight : normal;
	color : Red;
}
	.titolorosso{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 12;
	font-weight : normal;
	color : Red;
}
select{
	border : outset Black;
	border-style : none none none none;
	border-color : black;
	font-size : 9;
}

.menu{
    background-color : Black;
	width : 100%;
	color: red;
	text-align : center;
	font-weight : bold;
	font-size : 10;
}
li{
	list-style-image : url(img/fw.gif);
}
a{
    font-weight : bold;
	text-decoration : none;
	color : #404040;
}
a:hover{
    color : Red;

}
