/* CSS Document */

body,html {
	height:100%;
	margin:0
}
.ddd {
	background-color: #1b2735;
	background-image:  url(immagini/sfondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 800px;
	position:absolute;
	margin-top: -250px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	top: 50%;
}
.Stile1 {color: #a0a000}
.pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0044aa;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #33CCFF;
	text-align: justify;
	overflow: auto;
}
.posta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFCC00;
	background-color: #993300;
}
.lista {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFCC00;
	padding-left: 5px;
}

