@charset "utf-8";
/* CSS Document */


/* Stile contenitore */ 
.contenitore { 
   text-align: center;
   width: 623px; 
   height: 234px; 
   margin-left: auto;
   margin-right:auto;
   margin-top: 20%;
   padding-top:25px;
   align: center;
} 

.paragrafo {
	color: #123535; 
 	font-family:'Verdana','Arial','Trebuchet MS',sans-serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	}

.body {
	background-image:url(img/background.gif)
	}

.testo {
	color: #000000; 
 	font-family:'Verdana','Arial','Trebuchet MS',sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	}

A:link {text-decoration: none; color:#000;}
A:visited {text-decoration: none; color:#000;}
A:active {text-decoration: none; color:#000;}
A:hover {text-decoration: none; color:#000;}




