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;
  background-image: url("http://www.ftp-recordings.net/archives/template/informationback.png");
  background-repeat: no-repeat;
  background-position: right bottom;  z-index: 1;
}

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;
  overflow: auto;
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: black;
  color: black;
  background-color: transparent;
}

div.entryList span.time {
  font-size: 10px;
}

div.entryList h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 5px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: black;
}

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

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

div.entryList ul {
  margin: 5px;
  padding: 0px;
}

div.entryList li {
  margin: 5px 5px 5px 20px;
  padding: 0px;
  list-style-type: square;
}

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;
}

h2.archives {
  display: block;
  position: absolute;
  top: 0px;
  left: 122px;
  height: 46px;
  margin: 0px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: black;
  background-color: white;
}

table.archives {
  text-align: center;
  position: absolute;
/*  bottom: 491px;*/
  top: 46px;
  left: 122px;
  width: 614px;
  height: 75px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-collapse: collapse;
  color: black;
  background-color: white;
}

table.archives th {
  border-width: 1px 0px 0px 1px;
  border-color: black;
  border-style: solid;
  width: 35px;
  height: 35px;
  color: white;
  background-color: black;
}

table.archives td {
  border-width: 1px 0px 0px 1px;
  border-color: black;
  border-style: solid;
  width: 35px;
  height: 35px;
}

table.archives td.hasEntry {
  color: black;
  background-color: rgb(0, 128, 255);
}

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

a:hover {
  text-decoration: underline;
}
