body{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.titlered {
	color: #FF0000;
}



img{
  border:0;
}

#title{
  color: #0063dc;
  text-align:center; 
  font-size:36px;
  padding:10px 0; 
}
#navigazione {
	text-align: left;
}


#container{
	width:800px;
	margin:auto;
	background-color: #FFFFFF;
}


.row{
  margin-bottom:25px;
  float:left;
}
.clear {
	clear: both;
}


.cella{
	float:left;
	width:265px;
	text-align: center;
}

.cella img{

}

.cella img:hover{
  border-top:1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom:1px solid #828282;
  border-right: 1px solid #828282;
}

#footer{
  clear:both;
  text-align:center;
  color: #99CCFF;
  width:700px;
  margin:auto;
  margin-top:20px;
  padding-top:5px;
  font-size:12px;
}

#footer a{
  color:#FFFFFF;
  text-decoration:none;
}
h1 {

  color: #000000;
}
#footer p {

  color:#000000;
  text-decoration:none;
}

