body {
   scrollbar-base-color: #000000;
   scrollbar-arrow-color: #FFFFFF;
	color: #FFFFFF;
}

.testo {
   font-family: Arial, Verdana, Times;
   font-size: 16px;
   color: #FFFFFF;
}

.testo2 {
   font-family:  Arial, Verdana, Times;
   font-size: 20px;
   color: #FFFFFF;
}

.testo3 {
   font-family: Arial, Verdana, Times;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
}

.testo4 {
   font-family: Arial, Verdana, Times;
   font-size: 18px;
	font-style: italic;
   color: #FFFFFF;
}

.testo5 {
   font-family: Arial, Verdana, Times;
   font-size: 18px;
	font-weight: bold;
   color: #FFFFFF;
}

.testoSm {
   font-family: Arial, Verdana, Times;
   font-size: 15px;
   color: #FFFFFF;
}

.mail {
   font-family:  Arial, Verdana, Times;
   font-size: 21px;
   color: #FFFFFF;
}

a {
      color: #FFFFFF;
      text-decoration: none;
}

a:hover {
      color: #FFFFFF;
      text-decoration: underline;
}

/*
a:visited {
      color: #FFFFFF;
      text-decoration: none;
} 
*/

.scroll {
   height: 400px;
   overflow: auto; 
}


