html {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
  text-align: justify;
  /*height: 200px;
  width: 900px; */
}
 /*                 
body {
  border-radius: 20px;
}  */               

h3 {
  text-align: center;
}

a {
  color: black;
}

li {
  margin: 5px 0px 5px 0px;
}

ul {
  margin-bottom: 0px;
}

.centrovani {
  padding: 4px 55px 14px 55px;
	position: relative;
	margin: auto;
  text-align: left;
  background-color: #FF9900;
  border:solid 1px #000000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;


}
 /*
#sb-wrapper {
  width: 900px !important;
  top: -26px !important;
  left: 0px !important;
}

#sb-wrapper-inner {
   height: 200px !important;
} */