/*--------------- CSS BY www.graphic-lab.com --------------*/
body {
background-color: #EDD5AF;
SCROLLBAR-FACE-COLOR: #F7E9BB; 
SCROLLBAR-HIGHLIGHT-COLOR: #F7E9BB; 
SCROLLBAR-SHADOW-COLOR: #D3A50F;
SCROLLBAR-3DLIGHT-COLOR: #D3A50F;
SCROLLBAR-ARROW-COLOR: #D3A50F;
SCROLLBAR-TRACK-COLOR: #F7E9BB;
SCROLLBAR-DARKSHADOW-COLOR: #F7E9BB;
}
/*---------------------------TESTI---------------------------*/
/*Body.ifrm {
background-color:white;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px; 
margin-top: 0px;
SCROLLBAR-FACE-COLOR: #FFFEB3; 
SCROLLBAR-HIGHLIGHT-COLOR: #FFFEB3; 
SCROLLBAR-SHADOW-COLOR: #FFFEB3;
SCROLLBAR-3DLIGHT-COLOR: #FFFEB3;
SCROLLBAR-ARROW-COLOR: black;
SCROLLBAR-TRACK-COLOR: #FFFEB3;
SCROLLBAR-DARKSHADOW-COLOR: #FFFEB3;
}*/
.testi {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	text-decoration: none;

}
.didascalie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-align:center;

}
.titoli {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;

}
/*---------------------------LINKS---------------------------*/
a:link { 
color: #FF8A00;
text-decoration:none
}
a:visited {
color:#FF8A00; 
text-decoration:none
}
a:hover {
color: #660000;
text-decoration:none;
cursor: pointer;
}
a:active { 
text-decoration:none
}
