body {
  background-color: #AEACB1;
  color: #000;
  font-size: 10px;
  font-family: verdana,ARIAL;
  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: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #white;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #white;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #black;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #black;
  font-weight: bold;
  text-decoration: NONE;
}

.bottom {
  color: black;
  font-size: 10px;
  text-align: center;
}
.top {
  background-color: #737373;
  height: 0px;
  margin-top: 2px;
}

.graph {
  background-color: #069;
  padding: 0px;
  width: 50px;
}

/* For the ranking tables. */

.darkbg {
  background-color: black;
  color: black;
}

.mediumbg {
  background-color: #09c;
  background-image: url('grad_bg.png');
  color: #fff
}

.lightbg {
  background-color: #6D6E93;
  color: #000;
}
.lightbgalt {
  background-color:#6D6E93;
  color: #000;
}

/* For the menu. */

a.menu, a.menu:visited {
  color: #000;
 font-size: 10px;
  text-decoration: NONE;
}
a.menu:hover, a.menu:active {
  color: #fff;
 font-size: 10px;
  text-decoration: NONE ;
  
}

a.table_top {
  color: #fff;
   font-size: 10px;
  text-decoration: NONE;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
  font-size: 10px;
  text-decoration: none;
}
