body {
    margin:0;
	font-family:Verdana;
	background : White;
	padding:0px;
	text-align : center;
}

.testo{
	background : transparent;
	font : Verdana;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	color : Black;
	text-align : justify;
	padding-bottom :5;
	padding-left : 10;
	padding-right : 10;
	padding-top : 5;
}

.note{
	background : transparent;
	font : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : Black;
	text-align : justify;
	padding-bottom :5;
	padding-left :0 ;
	padding-right : 10;
	padding-top : 5;
}

.testotitolo{
	background : transparent;
	font : Verdana;
	font-style : normal;
	font-weight : bold;
	font-size : 16px;
	color : Black;
	padding-left : 10;
	padding-right : 10;
}

.box_delivery {
	border:1px solid #4d4b44;
	padding:10px;
	margin : 5px;
	width : 100%;
	background : white;
	font : Verdana;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	color : Black;
	text-align : justify;
}

