body{
	background-color: #cc9;
	font-family: verdana;
}
   			
h1{
	font-size: 3em;
	color: #696;
}

h2{
	font-size: 2em;
	color: #696;
	margin-top: 0;
}

h3{
	font-size: 1em;
	font-weight: bold;
	color: #696;
	margin-bottom: 0;
}

p {
	text-align: justify;
	padding: 3px;
	}

p.datacorrente{
	font-size: .6em;
	text-align:right;
}

#contenitore {
	width : 600px;
	margin:0 auto;
}

      
#intestazione {
	width : 100%;
	background-color: white;
}


#pagina {
	width : 70%;
	float: left;
	background-color: white;
}

#sidebar {
	width : 25%;
	float: right;
	background-color: white;
	font-size: .7em;
}



