dl {
 background:url("/pictures/rounded-corners/corner_bottom_left.gif") bottom left no-repeat;}

dt {
 background:url("/pictures/rounded-corners/corner_top_right.gif") top right no-repeat;} 

dt b {
 background:url("/pictures/rounded-corners/corner_top_left.gif") top left no-repeat;
 display: block;
} 

dd {
	background:url("/pictures/rounded-corners/corner_bottom_right.gif") bottom right no-repeat;
	margin:0;
	font-size: 15px;
	color: #E4EFFC
} 
 
.box1 {
	margin-top: 0;
	margin-bottom: 40px;
	background-color: #3f5f95;
	color:white;
} 

.box1 A:LINK { 
	color: yellow;
	text-decoration: underline;
}

.box1 A:HOVER, .box1 A:ACTIVE { 
	text-decoration: underline;
}




/*
titolo visibile
.box1 dt {
	background-color:#C43400;
	color:#F7D200;
}
*/

/* titolo nascosto */
.box1 dt {
	margin:0px 0 0 0; 
	text-indent:-6000px;
} 



.box1 h1 {
	text-align: center;
	margin: 0;
	color: white;
	font-size:22px;
}

.box1 h2 {
	text-align: center;
	margin: 0;
	color: #E4EFFC;
	font-size:20px;
}


.box1 dt b {padding:0 0px;} 

.box1 dd {
 	padding:0px 0px 14px 10px;
	color: white;
} 

