a:link       { color: #5D4D1F; text-decoration: none}
a:hover      { color: #FF0000; text-decoration:none }
a:visited    {
	text-decoration: none;
}


body         { font-family: Arial; font-size: 8pt; color: #5D4D1F; line-height: 150%; 
               background-color: #2E1C86 }
               
table        { font-size: 8pt; font-family: Arial }

.TITOLO {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}


.linkinvisibile  { font-family: Arial; font-size: 8pt; color: #5D4D1F; line-height: 150%; font-weight: normal; }
.linkinvisibile a {
	font-family: Arial;
	font-size: 8pt;
	color: #5D4D1F;
	line-height: 150%;
	font-weight: normal;
	text-decoration: none;
}
.linkinvisibile a: hover{ font-family: Arial; font-size: 8pt; color: #1778E1; line-height: 150%; font-weight: normal; }
.linkinvisibile a:visited {
	font-family: Arial;
	font-size: 8pt;
	line-height: 150%;
	font-weight: normal;
	text-decoration: none;
}


.immagineBordataSinistra { float: left; border-right: 10px solid #f9f6e7; 
               border-bottom: 3px solid #f9f6e7 }
               
.immagineBordataDestra { float: right; border-left: 6px solid #f9f6e7; 
               border-bottom: 2px solid #f9f6e7 }