#marquee {
  width: 980px;
  margin: 0 auto 1px;
  overflow: hidden;
  position: relative;
  color: white;
  font-weight: bold;
}

#marquee h3 {
  background: #81B4F1;
  float: left;
  height: 20px;
  border: 0px solid red;
  border-right: none;
  padding: 0 20px;
  margin: 0;
  font: bold 1em/20px Arial;
  z-index: 10;
}

#marqueeField {
  background: #81B4F1;
  height: 20px;
  line-height: 20px;
  border: 0px solid red;
  border-left: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#marqueeText {
  position: absolute;
  left: 110%;
  white-space: nowrap;
  z-index: 1;
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight:normal;
}

#marqueeText a.odd {
  color: #f00;
}
#marqueeText a.even {
  color: #333;
}


