body {
  background-color: #f2f2f2;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 0;
  text-align: justify;
}

div.tresc {
  margin: 1em 1em 0 1em;
  background-image: url(gh3gora.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

div.dol {
  text-align: center;
  width: 100%;
  height: 210px;
  background-image: url(dol.gif);
  background-repeat: repeat-x;
  background-position: top center;
}

a {
  color: #777;
  font-style: italic;
}

a:hover {
  color: #000;
}

cite {
  color: #777;
}

h1 {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 12pt;
  text-align: center;
  font-weight: normal;
}

img {
  border: 0;
  padding: 0;
}

img.l {
  float: left;
  margin: 0 1em 0 0;
}

img.p {
  float: right;
  margin: 0 0 0 1em;
}


