body {
	background-color: #99CCFF;
}

a:link {

  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  color: black ;
  font-weight: bold;
  }
  
a:visited {
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  color: black ;
  font-weight: bold;
  }  

a:hover {
 font-family:"Times New Roman", Times, serif;
 text-decoration: underline overline;
 color: red;
 font-weight: bold;
 }
  
.titolo {
	text-align:center;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	background-color: white;
}
  
.header{
  padding-left: 1em;
  padding-right: 1em;
  line-height:normal;
  color: black;
  font-family:"Times New Roman", Times, serif;
  background-color: white;

}


.contatore {
	text-align:center;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}

.contatti {
	  padding-left: 5em;
}

.divscroll {
height: 420px;
overflow: auto;
border-bottom:1px solid cccccc;
}

.attivita { 
	text-align:center;
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}
