body {
	margin: 0px;
	padding: 1.5em;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height:	150%;
	color: White;
	background-color: Black;
	text-align: left;
}

#sommario, #sommario ul, #sommario ul li
 {
	visibility:	visible;
	margin-left: 0px;
	list-style-position: inside;
}

#sx, #dx, #titolo {
	display: none;
}

#menu-top {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#menu-sx ul{
	margin-left: 0px;
	list-style-position: inside;
	}
	
#menu-sx ul ul{
	margin-left: 1em;
	list-style-position: inside;
	}
	
#main {
	text-align:	justify;
	}

.none-titolo {
	display:	block;
}

#testalino {
	display: none;
	}

/* Menu sx - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.nav li{
	display: block;
}

/* Tipografia - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.2em;
	}
	
h3 {
	font-size: 1.9em;
	}
	
h4 {
	font-size: 1.4em;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: Aqua;
	background-color: Black;
}

a:link {
	color: Aqua;
	background-color: Black;
}

a:visited {
	color: #FF80FF;
	background-color: Black;
}

a:hover {
	color: Yellow;
	background-color: Black;
}

.on {
	font-weight: bold;
	color: Yellow;
}

hr { border-top: thin dotted #999999;
	}

#main a.verticali {
	line-height: 2em;
	}
	
/* sezione artisti espandi div - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h4.link {
	cursor: pointer;
	color: Aqua;
	background-color: Black;
}

