A {
  text-decoration:none;
  color: black;
}

A:hover {
  color: #442244;
}

BODY {
  position:absolute;
  margin:0;
  padding:0;
  width:100%;
  font-family:verdana;
  font-size:12;
}

.maindiv {
  position:absolute;
  top:80;
  left:20%;
  width:60%;
  padding-right:1px;
  padding-bottom:1px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bottomheader {
//  width:100%;
  background:#ffd9e7;
  padding:2px;
  border-top:1px solid #bb96b5;
  text-align:right;
  font-size:10;
}

.topheader {
  background:#e5c6a5;
  padding:2px;
  font-weight:bold;
  border-top:1px solid black;
}

.menu {
//  width:100%;
  background:#f1bda2;
  padding:2px;
  border-top:1px solid #774933;
}

.submenu {
//  width:100%;
  background:#fddfd0;
  padding:2px;
  border-top:1px solid #995544;
}

.news {
  text-align: justify;
  margin: 7px;
}

.content {
  padding-top:5px;
  padding-bottom:5px;
}

.content A {
  color: #660044;
}

.content A:hover {
  color: #440066;
}

.screenshots {
  position: absolute;
  width:110;
  top:80;
  left:80%;
  padding-left:10px;
}

.oneimage {
  font-size:10;
}

.scrheader {
//  background:#f5e6c5;
  font-weight:bold;
  padding:2px;
}

.hits {
  font-size:10;
  position:absolute;
  color: #bbbbbb;
  top:65;
  right:20%;
}

.leftrow {
  position:absolute;
  right:80%;
}

.upleftcornera {
  position:absolute;
  left:-91;
  top:-80;
}

.upleftcornerb {
  position:absolute;
  left:-1;
  top:-80;
}