a:link, a:visited, a:active {
  text-decoration: none;
  color: gray;
}

body {
  background: black;
  color: white;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.text {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: justify;
  font-family: helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
}

#navTextBar {
  top: 363;
  left: 0;
  width: 600;
}

.navIndicator {
  position: relative;
  top: 25;
  left: 0;
}

.navNumber, .navSpacer {
  color: gray; 
  font-family: arial, sans-serif;
  font-style: normal;
  font-size: 15px;
}

.navNumber a:link, .navNumber a:visited, .navNumber a:active {
  color: #7fff00;
}

#prevID, #nextID {
  position: absolute;
  width: 20;
  height: 20;
  top: 390;
}

#prevID {
  left: 10;
}

#nextID {
  left: 570;
}

#picture {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#A #picture, #B #picture, #E #picture, #H #picture {
  top: 0;
  left: 0;
}
#C #picture, #G #picture {
  top: 0;
  left: 15;
}

#D #picture {
  top: 0;
  left: 217;
}

#F #picture {
  top: 0;
  left: 0;
}

#A .text, #B .text, #H .text {
  color: teal;
  top: 5;
  left: 15;
  width: 570;
}

#A .text {
  font-size: 16px;
}

#C .text {
  color: silver;
  top: 30;
  left: 375;
  width: 190;
}

#D .text {
  color: silver;
  top: 20;
  left: 20;
  width: 177;
}

#E .text {
  color: teal;
  top: 5;
  left: 300;
  width: 270;
}

#F .text {
  color: silver;
  top: 335;
  left: 15;
  width: 570;
  font-size: 16px;
}

#G .text {
  color: silver;
  top: 30;
  left: 360;
  width: 210;
}

#I .text, #J .text {
  top: 5;
  left: 10;
  width: 495;
  color: black;
}

#J .text {
  font-size: 15px;
}

