html {
  width: 100%;
}


body {
		width: 100%;
                 padding: 0;
                 margin-top: 10px;

            }
             .main {
                 border: 10px solid #999999;
		 width: 800px;
		 padding: 10px;
		 margin: auto;
             }

             .box {
                 border: 10px solid #999999;
		 width: 350px;
		 padding: 10px;
		 margin: 5px;
		 float: left;
             }

#contenitore{
	width: 800px;
	margin: auto;
	text-align: center;
	clear: both;
}


a:link {
 color: #777799;
 text-decoration: underline;
}

a:visited {
 color: #777799;
 text-decoration: underline;
}

a:hover {
 color: #7777ff;
 text-decoration : none;
}

a:active {
 color: #7777aa;
 text-decoration: none;
}

h1 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;

	clear:both;
	color:#777777;
	font-size: 3.0em;
	letter-spacing: -3px;
	line-height:1.05;
	margin:0.5em;
	word-spacing:-0.03em;
}

h2 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	text-align: center;
	clear:both;
	color:#777777;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height:1.05;
	margin:0.5em;
	word-spacing:-0.03em;
}

h3 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	clear:both;
	color:#777777;
	font-size: 4.5em;
	letter-spacing: -4px;
	line-height:1.05;
	margin:0.5em;
	word-spacing:-0.03em;
	text-align: center;
}

h4 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	text-align: right;
	clear:both;
	color:#777777;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height:1.05;
	margin:0.5em;
	word-spacing:-0.03em;
}


h5 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	text-align: justify;
	clear:both;
	color:#777777;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height:1.05;
	margin:0.5em;
	word-spacing:-0.03em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color:#777777;
	font-size: 10px;
	text-transform: uppercase;
	align: justify;
}