a:link {
        text-decoration : none; 
        Color : #000000;
	   }

a:visited {
           text-decoration : none; 
		   Color : #000000;
		 }

a:hover {
          background-color: Yellow;
          font-weight: bold;
        }

.titolo {

	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 5px 0em;	
	border-bottom: solid 0.167em rgb(120,176,39);	
	background-color: rgb(255,255,255);
	color: rgb(112,162,36);
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
		  
.middle-column-title-standard {
  
	font-size: 1.5em;
}
		

#centrale table {
	border: 2px solid;
	margin-left: 1.4em;
}
#centrale table th {
	border: 1px solid;
	background-color: rgb(255,255,100);
}
#centrale table td {
	border: 1px solid;
	background-color: rgb(255,255,255);
}

td { 
    background-color: rgb(255,255,255);     
	 font-size: 1em;      
	 text-align: center;
	 font-family: Verdana;
	 border-left-style: solid;
	 border-right-style: solid;
	 border-left-width: thin;
	 border-right-width: thin;
  }

th {
	background-color: rgb(255,255,104);
	font-family: Helvetica;
	font-size: 1.2em;
	text-align: center;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}




