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: 367px;
  height: 613px;
  margin: -2px auto 10px auto;
  padding: 0px 0px 0px 369px;
  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.entry {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 736px;
  height: 613px;
  margin: 0px;
  padding: 0px;
  border: solid 2px black;
  color: black;
  background-color: white;
  z-index: 1;
}

div.entry div.entryDate {
  width: 123px;
  height: 123px;
  margin: 0px 10px 10px 0px;
  padding: 0px;
  float: left;
}

div.entry div.entryDate a {
  display: block;
  position: absolute;
  top: 2px;
  left: 135px;
  width: 120px;
  font-weight: bold;
  text-decoration: none;
}

div.entry div.entryDate a:hover {
  text-decoration: none;
}

div.entry h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 20px 5px 1px 5px;
  padding: 0px;
}

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

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

div.entry 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.menubar span {
  cursor: pointer;
}

div.entry div.entryBody {
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

div.entryBody img {
  float: left;
  margin: 0px 5px 10px 5px;
  border: 1px solid black;
}

div.entryBody blockquote {
  border: 1px solid black;
  margin: 10px 20px 10px 20px;
  padding: 5px;
}

div.entryBody a.text {
  color: rgb(33, 66,187);
  background-color: transparent;
}

div.entryBody a.text:visited {
  color: purple;
  background-color: transparent;
}

div.entryBody a.external {
  background-image: url("http://www.ftp-recordings.net/archives/template/external.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 13px;
}

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

div.entry pre {
  margin: 0px 15px 5px 10px;
  padding: 5px;
  border: solid 1px black;
  font-family: monospace;
  font-size: 12px;
}

div.entry code {
  font-family: monospace;
  font-size: 12px;
  font-weight: normal;
}

div.entry code strong {
  font-family: monospace;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  color: red;
  background-color: transparent;
}

div.entryBody dl {
  margin: 0px 10px 5px 10px;
  padding: 0px;
  clear: left;
}

div.entryBody dl dd {
  margin-bottom: 5px;
}

div.entryBody ul {
  margin: 0px 10px 5px 10px;
  padding: 0px;
  clear: left;
  list-style-type: square;
}

div.entryBody ol {
  margin: 0px 10px 5px 10px;
  padding: 0px;
  clear: left;
}

div.entryBody li {
  margin: 0px 0px 2px 15px;
  padding: 0px;
}

div.entryBody table {
  margin: 0px 10px 5px 10px;
  padding: 0px;
}

div.entry div.entryPostscript {
  display: block;
  clear: left;
}

div.entry div.entryComments {
  display: block;
  margin-right: 10px;
  clear: left;
  border: solid black;
  border-width: 1px 0px 0px 0px;
}

div.entryComments h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 10px 5px 10px;
  padding: 0px;
  clear: left;
}

div.entryComments div.commentBody {
  margin: 0px 50px 0px 10px;
  padding: 0px;
  width: 450px;
}

div.entryComments div.commentAuthor {
  font-size: 10px;
  margin: 0px 50px 20px 10px;
  padding: 0px;
  text-align: right;
  border-top: solid black 1px;
  width: 450px;
}

form.commentForm table {
  border-collapse: collapse;
  margin: 10px 30px 10px 30px;
  width: 400px;
}

form.commentForm table td {
  margin: 0px;
  padding: 0px;
}

form.commentForm table col.label {
  text-align: left;
  width: 50px;
}

form.commentForm table col.input {
  text-align: left;
  width: 150px;
}

form.commentForm label {
  margin: 0px;
  padding: 0px 0px 0px 5px;
}

form.commentForm input {
  border: 1px solid black;
}

form.commentForm input.short {
  width: 148px;
}

form.commentForm input.long {
  width: 350px;
}

form.commentForm td.button {
  text-align: right;
}

form.commentForm textarea {
  border: 1px solid black;
  width: 400px;
}

div.entry div.entryTrackbacks {
  display: block;
}

div.entryTrackbacks h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 10px 5px 10px;
  padding: 0px;
  clear: left;
}

div.entryTrackbacks div.pingURI {
  font-size: 12px;
  font-weight: normal;
  margin: 0px 30px 15px 30px;
  padding: 3px;
  border: 1px solid black;
  width: 394px;
}

div.pingURI input {
  border-style: none;
  width: 300px;
  background-color: transparent;
  color: black;
}

div.entryTrackbacks div.pingBody {
  margin: 0px 50px 0px 10px;
  padding: 0px;
  width: 450px;
}

div.entryTrackbacks div.pingAuthor {
  font-size: 10px;
  margin: 0px 50px 20px 10px;
  padding: 0px;
  text-align: right;
  border-top: solid black 1px;
  width: 450px;
}

div.entry p.continue {
  margin-top: -5px;
  text-align: right;
  display: none;
}

div.entry p.continue span {
  cursor: pointer;
}

p.info {
  margin: 0px;
  padding: 10px;
  color: black;
  background-color: transparent;
}

table.links {
  width: 330px;
  border-collapse: collapse;
  margin: 5px 17px 5px 17px;
  padding: 0px;
}

table.links caption {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

table.links th {
  font-size: 12px;
  width: 110px;
  text-align: left;
}

table.links td {
  font-size: 10px;
  width: 110px;
  text-align: left;
  text-indent: 5px;
}

div.archives {
  position: absolute;
  top: 121px;
  left: -2px;
  width: 244px;
  height: 244px;
  margin: 0px;
  padding: 0px;
  border: solid 2px black;
  color: black;
  background-color: white;
}

div.archives h2 {
  margin: 10px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
}

div.archives dl {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

div.archives dt {
  margin: 0px 0px 5px 20px;
  padding: 0px;
}

div.archives dd {
  margin: 0px 5px 5px 30px;
  padding: 0px;
}

div.archives div.archivesBottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 244px;
  margin: 0px;
  padding: 0px;
}

div.archives p.more {
  text-align: right;
  margin: 0px 10px 10px 10px;
  padding: 0px;
}

div.archives p.xml {
  text-align: center;
  margin: 0px 10px 10px 10px;
  padding: 0px;
}

table.calendar {
  position: absolute;
  top: 368px;
  left: 0px;
  width: 245px;
  height: 245px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  color: black;
  background-color: white;
  text-align: center;
  border-collapse: collapse;
}

table.calendar th {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: black;
  width: 34px;
  height: 34px;
}

table.calendar td {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: black;
  width: 34px;
  height: 34px;
}

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

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

div.entryBody object.amazon {
  float: left;
  margin: 0px 5px 10px 5px;
  border: 1px solid black;
}

div.entryBody img.amazon {
  float: none;
  margin: 0px;
  border-style: none;
}

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

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.noclear {
  clear: none;
}

del {
  text-decoration: line-through;
}

del * {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

ins * {
  text-decoration: underline;
}

