BODY {
	font-family:Garamond; 
	color: ##002449;
	font-size:19px;
}

P {
	font-family:Garamond; 
	color: ##002449;
	font-weight: bold;
	font-size:16px;
}

TD {
	font-family:Garamond; 
	color: ##002449;
	font-size:19px;
}

H1 {
	color: #002449;
	font-weight: bold;
	font-size : 42px;
}

A {
	font-family:Garamond;
	font-size:16px; 
	text-decoration: none;
	font-weight: bold;
	color:#002449;
}

A:Hover  {
	color : #002449;
	text-decoration : underline;
}

.style1 {
	color: ##002449;
	font-weight: bold;
	font-size: 20px;
	font-family: Garamond;
}

.style1b {
	color: ##002449;
	font-weight: normal;
	font-size: 15px;
	font-family: Garamond;
}


.style2 {
	color: ##002449;
	font-weight: bold;
	font-size: 8px;
	font-family: Garamond;
}

.style3 {
	color: #696565;
	font-weight: bold;
	font-size: 20px;
	font-family: Garamond;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS per le immagini allargate*/
position: absolute;
background-color: #ECFDCE;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS per le immagini allargate*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS per le immagini allargate*/
visibility: visible;
top: 0;
left: -650px; /*posizione orizzontale dove volete che appaia l’effetto popup*/

}


