body {
	background-color: #fff;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 150%;
	text-align: justify;
}

a {
    text-decoration: underline;
}
a:link, a:visited {
    color: #390;
}
a:hover {
    color: #fff;
    background-color: #6c0;
}
a:active {
    color: #fff;
    background-color: #390;
}

div#titolo {
	margin-top: 20px;
}

.centrato {
	text-align: center;
}

p.testoimg {
	text-indent: -1000em;
	overflow: hidden;
	text-align: center;
}

div#menu {
	z-index: 2;
	border: solid 3px #6c0;
	width: 110px;
	height: 180px;
	padding: 5px;
	float: right;
	margin-left: 20px;
	padding: 0;
}

div#menu div#titoletto {
	background-color: #6c0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

ul {
	position: relative;
	top: -10px;
	list-style-image: url('img/pallino.png');
	margin-left: 10px;
	padding-left: 15px;
	margin-bottom: 0;
}

ul#nontutto {
	width: 85%;
}

div#contenitore {
	margin: 20px;
}

h1 {
	color: #6c0;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 200%;
	margin-bottom: 40px;
}

h2 {
	color: #6c0;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 150%;
	margin-top: 50px;
}

em {
	color: #390;
	font-style: italic;
}

strong {
	color: #390;
	font-weight: bold;
}

strong.nero {
	color: #000;
	font-weight: bold;
}

table#banner {
	border-collapse: collapse;
	width: 90%;
	border: 2px #6c0 solid;
}

table#banner th {
	color: #390;
	font-weight: bold;
	text-align: center;
}

table#banner td {
	vertical-align: middle;
	border: 1px #6c0 solid;
	padding: 10px;
	text-align: center;
}

table#banner td.nota {
	text-align: justify;
}

table#banner th#html {
	width: 480px;
}

table#bannercode {
	border: 2px #6c0 solid;
	padding: 10px;
}

img#anteprima {
	border: solid 1px #000;
	padding: 0;
}

div#footer {
	text-align: center;
	background-color: #fff;
	color: #390;
	font-size: 14px;
}
