body {
	margin: 0;
	padding: 0;
	background-color: #39383E;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
    text-decoration: underline;
    color: #017DDD;
    background-color: transparent;
}
a:hover, a:active {
    text-decoration: underline overline;
    color: #FF40FF;
}


#menuFisso {
	position: absolute;
	top: 2em;
	left: 2em;
	/*border: 1px dotted;*/
	width: 15em;
}

body>#menuFisso {
	position: fixed;
}

#menuFisso ul {
	list-style: none;	
	margin-left: 1em;
	padding-left: 0;
}

#menuFisso li {
	font-size: 110%;
	margin-bottom: 0.5em;
}

#contenitore {
	padding: 3em 3em 0 18em;
	width: 80%;
}

#contenitore p {
	color: #FFCC00;
	font-size: 100%; /*font-size: 100%;*/
	line-height: 1.6em; 
	padding-left: 1.6em;
}

#contenitore h2 {
	color: #E27F1D;
	font-size: 120%; /*font-size: 120%;*/
	line-height: 1.6em; 
	padding-left: 1.6em;
}

#contenitore h1 {
	color: #E27F1D;
	text-align: center;
	padding-left: 1em;
	font-size: 260%; /*font-size: 260%;*/
}

