html {
  font-size: 12pt;
}

h1 {
  font-size: 2.5rem;
  font-family: Lucida;
  font-variant: small-caps;
  text-decoration: none;
}

h2 {
  font-size: 1.2rem;
  font-family: Lucida;
  text-decoration: none;
}

h3 {
  font-size: 1.1rem;
  font-family: Lucida;
  text-decoration: none;
}

.tSubText {
  font-size: 1rem;
  font-family: Lucida;
  text-decoration: none;
  line-height: 150%;
}

a.aMain:link {
  color: #353739;
  font-size: 1rem;
  font-family: Lucida;
  text-decoration: none;
}

a.aMain:visited {
  color: #353739;
}

a.aMain:hover {
  color: #8d7673;
}

a.aMain:active {
  color: #8d7673;
}

span.tHeroen {
  font-variant: small-caps;
  font-style: italic;
}

header {
  color: #dbd9d7;
  background-color: #662a27;
}

footer {
  color: #dbd9d7;
  background-color: #662a27;
}

img.aYouAreHere {
  border: 2px solid #662a27;
}

img.tLink {
  border: 2px solid #353739;
}

.tEmail {
  color: #353739;
  font-size: 1rem;
  font-family: Courier;
  font-weight: bold;
  text-decoration: none;
}

p.tRemark {
  font-size: 0.7rem;
  line-height: 120%;
}

a.aRemark:link {
  color: #353739;
  font-size: 0.7rem;
  font-family: Lucida;
  text-decoration: none;
}

a.aRemark:visited {
  color: #353739;
}

a.aRemark:hover {
  color: #8d7673;
}

a.aRemark:active {
  color: #8d7673;
}

img.tListItem {
  border: 2px solid #353739;
  float: left;
}

table.tBodBestseller {
  float: right;
}

@media only screen and (orientation: portrait) {

  .tMainText {
    font-size: 1rem;
    font-family: Lucida;
    text-decoration: none;
    width: 80.0vw;
    text-align: justify;
    line-height: 150%;
  }

  .tMainCol {
    width: 80.0vw;
  }

  table.tHeader {
    width: 100.0vw;
    height: 25.0vw;
  }

  img.imgTitle {
    width: 80.0vw;
    height: 20.0vw;
  }

}

@media only screen and (orientation: landscape) {

  .tMainText {
    font-size: 1rem;
    font-family: Lucida;
    text-decoration: none;
    width: 50rem;
    text-align: justify;
    line-height: 150%;
  }

  .tMainCol {
    width: 50rem;
  }

  table.tHeader {
    width: 100vw;
    height: 8.0rem;
  }

  img.imgTitle {
    width: 25.6rem;
    height: 6.4rem;
  }

}
