.ticker {
    margin-top: 0;
    text-align: center;
    background-color: #0b3a00;
    font-size: 1.2em;
    line-height: 200%;
    position: relative;
	color:#fff;
}

.ticker ul {
margin:0 auto;
/*position: relative;*/
width:100%;
}

.ticker ul li {
margin:0;
width: 100%;
  display: none;
}
.ticker ul li a,
.ticker ul li a:hover,
.ticker ul li a:visited,
.ticker ul li a:active{color:#fff;}

