body {
  background-color : #DEB877;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
}

.display {
  width: 78%;
  margin-left: 22%;
}

h1.title {
  position: fixed;
  top: 4px;
  left: 4px;
  width: 21%;
  z-index: -20;
}

.pagename, .itemname {
  position: fixed;
  top: 10em;
  left: 4px;
  width: 21%;
  z-index: -10;
  text-align: left;
  color: #877049;
}

.itemid {
  font-size: 80%;
  font-weight: bold;
}

.pagetext {
  padding: 3px;
}

div.container {
  position: relative;
  top: 0;
  left: 22%;
  width: 78%;
  min-width: 564px;
  max-width: 960px;
  background-color: white;
  z-index: 10;
  text-align: center;
}

table.center {
  width: 100%;
  background-color: black;
}

A:link {
  color: #8B0000;
  text-transform: capitalize;
}

A:visited { 
  color: #CD5D5D;
  text-transform: capitalize; 
}

A:hover {
  color: red;
  text-transform: capitalize;
}

H1 {
  font-size: 144%;
  color: #000066;
  font-variant: small-caps;
}

ul {
  position: fixed;
  top: 4em;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.homelink, .counter, .modified, .copyright, .address {
  clear: both;
  margin-top: 1em;
  text-align: center;
}

.searchform {
  margin: 0;
  padding: 0;
  background-color: #7b78de;
}

.modified, .copyright, .footer, .aifooter {
  font-size: 80%;
}
 
.counterbg {
  color: white;
  background-color: teal;
  padding: 0 5px;
}

.aifooter, .footer {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: verdana, georgia, sans-serif;
  text-align: center;
}

