body {
  background-color: #ffffff;
  color: #000;
  font-size: 11px;
  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: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}

.bottom {
  color: #737373;
  font-size: 10px;
  text-align: center;
}
.top {
  background-color: #737373;
  height: 1px;
  margin-top: 2px;
}

.graph {
  background-color: #069;
  padding: 0px;
  width: 75px;
}

/* For the ranking tables. */

.darkbg {
  background-color: #737373;
  color: #000000;
}

.mediumbg {
  background-color: #ffc600;

  color: #000000;
}

.lightbg {
  background-color: #ffffff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}

/* For the menu. */

a.menu, a.menu:visited {
  background-color: #FFD375;
  border: 1px solid #737373;
  border-top-width: 0px;
  color: #000;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #000000;
  background-color: #F6B833;
  text-decoration: none;
}

a.table_top {
  color: #000000;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #cc0000;
  text-decoration: none;
}
input         {background-color: #FFDF9C; font-family: Verdana; font-size: 12px; color: #000000;}
textarea      {background-color: #FFDF9C; font-family: Verdana; font-size: 12px; color: #000000;}
select        {background-color: #FFDF9C; font-family: Verdana; font-size: 12px; color: #000000;}