body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color:#000;
	font-family:"Arial", "Helvetica", _sans;
	font-size:12px;
}

#testo{
	width:950px;
	margin:0 auto;
}

#testo h1 {
	height:125px;
	text-indent:-9999px;
	margin:0;
	background:#13181F url(../img/head.jpg) 20px 0 no-repeat;
}
#testo h2 { font-size:20px; color:#13181F; font-weight:bold; margin:20px; padding-top:20px;}
#testo h2.first {padding-top:0;}
#testo em {font-size:15px; color:#13181F; font-style:normal; font-weight:bold;}
#testo p {
	line-height:1.2em;
	margin:0 20px 1em 20px;
}

#testo p a {color:#333;text-decoration:none;}
#testo p a:hover{text-decoration:underline; color:#999;}

#testo p.footer {margin:20px 0; border-top:1px solid #131820; padding:10px 20px 0 20px; font-size:12px;}
#testo p#alert {border:1px solid #f00; padding:15px; font-weight:bold; margin-top:40px;}

#testo ul {margin:-1em 0 1em 0;}

