
.testo_grande
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	color: black;	
	text-decoration: none;
	}

.testo_normale
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;	
	text-decoration: none;
	}

.testo_piccolo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
	}

.testo_piccolo_bianco
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
	}

.testo_piccolissimo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
	}

A:link
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoratione: underline;
	}

A:active
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}


A:visited
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}

A:hover
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}


<!-- link area contenuto -->

.link_cont A { text-decoration: underline; } 

.link_cont A:link 
	{
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoratione: none;
	}

.link_cont A:active
	{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}

.link_cont A:visited
	{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoratione: none;
	}

<!-- hover deve stare dopo visited altrimenti dopo aver visitato il link hover non funzionerą -->

.link_cont A:hover
	{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}


#scheda1
{
	position: absolute;
	left: 30%;
	top: 40%;
	z-index: 10;
	visibility: hidden;
        width= 400;
        height= 129;
	background-color:white;
	border-width: 2;
	border-color: black;
	border-style: solid;
	padding: 5;
}

a.intestazione { text-decoration: underline; font-size: 8pt; font-weight: normal; color: black;} 
a.intestazione:link { text-decoration: underline; font-size: 8pt; font-weight: normal; color: black;} 
a.intestazione:active { text-decoration: underline; font-size: 8pt; font-weight: normal; color: black;} 
a.intestazione:visited { text-decoration: underline; font-size: 8pt; font-weight: normal; color: black;}
a.intestazione:hover { text-decoration: none; font-size: 8pt; font-weight: normal; color: black;}

a.td_elenco_articoli { text-decoration: underline; font-size: 8pt; font-weight: normal; color: #003994;} 
a.td_elenco_articoli:link { text-decoration: underline; font-size: 8pt; font-weight: normal; color: #003994;} 
a.td_elenco_articoli:active { text-decoration: underline; font-size: 8pt; font-weight: normal; color: #003994;} 
a.td_elenco_articoli:visited { text-decoration: underline; font-size: 8pt; font-weight: normal; color: #003994;}
a.td_elenco_articoli:hover { text-decoration: none; font-size: 8pt; font-weight: normal; color: #FD8922;}

.pulsante_form
	{
	background-color: #066D98;
	font-size: 8pt;
	color: white;
	border-color: whitesmoke;
	border-width: 1;
	}

.pulsante_rosso
	{
	background-color: #FA0000;
	font-size: 8pt;
	color: white;
	border-color: whitesmoke;
	border-width: 1;
	}				