@import url("stilebozza.css");

#content {
  margin: 0 140px 0 160px;
}
ul.links {
  padding: 2px;
  margin: 5px auto;
  list-style: none;
  display: block;
  width: 100%;
  border: none;
}

ul.links li {
  display: block;
  float: left;
  width: 48%;
  height: 100px;
  margin: 10px 2px 20px 2px;
  border: none;
}

#content a[href] {
  text-align: left;
  font-weight: bold;
  height: 100%;
  font-size: 1.2em;
  display: block;
  border: none;
  color: #d87800;
}

ul.links img {
  vertical-align: middle;
  border: none;
  background: transparent;
  height: 85%;
  max-width: 70%;
  float: left;
  margin-right: 5px;
}
h3 {
  margin-top: 0px;
}

#content hr {
  height: 20px;
  display: block;
  color: transparent;
  clear: both;
  border: none;
}
