<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GMF3 Style Sheet Last updated 12/02/2005
/* ----------------------------------------
/* Il tag (body) definisce lo sfondo, i margini, le barre di scorrimento, la font-family e la dimensione del font di base per tutto il documento */
body {
	background-image: url('fnt_transp_bg.gif');
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

/* immagini senza bordo
img { border: none; }
/* anche: img {	border-style: solid; border-width: 0px;	}

/* Paragrafo (P) */
p	{ text-align: center; }

/* A */
a				{ font-family: serif; font-size: small; font-weight: bold; text-decoration: none;}
a:link			{ text-decoration: none;}
a.dark:link 	{ text-decoration: none; color: Black; }
a.dark:visited  { text-decoration: none; color: Black; }
a.pale:link 	{ text-decoration: none; color: White; }
a.pale:visited  { text-decoration: none; color: White; }
a:visited		{ text-decoration: none;}
a:hover			{ text-decoration: underline; font-style: italic; cursor: pointer;}

/* Tabelle (TABLE) - Gruppi di righe (TBODY) - Righe (TR) - Dati (TD) */
table { border: 0px; padding: 0px; } 
td	{ text-align: center; } 

/* Classi */
.bk-01 {background-color: #FFCC66; }
.bk-02 {background-color: #666633; }
.bk-03 {background-color: #0066CC; }
.bk-04 {background-color: #008080; }
.bk-05 {background-color: #9999FF; }
.bk-06 {background-color: #00CC66; }
.bk-07 {background-color: #FFCC66; }
.bk-08 {background-color: #CCFFCC; }
.bk-09 {background-color: #808080; }
.bk-10 {background-color: #666699; }
.bk-11 {background-color: #D04080; }
.bk-12 {background-color: #00FF00; }
.bk-13 {background-color: #FF0000; }
.bk-14 {background-color: #0000FF; }
.bk-15 {background-color: #FF6060; }
.bk-16 {background-color: #FFC040; }
.bk-dkred {background-color: #CC0000; font-size: 2; color: #FFE080; }
.bk-dkgreen {background-color: #006600; font-size: 2; text-align: }
.bk-blue {background-color: #000080; font-size: 2; }
.bk-black {	background-color: #000000; color: #FFE080; font: "Times New Roman", Times, serif; font-size: 2; }
	
.foto_legenda {	font-size: xx-small; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000099 }

.stile_foto { border-width: 0px; font-size: xx-small; font-weight: bold; }

.stile_testo { font-size: medium; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:blue }

.no_border { border-width: 0; }

.cell_2 { background-color: #BEBEBE; } /* sfondo grigio */
.cell_1	{ background-color: #CCCCFF; } /* sfondo violetto */

.auto-style3 { font-family: Arial, Helvetica, sans-serif; font-size: xx-small; }
.auto-style15 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	vertical-align: middle;
	}
</pre></body></html>