body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 420;
  background: black;
  overflow: auto;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: white;}

.page {
  margin-top: 2;
  margin-left: 10;
  padding-right: 30;
}

.image {
  position: relative;
  heigth: 250;
}

.up .image {
  left: 17;
}

.down .image {
  left: 0;
}

.cap {
  position: relative;
  padding: 0 0 0 0;
}

.bar {
  position: relative;
  height: 140;
}

.up .bar, .up .cap {
  left: 0;
}

.up .cap {
  padding-right: 0;
}

.down .bar, .down .cap {
  left: 30;
}

.down .cap {
  padding-right: 13;
}

.cap {
  color: silver;
  text-align: left;
  font-family: arial, sans-serif;
  font-style: normal;
  font-size: 14px;
}

#blung {
  font-size: 12px;
}

