body {
  font-size: 10px;
  color: #f5f5d0;
  font-family: verdana, arial, helvetica, serif;
  background-color: #000000;
  margin: 0;
}

.main {
  font-size: 15px;
  color: #f5f5d0;
  font-family: verdana, arial, helvetica, serif;
  background-color: #000000;
}

.members td {
  font-size: 14px;
  font-family: verdana, arial, helvetica, serif;
}

a:link {
  color: #f5f5d0;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #f5f5d0;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

.nav a:link {
  font-size: 16px;
  font-weight: bold;
  color: #f5f5d0;
  background-color: transparent;
  text-decoration: none;
}

.nav a:visited {
  font-size: 16px;
  font-weight: bold;
  color: #f5f5d0;
  background-color: transparent;
  text-decoration: none;
}

td {
  font-size: 10px;
  color: #00ff00;
  font-family: verdana, arial, helvetica, serif;
}

.serverbox {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  background-color: #202020;
}

.responsebox {
  font-size: 9px;
  color: #B06A00;
  font-weight: normal;
  background-color: #1A1A1A;
  border-bottom: 2px solid black;
}

.yellowsmall {
  font-size: 10px;
  color: #DD8500;
  font-weight: normal;
}

.playerboxtitle {
  color: #DD8500;
  font-weight: bold;
  background-color: #202020;
}

.playerbox {
  background-color: #003000;
  border: 1px solid green;
}

.statsheader {
  color: #ffffff;
  background-color: #006600;
}

.statsline {
  background-color: #003A00;
}

.addressbox {
  font-weight: normal;
  font-size: 10px;
  color: #DD8500;
  background-color: #303030;
}

.copy {
  font-size: 9px;
  color: #000000;
  font-weight: normal;
}


