body{
	font: 10px verdana;
}

div.container{
	width: 780px;
}

div.colonna{
	float: left;
	width:240px;
	padding: 10px;
}

ul.sortabledemo {
	min-height:150px;
	width: 240px;
}

.item {
	background-color: #ffffff;
	border: 1px solid #a40000;
	list-style-type: none;
	width: 240px;
	margin-bottom:15px;
	text-align:left;
}

div.handle {
	background-color: #a40000;
	width: 100%;
	color:white;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover, a:visited:hover{
	text-decoration: underline;
}
div.contenuti{
	padding:5px;
	text-align: left;
}