body         { 
  background-color: white; 
  color: #000080; 
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  background-image:  url(../img/sfondo.jpg); 
  }

h1           { 
  color: #004040;
  background: none repeat;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
}
  
h2 {
  color: #214D21;
  background: none repeat;
  font-weight: bold;
  font-size: 100%;
}

h3 {
  color: #006400;
  background: none repeat;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold;
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
}

li           {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  list-style-image:  url(../img/list.gif); 
  margin-left: 6%;
}

p {
  margin-left: 6%;
}

a:link {
  color: #00f;
  background: none repeat;
}

a:visited {
  color: #800080;
  background: #EBE7E7;
}

a:active {
  color: blue;
  background: #FFD700;
}

table        { 
margin-left: 10%;
}

img          { 
padding: 0;
border-style : none;
}

img.sx {
	FLOAT: right; MARGIN: 1%;
}

img.dx {
	FLOAT: left; MARGIN: 1%;
}

.logocentrato {
 text-align: center;
}

DIV.titolo {
	PADDING-RIGHT: 1%; PADDING-LEFT: 1%; PADDING-TOP: 4px; 
}

div.centertext  {
  text-align: center;
}

div.sintext {
  margin-left: 6%; 
  text-align: left;
}
 
div.destext {
  margin-right: 6%; 
  text-align: right;
}

DIV.barra {
  PADDING-RIGHT: 1%; PADDING-LEFT: 1%; PADDING-TOP: 4px; 
  text-align: right;
}

.bluetext {
  color: #0000FF;
}

DIV.elenco  {
  margin-left: 12%;
}
/* Contenitore di sinistra */
div.areasx {
	float: left;
	padding: 2px;
	width: 48%; 
	text-align: left;		
}
/* Contenitore di destra */
div.areadx {
	float: right;
	padding: 2px;
	width: 48%;
	text-align: left;
}
br.nofloat {
	clear: both;
}
.imgcentroverticale {
	vertical-align: middle;
}
.immagine {
	margin: 10px;
}
.imgallinea {
	float:left;
	text-align:center;
}
