/*body definisce stile e colore della scrollbar del browser.
Per utenti Explorer, non funziona con Mozilla*/
body {
	scrollbar-face-color: #FAD330;
	scrollbar-shadow-color: #D18E00; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #FFF5C4; 
	scrollbar-darkshadow-color: #E49D22;
	scrollbar-track-color: #E3970C; 
	scrollbar-arrow-color: #25177A;
	}
/*testo definisce stile, colore e dimensione del corpo del testo*/
.testo {
    font-family: arial, tahoma, verdana;
    color: #25177A;
    font-size: 10.75px;
	text-decoration: none; 
  }
.testo a {
	font-family: arial, tahoma, verdana;
	color: #DC6903;
	font-size: 10.75px;
	text-decoration: underline;
	font-weight: bold;
  }
.testo a:hover {
    font-family: arial, tahoma, verdana;
    color: #555555;
    font-size: 10.75px;
	text-decoration: underline; 
	font-weight: bold;
  }

.testotitle{
    font-family: arial, tahoma, verdana;
    color: #25177A;
    font-size: 10.75px;
	text-decoration: none;
	font-weight: bold;
  }
