body { margin: 0; padding: 0; }
.ticker_symbol {
  font-weight:bold;
  font-family:Arial;
  font-size:12px;
  color:#2771BA;
}

.ticker_quote_last {
  color:#eeee55  
  font-weight:bold;
  font-family:verdana;
  font-size:12px;
}

.ticker_change_plus {
  color:#009933;
  font-family:Arial;
  font-size:12px;
}

.ticker_change_minus {
  color:#FF0000;
  font-family:Arial;
  font-size:12px;
}


.ticker_text_start {
  font-family:Arial;
  font-size:12px;
  text-align:center;
  font-weight:bold;
}

.ticker_text_end {
  font-family:verdana;
  font-size:9px;
}


