a.aNav:visited {
  color: #dbd9d7;
}

@media only screen and (orientation: portrait) {

  a.aNav:link {
    color: #dbd9d7;
    font-size: 3.9vw;
    font-family: Lucida;
    font-variant: small-caps;
    text-decoration: none;
  }

  a.aNav:hover {
    color: white;
    font-size: 4.5vw;
  }

  a.aNav:active {
    font-size: 4.5vw;
  }

  span.tYouAreHere {
    color: white;
    font-size: 4.5vw;
    font-family: Lucida;
    font-variant: small-caps;
    text-decoration: none;
  }

  table.tNavItem {
    float: left;
    min-width: 36.0vw;
    text-align: center;
  }

  table.tNavItem td {
    align: center;
    vertical-align: middle;
    height: 6.0vw;
    width: 36.0vw;
  }

  table.tNavBar {
    text-align: center;
    width: 80.0vw;
  }

}

@media only screen and (orientation: landscape) {

  a.aNav:link {
    color: #dbd9d7;
    font-size: 1.3rem;
    font-family: Lucida;
    font-variant: small-caps;
    text-decoration: none;
  }

  a.aNav:hover {
    color: white;
    font-size: 1.5rem;
  }

  a.aNav:active {
    font-size: 1.5rem;
  }

  span.tYouAreHere {
    color: white;
    font-size: 1.5rem;
    font-family: Lucida;
    font-variant: small-caps;
    text-decoration: none;
  }

  table.tNavItem {
    float: left;
    min-width: 12.0rem;
    text-align: center;
  }

  table.tNavItem td {
    align: center;
    vertical-align: middle;
    height: 2.0rem;
    width: 12.0rem;
  }

  table.tNavBar {
    text-align: center;
    width: 87.0rem;
  }

}
