body {
	background:url(images/sfondoRossoSfumato.png);
	background-repeat:repeat-x;
	background-color: #A41111;
}

.homeRed {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E11616;
}
.homeList {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

.imgTesto {
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

.homeList:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
 
.imgCell {
	background:#FFFFFF
}
.imgCell:hover {
	background:orange	
}

.imgCellDesc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF
}
