/*		PAGINA		*/

html,
body {
	margin: 0;
	padding: 0;
	color: black;
	background:pink;
}

body{
	padding: 1.6em;
    font-family: sans-serif;
}

#contenitore {
	/* max-width: 70em;*/
	background-color: white;
}

/*		FINE PAGINA		*/

/*		HEADER 		*/

#header {
	position: relative;
	background-color: green;
	text-align: center;
}

#header a:link,
#header a:visited {
	text-decoration: none;
	/* color: white; */
	font-size: 3em;
	text-decoration: none;
	/* text-shadow: black 2px 2px 2px; */
}

#header a:hover {
	text-decoration: none;
	/* color: white; */
	font-size: 3em;
	/* text-shadow: black 2px 2px 2px; */
}

.ombra {
	color:black;
	position:relative;
	/*
	left:0.1em;
	top:0.1em;
	*/
	left:3px;
	top:3px;
}

.fronte {
	color:white;
	position:absolute;
	/*
	left:-0.1em;
	top:-0.1em;
	*/
	left:-3px;
	top:-3px;	
		
}

/*		FINE HEADER		*/



/*		CONTENUTI		*/

#contenuto {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 2.7em;
	padding-right: 2.7em;
}

/*		FINE CONTENUTI		*/


/*		FOOTER		*/

#footer {
	font-size: 0.8em;
	padding: 0.7em 2em 0.7em 2em;
	font-weight: bold;
	clear: both; 
	background-color: green;
}


/*		FINE FOOTER		*/

a:link,
a:hover,
a:visited,
a:active {
	color: green;
}
