/*
 *  defines extra CSS styles on human.html
 */

/* body navigation menu 1a link 'actors - men' */
#human1a {
  position: absolute;
  left: 590px;
  top: 165px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 1b link 'actors - women' */
#human1b {
  position: absolute;
  left: 620px;
  top: 163px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 2a link 'models men' */
#human2a {
  position: absolute;
  left: 590px;
  top: 190px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 2b link 'models women' */
#human2b {
  position: absolute;
  left: 620px;
  top: 188px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 3a link 'singers men' */
#human3a {
  position: absolute;
  left: 590px;
  top: 215px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 3b link 'singers women' */
#human3b {
  position: absolute;
  left: 620px;
  top: 213px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 3a link 'portraits men' */
#human4a {
  position: absolute;
  left: 590px;
  top: 240px;
  width: 24px;
  height: 24px;
}

/* body navigation menu 3b link 'portraits women' */
#human4b {
  position: absolute;
  left: 620px;
  top: 240px;
  width: 24px;
  height: 24px;
}
