diff --git a/devNotes/colorCSS.txt b/devNotes/colorCSS.txt
index 87d52a8578a276e2ac99e18be65b13ba5d84a26c..f600048bb5d7ed32fb438d6f93f722c89c13857a 100644
--- a/devNotes/colorCSS.txt
+++ b/devNotes/colorCSS.txt
@@ -59,4 +59,7 @@ FLAWS
 
 GENERAL
 .error - red
-.noteworthy - yellow
\ No newline at end of file
+.noteworthy - yellow
+
+FUTURE SOCIETIES
+.elites.loss - red (when incrementing $failedElite)
\ No newline at end of file
diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css
index 17a481c79b65352d4e4bf1a0f71edd5cf207f26c..e757fc057df3c13b1781c131e548c1a8acb58a8c 100644
--- a/src/gui/css/mainStyleSheet.css
+++ b/src/gui/css/mainStyleSheet.css
@@ -213,7 +213,7 @@ span.zeroButton > a:hover { text-decoration: none; }
 .orangered, .orangered a, .trust.inc-defiant, .trust.inc-defiant a { color: orangered }
 .orchid, .orchid a { color: orchid } /* used once (wrong? */
 .pink, .pink a { color: pink } /* also fetish start ??? , and a lot of other stuff */
-.red, .red a, .health.dec, .health.dec a, .cash.dec, .cash.dec a, .flaw.gain, .flaw.gain a, .error, .error a { color: red } /* also generally bad stuff */
+.red, .red a, .health.dec, .health.dec a, .cash.dec, .cash.dec a, .flaw.gain, .flaw.gain a, .error, .error a, .elites.loss, .elites.loss a { color: red } /* also generally bad stuff */
 .seagreen, .seagreen a { color: seagreen }
 .springgreen, .springgreen a, .skill.advantage, .skill.advantage a { color: springgreen }
 .tan, .tan a { color: tan } /* some ethnicity */
diff --git a/src/npc/descriptions/fFuckdollWidgets.tw b/src/npc/descriptions/fFuckdollWidgets.tw
index 526a09fa123addc3c39462cb45d4684636238c3d..6fd2e471c0143b7cd62afbdbe83d301b52e35249 100644
--- a/src/npc/descriptions/fFuckdollWidgets.tw
+++ b/src/npc/descriptions/fFuckdollWidgets.tw
@@ -169,7 +169,7 @@ You repeat this ritual throughout the week, ensuring that $he will be an @@.preg
 
 <<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>>
 	<<if $activeSlave.breedingMark != 1 || $propOutcome == 0>>
-		Rumors spread about you knocking up your playthings; the Societal Elite are @@.red; very displeased@@ by these rumors.
+		Rumors spread about you knocking up your playthings; the Societal Elite are @@.elites.loss; very displeased@@ by these rumors.
 		<<set $failedElite += 5>>
 	<</if>>
 <</if>>