/* 

titoli uno e due, testo normale (ed inizializzazione TD), links 

	italiano:  purple:  #660099
	inglese:   blu:     #000099

*/
H1, H2 {
	font: 14pt bold "Arial" normal;
	color: darkred;
	padding: 0pt;
	margin: 0px 3px 0px 3px;
	text-align: center;
};

H3 {
	font: 12pt bold;
	font-weight: bold;
	margin: 0px 3px 0px 3px;
};



BODY {
	background-color: white;
	font: 10pt;
	color: black;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana, Arial;
	text-align: center;
	margin: 0px 3px 0px 3px;
};

TD {
	font: 10pt;
	color: black;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana, Arial;
	text-align: left;
	margin: 0px 3px 0px 3px;
	
};

TD.img {
	vertical-align: middle;
	text-align: center;
}



A:active, A:link, A:visited {
    	color: none;
	text-decoration: none;    
}

A:hover {
    color: red;
    text-decoration: underline;
}

.eng {
	color: #660099; 
}

.ita {
	color: #000099;
}


/* solo per il logo */
.bzb {
	font: 36pt; 
	font-style: italic;
	font-family: Arial;
	color: darkred;
	font-weight: bold;
};




/* pannello di fondo */

TD.btm {
	padding: 10px 33px 10px 33px;
	background: blue;
	text-align: center;
	color:  yellow;
};
TD.btm A:active, 
TD.btm A:link, 
TD.btm A:visited {
    	color: yellow;
	text-decoration: none;    
	font-weight: bold;
}

TD.btm A:hover {
    color: lightyellow;
    text-decoration: underline;
}

/*
 Stili per pagina dei riferimenti
*/

.r1, .r2, .r3, .r4, .r5, .r6, .r7 {
	text-align: left;
	padding: 1px 5px 15px 5px;
}

.r1, .r3, .r5, .r7 {
	color: #000099;
}

.r2, .r4, .r6 {
	color: #660099;
}

.rt1 {
	font: 12pt;
	font-weight: bold;
	color: #000000;
}

.rt2 {
	font: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}


/* testo per la pagiona del contatto */

TD.cont {
	font: 12pt;
	color: black;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana, Arial;
	text-align: left;
	margin: 0px 3px 0px 3px;


};

