/* CSS Document */

body {
	margin:0;/*inserisco entrambi per il cross browser*/
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #000;
}

#intestazione {
	padding:1em;
	/*height: 100px;*/
	float:left;
	
	border-bottom:
}

#contenuto {
padding-top:50px;

}
h1 {
/*font-size: 3em;
color: #000099;
padding-top: 30px;*/
background-color: #fff;
	color: #054c2e;
	padding-top: 30px; 
	padding-left: 110px;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: 2px solid;
	

}
h2 {
font-size: 1.5em;
color: #000099;
/*margin-top: 50px;*/
padding-left: 1em;
}
p {
font-size: 1.2em;
padding-left:1em;


}

.servername {
color: #000000;

}

