
span_red {
	color:rgb(255,0, 0);
  background-color:rgb(0,0, 0);
}


span_orange {
	color:rgb(255,128, 39);
  background-color:rgb(0,0, 0);
}

span_yellow {
	color:rgb(255,255, 0);
  background-color:rgb(0,0, 0);
}

span_green {
	color:rgb(0,255, 0);
  background-color:rgb(0,0, 0);
}

span_white {
	color:rgb(255,255, 255);
  background-color:rgb(0,0, 0);
}
