body {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: black;
  background-color: #aeb8a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1 {
  position: relative;
  width: 726px;
  height: 15px;
  margin: 5px auto 0px auto;
  padding: 0px 5px 0px 5px;
  border: solid 2px black;
  color: silver;
  background-color: black;
  font-weight: bold;
  font-size: 12px;
}

h1 a {
  color: silver;
  background-color: black;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: none;
}

div.body {
  position: relative;
  width: 736px;
  height: 613px;
  margin: -2px auto 10px auto;
  padding: 0px;
  border: solid 2px black;
  color: black;
  background-color: white;
}

div.game {
  background-image: url("http://www.ftp-recordings.net/archives/template/gameback.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.information {
  background-image: url("http://www.ftp-recordings.net/archives/template/informationback.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.life {
  background-image: url("http://www.ftp-recordings.net/archives/template/lifeback.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.music {
  background-image: url("http://www.ftp-recordings.net/archives/template/musicback.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.technology {
  background-image: url("http://www.ftp-recordings.net/archives/template/technologyback.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}


li#lifeIcon {
  top: 490px;
  left: -2px;
  color: black;
  background-color: rgb(94, 128, 94);
}

li#technologyIcon {
  top: 367px;
  left: -2px;
  color: black;
  background-color: rgb(147, 131, 60);
}

li#musicIcon {
  top: 244px;
  left: -2px;
  color: black;
  background-color: rgb(141, 90, 90);
}

li#gameIcon {
  top: 121px;
  left: -2px;
  color: black;
  background-color: rgb(56, 75, 141);
}

li#informationIcon {
  top: -2px;
  left: -2px;
  color: black;
  background-color: red;
}

ul.categoryList {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.categoryList li {
  display: block;
  position: absolute;
  width: 121px;
  height: 121px;
  margin: 0px;
  padding: 0px;
  border: solid 2px black;
  z-index: 2;
}

ul.categoryList li img {
  display: block;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

div.entryList {
  position: absolute;
  top: 121px;
  left: 123px;
  width: 613px;
  height: 440px;
  margin: 0px;
  padding: 0px;
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: black;
  color: black;
  background-color: transparent;
  z-index: 1;
  overflow: auto;
}

div.entryList h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 5px 1px 5px;
  padding: 0px;
}

div.entryList h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 5px 5px 1px 10px;
  padding: 0px;
}

div.entryList h3 a {
  text-decoration: none;
}

div.entryList h3 a:hover {
  text-decoration: none;
}

div.entryList div.menubar {
  margin: 0px 10px 5px 0px;
  padding: 0px;
  font-size: 11px;
  font-weight: bold;
  color: gray;
  background-color: transparent;
  text-align: right;
}

div.menubar a {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}

div.menubar a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

div.entryList p {
  margin: 0px 10px 10px 10px;
  padding: 0px;
}

div.entryList p.continue {
  text-align: right;
}

dl.info {
  position: absolute;
  top: -2px;
  left: 121px;
  width: 593px;
  height: 101px;
  border: solid 2px black;
  color: black;
  background-color: white;
  margin: 0px;
  padding: 10px;
}

dl.info dt {
  font-size: 16px;
  font-weight: bold;
}

dl.info dd {
  margin-left: 10px;
}

address {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
  z-index: 3;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
