body {
	margin: 0px;
	padding: 0px;
}

#cont_meteo {
	height: 230px;
	width: 128px;
}

.previsione {
	height: 115px;
	width: 108px;
	background-image: url(../img/meteo_fondo.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}
.data {
	width: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #026500;
	text-align: center;
	float: yes;
	padding-top: 15px;
}

.meteo{
	text-align: center;
	padding-top: 10px;
	float: yes;

}
.temp{
	width: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #026500;
	text-align: center;
	text-decoration: underline;
}
.noborder{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

