html {
  text-align: center;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  margin:0px;
}
#body {
  font-family: sans-serif;
  width: 99.6%;
  margin: 0 auto;
  text-align: left;
}
h1 {
  margin: 0 0 .5em 0;
  padding: .5em 0 0 0;
  font-size: xx-large;
}
#header {
  height: 60px;
  margin-bottom: 10px;
}
#search {
  padding-top: 10px;
  float: right;
}
.third {
  clear: left;
}
.feed {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 33%;
  float: left;
  margin-right: 5%;
}
.feed h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 3px;
}
.feed h2 a {
  color: #000000;
  font-family: Arial, Helvetica Black, sans-serif;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  line-height: 1em;
}
.items {
  margin: 0;
  padding: 0;
}
.items li {
  margin: 0;
  padding: 6px 0 6px 0;
  width: 100%;
  list-style-type: none;
  text-indent: 0;
  border-bottom: 1px solid #444;
  line-height: 1em;
  clear: both;
}
.items a {
  color: #2200CC;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  z-index: 24;
}
.items a:visited {
  color: #551A8B !important;
}
.items a:hover {
  z-index: 25;
}
#leaderboard {
  text-align: center;
  clear: both;
  padding-top: .5em;
}
#leaderboard iframe {
  margin: 0 auto;
}
#footer {
  margin-top: 50px;
  clear: both;
  text-align: center;
  font-size: 12px;
}
.items li a .desc {
  width: 300px;
  position: absolute;
  top: 33px;
  left: 20px;
  border: 1px solid #000000;
  background-color: #FFFF99;
  color: #000;
  text-align: left;
  padding: 10px;
  font-size: 12px;
line-height:140%;
}

.news li {
  padding: 6px 0 6px 0;
}

.news{
font-size: 14px;
}