unwissender: Farbige Kennzeichnung von Zahlenwerten

Beitrag lesen

Hallo,
ist es möglich in einer .css Datei verschiedene Zahlenwerte (z.B. 0001-0003 = rot, 0004-0006 = blau usw.) zu kennzeichnen?
Verwende diese css Datei und bräuchte z.B. für den Wert 4 dies Möglichkeit.

##########################################
/* Stylesheet-Datei: formate.css     */

.body  { margin-left:0px; margin-top:0px; color: #000000; font-size: 12px; font-family: Arial; background-color: #fafafa }
.ueberschrift   { color: #000000; font-size: 10px; font-family: Arial; background-color: #daa520; margin-bottom: 2px }
.text1  { color: #000000; font-size: 10px; font-family: Arial; background-color: #ffc }
.text2  { color: #000000; font-size: 10px; font-family: Arial; background-color: #f5f5f5 }

/* Werte pro Zeile */
/* normal: mit Zeilenumbruch */
/* nowrap: ohne Zeilenumbruch */

.wert1   { padding-right: 2px; padding-left: 2px; white-space:nowrap }
.wert2   { padding-right: 2px; padding-left: 2px; white-space:nowrap; color: #360; font-size: 12px }
.wert3  { padding-right: 2px; padding-left: 2px; white-space:nowrap; }
.wert4   { padding-right: 2px; padding-left: 2px; color: #900; font-size: 12px }
.wert5  { padding-right: 2px; padding-left: 2px; white-space:nowrap; }
.wert6  { padding-right: 2px; padding-left: 2px; white-space:nowrap; }
.wert7  { padding-right: 2px; padding-left: 2px; white-space:nowrap; }
.wert8  { padding-right: 2px; padding-left: 2px; white-space:nowrap; color: #000; font-weight: bolder; font-size: 11px }
.wert9  { padding-right: 2px; padding-left: 2px; white-space:nowrap; }
.wert10 { padding-right: 2px; padding-left: 2px; white-space:nowrap; }
.link     { padding-right: 2px; padding-left: 2px; font-size: 12px }
##########################################

Vielen Dank im Vorraus