body {
  background-color: #000000;
  color: #C0FFC0;
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  margin: 0px;
  min-width: 480px;
  overflow: hidden;
  padding: 0px;
}

a {
  color: #E2E2FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #FFDADA;
}

div, img, p {
  border-radius: 0px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.picture {
  clear: both;
  position: relative;
  text-align: center;
}

div.picture a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0%;
  width: 42%;
}

div.picture a.dx {
  left: 58%;
}

div.picture a.sx {
  left: 0%;
}

.nav_cx{
  font-size: large;
  font-weight: bold;
  left: 38%;
  min-width: 10em;
  position: absolute;
  top: 0px;
  width: 24%;
}

.nav_dx{
  float: right;
  margin: 2px 0px 4px 0px;
  padding-right: 2%;
  text-align: right;
  width: 34%;
}

.nav_sx {
  float: left;
  margin: 2px 0px 4px 0px;
  padding-left: 2%;
  text-align: left;
  width: 34%;
}
