body 
{ 
	background-color: #BAAB89;
	color: #333333; 
	font-family: Times new roman;
}

a:link 
{ 
	color: #333333; 
	text-decoration: none; 
}

a:visited 
{ 
	color: #333333; 
	text-decoration: none; 
}

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

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

.title
{
	font-size: 18pt; 
	font-weight: bold;
	font-style: normal;	
}

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

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

.webart
{
	position: absolute;
    bottom: 20px;
    right: 20px;
    /* text-align: right; */
    font-style: normal; 
    color: #333333;
    font-family: "Times New Roman"; 
    font-size: 9pt;
}

.links
{
	font-style: italic; 
    color: #333333;
    font-family: "Times New Roman"; 
    font-size: 12pt;
}

hr
{
	position: absolute;
    bottom: 30px;
	width: 85%
}
/* 	
	colori:
	#D6CBAF - avana chiaro frame navigazione 
	#BAAB89 - marrone main frame
	
*/