a:link, a:visited, a:active {
  text-decoration: none;
  color: fuchsia;
}

body {
  background: #c4805d;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.brown {
  font-family: helvetica, sans-serif;
  font-style: normal;
  font-size: 10pt;
  letter-spacing: 1pt;
  font-weight: bold;
  color: #805028
}

#picture, #titleText, #texture, #index {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#picture {
  top: 0;
  left: 285;
}

#titleText {
  top: 350;
  left: 320;
}

#texture {
  top: 0;
  left: 0;
}

#index {
  top: 15;
  left: 15;
}


