body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #003399;
	background-color: #b2c9da;
}

a{
	color:#030;
}

a:visited{
	color:#039;
}

.stile1 {
	background-color: #b2c9da;
	font-size: 12px;
}
ul {
	line-height: 1.5;
}
code {
	font-size: 14px;
	color: #000066;

}
h4 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.stile1Copia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: #b2c9da;
	font-size: 12px;
	background-position: center center;

}
/*definizioni stili home page */
#topMain{
	display:block;
	margin: 0 auto 0 auto;
}

#mappaHomePage {
  display:block;
  width:404px;
  height:325px;
  background:url(images/argante.gif) no-repeat;
  position:relative;
  margin: 0 auto 0 auto;
  }
#mappaHomePage a#title {
  display:block;
  width:404px;
  height:0;
  padding-top:325px;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
  background:transparent url(images/argante_hover.gif) no-repeat 404px 404px;
  cursor:default;
  }
/* the hack for IE pre IE6 */
* html #mappaHomePage a#title {
  height:325px;
  he\ight:0;
  }
#mappaHomePage a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
  
#mappaHomePage dd {
  position:absolute;
  padding:0;
  margin:0;
  }
  
#mappaHomePage #sito {
  left:13px;
  top:19px;
  z-index:20;
  }
#mappaHomePage #blog {
  left:253px;
  top:135px;
  z-index:20;
  }
#mappaHomePage #sveller {
  left:89px;
  top:262px;
  z-index:20;
  }
#mappaHomePage a#linksito{
  display:block;
  width:134px;
  height:43px;
  text-decoration:none;
  z-index:20;
}
#mappaHomePage a#linkblog{
  display:block;
  width:148px;
  height:52px;
  text-decoration:none;
  z-index:20;
}
#mappaHomePage a#linksveller{
  display:block;
  width:224px;
  height:41px;
  text-decoration:none;
  z-index:20;
}
#mappaHomePage a span, #mappaHomePage a:visited span {
  display:none;
  }
#mappaHomePage a#linksito:hover, #mappaHomePage a#linkblog:hover, #mappaHomePage a#linksveller:hover {
  border: 1px dashed white;
  }
#mappaHomePage a:hover span {
  position:absolute;  
  width:404px; 
  display:block; 
  font-family:arial; 
  font-size:12px; 
  background:#fff; 
  color:#000; 
  border:1px solid #000; 
  padding:5px;
  }
/* the hack for IE pre IE6 */
* html #mappaHomePage a:hover span {
  width:404px; w\idth:404px;
  }
  
#mappaHomePage a#linksito:hover span {
  left:-13px; 
  top:309px;
  }
#mappaHomePage a#linkblog:hover span {
  left:-253px; top:190px;
  }
#mappaHomePage a#linksveller:hover span {
  left:-89px; 
  top:63px;
  }