
  /* "Cielo a pecorelle..." - Recanati */
  /* Foglio di stile (CSS) realizzato da Marco Benvestito */

  body { 
    margin: 0px; border: none; padding: 0px; background-color: #F6F6F6;
  }

  #hpcontainer { 
    position: relative; top: 20px; left: 0px; 
	width: 760px; /* height: 300px; */
	margin: 10px auto; border: 1px dashed #336699; padding: 0px;
	text-align: center;
  }
  
    #hpcontainer h3 {
	  font: 22px "Trebuchet MS", Tahoma, Arial, Sans-serif; color: #9C00C9;
	  font-weight: bold;
	}
	
    #hpcontainer a:hover { color: #333333; text-decoration: underline; }
    #hpcontainer a {
	  font: 14px "Trebuchet MS", Tahoma, Arial, Sans-serif; color: #336699;
	  font-weight: bold; text-decoration: none;
	}
	
	  #hpcontainer a img { border: none; }

	#hpcontainer p {
	  font: 14px "Trebuchet MS", Tahoma, Arial, Sans-serif; color: #333333;
	  font-weight: bold;
	}

