body {
  background-color: #ffffff;
  color: #000;
  font-size: 13px;
  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: 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: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #000;
  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: #fff;
}

.mediumbg {
  background-color: #09c;
  background-image: url(grad_bg.png);
  color: #fff;
}

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

/* For the menu. */

a.menu, a.menu:visited {
  background-color: #fff;
/*  background-image: url(grad_bg.png);*/
  border: 0px solid #737373;
  font-size: 13px;
  font-family: verdana, sans-serif;
  border-top-width: 0px;
  color: #000;
  float: right;
  margin-left: 8px;
  margin-right: 8px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #aaa;
  
  text-decoration: none;
}

a.sidemenu, a.sidemenu:visited {

  border: 0px solid #737373;
  border-top-width: 0px;
  font-size: 13px;
  font-family: verdana, sans-serif;
  color: #000;
  float: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}
a.sidemenu:hover, a.menu:active {
  color: #aaa;

 
  text-decoration: none;
}




a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
  text-decoration: none;
}



.rss_box {
     margin: 1em;
     width: 98%;
     background-color: #FFF;
     border: 1px white;
     
}
.rss_items {
    margin-top:0px;
    padding:0.5em; 0.5em;
    margin-left:0px;
    color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
    font-size: 16pt;
    background-color: white;
    color: gray;
    font-weight:bold;
    text-align: left;
}

.rss_item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
  text-align: left;
}

.rss_item a {
    color: red;
    font-size: 9pt;
    font-weight:bold;
    }
    
.rss_item a:visited {
    color: black;
}

.rss_date {
    font-size: 7pt;
    color: gray;
    }


