body 
{ 
	background-color: #FFFFFF;
	font-family: arial
}

a:link 
{ 
	color: gray; 
	text-decoration: none; 
}

a:visited 
{ 
	color: gray; 
	text-decoration: none; 
}

a:hover
{ 
	color: #C83737; 
	text-decoration: underline; 
}

td
{
	vertical-align: middle;
	text-align: center;
	width: 50%
}

.text1
{
	font-size: 20pt; 
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	color: black	
}

.text2
{
	font-size: 9pt; 
	font-weight: normal;
	font-style: normal;	
	color: gray;
	letter-spacing: 1px;
}

.lang
{
	font-size: 13pt; 
	font-weight: normal;
	font-style: normal;	
	letter-spacing: 1px;
}

#tabella_da_centrare
{
	position:absolute;
	height: 400px;
	width: 600px;
	/* I valori del margin devono essere la metà delle dimensioni in negativo */
	margin-top: -200px;
	margin-left: -300px;
	left:50%;
	top:50%;
}

img
{
	border-width: 0px;
}

/* 	
	colori:
	#D6CBAF - avana chiaro frame navigazione 
	#BAAB89 - marrone main frame
	
*/