body {
  background-color: #dedede;
  margin-left: 5px;
}

* {
  font-family: Verdana, Waree, Sans-Serif;
  color: black;
  line-height: 135%;
  font-size: 10px;
}

a, a:visited {
  text-decoration: underline;
  color: #000000;
  margin-bottom: -2px;
}

a:hover {
  text-decoration: none;
}

input, select, textarea {
  background-color: #eeeeee;
  border: 1px black solid;
  font-size: 0.8em;
  margin: 2px;
}

img {
  border: 0;
}

.head {
  font-size: 1.45em;
  font-variant: small-caps;
}

.navigation {
  margin-right: 10x;
  margin-left: 10px;
  font-size: .75em;
  font-weight: bold;
}

.chat {
  font-size: .7em;
}

.log {
  font-size: .75em;
}

.red {
  color: red;
}

.green {
  color: green;
}

.infohead {
  font-size: 1.15em;
  font-weight: bold;
}

#rstripe {
  background-image: url('images/rstripe.png');
  background-repeat: repeat-y;
  background-position: 128 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
 }

#bstripe {
  background-image: url('images/bstripe.png');
  background-repeat: repeat-x;
  background-position: 0 256;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
