html, body {
  font-family: verdana, arial, tahoma, sans-serif;
  margin: 0px;
  background-color: #000;
  color: #fff;
  font-size: 09pt;
}

a {
  color: #BE8657;
  text-decoration: none;
}

a:HOVER {
  color: #fff;
}

p {
  margin: 0px;
}

.headline {
  color: #fff;
  font-size: 09pt;
  font-weight: 700;
}

.article {
  color: #F6C894;
  text-align: justify;
}

.articleDivide {
  font-size: 07pt;
  color: #BE8657;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 5px;
}

.tourAddress {
  font-style: italic;
  color: #F6C894;
}

.tourSubtitle {
  color: #CA9B75;
  font-size: 07pt;
  font-weight: bold;
}

.tourBands {
  color: #BE8657
}

.tourDetails {
  color: #BE8657
}

