
      A:LINK { TEXT-DECORATION: NONE; COLOR: FF0000; font-weight: bold}
      A:VISITED { TEXT-DECORATION: NONE; COLOR: FF33FF; font-weight: bold }
      A:HOVER { TEXT-DECORATION: UNDERLINE; COLOR: 0000FF; font-weight: bold }

  /* Titoli notizie - Testo x biscotti */
  
  .titoli {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0em;
    font-weight: bold;
   }

  /* Box -  */

  .box {
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    text-align: justify;
    font-weight: normal; 
}

  /* Testo per notizie - corpo colonna sx */

  .notizie { 
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    color: black;
    text-align: justify;
    }
  
  .data { 
    font-family: arial;
    font-size: 10pt;
    color: 000033;
    border-bottom: 2px blu;
    }

  /* altri cazzi vari */

  .box-centrato {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	}


/* end of data */

