a:link, a:visited, a:active {
  text-decoration: none;
  color: silver;
}

body {
  background: URL(BR_silhouette.jpg) 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: 16px;
  color: white;
  top: 40;
  left: 25;
  width: 268;
}

#A .text {
  font-size: 15px;
  top: 5;
}

#prevID, #nextID {
  position: absolute;
  color: silver;
  font-family: arial, sans-serif;
  font-size: 12px;
  left: 5;
}

#prevID {
  top: 5;
}

#nextID {
  top: 400;
}

