#ticker {
  position: absolute;
  top     : 95px;
  overflow: hidden;
  height  : 20px;
  width   : 100%;
}

.headline {
  position  : absolute;
  top       : 0px;
  left      : 0px;
  height    : 18px;
  text-align: right;
  width     : 100%;
  color     : #E0081D;
  font-size : 0.9em;
}

.headline a:visited {
  color          : #E0081D;
  text-decoration: none;
}
.headline a {
  color          : #E0081D;
  text-decoration: none;
}