diff --git a/devNotes/colorCSS.txt b/devNotes/colorCSS.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4fcf789f3b4aa39b3402f7c0d029c6f86331c72a
--- /dev/null
+++ b/devNotes/colorCSS.txt
@@ -0,0 +1,58 @@
+CSS classes to color code important parts of texts:
+class names that are not final are marked, this list is NOT exhaustive and subject to change.
+
+CLASS         -   COLOR
+
+DEVOTION
+.devotion.inc - hotpink
+.devotion.dec - mediumorchid
+
+TRUST
+.trust.inc - mediumaquamarine
+.trust.dec - gold
+.defiant - darkred
+.trust.inc-defiant - orangered (trust increase without enough devotion)
+
+SKILL (not final)
+- Player
+.skill.advantage - springgreen
+- Slave
+.skill - aquamarine
+
+FETISH
+.fetish.gain - lightcoral
+.fetish.loss - coral
+.fetish.inc - lightsalmon
+
+INTELLIGENCE
+.intelligent - deepskyblue
+.stupid - orange
+
+REPUTATION
+.reputation.inc - green (not final)
+
+GENERAL CHANGES
+- Player
+.improvement - green
+- Slaves
+.change.positive - lime
+.change.negative - orange
+
+RELATIONSHIPS (both love and family)
+.relationship - lightgreen
+
+ORIFICES
+.virginity.loss - lime
+
+PREGNANCY
+.pregnant - lime
+
+HEALTH
+.health.dec - red
+
+MONEY
+.cash.dec - red
+.cash.inc - yellowgreen
+
+FLAWS
+.flaw.gain - red
\ No newline at end of file
diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css
index 122fa094e43e503ae02bc1c6fe3de8b484610c72..222d0165504bffd81c8a5c83004fc3231817ef17 100644
--- a/src/gui/css/mainStyleSheet.css
+++ b/src/gui/css/mainStyleSheet.css
@@ -186,10 +186,10 @@ span.zeroButton > a:hover { text-decoration: none; }
 .cyan, .cyan a { color: cyan } /* used for aphrodisiac & neighbor arcs */
 .darkgoldenrod, .darkgoldenrod a { color: darkgoldenrod }
 .darkred, .darkred a, .defiant, .defiant a { color: darkred }
-.darkviolet, .darkviolet a, .authority, .authority a { color: darkviolet }
+.darkviolet, .darkviolet a { color: darkviolet }
 .deeppink, .deeppink a { color: deeppink } /* used for devotion once & agent */
 .steelblue, .steelblue a { color: steelblue }
-.deepskyblue, .deepskyblue a, .intelligent, .intelligent a, .security, .security a { color: deepskyblue }
+.deepskyblue, .deepskyblue a, .intelligent, .intelligent a { color: deepskyblue }
 .dodgerblue, .dodgerblue a { color: dodgerblue }
 .blue, .blue a { color: blue }
 .gold, .gold a, .trust.dec, .trust.dec a { color: gold }