body {
	/* -apple-system,SF UI: da usare per gestire su app */
	font-family: 'Montserrat', Helvetica, Arial, sans-serif!important;
	color: #00205b;
	margin: 0;
	padding: 0;
	font-size:16px;
}
a {
    color: #00205b;
	text-decoration:none;
}

/* Dati societari */

.dati {
	padding: 20px; 
	/*line-height: 35px;*/
}

.dati h2 {
	text-transform: uppercase;
}

.dati .paragrafo {
	margin-bottom: 30px !important;
}

table, th, td {
  border: 0.5px solid black;
  
}
table {
	width: 75%;
}