
body {
  padding-left: 0px;
  font-family: Arial;
}

.topbar {
  top: 0px;
  width: 100%;
  height: 60px;
  background-color: #f7f7f7; /*  #ff8800;  */
  position: fixed;
}

.mySpace {
   top: 0px;
   height: 60px;
   _background-color: #ddd;
   width: 100%;
}

.myOffset {  /* Da applicare agli anchor <a name="...." class="myOffset">,
                .top ha la stessa misura dell'altezza del .topbar e .mySpace. */
position: relative;
top: -60px;
float: right;
}


.container {
  background-color: #eaedf0;
  top: 70px;
  width: 100%;
}

h1 {
  font-family: Arial;
  font-size: 14pt;
  color: #000000;
  padding-left: 4;
  text-indent: 0;
  padding-top: 8px;
  padding-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

h2 {
  font-family: Arial;
  font-size: 12pt;
  line-height: 1em;
  color: #333333;
  margin-left: 10px;
  text-indent: 0;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

h3 {
  font-family: Arial;
  font-size: 11pt;
  line-height: 1em;
  color: #333333;
  margin-left: 24px;
  text-indent: 0;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

h4 {
  font-family: Arial;
  font-size: 10pt;
  line-height: 1em;
  color: #333333;
  margin-left: 24px;
  text-indent: 0;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

h5 {
  font-family: Arial;
  font-size: 9pt;
  line-height: 1em;
  color: #333333;
  margin-left: 32px;
  text-indent: 0;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

h6 {
  font-family: Arial;
  font-size: 9pt;
  line-height: 1em;
  color: #333333;
  margin-left: 40px;
  text-indent: 0;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: bold;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #666666; 
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

a:active {
  text-decoration: none;
  color:#ff0000;
}

a:focus, a:active {
  outline: none;
}

aaa:focus, a:active {
  -moz-outline-style: none;
}
