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

a {
  color: #000;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #f00;
}

a:hover {
  border-bottom: 1px dotted #f00;
}

cite {
  font-weight: bold;
}

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 {
  padding: 0;
}

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

img.p {
  float: right;
  border: 1px solid #f00;
  margin: 0.5em 0 0.5em 1em;
  clear: both;
}

#gora {
  background-image: url(gora.gif);
  background-repeat: repeat-x;
  height: 30px;
  width: 100%;
  clear: right;
}

#dol {
  background-image: url(dol.gif);
  background-repeat: repeat-x;
  height: 30px;
  width: 100%;
  clear: left;
}
