body {
  background-color: #f8d3e3;
  color: #000000;
  font-size: 10px;
  font-family: verdana, sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
input, select {

  font-size: 10px;
}
h1 {
  font-size: 10px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #91bf85;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.bottom {
  color: #000000;
  font-size: 10px;
  text-align: center;
}
.top {
  background-color: #ffffff;
  height: 1px;
  margin-top: 2px;
}

.graph {
  background-color: #069;
  padding: 0px;
  width: 75px;
}

/* For the ranking tables. */

.darkbg {
  background-color: #c4dfbd;
  color: #fffff;
}

.mediumbg {
  background-color: #b27c94;
  color: #fffff;
}

.lightbg {
  background-color: #fffff;
  color: #00000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}

/* For the menu. */

a.menu, a.menu:visited {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-top-width: 0px;
  color: #00000;
  float: left;
  margin-left: 4px;
  margin-right: 3px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #000000;
  background-color: #c4dfbd;
  text-decoration: none;
}

a.table_top {
  color: #fffff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #fffff;
  text-decoration: none;
}