body {
  background-color:#EEF1F3;
  margin:0px;
}

.ticker_symbol {
  font-weight:bold;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  color:#0000FF;
  padding-left:20px;
}

.ticker_quote_last {
  color:#0000FF;
  font-family:arial;
  font-size:12px;
}

.ticker_change_plus {
  color:#6C6C6C;
  font-family:arial;
  font-size:12px;
}

.ticker_change_minus {
  color:#6C6C6C;
  font-family:arial;
  font-size:12px;
}


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

.ticker_text_end {
  font-family:verdana;
  font-size:13px;
  font-weight:bold;
}


