/* CSS Document */  
.setup {
    position:relative;
    width:940px;
    height:3em;
    border:none; 
    margin:2em auto;
    overflow:hidden;
 }
#ticker0,#ticker1 {
    position:absolute;
    left:0;
    height:3em;
    line-height:3em;
    padding:0 0.4em;
    font-size:1.4em;
    font-weight: bold;
    text-align:center;
    white-space:nowrap;
    font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  font-style: normal;
	  text-transform: none;
	  color: #ffffff;
    background-color: transparent
 }
#one {
    background-color:#900;
    padding:0.2em 0.6em;
    color:#fff;
 }
#two {
    background-color:#009;
    padding:0.2em 0.6em;
    color:#fff;
 }
#three {
    background-color:#090;
    padding:0.2em 0.6em;
    color:#fff;
 }
.dlb {
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  font-style: normal;
	  text-transform: none;
	  color: #D2B48C;


}

.mlb {
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  font-style: normal;
	  text-transform: none;
	  color: #87CEFA;


}
.solo {
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  font-style: normal;
	  text-transform: none;
	  color: #87CEFA;
}