body {
	font-family: Verdana;
	font-size: 10pt;
	color: Blue;
	background: url(Sfondobiglie.jpg);
}
ul.bold {
	font-weight: bold;
	font-size: 10pt;
}

h1 {
	font-family: Impact;
	font-size: 48pt;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 0;
	background-color: Orange;


}
table.bordoblu {
	border-top: blue 1px solid;
}
td.bordoblu {
	border-left: blue 1px solid;
	border-right: blue 1px solid;
	border-bottom: blue 1px solid;
}
p {
	padding-left: 20%;
	padding-right: 20%;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.spaziato {
	margin-bottom: 10px;
}

dt {
	font-weight: bold;
}
