diff --git a/src/cheats/mod_EditArcologyCheat.tw b/src/cheats/mod_EditArcologyCheat.tw
index c830d165b53f70b9361c2794156aaec8b8fb8e09..a529f295cbfaa4aaa4ca75a78f2a7b665fc2252c 100644
--- a/src/cheats/mod_EditArcologyCheat.tw
+++ b/src/cheats/mod_EditArcologyCheat.tw
@@ -395,7 +395,7 @@ __Player Character__
 <br>&nbsp;&nbsp;&nbsp;&nbsp;__''$arcologies[0].name''__ is your arcology.
 <br>You own: ''$arcologies[0].ownership%'' of the arcology <<textbox "$arcologies[0].ownership" $arcologies[0].ownership>>
 <br>Other minority ownership: ''$arcologies[0].minority%'' <<textbox "$arcologies[0].minority" $arcologies[0].minority>>
-<br>$arcologies[0].name's GSP is @@color:yellowgreen;¤<<print Math.trunc(0.1*$arcologies[0].prosperity)>>m@@.
+<br>$arcologies[0].name's GSP is @@.yellowgreen;¤<<print Math.trunc(0.1*$arcologies[0].prosperity)>>m@@.
 
 <<if $arcologies.length > 1>>
 	<<set _neighbors = $arcologies.length-1>>
diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index f3e63d0343c906af922cf3d35741f9bf6334b110..92cb12f6800830c9c8d138b8942311ccea7c9548 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -267,13 +267,13 @@ Custom eye color: <<textbox "$activeSlave.eyeColor" $activeSlave.eyeColor>>
 <<if $activeSlave.oralSkill <= 10>>
 Unskilled.
 <<elseif $activeSlave.oralSkill <= 30>>
-@@color:cyan;Basic.@@
+@@.cyan;Basic.@@
 <<elseif $activeSlave.oralSkill <= 60>>
-@@color:cyan;Skilled.@@
+@@.cyan;Skilled.@@
 <<elseif $activeSlave.oralSkill < 100>>
-@@color:cyan;Expert.@@
+@@.cyan;Expert.@@
 <<else>>
-@@color:cyan;Masterful.@@
+@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$activeSlave.oralSkill" $activeSlave.oralSkill>>
 <br>
@@ -365,9 +365,9 @@ Unskilled.
 
 ''Weight (-100 to 100):''
 <<if $activeSlave.weight < -95>>
-@@color:red;Emaciated.@@
+@@.red;Emaciated.@@
 <<elseif $activeSlave.weight < -30>>
-@@color:red;Skinny.@@
+@@.red;Skinny.@@
 <<elseif $activeSlave.weight < -10>>
 Thin.
 <<elseif $activeSlave.weight <= 10 >>
@@ -375,9 +375,9 @@ Average.
 <<elseif $activeSlave.weight <= 30>>
 Plush.
 <<elseif $activeSlave.weight <= 95>>
-@@color:red;Chubby.@@
+@@.red;Chubby.@@
 <<else>>
-@@color:red;Fat.@@
+@@.red;Fat.@@
 <</if>>
 <<textbox "$activeSlave.weight" $activeSlave.weight>>
 <br>
@@ -521,7 +521,7 @@ Plush.
 <br><br>
 
 ''Anus Size:''
-<<if $activeSlave.anus == 0>>@@color:lime;Virgin.@@
+<<if $activeSlave.anus == 0>>@@.lime;Virgin.@@
 <<elseif $activeSlave.anus == 1>>Normal.
 <<elseif $activeSlave.anus == 2>>Veteran.
 <<else>>Gaping.
@@ -538,13 +538,13 @@ Plush.
 <<if $activeSlave.analSkill <= 10>>
 Unskilled.
 <<elseif $activeSlave.analSkill <= 30>>
-@@color:cyan;Basic.@@
+@@.cyan;Basic.@@
 <<elseif $activeSlave.analSkill <= 60>>
-@@color:cyan;Skilled.@@
+@@.cyan;Skilled.@@
 <<elseif $activeSlave.analSkill < 100>>
-@@color:cyan;Expert.@@
+@@.cyan;Expert.@@
 <<else>>
-@@color:cyan;Masterful.@@
+@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$activeSlave.analSkill" $activeSlave.analSkill>>
 <br>
@@ -560,7 +560,7 @@ Unskilled.
 <<if $activeSlave.vagina == -1>>
 //No vagina.//
 <<elseif $activeSlave.vagina == 0>>
-@@color:lime;Virgin.@@
+@@.lime;Virgin.@@
 <<elseif $activeSlave.vagina == 1>>
 Normal.
 <<elseif $activeSlave.vagina == 2>>
@@ -607,13 +607,13 @@ Excessive.
 <<if $activeSlave.vaginalSkill <= 10>>
 Unskilled.
 <<elseif $activeSlave.vaginalSkill <= 30>>
-@@color:cyan;Basic.@@
+@@.cyan;Basic.@@
 <<elseif $activeSlave.vaginalSkill <= 60>>
-@@color:cyan;Skilled.@@
+@@.cyan;Skilled.@@
 <<elseif $activeSlave.vaginalSkill < 100>>
-@@color:cyan;Expert.@@
+@@.cyan;Expert.@@
 <<else>>
-@@color:cyan;Masterful.@@
+@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$activeSlave.vaginalSkill" $activeSlave.vaginalSkill>>
 <br>
@@ -825,13 +825,13 @@ Monstrous.
 <<if $activeSlave.whoreSkill <= 10>>
 Unskilled.
 <<elseif $activeSlave.whoreSkill <= 30>>
-@@color:cyan;Basic.@@
+@@.cyan;Basic.@@
 <<elseif $activeSlave.whoreSkill <= 60>>
-@@color:cyan;Skilled.@@
+@@.cyan;Skilled.@@
 <<elseif $activeSlave.whoreSkill < 100>>
-@@color:cyan;Expert.@@
+@@.cyan;Expert.@@
 <<else>>
-@@color:cyan;Masterful.@@
+@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$activeSlave.whoreSkill" $activeSlave.whoreSkill>>
 <br>
@@ -847,13 +847,13 @@ Unskilled.
 <<if $activeSlave.entertainSkill <= 10>>
 Unskilled.
 <<elseif $activeSlave.entertainSkill <= 30>>
-@@color:cyan;Basic.@@
+@@.cyan;Basic.@@
 <<elseif $activeSlave.entertainSkill <= 60>>
-@@color:cyan;Skilled.@@
+@@.cyan;Skilled.@@
 <<elseif $activeSlave.entertainSkill < 100>>
-@@color:cyan;Expert.@@
+@@.cyan;Expert.@@
 <<else>>
-@@color:cyan;Masterful.@@
+@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$activeSlave.entertainSkill" $activeSlave.entertainSkill>>
 <br>
@@ -869,7 +869,7 @@ Unskilled.
 <<if $activeSlave.combatSkill == 0>>
 Unskilled.
 <<else>>
-@@color:cyan;Skilled.@@
+@@.cyan;Skilled.@@
 <</if>>
 <<radiobutton "$activeSlave.combatSkill" 0>> Unskilled
 <<radiobutton "$activeSlave.combatSkill" 1>> Skilled
@@ -878,19 +878,19 @@ Unskilled.
 
 ''Intelligence (-3 to 3):''
 <<if $activeSlave.intelligence == 3>>
-@@color:deepskyblue;Brilliant.@@
+@@.deepskyblue;Brilliant.@@
 <<elseif $activeSlave.intelligence == 2>>
-@@color:deepskyblue;Very Smart.@@
+@@.deepskyblue;Very Smart.@@
 <<elseif $activeSlave.intelligence == 1>>
-@@color:deepskyblue;Smart.@@
+@@.deepskyblue;Smart.@@
 <<elseif $activeSlave.intelligence == 0>>
 Average.
 <<elseif $activeSlave.intelligence == -1>>
-@@color:orangered;Stupid.@@
+@@.orangered;Stupid.@@
 <<elseif $activeSlave.intelligence == -2>>
-@@color:orangered;Very Stupid.@@
+@@.orangered;Very Stupid.@@
 <<else>>
-@@color:orangered;Moronic.@@
+@@.orangered;Moronic.@@
 <</if>>
 <<textbox "$activeSlave.intelligence" $activeSlave.intelligence>>
 <br>
@@ -906,7 +906,7 @@ Average.
 
 ''Education (0,1):''
 <<if $activeSlave.intelligenceImplant == 1>>
-@@color:deepskyblue;Educated.@@
+@@.deepskyblue;Educated.@@
 <<else>>
 Uneducated.
 <</if>>
@@ -922,9 +922,9 @@ Uneducated.
 <br>
 
 <<if $activeSlave.fetish == "none">>
-''Fetish:'' @@color:pink;$activeSlave.fetish.@@
+''Fetish:'' @@.pink;$activeSlave.fetish.@@
 <<else>>
-''Fetish:'' @@color:lightcoral;$activeSlave.fetish.@@
+''Fetish:'' @@.lightcoral;$activeSlave.fetish.@@
 <</if>>
 <br>
 <<radiobutton "$activeSlave.fetish" "none">> None
@@ -942,11 +942,11 @@ Uneducated.
 
 ''Fetish strength (0 to 100):''
 <<if $activeSlave.fetishStrength > 95>>
-@@color:lightcoral;High.@@
+@@.lightcoral;High.@@
 <<elseif $activeSlave.fetishStrength <= 60>>
-@@color:pink;Low.@@
+@@.pink;Low.@@
 <<else>>
-@@color:hotpink;Normal.@@
+@@.hotpink;Normal.@@
 <</if>>
 <<textbox "$activeSlave.fetishStrength" $activeSlave.fetishStrength>>
 <br>
@@ -964,19 +964,19 @@ Uneducated.
 
 ''Male Attraction (0 - 100):''
 <<if $activeSlave.attrXY <= 5>>
-	@@color:red;Disgusted by guys,@@
+	@@.red;Disgusted by guys,@@
 <<elseif $activeSlave.attrXY <= 15>>
-	@@color:red;Turned off by guys,@@
+	@@.red;Turned off by guys,@@
 <<elseif $activeSlave.attrXY <= 35>>
-	@@color:red;Not attracted to guys,@@
+	@@.red;Not attracted to guys,@@
 <<elseif $activeSlave.attrXY <= 65>>
 	Indifferent to guys,
 <<elseif $activeSlave.attrXY <= 85>>
-	@@color:green;Attracted to guys,@@
+	@@.green;Attracted to guys,@@
 <<elseif $activeSlave.attrXY <= 95>>
-	@@color:green;Aroused by guys,@@
+	@@.green;Aroused by guys,@@
 <<else>>
-	@@color:green;Passionate about guys,@@
+	@@.green;Passionate about guys,@@
 <</if>>
 <<textbox "$activeSlave.attrXY" $activeSlave.attrXY>>
 <br>
@@ -992,19 +992,19 @@ Uneducated.
 
 ''Female Attraction (0 - 100):''
 <<if $activeSlave.attrXX <= 5>>
-	@@color:red;disgusted by girls.@@
+	@@.red;disgusted by girls.@@
 <<elseif $activeSlave.attrXX <= 15>>
-	@@color:red;turned off by girls.@@
+	@@.red;turned off by girls.@@
 <<elseif $activeSlave.attrXX <= 35>>
-	@@color:red;not attracted to girls.@@
+	@@.red;not attracted to girls.@@
 <<elseif $activeSlave.attrXX <= 65>>
 	indifferent to girls.
 <<elseif $activeSlave.attrXX <= 85>>
-	@@color:green;attracted to girls.@@
+	@@.green;attracted to girls.@@
 <<elseif $activeSlave.attrXX <= 95>>
-	@@color:green;aroused by girls.@@
+	@@.green;aroused by girls.@@
 <<else>>
-	@@color:green;passionate about girls.@@
+	@@.green;passionate about girls.@@
 <</if>>
 <<textbox "$activeSlave.attrXX" $activeSlave.attrXX>>
 <br>
@@ -1020,17 +1020,17 @@ Uneducated.
 
 ''Sex drive (0 - 100):''
 <<if $activeSlave.energy == 100>>
-@@color:green;Nympho!@@
+@@.green;Nympho!@@
 <<elseif $activeSlave.energy > 80>>
-@@color:green;Sex addict.@@
+@@.green;Sex addict.@@
 <<elseif $activeSlave.energy > 60>>
-@@color:green;Powerful.@@
+@@.green;Powerful.@@
 <<elseif $activeSlave.energy > 40>>
-@@color:yellow;Average.@@
+@@.yellow;Average.@@
 <<elseif $activeSlave.energy > 20>>
-@@color:red;Poor.@@
+@@.red;Poor.@@
 <<else>>
-@@color:red;Frigid.@@
+@@.red;Frigid.@@
 <</if>>
 <<textbox "$activeSlave.energy" $activeSlave.energy>>
 
@@ -1040,7 +1040,7 @@ Uneducated.
 <<if $activeSlave.behavioralFlaw == "none">>
 //$activeSlave.behavioralFlaw.//
 <<else>>
-@@color:red;$activeSlave.behavioralFlaw.@@
+@@.red;$activeSlave.behavioralFlaw.@@
 <</if>>
 <br>
 <<radiobutton "$activeSlave.behavioralFlaw" "none">> None
@@ -1060,7 +1060,7 @@ Uneducated.
 <<if $activeSlave.behavioralQuirk == "none">>
 //$activeSlave.behavioralQuirk.//
 <<else>>
-@@color:green;$activeSlave.behavioralQuirk.@@
+@@.green;$activeSlave.behavioralQuirk.@@
 <</if>>
 <br>
 <<radiobutton "$activeSlave.behavioralQuirk" "none">> None
@@ -1083,7 +1083,7 @@ Uneducated.
 <<if $activeSlave.sexualFlaw == "none">>
 //$activeSlave.sexualFlaw.//
 <<else>>
-@@color:red;$activeSlave.sexualFlaw.@@
+@@.red;$activeSlave.sexualFlaw.@@
 <</if>>
 <br>
 Flaws:
@@ -1116,7 +1116,7 @@ Paraphilias:
 <<if $activeSlave.sexualQuirk == "none">>
 //$activeSlave.sexualQuirk.//
 <<else>>
-@@color:green;$activeSlave.sexualQuirk.@@
+@@.green;$activeSlave.sexualQuirk.@@
 <</if>>
 <br>
 <<radiobutton "$activeSlave.sexualQuirk" "none">> None
diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw
index 313843cd823f2cd640d22e441f3ce091c9f4ac80..3b283095a28cd267654c36525ac52cc24a413f73 100644
--- a/src/events/intro/economyIntro.tw
+++ b/src/events/intro/economyIntro.tw
@@ -4,7 +4,7 @@
 	<<goto "Takeover Target">>
 <<else>>
 
-It is the year 2037, and the past 21 years have not been kind. The world is starting to fall apart. The climate is deteriorating, resources are being exhausted, and there are more people to feed every year. Technology is advancing, but not fast enough to save everyone. @@color:orange;Exactly how bad is the situation?@@
+It is the year 2037, and the past 21 years have not been kind. The world is starting to fall apart. The climate is deteriorating, resources are being exhausted, and there are more people to feed every year. Technology is advancing, but not fast enough to save everyone. @@.orange;Exactly how bad is the situation?@@
 <br>
 
 <br>[[Very serious.|Trade Intro][$economy = 1]] //Default difficulty.//
diff --git a/src/events/intro/extremeIntro.tw b/src/events/intro/extremeIntro.tw
index af6d222e18a3cd151fcb1be1b1f2f045e8d3ef24..eb0456183d76a3db1b751910a8fd1b662d28e50f 100644
--- a/src/events/intro/extremeIntro.tw
+++ b/src/events/intro/extremeIntro.tw
@@ -1,6 +1,6 @@
 :: Extreme Intro
 
-The early Free Cities were wild places where the writ of law did not run. In some of the most depraved, slaves' bodies, minds and even lives were playthings of the wealthy and powerful. Though modern Free Cities are tremendously varied, a majority of the new communities made a choice about whether extreme practices were a flaw in a lawless society or one of its benefits. @@color:orange;How did most Free Cities react to the excesses of the early days?@@
+The early Free Cities were wild places where the writ of law did not run. In some of the most depraved, slaves' bodies, minds and even lives were playthings of the wealthy and powerful. Though modern Free Cities are tremendously varied, a majority of the new communities made a choice about whether extreme practices were a flaw in a lawless society or one of its benefits. @@.orange;How did most Free Cities react to the excesses of the early days?@@
 
 [[They drew back from them.|Gender Intro][$seeExtreme = 0]] //Extreme content such as amputation and castration will not appear.//
 [[They reveled in them.|Gender Intro][$seeExtreme = 1]] //Extreme content will appear.//
diff --git a/src/events/intro/genderIntro.tw b/src/events/intro/genderIntro.tw
index 51c03512c34f0c07d5cb56ef1ee5781d5309c75b..c953eb249e04d4163e2b2b952fdec74b5f18c847 100644
--- a/src/events/intro/genderIntro.tw
+++ b/src/events/intro/genderIntro.tw
@@ -1,6 +1,6 @@
 :: Gender Intro
 
-The Free Cities are sexually libertine places, and sexual slavery is ubiquitous. Some of the early Free Cities upheld or even strengthened traditional gender roles, expecting men to be men and women to be women. Others subscribed to an interesting refinement of those gender roles, considering any sex slave female, regardless of her biology. A small minority even went so far as to strongly favor societal feminization of slaves born male; in these, biologically female slaves were a rare sight. @@color:orange;Which kind of Free City came to predominate?@@
+The Free Cities are sexually libertine places, and sexual slavery is ubiquitous. Some of the early Free Cities upheld or even strengthened traditional gender roles, expecting men to be men and women to be women. Others subscribed to an interesting refinement of those gender roles, considering any sex slave female, regardless of her biology. A small minority even went so far as to strongly favor societal feminization of slaves born male; in these, biologically female slaves were a rare sight. @@.orange;Which kind of Free City came to predominate?@@
 
 [[Free Cities that were open-minded about who could be a slave girl.|Slave Age Intro][$seeDicks = 25]]
 &nbsp;&nbsp;&nbsp;&nbsp;//Default setting. A majority of slaves will be biologically female, and all content will be available.//
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 2c171948a6c18a974d3ed514ba61d0a38c7d0dcc..49ac26ccece5f2cbd217f99c89816e6a2e126591 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -80,7 +80,7 @@ Current nationality distributions are [[Adjust the slave trade|Customize Slave T
 <br style="clear:both" /><hr style="margin:0">
 <<for _i = 0; _i < $nationalitiescheck.length; _i++>>
 <<set _nation = $nationalitiescheck[_i]>>
-	<<print _nation>> @@color:orange;<<print (($nationalities.count(_nation)/$nationalities.length)*100).toFixed(2)>>%@@
+	<<print _nation>> @@.orange;<<print (($nationalities.count(_nation)/$nationalities.length)*100).toFixed(2)>>%@@
 <<if _i < $nationalitiescheck.length-1>> | <</if>>
 <</for>>
 <br style="clear:both" /><hr style="margin:0">
@@ -339,9 +339,9 @@ Girls will not be able to impregnate others if their age is under <<textbox "$po
 <br>
 	Accordion effects on weekly reports are
 <<if $useAccordion == 0>>
-	@@color:red;DISABLED@@. [[Enable|Intro Summary][$useAccordion = 1]]
+	@@.red;DISABLED@@. [[Enable|Intro Summary][$useAccordion = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Intro Summary][$useAccordion = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Intro Summary][$useAccordion = 0]]
 <</if>>
 /* Accordion 000-250-006 */
 
diff --git a/src/events/intro/locationIntro.tw b/src/events/intro/locationIntro.tw
index 9c75e3268d1f09140dbbf45da441f867962cafb1..8180825dc39205d54bf8ba4e4e52e2577e1ec7c0 100644
--- a/src/events/intro/locationIntro.tw
+++ b/src/events/intro/locationIntro.tw
@@ -1,6 +1,6 @@
 :: Location Intro
 
-As the old countries crumble and technology stagnates, the gap between rich and poor increases. In order to continue living a good life without having their property taken by the mob, many of the wealthy and powerful come together to form 'Free Cities.' These are new cities on undeveloped land, in remote areas, or even afloat, fully free of any allegiance or law. These new cities are built on new ideas, with most buildings designed as futuristic, self-contained 'arcologies.' An arcology and everything in it is usually owned by a single person. And you're determined that you will soon be one of those single people. @@color:orange;In what part of the world is your new arcology going to be located?@@
+As the old countries crumble and technology stagnates, the gap between rich and poor increases. In order to continue living a good life without having their property taken by the mob, many of the wealthy and powerful come together to form 'Free Cities.' These are new cities on undeveloped land, in remote areas, or even afloat, fully free of any allegiance or law. These new cities are built on new ideas, with most buildings designed as futuristic, self-contained 'arcologies.' An arcology and everything in it is usually owned by a single person. And you're determined that you will soon be one of those single people. @@.orange;In what part of the world is your new arcology going to be located?@@
 
 [[North America|Intro Summary][$continent = "North America", $language = "English"]]
 [[South America|Intro Summary][$continent = "South America", $language = "Spanish"]]
diff --git a/src/events/intro/pcBodyIntro.tw b/src/events/intro/pcBodyIntro.tw
index 17fbdd2ee439a880479215f4d74db095b5b6fd56..05c22fc3a81e35258585d32abbcec5f8a59107d9 100644
--- a/src/events/intro/pcBodyIntro.tw
+++ b/src/events/intro/pcBodyIntro.tw
@@ -1,6 +1,6 @@
 :: PC Body Intro [nobr]
 
-Most slaveowners in the Free Cities are male. The preexisting power structures of the old world have mostly migrated to the new, and it can often be very hard to be a free woman in the Free Cities. Some manage to make their way, but in many arcologies, men are the owners, and women are the owned. You'll cut a striking figure as the owner and leader of your arcology, but @@color:orange;what's under your business attire?@@
+Most slaveowners in the Free Cities are male. The preexisting power structures of the old world have mostly migrated to the new, and it can often be very hard to be a free woman in the Free Cities. Some manage to make their way, but in many arcologies, men are the owners, and women are the owned. You'll cut a striking figure as the owner and leader of your arcology, but @@.orange;what's under your business attire?@@
 
 <<set $PC.actualAge = Math.clamp($PC.actualAge, 14, 80)>>
 <br>
@@ -47,7 +47,7 @@ Your slaves will refer to you as
 
 <br><br>
 
-@@color:orange;How old are you?@@
+@@.orange;How old are you?@@
 <br>
 I'm
 <<if $PC.actualAge >= 65>>
diff --git a/src/events/intro/pcExperienceIntro.tw b/src/events/intro/pcExperienceIntro.tw
index 7730e3b28a9e975913e921197e4b145694f95b61..cbad7a3f91369af775fe172cf3d86e0f4ad6739f 100644
--- a/src/events/intro/pcExperienceIntro.tw
+++ b/src/events/intro/pcExperienceIntro.tw
@@ -4,7 +4,7 @@
 	<<goto "PC Rumor Intro">>
 <<else>>
 
-You're a relative unknown in the Free Cities, but it's clear you're already accomplished. The meek and average cannot aspire to acquire arcologies. You've got all the necessary skills to take over an arcology and succeed as its owner, but you should be able to leverage the skills and experience you retain from your past, too. @@color:orange;What career brought you to the Free Cities?@@
+You're a relative unknown in the Free Cities, but it's clear you're already accomplished. The meek and average cannot aspire to acquire arcologies. You've got all the necessary skills to take over an arcology and succeed as its owner, but you should be able to leverage the skills and experience you retain from your past, too. @@.orange;What career brought you to the Free Cities?@@
 <br>
 
 <br>[[Idle wealth|PC Rumor Intro][$PC.career = "wealth"]]
diff --git a/src/events/intro/pcRumorIntro.tw b/src/events/intro/pcRumorIntro.tw
index 8014614dd9c272df7ebfcdfb456b7e5c880111c4..b1060a0d03a0d0e59e66cbb8c07e82dd23977aff 100644
--- a/src/events/intro/pcRumorIntro.tw
+++ b/src/events/intro/pcRumorIntro.tw
@@ -1,6 +1,6 @@
 :: PC Rumor Intro
 
-Who you are is something that you will have to define for yourself through your actions. Once you own an arcology, no one will be in a position to apply moral scorekeeping to you. In the brave new world of the Free Cities, you will be free to define yourself as the sum of your actions, rather than as the product of your past. The first decision that will define who you are as an arcology owner is your choice of method in acquiring one. @@color:orange;What approach will you take?@@
+Who you are is something that you will have to define for yourself through your actions. Once you own an arcology, no one will be in a position to apply moral scorekeeping to you. In the brave new world of the Free Cities, you will be free to define yourself as the sum of your actions, rather than as the product of your past. The first decision that will define who you are as an arcology owner is your choice of method in acquiring one. @@.orange;What approach will you take?@@
 
 [[A judicious application of funds|Takeover Target][$PC.rumor = "wealth"]]
 &nbsp;&nbsp;&nbsp;&nbsp;//Start with extra money, since you were wealthy enough to buy an arcology.//
diff --git a/src/events/intro/terrainIntro.tw b/src/events/intro/terrainIntro.tw
index 7ed47310a5e6077928ac1567b26bf395673e884a..2e720cc8c39dc770e645be5cd69f1585a551a52a 100644
--- a/src/events/intro/terrainIntro.tw
+++ b/src/events/intro/terrainIntro.tw
@@ -31,34 +31,34 @@ Some Free Cities are located on water. Though some areas of shallow sea over the
 <br><br>
 Finally, a few Free Cities have been carved out from old world cities. Urban decay has left the hearts of many cities ripe for this. Many old world countries resist this kind of secession, but this rarest, smallest, and densest kind of Free City can offer its surrounding nation a great deal of economic advantage.
 <br><br>
-@@color:orange;Which kind of Free City hosts your arcology?@@
+@@.orange;Which kind of Free City hosts your arcology?@@
 <br>
 
 <br>[[Urban|Location Intro][$terrain = "urban"]]
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;Low@@ minimum slave value and initial @@color:yellow;bear market@@ for slaves.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:green;High@@ ease of commerce with the old world.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:green;High@@ access to refugees and other desperate people.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:red;Low@@ cultural independence.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.yellow;Low@@ minimum slave value and initial @@.yellow;bear market@@ for slaves.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;High@@ ease of commerce with the old world.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;High@@ access to refugees and other desperate people.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Low@@ cultural independence.
 <br>[[Rural|Location Intro][$terrain = "rural"]]
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;High@@ minimum slave value and initial @@color:yellow;bull market@@ for slaves.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.yellow;High@@ minimum slave value and initial @@.yellow;bull market@@ for slaves.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Moderate ease of commerce with the old world.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Moderate access to refugees and other desperate people.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Moderate cultural independence.
 <br>[[Ravine|Location Intro][$terrain = "ravine"]]
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;High@@ minimum slave value and initial @@color:yellow;bull market@@ for slaves.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:red;Low@@ ease of commerce with the old world.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:red;Very low@@ access to refugees and other desperate people.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:green;High@@ cultural independence.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.yellow;High@@ minimum slave value and initial @@.yellow;bull market@@ for slaves.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Low@@ ease of commerce with the old world.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Very low@@ access to refugees and other desperate people.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;High@@ cultural independence.
 <br>[[Marine|Location Intro][$terrain = "marine"]]
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Moderate minimum slave value and initially balanced market for slaves.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Moderate ease of commerce with the old world.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:red;Low@@ access to refugees and other desperate people.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:green;High@@ cultural independence.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Low@@ access to refugees and other desperate people.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;High@@ cultural independence.
 <br>[[Oceanic|Intro Summary][$terrain = "oceanic"]]
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;High@@ minimum slave value and initial @@color:yellow;bull market@@ for slaves.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.yellow;High@@ minimum slave value and initial @@.yellow;bull market@@ for slaves.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Moderate ease of commerce with the old world.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:red;Very low@@ access to refugees and other desperate people.
-<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:green;Very high@@ cultural independence.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Very low@@ access to refugees and other desperate people.
+<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;Very high@@ cultural independence.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;Ensures access to slaves from all over the world and will not associate the arcology with a continent.
 
 <</if>>
diff --git a/src/events/intro/tradeIntro.tw b/src/events/intro/tradeIntro.tw
index bdc22ae155f63a25af6f21317f0b38bbf71877c1..44d7cd5823fcb89ddab456206077e9f5c5ddedf1 100644
--- a/src/events/intro/tradeIntro.tw
+++ b/src/events/intro/tradeIntro.tw
@@ -1,6 +1,6 @@
 :: Trade Intro [nobr]
 
-Most of the Free Cities are run on radically libertarian or even anarcho-capitalist principles. The first Free Cities experimented with indentured servitude, and this rapidly developed into widespread slavery. By now, the Free Cities collectively are a fundamentally slaveowning society and maintain a thriving slave trade that feeds off the terrible conditions in parts of the old world. @@color:orange;What attitude have the old world countries generally taken towards this trade?@@
+Most of the Free Cities are run on radically libertarian or even anarcho-capitalist principles. The first Free Cities experimented with indentured servitude, and this rapidly developed into widespread slavery. By now, the Free Cities collectively are a fundamentally slaveowning society and maintain a thriving slave trade that feeds off the terrible conditions in parts of the old world. @@.orange;What attitude have the old world countries generally taken towards this trade?@@
 <br><br>
 [[They've turned a blind eye, or even been complicit.|Extreme Intro][$internationalTrade = 1]] //Slaves from all across the world will appear.//<br>
 [[They've done what little they can to stop it.|Extreme Intro][$internationalTrade = 0]] //Almost all slaves will be from the continent where the arcology is located.//<br>
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index ea1c13eb4f6021f09b18c7dbd6c35d3cc56e4ff3..7c29e801e8996a28b5ea589969793f04c32fd729 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -8,16 +8,16 @@ __Starting options__
 Start the game and select any of the world options; choose normal difficulty, since it's pretty forgiving and this opener will make good money. Build a completely male PC for your first game; it makes reputation maintenance much easier. Choose wealth for both your career and your rumored method of obtaining the arcology; the other options are fun but a full wealth build will set you up quickly to get started. Now, customize your starting slaves. For your first, make her as intelligent, educated, and old as possible. Make her Devoted, but save money by giving her flaws, an unknown fetish, and making her afraid of you. (These are easy to fix.) You can customize the rest of her as you wish, but try to keep her under ¤5000. Don't worry about skills, since with two of them you'll be able to rotate head girl duty so the other can learn skills. Commit her, base another slave off her, and commit that one too. Those are your head girls. Spend the rest of your money on prospects: slaves that are cheap now, but can be improved quickly. As long as you keep Devotion pretty high, low Trust can be fixed reliably. Unknown fetishes, emaciated or fat, flaws, deep voice, and poor skills are all good ways to drive prices down, and can all be fixed quickly. Virginities are a bad idea because they drive costs up and are easy to break. Education can take a while and will take slaves away from other jobs, so make them all educated for now, and keep their intelligence reasonably high.
 
 __First turn__
-Assign one of your head girls to be Head Girl and make the other whore. Assign everyone else to whore. The rules assistant will speed things up a lot when you know the basics, but leave it off for now; it's easy to miss a lot of stuff if you set it up without a bit of experience. Go through your girls one by one and experiment with their options, but anyone who's @@color:hotpink;Accepting@@ or better should get nice clothes, accessories, and living conditions; anyone who's not should not. When slaves tip over into @@color:hotpink;Accepting,@@ switch them over from bedrolls and uncomfortable straps; until then, the good life is a waste of money and will spoil them. Give unhealthy slaves curatives, and give everyone hormones, since they're cheap and have good front end benefits. Get everyone working out or dieting to reach a basic fitness level and an attractive (not @@color:red;red@@) weight. Sell the girl(s) your predecessor left behind for seed money, and choose the most profitable option; there are ways to maximize this, but worry about that later. Check out the arcology management menu. You should have the money to upgrade the security systems, build the head girl suite, and to buy both kitchen upgrades; these will make the dieting and hormones work faster. Check out the slave market, and buy a single bargain slave: ¤2000 is good. Put her in the head girl suite: if she won't go, abuse her until she will. Open the personal attention menu, and fix your head girl's flaws; softening is powerful but it takes longer and we're focusing on the basics. ''Save the game'' and end the turn.
+Assign one of your head girls to be Head Girl and make the other whore. Assign everyone else to whore. The rules assistant will speed things up a lot when you know the basics, but leave it off for now; it's easy to miss a lot of stuff if you set it up without a bit of experience. Go through your girls one by one and experiment with their options, but anyone who's @@.hotpink;Accepting@@ or better should get nice clothes, accessories, and living conditions; anyone who's not should not. When slaves tip over into @@.hotpink;Accepting,@@ switch them over from bedrolls and uncomfortable straps; until then, the good life is a waste of money and will spoil them. Give unhealthy slaves curatives, and give everyone hormones, since they're cheap and have good front end benefits. Get everyone working out or dieting to reach a basic fitness level and an attractive (not @@.red;red@@) weight. Sell the girl(s) your predecessor left behind for seed money, and choose the most profitable option; there are ways to maximize this, but worry about that later. Check out the arcology management menu. You should have the money to upgrade the security systems, build the head girl suite, and to buy both kitchen upgrades; these will make the dieting and hormones work faster. Check out the slave market, and buy a single bargain slave: ¤2000 is good. Put her in the head girl suite: if she won't go, abuse her until she will. Open the personal attention menu, and fix your head girl's flaws; softening is powerful but it takes longer and we're focusing on the basics. ''Save the game'' and end the turn.
 
 __The end turn report__
-Read this, and note all the colored text. Pay particular attention to @@color:red;red,@@ @@color:gold;gold,@@ or @@color:mediumorchid;orchid@@ text; these are generally bad. Being a slave whore is a hard life, and some trouble is inevitable. But take particular note of things like slaves losing health, becoming fearful, or hating you due to their rules, living conditions, or other slaves - these things you can control. Reload your save and fiddle around with the options to address these areas. (The head girl's girl may have a rough time; you can't affect that.) Since your head girl has her own slave to help her around the house, she'll work with two of your slaves.
+Read this, and note all the colored text. Pay particular attention to @@.red;red,@@ @@.gold;gold,@@ or @@.mediumorchid;orchid@@ text; these are generally bad. Being a slave whore is a hard life, and some trouble is inevitable. But take particular note of things like slaves losing health, becoming fearful, or hating you due to their rules, living conditions, or other slaves - these things you can control. Reload your save and fiddle around with the options to address these areas. (The head girl's girl may have a rough time; you can't affect that.) Since your head girl has her own slave to help her around the house, she'll work with two of your slaves.
 
 __Economics and events__
 The economics report offers some flavor, but you should leave the options it offers alone until you've got some spare cash. An event or two will follow; feel free to reload the page on each (F5 on most browsers) to see what the different options do. Generally, try to pick options that give you money and improve devotion. Trust and reputation can wait.
 
 __Moving forward__
-Hopefully, many of your slaves learned skills during their week of whoring. Three levels of skill (@@color:cyan;Veteran Whore@@ or @@color:cyan;W+++@@ for example) is the maximum, though slaves without vaginas will only acquire two complete levels of sexual skills. As you move through the first ten weeks or so, many of your slaves will max out their whoring and sexual skills. When they do, switch them over to public service until they achieve maximum entertainment skill, and then put them back on whoring, since cross training will improve their whoring performance. When your head girl alternate has maxed skills, make her the head girl and train up the MILF she replaced. Switch your personal attention around; for now, fix the Quirks of the most devoted slave who has any, since that's the best way to maximize your chances of success each turn. Pay attention to your cash flow. If it's positive and you have a decent buffer of ¤10000 or so built up, wait for the slave market prices to naturally dip, and then purchase a girl or two to work on once your starting stable is well trained, though you may have to confine or rest new purchases for a while if they're rebellious or sick. If you get a virgin, consider applying chastity to preserve value for resale. When prices are high, consider selling anyone who's free of flaws and has a discovered sexual fetish, since this maximizes value bonuses. Within ten turns, you should be making decent weekly profit, with resale of slaves building up your bank when prices favor sale. Once you're confident of the whoring mechanics, consider building a brothel. Your alternate head girl will make a good madam.
+Hopefully, many of your slaves learned skills during their week of whoring. Three levels of skill (@@color:cyan;Veteran Whore@@ or @@.cyan;W+++@@ for example) is the maximum, though slaves without vaginas will only acquire two complete levels of sexual skills. As you move through the first ten weeks or so, many of your slaves will max out their whoring and sexual skills. When they do, switch them over to public service until they achieve maximum entertainment skill, and then put them back on whoring, since cross training will improve their whoring performance. When your head girl alternate has maxed skills, make her the head girl and train up the MILF she replaced. Switch your personal attention around; for now, fix the Quirks of the most devoted slave who has any, since that's the best way to maximize your chances of success each turn. Pay attention to your cash flow. If it's positive and you have a decent buffer of ¤10000 or so built up, wait for the slave market prices to naturally dip, and then purchase a girl or two to work on once your starting stable is well trained, though you may have to confine or rest new purchases for a while if they're rebellious or sick. If you get a virgin, consider applying chastity to preserve value for resale. When prices are high, consider selling anyone who's free of flaws and has a discovered sexual fetish, since this maximizes value bonuses. Within ten turns, you should be making decent weekly profit, with resale of slaves building up your bank when prices favor sale. Once you're confident of the whoring mechanics, consider building a brothel. Your alternate head girl will make a good madam.
 <<case "How to Play">>\
 This is not a game in which the PC slaveowner is some magical sexual god whose mere presence turns women into submissives. This means that sane slaves will tend to lose obedience and trust over time if you don't take any steps to maintain their mental state. Mental stats have maximum and minimum values. These are somewhat 'sticky,' so slaves at minimum devotion for example may require an extra jolt to break free of this state. Maximized devotion and trust are not useless; if one of these stats is maximized and the other is not, the extra devotion or trust will boost the other. If both are maximized, the player gains reputation instead.
 
@@ -26,17 +26,17 @@ A slave's health is extremely important. Being healthy generally improves beauty
 The first button in the left-side UI bar will always continue the game without taking any actions. If you wish to advance the game rapidly, click that button repeatedly. If you are presented with a menu and do not wish to select any of the options, that button will also serve as a none of the above choice. ''The spacebar will also advance the game.''
 
 The author has played several otherwise good H-Games in which it can be hard to parse exactly what the flavor descriptions mean in terms of stats. Therefore, this game will usually flag stat impacts in descriptions by means of colored text. For example:
-@@color:green;Green text@@ means something good, like a healthy slave.
-@@color:red;Red text@@ means something bad, like a sick slave.
-@@color:yellow;Yellow text@@ means something neutral but noteworthy.
-@@color:hotpink;Hot pink text@@ means an increase in a slave's regard for to you.
-@@color:mediumorchid;Orchid text@@ means a decrease in a slave's regard for to you.
-@@color:mediumaquamarine;Aquamarine text@@ means an increase in a slave's trust of to you, and a reduction in her fear of you.
-@@color:gold;Gold text@@ means a decrease in a slave's trust of you, and an increase in her fear of you.
-@@color:lime;Lime text@@ means something has grown, which is usually, but not always, good.
-@@color:orange;Orange text@@ means something has shrunk, which is usually, but not always, bad.
-@@color:yellowgreen;Yellow-green text@@ indicates a money-related event.
-@@color:coral;Coral text@@ is used for simple identifiers that can be used to check a slave's general type at a glance.
+@@.green;Green text@@ means something good, like a healthy slave.
+@@.red;Red text@@ means something bad, like a sick slave.
+@@.yellow;Yellow text@@ means something neutral but noteworthy.
+@@.hotpink;Hot pink text@@ means an increase in a slave's regard for to you.
+@@.mediumorchid;Orchid text@@ means a decrease in a slave's regard for to you.
+@@.mediumaquamarine;Aquamarine text@@ means an increase in a slave's trust of to you, and a reduction in her fear of you.
+@@.gold;Gold text@@ means a decrease in a slave's trust of you, and an increase in her fear of you.
+@@.lime;Lime text@@ means something has grown, which is usually, but not always, good.
+@@.orange;Orange text@@ means something has shrunk, which is usually, but not always, bad.
+@@.yellowgreen;Yellow-green text@@ indicates a money-related event.
+@@.coral;Coral text@@ is used for simple identifiers that can be used to check a slave's general type at a glance.
 __It is important to note__ that if a scene doesn't have colored text, it doesn't impact a slave's stats. For example, the short sex scenes available from the main screen are for the most part unlimited and have no real gameplay effect: they are for fun and flavor only.
 
 This game produces less visible text than a lot of text-based H-Games; this is because most text has numerous variations that change based on a slave's body, mental state etc. The author has deliberately made some of the variations available only with extreme stats so that new content will still be out there even if you play for a while.
@@ -55,7 +55,7 @@ On the main menus, ''C'' will open arcology management, ''S'' will open the slav
 <<case "Tips and Tricks">>\
 Buy low, sell high.
 
-Slaves will sometimes default to the resting assignment after they're done with something else. If a slave is resting and the game suspects that she shouldn't be, her assignment will be ''__@@color:lime;lime@@__'', bold, and underlined on the main menu to indicate that.
+Slaves will sometimes default to the resting assignment after they're done with something else. If a slave is resting and the game suspects that she shouldn't be, her assignment will be ''__@@.lime;lime@@__'', bold, and underlined on the main menu to indicate that.
 
 If a new slave isn't afraid of you, make her. Then and only then build her devotion.
 
@@ -82,7 +82,7 @@ Aphrodisiacs can also be administered in //extreme doses.// This is medically da
 
 -- Dodgson, Jane Elizabeth, //Pharmaceutical Review '32//
 <<case "From Rebellious to Devoted">>\
-//Almost everything can affect a slave's willingness to obey. Increases in obedience @@color:hotpink;are in hot pink,@@ while decreases @@color:mediumorchid;are in orchid.@@ Meanwhile, increases in trust (and decreases in fear) @@color:mediumaquamarine;are in aquamarine,@@ while decreases in trust (and increases in fear) @@color:gold;are in gold.@@
+//Almost everything can affect a slave's willingness to obey. Increases in obedience @@.hotpink;are in hot pink,@@ while decreases @@.mediumorchid;are in orchid.@@ Meanwhile, increases in trust (and decreases in fear) @@.mediumaquamarine;are in aquamarine,@@ while decreases in trust (and increases in fear) @@.gold;are in gold.@@
 
 High devotion will naturally degrade; it takes at least some outside impetus to maintain slavish devotion in a sane mind. The higher a slave's devotion rises, the higher this natural rate of decay will become. Generally, this should not be a concern. As long as you treat your devoted slaves decently, they will remain devoted to you.
 
@@ -1273,13 +1273,13 @@ The ''Head Girl Suite'' is a //unique facility.// Only a single slave can be ass
 The ''Pit'' is a //unique facility.// Unique in that slaves can perform standard duties in addition to being scheduled for fights in this facility.
 \
 <<case "Health">>\
-Slaves' ''health'' is extremely important. It can be reduced by tough assignments like [[Whoring|Encyclopedia][$encyclopedia = "Whoring"]] and [[Public Service|Encyclopedia][$encyclopedia = "Public Service"]], surgery, many powerful drug regimes, abuse, and even age. The [[Rest|Encyclopedia][$encyclopedia = "Rest"]] assignment will increase health; curative drugs will increase it, while preventative drugs can stop assignment-related health losses. Curatives and rest will synergize and add additional health if applied simultaneously. At very low health, many injuries will affect a slave's health more severely, creating a vicious circle: resting slaves until their health indicator is no longer @@color:red;red@@ is good practice. Conversely, at high health, some health losses will be less common or not occur at all, and extremely healthy slaves will do slightly better at most assignments.
+Slaves' ''health'' is extremely important. It can be reduced by tough assignments like [[Whoring|Encyclopedia][$encyclopedia = "Whoring"]] and [[Public Service|Encyclopedia][$encyclopedia = "Public Service"]], surgery, many powerful drug regimes, abuse, and even age. The [[Rest|Encyclopedia][$encyclopedia = "Rest"]] assignment will increase health; curative drugs will increase it, while preventative drugs can stop assignment-related health losses. Curatives and rest will synergize and add additional health if applied simultaneously. At very low health, many injuries will affect a slave's health more severely, creating a vicious circle: resting slaves until their health indicator is no longer @@.red;red@@ is good practice. Conversely, at high health, some health losses will be less common or not occur at all, and extremely healthy slaves will do slightly better at most assignments.
 \
 <<case "Devotion">>\
-''Devotion'' is a measure of a slave's liking for the player character, and secondarily, how accepting she is of her place in life. (Low Devotion is also referred to as hatred.) Along with [[Trust|Encyclopedia][$encyclopedia = "Trust"]], it is the main measure of a slave's mental state. A highly devoted slave will always obey and will do her best on assignments. With low Devotion, obedience depends on Trust: if Trust is high, the slave will generally resist and do badly, but if Trust is low enough the slave will obey out of fear. Almost everything in the game can effect Devotion in some way: @@color:mediumorchid;orchid text@@ indicates a Devotion loss, while @@color:hotpink;hot pink@@ text indicates a Devotion gain. Maximized or minimized Devotion is somewhat sticky: lightly abusing a perfectly devoted slave will not damage Devotion, while minor kindnesses will not affect a hateful slave. If a slave is very trusting, extremely high Devotion will boost Trust weekly (extremely low Devotion will do the reverse), and any Devotion gains that push it over its maximum value will overflow into Trust. However, if a slave is very frightened, high Devotion will not impact Trust. If both Trust and Devotion are maximized, the slave's sex drive will be increased. If she's already a nympho, Reputation is increased instead.
+''Devotion'' is a measure of a slave's liking for the player character, and secondarily, how accepting she is of her place in life. (Low Devotion is also referred to as hatred.) Along with [[Trust|Encyclopedia][$encyclopedia = "Trust"]], it is the main measure of a slave's mental state. A highly devoted slave will always obey and will do her best on assignments. With low Devotion, obedience depends on Trust: if Trust is high, the slave will generally resist and do badly, but if Trust is low enough the slave will obey out of fear. Almost everything in the game can effect Devotion in some way: @@.mediumorchid;orchid text@@ indicates a Devotion loss, while @@.hotpink;hot pink@@ text indicates a Devotion gain. Maximized or minimized Devotion is somewhat sticky: lightly abusing a perfectly devoted slave will not damage Devotion, while minor kindnesses will not affect a hateful slave. If a slave is very trusting, extremely high Devotion will boost Trust weekly (extremely low Devotion will do the reverse), and any Devotion gains that push it over its maximum value will overflow into Trust. However, if a slave is very frightened, high Devotion will not impact Trust. If both Trust and Devotion are maximized, the slave's sex drive will be increased. If she's already a nympho, Reputation is increased instead.
 \
 <<case "Trust">>\
-''Trust'' is a measure of a slave's expectations of the player character, and secondarily, how confident she is of her ability to do well. (Low Trust is also referred to as fear.) Along with [[Devotion|Encyclopedia][$encyclopedia = "Devotion"]], it is the main measure of a slave's mental state. A highly trusting slave is often more expensive to keep, but will do better in a leadership position and is more valuable. Slaves who are not intended for special assignments or resale can usually be kept terrified. Trust is negative if a slave is not sufficiently devoted: in this case, she will not obey since she neither likes nor fears the player character. Many game mechanics can effect Trust in some way: @@color:mediumaquamarine;aquamarine text@@ text indicates a Trust gain, while @@color:gold;gold@@ indicates a Trust loss. Maximized or minimized Trust is somewhat sticky: lightly abusing a perfectly trusting slave will not damage Trust, while minor confidence boosts will not affect an abjectly terrified slave. Extremely high Trust will boost Devotion weekly, and any Trust gains that push it over its maximum value will overflow into Devotion. If both are maximized, the slave's sex drive is increased. If she's already a nympho, Reputation is increased instead.
+''Trust'' is a measure of a slave's expectations of the player character, and secondarily, how confident she is of her ability to do well. (Low Trust is also referred to as fear.) Along with [[Devotion|Encyclopedia][$encyclopedia = "Devotion"]], it is the main measure of a slave's mental state. A highly trusting slave is often more expensive to keep, but will do better in a leadership position and is more valuable. Slaves who are not intended for special assignments or resale can usually be kept terrified. Trust is negative if a slave is not sufficiently devoted: in this case, she will not obey since she neither likes nor fears the player character. Many game mechanics can effect Trust in some way: @@.mediumaquamarine;aquamarine text@@ text indicates a Trust gain, while @@.gold;gold@@ indicates a Trust loss. Maximized or minimized Trust is somewhat sticky: lightly abusing a perfectly trusting slave will not damage Trust, while minor confidence boosts will not affect an abjectly terrified slave. Extremely high Trust will boost Devotion weekly, and any Trust gains that push it over its maximum value will overflow into Devotion. If both are maximized, the slave's sex drive is increased. If she's already a nympho, Reputation is increased instead.
 \
 <<case "Relationships">>\
 Slaves can develop many different ''relationships'' as they become accustomed to their lives, which offer many benefits and some downsides. It is possible for the player to push slaves towards one kind of relationship or another, but slaves' feelings are less susceptible to complete control than their bodies. All relationships in Free Cities are one-to-one, which is a limitation imposed by Twine.
@@ -1685,14 +1685,14 @@ At the beginning of the game, the lingua franca of the arcology will be determin
 \
 <<case "Urban Terrain">>\
 ''Urban'' terrain is one of the possible settings for the Free City in which the arcology is located. It provides:
-&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;Low@@ minimum slave value and initial @@color:yellow;bear market@@ for slaves.
+&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;Low@@ minimum slave value and initial @@.yellow;bear market@@ for slaves.
 &nbsp;&nbsp;&nbsp;&nbsp;@@color:green;High@@ ease of commerce with the old world.
 &nbsp;&nbsp;&nbsp;&nbsp;@@color:green;High@@ access to refugees and other desperate people.
 &nbsp;&nbsp;&nbsp;&nbsp;@@color:red;Low@@ cultural independence.
 \
 <<case "Rural Terrain">>\
 ''Rural'' terrain is one of the possible settings for the Free City in which the arcology is located. It provides:
-&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;High@@ minimum slave value and initial @@color:yellow;bull market@@ for slaves.
+&nbsp;&nbsp;&nbsp;&nbsp;@@color:yellow;High@@ minimum slave value and initial @@.yellow;bull market@@ for slaves.
 &nbsp;&nbsp;&nbsp;&nbsp;Moderate ease of commerce with the old world.
 &nbsp;&nbsp;&nbsp;&nbsp;Moderate access to refugees and other desperate people.
 &nbsp;&nbsp;&nbsp;&nbsp;Moderate cultural independence.
diff --git a/src/gui/css/mainStyleSheet.tw b/src/gui/css/mainStyleSheet.tw
index c3d46873e5faa7b8513a048e639df7f3b20a6e51..b9d3ccbddcbd043bb408fc1d1d36c6d56ca70f2e 100644
--- a/src/gui/css/mainStyleSheet.tw
+++ b/src/gui/css/mainStyleSheet.tw
@@ -68,4 +68,40 @@
 object {
     object-fit: scale-down;
     position: absolute;
-}
\ No newline at end of file
+}
+
+/* Colors are made as css classes, to allow them to be
+   changed for a light color scheme (for example). */
+.aquamarine { color: aquamarine }
+.coral { color: coral }
+.cyan { color: cyan }
+.darkgoldenrod { color: darkgoldenrod }
+.darkviolet { color: darkviolet }
+.deeppink { color: deeppink }
+.deepskyblue { color: deepskyblue }
+.gold { color: gold }
+.goldenrod { color: goldenrod }
+.gray { color: gray }
+.green { color: green }
+.hotpink { color: hotpink }
+.lawngreen { color: lawngreen }
+.lightcoral { color: lightcoral }
+.lightgreen { color: lightgreen }
+.lightpink { color: lightpink }
+.lightsalmon { color: lightsalmon }
+.lime { color: lime }
+.limegreen { color: limegreen }
+.magenta { color: magenta }
+.mediumaquamarine { color: mediumaquamarine }
+.mediumorchid { color: mediumorchid }
+.mediumseagreen { color: mediumseagreen }
+.orange { color: orange }
+.orangered { color: orangered }
+.orchid { color: orchid }
+.pink { color: pink }
+.red { color: red }
+.seagreen { color: seagreen }
+.springgreen { color: springgreen }
+.tan { color: tan }
+.yellow { color: yellow }
+.yellowgreen { color: yellowgreen }
diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw
index 0f82bc805317a9e81180a85ad2f4093a17c8177d..cdf23b37519700387baa4d2e9885cb6203baa4df 100644
--- a/src/gui/mainMenu/AlphaDisclaimer.tw
+++ b/src/gui/mainMenu/AlphaDisclaimer.tw
@@ -2,8 +2,8 @@
 
 <<set $ui = "start">>\
 //v. $ver//
-@@color:green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@color:darkred;+SV@@
-@@color:green;//Mod: extra preg content and other crap//@@
+@@.green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@.darkred;+SV@@
+@@.green;//Mod: extra preg content and other crap//@@
 
 ''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, I strongly recommend you reload your start of turn autosave immediately. Bugs will occasionally cause a bugged slave named $activeSlave.slaveName (or similar) to appear. If this happens, use the "Discard her" option on the slave menu to get rid of her. Then, please report the circumstances (especially what random event you just saw) to the dev. Please submit your feedback and bug reports at https://www.reddit.com/r/freecitiesgame/ or at https://freecitiesblog.blogspot.com/.
 
@@ -15,6 +15,6 @@ If you enjoy FC and feel like using your real-life ¤ to express gratitude, you
 
 ''Saves from versions prior to 0.6 are not compatible.''
 
-@@color:yellow;This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended.@@
+@@.yellow;This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended.@@
 
 [[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]]
diff --git a/src/interaction/researchLab.tw b/src/interaction/researchLab.tw
index cf1e8c36290e7ed8453df8d74e4525df0044c339..e9411f11947da360141c718a8a42e4976b1dc154 100644
--- a/src/interaction/researchLab.tw
+++ b/src/interaction/researchLab.tw
@@ -116,7 +116,7 @@
 	__Research__
 	<br><br>&nbsp;
 	<<if $researchLab.research != "none">>
-		//Your lab staff is currently researching @@color:yellow;$researchLab.research@@.//<br>
+		//Your lab staff is currently researching @@.yellow;$researchLab.research@@.//<br>
 		[[Cancel Research|Research Lab][$researchLab.productionTime to 0,$researchLab.research to "none"]]
 	<<elseif $researchLab.manufacture != "none">>
 		//Your lab staff is currently busy with other projects.//
@@ -157,7 +157,7 @@
 	<<if $researchLab.research != "none">>
 		//Your lab staff is currently busy with research.//
 	<<elseif $researchLab.manufacture != "none">>
-		//Your lab staff is currently building @@color:yellow;$researchLab.manufacture@@.//
+		//Your lab staff is currently building @@.yellow;$researchLab.manufacture@@.//
 		[[Cancel Project|Research Lab][$researchLab.productionTime to 0,$researchLab.manufacture to "none"]]
 	<<else>>
 		//No projects currently active.//<br>
diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw
index bf939d49397d218c90225c129e0d3b4b1ef7d786..a98b2e28b74c90d5bdd4208c97980b9467cb139b 100644
--- a/src/js/utilJS.tw
+++ b/src/js/utilJS.tw
@@ -36,18 +36,18 @@ Original SugarCube code
 	Toned
 <<elseif _Slave.muscles > -6>>
 <<elseif _Slave.muscles > -31>>
-	@@color:red;weak@@
+	@@.red;weak@@
 <<elseif _Slave.muscles > -96>>
-	@@color:red;weak+@@
+	@@.red;weak+@@
 <<else>>
-	@@color:red;weak++@@
+	@@.red;weak++@@
 <</if>>
 
 As a categorizer
 <<if ndef $cats>><<set $cats = {}>><</if>>
 <<if ndef $cats.muscleCat>>
 	<!-- This only gets set once, skipping much of the code evaluation, and can be set outside of the code in an "init" passage for further optimization -->
-	<<set $cats.muscleCat = new Categorizer([96, 'Musc++'], [31, 'Musc+'], [6, 'Toned'], [-5, ''], [-30, '@@color:red;weak@@'], [-95, '@@color:red;weak+@@'], [-Infinity, '@@color:red;weak++@@'])>>
+	<<set $cats.muscleCat = new Categorizer([96, 'Musc++'], [31, 'Musc+'], [6, 'Toned'], [-5, ''], [-30, '@@.red;weak@@'], [-95, '@@.red;weak+@@'], [-Infinity, '@@.red;weak++@@'])>>
 <</if>>
 <<print $cats.muscleCat.cat(_Slave.muscles)>>
 */
diff --git a/src/npc/abort.tw b/src/npc/abort.tw
index 75b6f2239fe4df04ca74370a02fc1d2d4b7ec6c5..88721b9c4ffb546f0e80a5d0c24bafdcc16b7763 100644
--- a/src/npc/abort.tw
+++ b/src/npc/abort.tw
@@ -5,25 +5,25 @@
 <<nobr>>
 The remote surgery makes aborting a pregnancy quick and efficient. $activeSlave.slaveName is
 <<if $activeSlave.fetish == "pregnancy">>
-	@@color:red;fundamentally broken.@@ Her entire concept of self and sexuality was wrapped up in the life growing within her, and now it is gone.
+	@@.red;fundamentally broken.@@ Her entire concept of self and sexuality was wrapped up in the life growing within her, and now it is gone.
 	<<set  $activeSlave.fetish to "mindbroken">>
 <<elseif $activeSlave.devotion < -50>>
-	@@color:mediumorchid;filled with violent, consuming hatred@@. Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer. She is @@color:gold;terrified of your power@@ over her body.
+	@@.mediumorchid;filled with violent, consuming hatred@@. Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer. She is @@.gold;terrified of your power@@ over her body.
 	<<set  $activeSlave.trust -= 10>>
 	<<set  $activeSlave.devotion -= 25>>
 <<elseif $activeSlave.devotion < -20>>
-	@@color:mediumorchid;afflicted by desperate, inconsolable sobbing@@. Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. She is @@color:gold;terrified of your power@@ over her body.
+	@@.mediumorchid;afflicted by desperate, inconsolable sobbing@@. Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. She is @@.gold;terrified of your power@@ over her body.
 	<<set  $activeSlave.trust -= 10>>
 	<<set  $activeSlave.devotion -= 10>>
 <<elseif $activeSlave.devotion <= 20>>
-	@@color:mediumorchid;consumed by muted weeping and enduring sorrow@@. Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. She is @@color:gold;terrified of your power@@ over her body.
+	@@.mediumorchid;consumed by muted weeping and enduring sorrow@@. Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. She is @@.gold;terrified of your power@@ over her body.
 	<<set  $activeSlave.trust -= 10>>
 	<<set  $activeSlave.devotion -= 5>>
 <<elseif $activeSlave.devotion <= 50>>
-	dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. She is @@color:gold;terrified of your power@@ over her body.
+	dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. She is @@.gold;terrified of your power@@ over her body.
 	<<set  $activeSlave.trust -= 10>>
 <<else>>
-	@@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now.
+	@@.hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now.
 	<<set  $activeSlave.devotion += 4>>
 <</if>>
 
diff --git a/src/npc/descriptions/fAnus.tw b/src/npc/descriptions/fAnus.tw
index fc958d85632125ab2b529810fad0230d5bd889bc..843904c68eef4a119fbc5de3575f75157ecf04ee 100644
--- a/src/npc/descriptions/fAnus.tw
+++ b/src/npc/descriptions/fAnus.tw
@@ -52,13 +52,13 @@ Her anus is invitingly bleached,
 
 <<if ($activeSlave.anus == 0)>>
 	<<if ($activeSlave.devotion > 20)>>
-		She accepts your orders without comment and presents her virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize her. You gently ease into her butthole and slowly accelerate your thrusting into her ass. Since she is already well broken, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her tight little ass has been broken in.@@ She looks forward to having her asshole fucked by you again.
+		She accepts your orders without comment and presents her virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize her. You gently ease into her butthole and slowly accelerate your thrusting into her ass. Since she is already well broken, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her tight little ass has been broken in.@@ She looks forward to having her asshole fucked by you again.
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She is clearly unhappy at the idea of taking a dick up her butt. She obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck her ass. You gently ease into her butthole and slowly accelerate your thrusting into her ass. However she still squeals in pain as you continue pounding. @@color:lime;Her tight little ass has been broken in,@@ and she @@color:gold;fears further anal pain.@@
+		She is clearly unhappy at the idea of taking a dick up her butt. She obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck her ass. You gently ease into her butthole and slowly accelerate your thrusting into her ass. However she still squeals in pain as you continue pounding. @@.lime;Her tight little ass has been broken in,@@ and she @@.gold;fears further anal pain.@@
 		<<set  $activeSlave.trust -= 5>>
 	<<else>>
-		She is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. She does anyway though, sobbing into the cushions<<if $activeSlave.amp != 1>> while you hold her arms behind her<</if>>. You force yourself into her butthole and continue thrusting your member into her ass. She sobs and cries with disgust while you pump into her rear. The painful anal rape @@color:mediumorchid;decreases her devotion to you.@@ @@color:lime;Her tight little ass has been broken in,@@ and she is @@color:gold;terrified of further anal pain.@@
+		She is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. She does anyway though, sobbing into the cushions<<if $activeSlave.amp != 1>> while you hold her arms behind her<</if>>. You force yourself into her butthole and continue thrusting your member into her ass. She sobs and cries with disgust while you pump into her rear. The painful anal rape @@.mediumorchid;decreases her devotion to you.@@ @@.lime;Her tight little ass has been broken in,@@ and she is @@.gold;terrified of further anal pain.@@
 		<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
 	<</if>>
 	<<set $activeSlave.anus++>>
@@ -135,12 +135,12 @@ Her anus is invitingly bleached,
 
 <<if (random(1,100) > (100 + $activeSlave.devotion))>>
 	<<if ($activeSlave.fetish != "buttslut") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates anal")>>
-		Being assraped has given her a @@color:red;hatred of anal sex.@@
+		Being assraped has given her a @@.red;hatred of anal sex.@@
 		<<set $activeSlave.sexualFlaw = "hates anal">>
 	<</if>>
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw != "hates anal")>>
-		Orgasming to the sensation of your member in her bottom @@color:lightcoral;has her eager for anal.@@
+		Orgasming to the sensation of your member in her bottom @@.lightcoral;has her eager for anal.@@
 		<<set $activeSlave.fetish = "buttslut", $activeSlave.fetishKnown = 1>>
 	<</if>>
 <</if>>
diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index 7a0a85c9b79088ed51ac668d87791dfb6f25c89a..b1286725e82be7dd81eafdb144f0ea4a2d6f7902 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -169,12 +169,12 @@ tits.
 
 <<if (random(1,100) > (100+$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw !== "hates men")>>
-		Being manhandled and used has given her a @@color:red;hatred of men.@@
+		Being manhandled and used has given her a @@.red;hatred of men.@@
 		<<set $activeSlave.behavioralFlaw = "hates men">>
 	<</if>>
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish == "none") && ($activeSlave.behavioralFlaw !== "hates men")>>
-		Having attention and love lavished on her boobs by <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> has her thinking of her @@color:lightcoral;breasts as sexual organs.@@
+		Having attention and love lavished on her boobs by <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> has her thinking of her @@.lightcoral;breasts as sexual organs.@@
 		<<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>>
 	<</if>>
 <</if>>
diff --git a/src/npc/descriptions/fButt.tw b/src/npc/descriptions/fButt.tw
index 0755581ef4b06522d40b157736250ce437542a9e..bd7822a4291909ff61655ce65541afcdcea5e407 100644
--- a/src/npc/descriptions/fButt.tw
+++ b/src/npc/descriptions/fButt.tw
@@ -59,38 +59,38 @@ Her anus is invitingly bleached,
 		Brooking no resistance, you take her virginity and then break in her virgin butt.
 	<</if>>
 	<<if ($activeSlave.devotion > 50)>>
-		You ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she begins to moan. In just a few minutes, she has lost her virginity and been assfucked for the first time. She @@color:hotpink;submits utterly@@ to your spoilage of her innocence and thanks you meekly for introducing her to proper sexual slavery. @@color:lime;Her holes have been broken in.@@
+		You ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she begins to moan. In just a few minutes, she has lost her virginity and been assfucked for the first time. She @@.hotpink;submits utterly@@ to your spoilage of her innocence and thanks you meekly for introducing her to proper sexual slavery. @@.lime;Her holes have been broken in.@@
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		You ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she begins to moan. In just a few minutes, she has lost her virginity and been assfucked for the first time. She's so bewildered by the pain and novelty that all she feels is @@color:gold;a little fear@@ of further use. @@color:lime;Her holes have been broken in.@@
+		You ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she begins to moan. In just a few minutes, she has lost her virginity and been assfucked for the first time. She's so bewildered by the pain and novelty that all she feels is @@.gold;a little fear@@ of further use. @@.lime;Her holes have been broken in.@@
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		You force yourself into her pussy before gradually working your way into her ass. She sobs and cries with disgust while you alternate between the two holes. In just a few minutes, she has lost her virginity to rape and her anal virginity to a rough buttfuck. To say she @@color:mediumorchid;resents you@@ and @@color:gold;fears further abuse@@ would be an understatement. @@color:lime;Her holes have been broken in.@@
+		You force yourself into her pussy before gradually working your way into her ass. She sobs and cries with disgust while you alternate between the two holes. In just a few minutes, she has lost her virginity to rape and her anal virginity to a rough buttfuck. To say she @@.mediumorchid;resents you@@ and @@.gold;fears further abuse@@ would be an understatement. @@.lime;Her holes have been broken in.@@
 		<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
 	<</if>>
 	<<set $activeSlave.vagina++, $activeSlave.anus++>>
 	<<BothVCheck>>
 <<elseif ($activeSlave.vagina == 0) && canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.devotion > 20)>>
-		She accepts your orders without comment and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning loudly as you pound away. Since she is already well broken, this new connection with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her pussy has been broken in.@@
+		She accepts your orders without comment and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning loudly as you pound away. Since she is already well broken, this new connection with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in.@@
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like.<<if ($PC.dick == 0)>>Her lower lip quivers with trepidation as she watches you don a strap-on and maneuver to fuck her virgin hole.<</if>> You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning as you pound away. Nevertheless, this new connection with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her pussy has been broken in,@@ and she is @@color:gold;fearful@@ that sex will continue to be painful.
+		She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like.<<if ($PC.dick == 0)>>Her lower lip quivers with trepidation as she watches you don a strap-on and maneuver to fuck her virgin hole.<</if>> You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning as you pound away. Nevertheless, this new connection with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she is @@.gold;fearful@@ that sex will continue to be painful.
 		<<set $activeSlave.devotion += 4>>
 	<<else>>
-		As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens her fresh, tight hole. You force your way into her pussy and continue thrusting into her. She sobs and cries with horror as you pound away. The rape @@color:mediumorchid;decreases her devotion to you.@@ @@color:lime;Her pussy has been broken in,@@ and she @@color:gold;fears further abuse.@@
+		As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens her fresh, tight hole. You force your way into her pussy and continue thrusting into her. She sobs and cries with horror as you pound away. The rape @@.mediumorchid;decreases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she @@.gold;fears further abuse.@@
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 	<<set $activeSlave.vagina++>>
 	<<VaginalVCheck>>
 <<elseif ($activeSlave.anus == 0)>>
 	<<if ($activeSlave.devotion > 20)>>
-		She accepts your orders without comment and presents her virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize her. You gently ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. Since she is already well broken, this new connection with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her tight little ass has been broken in.@@
+		She accepts your orders without comment and presents her virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize her. You gently ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. Since she is already well broken, this new connection with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title !== 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her tight little ass has been broken in.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She is clearly unhappy at the idea of taking a dick up her butt. You gently ease yourself into her butthole and gradually speed up your thrusts. She obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck her ass. @@color:lime;Her tight little ass has been broken in,@@ and she @@color:gold;fears further anal pain.@@
+		She is clearly unhappy at the idea of taking a dick up her butt. You gently ease yourself into her butthole and gradually speed up your thrusts. She obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck her ass. @@.lime;Her tight little ass has been broken in,@@ and she @@.gold;fears further anal pain.@@
 	<<else>>
-		She is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. She does anyway though, sobbing into the cushions<<if $activeSlave.amp !== 1>> while you hold her arms behind her<</if>>. You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. The painful anal rape @@color:mediumorchid;decreases her devotion to you.@@ @@color:lime;Her tight little ass has been broken in,@@ and she is @@color:gold;terrified of further anal pain.@@
+		She is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. She does anyway though, sobbing into the cushions<<if $activeSlave.amp !== 1>> while you hold her arms behind her<</if>>. You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. The painful anal rape @@.mediumorchid;decreases her devotion to you.@@ @@.lime;Her tight little ass has been broken in,@@ and she is @@.gold;terrified of further anal pain.@@
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 	<<set $activeSlave.anus++>>
@@ -161,12 +161,12 @@ Her anus is invitingly bleached,
 
 <<if (random(1,100) > (100+$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish !== "buttslut") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw !== "hates penetration")>>
-		Being brutally used has given her a @@color:red;hatred of penetration.@@
+		Being brutally used has given her a @@.red;hatred of penetration.@@
 		<<set $activeSlave.sexualFlaw = "hates penetration">>
 	<</if>>
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw !== "hates penetration")>>
-		Orgasming to your use of her fuckhole @@color:lightcoral;has her eager for more  buttsex.@@
+		Orgasming to your use of her fuckhole @@.lightcoral;has her eager for more  buttsex.@@
 		<<set $activeSlave.fetish = "buttslut", $activeSlave.fetishKnown = 1>>
 	<</if>>
 <</if>>
diff --git a/src/npc/descriptions/fFuckdollWidgets.tw b/src/npc/descriptions/fFuckdollWidgets.tw
index 43dbff7936530940420a61aa36c74e2f28212f79..b164d825536f7196cbad421d0d0db376d0b52c4c 100644
--- a/src/npc/descriptions/fFuckdollWidgets.tw
+++ b/src/npc/descriptions/fFuckdollWidgets.tw
@@ -84,7 +84,7 @@ You climax<<if $PC.dick == 1>>, your cum shooting forward to splash against its
 	<<else>>
 		It gives no external indication that it's aware that it's just lost its virginity.
 	<</if>>
-	In any case, @@color:lime;its front hole has been broken in.@@
+	In any case, @@.lime;its front hole has been broken in.@@
 	<<set $activeSlave.vagina = 1>>
 <</if>>
 
@@ -142,7 +142,7 @@ You climax<<if $PC.dick == 1>>, filling its rectum with your cum,<</if>> and ret
 	<<else>>
 		It gives no external indication that it's aware that it's just lost its anal virginity.
 	<</if>>
-	In any case, @@color:lime;its rear hole has been broken in.@@
+	In any case, @@.lime;its rear hole has been broken in.@@
 	<<set $activeSlave.anus = 1>>
 <</if>>
 
diff --git a/src/npc/descriptions/fLips.tw b/src/npc/descriptions/fLips.tw
index b01566481629bf851514974bc6ad1c88cf4cc87d..0a9b579b917b5207f289d8d0d9bd9b05de870117 100644
--- a/src/npc/descriptions/fLips.tw
+++ b/src/npc/descriptions/fLips.tw
@@ -155,12 +155,12 @@ You tell $activeSlave.slaveName to
 
 <<if (random(1,100) > (100 + $activeSlave.devotion))>>
 	<<if ($activeSlave.fetish != "cumslut") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates oral")>>
-		Being facefucked by force has given her a @@color:red;hatred of oral sex.@@
+		Being facefucked by force has given her a @@.red;hatred of oral sex.@@
 		<<set $activeSlave.sexualFlaw = "hates oral">>
 	<</if>>
 <<elseif (random(1,100) > (110 - $activeSlave.devotion))>>
 	<<if ($PC.dick == 1) && ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw != "hates oral")>>
-		Consummating an enjoyable sexual encounter by drinking your cum has @@color:lightcoral;encouraged her to focus on oral sex.@@
+		Consummating an enjoyable sexual encounter by drinking your cum has @@.lightcoral;encouraged her to focus on oral sex.@@
 		<<set $activeSlave.fetish = "cumslut", $activeSlave.fetishKnown = 1>>
 	<</if>>
 <</if>>
diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw
index 3c37d9f699c789f7a426714a0689bf57fba251a7..645496e6121a3a95a63f08d7166641943af00d17 100644
--- a/src/npc/descriptions/fVagina.tw
+++ b/src/npc/descriptions/fVagina.tw
@@ -92,15 +92,15 @@ You decide to fuck her
 
 <<if ($activeSlave.vagina == 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 	<<if ($activeSlave.fetish == "mindbroken")>>
-		She accepts your orders dumbly and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching without real interest as you don a strap-on<</if>>. Since she is mindbroken, @@color:lime;losing her virginity@@ has no impact on any part of her other than her vagina.
+		She accepts your orders dumbly and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching without real interest as you don a strap-on<</if>>. Since she is mindbroken, @@.lime;losing her virginity@@ has no impact on any part of her other than her vagina.
 	<<elseif ($activeSlave.devotion > 20)>>
-		She accepts your orders without comment and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning loudly as you pound away. Since she is already well broken, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her pussy has been broken in.@@ She looks forward to having her pussy fucked by you again.
+		She accepts your orders without comment and presents her virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning loudly as you pound away. Since she is already well broken, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in.@@ She looks forward to having her pussy fucked by you again.
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like.<<if ($PC.dick == 0)>>Her lower lip quivers with trepidation as she watches you don a strap-on and maneuver to fuck her virgin hole.<</if>> You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning as you pound away. Nevertheless, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her pussy has been broken in,@@ and she is @@color:gold;fearful@@ that sex will continue to be painful.
+		She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like.<<if ($PC.dick == 0)>>Her lower lip quivers with trepidation as she watches you don a strap-on and maneuver to fuck her virgin hole.<</if>> You gently ease into her pussy before gradually increasing the intensity of your thrusts into her. Before long, she's moaning as you pound away. Nevertheless, this new connection with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she is @@.gold;fearful@@ that sex will continue to be painful.
 		<<set $activeSlave.devotion += 4, $activeSlave.trust -= 4>>
 	<<else>>
-		As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens her fresh, tight hole. You force your way into her pussy and continue thrusting into her. She sobs and cries with horror as you pound away. The rape @@color:mediumorchid;decreases her devotion to you.@@ @@color:lime;Her pussy has been broken in,@@ and she @@color:gold;fears further abuse.@@
+		As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens her fresh, tight hole. You force your way into her pussy and continue thrusting into her. She sobs and cries with horror as you pound away. The rape @@.mediumorchid;decreases her devotion to you.@@ @@.lime;Her pussy has been broken in,@@ and she @@.gold;fears further abuse.@@
 		<<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>>
 	<</if>>
 	<<set $activeSlave.vagina++>>
@@ -316,12 +316,12 @@ You decide to fuck her
 
 <<if (random(1,100) > (100 + $activeSlave.devotion))>>
 	<<if ($activeSlave.fetish != "pregnancy") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration")>>
-		Being taken by force has given her a @@color:red;hatred of penetration.@@
+		Being taken by force has given her a @@.red;hatred of penetration.@@
 		<<set $activeSlave.sexualFlaw = "hates penetration">>
 	<</if>>
 <<elseif (random(1,100) > (110 - $activeSlave.devotion))>>
 	<<if ($activeSlave.fetish == "none") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration")>>
-		Enjoying sex with you seems to have @@color:lightcoral;encouraged her biological clock.@@
+		Enjoying sex with you seems to have @@.lightcoral;encouraged her biological clock.@@
 		<<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 10>>
 	<</if>>
 <</if>>
diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw
index 6499217582e3491fc6cb1c7485a73c102ba6f17f..23629ecd0f321e32e2be280ed94d242ed97a027d 100644
--- a/src/npc/fAbuse.tw
+++ b/src/npc/fAbuse.tw
@@ -278,7 +278,7 @@ Even though she's in a somewhat bad shape, she still jumps back to her feet and
 <</if>>
 
 <<if ($activeSlave.preg > 30) && ($activeSlave.pregType >= 20)>>
-	The rough fucking was @@color:red;very unhealthy@@ for her huge pregnancy.
+	The rough fucking was @@.red;very unhealthy@@ for her huge pregnancy.
 	<<set $activeSlave.health -= 40>>
 <</if>>
 
@@ -300,19 +300,19 @@ Even though she's in a somewhat bad shape, she still jumps back to her feet and
 <<elseif $arcologies[0].FSDegradationist != "unset">>
 	She knew that a degradationist arcology wouldn't be easy on her, so even if she resents it, she tries to accept it.
 <<elseif $activeSlave.devotion < -50>>
-	Her @@color:mediumorchid;hatred@@ and @@color:gold;fear@@ of you have increased.
+	Her @@.mediumorchid;hatred@@ and @@.gold;fear@@ of you have increased.
 	<<set $activeSlave.devotion-=4, $activeSlave.trust-=4>>
 <<elseif $activeSlave.devotion < -20>>
-	Her @@color:mediumorchid;resistance@@ to and @@color:gold;fear@@ of you have increased.
+	Her @@.mediumorchid;resistance@@ to and @@.gold;fear@@ of you have increased.
 	<<set $activeSlave.devotion-=4, $activeSlave.trust-=4>>
 <<elseif $activeSlave.devotion <= 20>>
-	Her @@color:gold;fear@@ of you is tinged with @@color:mediumorchid;hatred.@@
+	Her @@.gold;fear@@ of you is tinged with @@.mediumorchid;hatred.@@
 	<<set $activeSlave.devotion-=4, $activeSlave.trust-=4>>
 <<elseif $activeSlave.devotion <= 50>>
-	Her @@color:mediumorchid;obedience to you is reduced,@@ and she @@color:gold;fears@@ further abuse.
+	Her @@.mediumorchid;obedience to you is reduced,@@ and she @@.gold;fears@@ further abuse.
 	<<set $activeSlave.devotion-=4, $activeSlave.trust-=4>>
 <<else>>
-	She is so devoted to you that she accepts your abuse as her just due, but she now @@color:gold;fears@@ you more and trusts you less.
+	She is so devoted to you that she accepts your abuse as her just due, but she now @@.gold;fears@@ you more and trusts you less.
 	<<set $activeSlave.trust-=4>>
 <</if>>
 
@@ -321,31 +321,31 @@ Even though she's in a somewhat bad shape, she still jumps back to her feet and
 	<<set _seed = random(1,8)>>
 	Brutal abuse has left her
 	<<if (_seed == 1) && ($activeSlave.behavioralFlaw !== "odd")>>
-		@@color:red;acting strangely.@@
+		@@.red;acting strangely.@@
 		<<set $activeSlave.behavioralFlaw = "odd">>
 	<<elseif (_seed == 2) && ($activeSlave.behavioralFlaw !== "anorexic")>>
-		@@color:red;starving herself@@ in a crippling attempt to be pretty.
+		@@.red;starving herself@@ in a crippling attempt to be pretty.
 		<<set $activeSlave.behavioralFlaw = "anorexic">>
 	<<elseif (_seed == 3) && ($activeSlave.behavioralFlaw !== "gluttonous")>>
-		@@color:red;stress eating@@ whenever she can.
+		@@.red;stress eating@@ whenever she can.
 		<<set $activeSlave.behavioralFlaw = "gluttonous">>
 	<<elseif (_seed == 4) && ($activeSlave.behavioralFlaw !== "devout")>>
-		@@color:red;praying in private@@ whenever she can.
+		@@.red;praying in private@@ whenever she can.
 		<<set $activeSlave.behavioralFlaw = "devout">>
 	<<elseif (_seed == 5) && ($activeSlave.sexualFlaw !== "apathetic")>>
-		@@color:red;sexually apathetic,@@ since she feels it cannot go well for her.
+		@@.red;sexually apathetic,@@ since she feels it cannot go well for her.
 		<<set $activeSlave.sexualFlaw = "apathetic">>
 	<<elseif (_seed == 6) && ($activeSlave.sexualFlaw !== "crude")>>
-		@@color:red;sexually crude,@@ out of an unconscious belief that sex is ugly and unworthy of effort.
+		@@.red;sexually crude,@@ out of an unconscious belief that sex is ugly and unworthy of effort.
 		<<set $activeSlave.sexualFlaw = "crude">>
 	<<elseif (_seed == 7) && ($activeSlave.sexualFlaw !== "judgemental")>>
-		@@color:red;sexually judgemental,@@ out of an unconscious desire to disqualify people from being good enough to have sex with her.
+		@@.red;sexually judgemental,@@ out of an unconscious desire to disqualify people from being good enough to have sex with her.
 		<<set $activeSlave.sexualFlaw = "judgemental">>
 	<<elseif ($PC.dick == 1)>>
-		@@color:red;hating men,@@ since you forced your cock on her.
+		@@.red;hating men,@@ since you forced your cock on her.
 		<<set $activeSlave.behavioralFlaw = "hates men">>
 	<<else>>
-		@@color:red;hating women,@@ since you forced your cunt on her.
+		@@.red;hating women,@@ since you forced your cunt on her.
 		<<set $activeSlave.behavioralFlaw = "hates women">>
 	<</if>>
 	<</if>>
@@ -354,10 +354,10 @@ Even though she's in a somewhat bad shape, she still jumps back to her feet and
 	<<if ($activeSlave.fetish !== "mindbroken") && ($activeSlave.fetishKnown == 0) && ($activeSlave.clitSetting !== $activeSlave.fetish)>>
 	Her acceptance of your abuse has twisted her
 	<<if (random(1,2) == 1) && ($activeSlave.fetish !== "submissive")>>
-		@@color:lightcoral;sexuality towards submissiveness.@@
+		@@.lightcoral;sexuality towards submissiveness.@@
 		<<set $activeSlave.fetish = "submissive", $activeSlave.fetishKnown = 1>>
 	<<elseif ($activeSlave.fetish !== "masochism")>>
-		@@color:lightcoral;sexuality towards masochism.@@
+		@@.lightcoral;sexuality towards masochism.@@
 		<<set $activeSlave.fetish = "masochism", $activeSlave.fetishKnown = 1>>
 	<</if>>
 	<</if>>
diff --git a/src/npc/fPCImpreg.tw b/src/npc/fPCImpreg.tw
index 18d37444bd06fdcbdada53d846446687c2031e69..19373b92433f2d5f3a68c0f4543da91fdc3b6bd1 100644
--- a/src/npc/fPCImpreg.tw
+++ b/src/npc/fPCImpreg.tw
@@ -59,7 +59,7 @@ You call her over so you can
 <</if>>
 
 <<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.vagina == 0)>>
-	She cries with joy and presents her virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. She sobs with happiness when she feels your hot seed, knowing that her first time will always be special to her. She spends the rest of the day cherishing her stomach. This new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance she's pregnant.@@
+	She cries with joy and presents her virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. She sobs with happiness when she feels your hot seed, knowing that her first time will always be special to her. She spends the rest of the day cherishing her stomach. This new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance she's pregnant.@@
 	<<if $activeSlave.mpreg == 1>>
 	<<set $activeSlave.anus = 1>>
 	<<else>>
@@ -67,11 +67,11 @@ You call her over so you can
 	<</if>>
 	<<set  $activeSlave.devotion += 15>>
 <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-	She cries with joy and presents her fertile <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. She sobs with happiness when she feels your hot seed. She spends the rest of the day considering her own stomach with pride. This new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@
+	She cries with joy and presents her fertile <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. She sobs with happiness when she feels your hot seed. She spends the rest of the day considering her own stomach with pride. This new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@
 	<<set  $activeSlave.devotion += 10>>
 
 <<elseif ($activeSlave.devotion > 20) && ($activeSlave.vagina == 0)>>
-	She accepts your orders without comment and presents her virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. She gasps in shock when she feels your hot seed. She spends the rest of the day struggling with roiling emotions. Since she is already well broken, this new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance she's pregnant.@@
+	She accepts your orders without comment and presents her virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. She gasps in shock when she feels your hot seed. She spends the rest of the day struggling with roiling emotions. Since she is already well broken, this new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance she's pregnant.@@
 	<<if $activeSlave.mpreg == 1>>
 	<<set $activeSlave.anus = 1>>
 	<<else>>
@@ -79,7 +79,7 @@ You call her over so you can
 	<</if>>
 	<<set  $activeSlave.devotion += 10>>
 <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0)>>
-	She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, this new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@color:hotpink;increases her devotion to you.@@ @@color:lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@
+	She is clearly unhappy at losing her pearl of great price to you; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, this new connection with <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> @@.hotpink;increases her devotion to you.@@ @@.lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@
 	<<if $activeSlave.mpreg == 1>>
 	<<set $activeSlave.anus = 1>>
 	<<else>>
@@ -87,7 +87,7 @@ You call her over so you can
 	<</if>>
 	<<set  $activeSlave.devotion += 4>>
 <<elseif ($activeSlave.vagina == 0)>>
-	As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as your cock opens her fresh, tight hole. Afterward, she clutches her stomach and sobs, horrified by the knowledge that she's probably carrying her rapist's child. The rape @@color:mediumorchid;decreases her devotion to you@@ and @@color:gold;fills her with fear.@@ @@color:lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@
+	As you anticipated, she refuses to give you her virginity. And as you expected, she is unable to resist you. She cries as your cock opens her fresh, tight hole. Afterward, she clutches her stomach and sobs, horrified by the knowledge that she's probably carrying her rapist's child. The rape @@.mediumorchid;decreases her devotion to you@@ and @@.gold;fills her with fear.@@ @@.lime;Her <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<if $activeSlave.mpreg == 1>>
@@ -157,20 +157,20 @@ You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName
 
 <<if $arcologies[0].FSRestart != "unset">>
 	<<if $activeSlave.breedingMark != 1>>
-		Rumors spread about you fucking your slaves pregnant; the Societal Elite are @@color:red; very displeased@@ by these rumors.
+		Rumors spread about you fucking your slaves pregnant; the Societal Elite are @@.red; very displeased@@ by these rumors.
 		<<set $failedElite += 5>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSGenderRadicalist != "unset" && $activeSlave.mpreg == 1>>
-	Society @@color:green;approves@@ of your fucking your slaves ass pregnant; this advances the ideal all a slave needs is her rear.
+	Society @@.green;approves@@ of your fucking your slaves ass pregnant; this advances the ideal all a slave needs is her rear.
 	<<set $rep += $FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>>
 <<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 1>>
-	Society @@color:red;is disgusted@@ by this degenerate form of reproduction.
+	Society @@.red;is disgusted@@ by this degenerate form of reproduction.
 	<<set $rep -= $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>>
 <<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-	Society @@color:green;approves@@ of your putting a new slave in her; this advances the idea that all slaves should bear their masters' babies.
+	Society @@.green;approves@@ of your putting a new slave in her; this advances the idea that all slaves should bear their masters' babies.
 	<<set $rep += $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>>
 <</if>>
diff --git a/src/npc/fSlaveImpregConsummate.tw b/src/npc/fSlaveImpregConsummate.tw
index dc70bd2a74bbfd22361f6459be9af057d007f68a..dedf9a2666dba749105e85cc6553882c2f4a0dbb 100644
--- a/src/npc/fSlaveImpregConsummate.tw
+++ b/src/npc/fSlaveImpregConsummate.tw
@@ -16,11 +16,11 @@ The first necessary step is to prepare the donatrix.
 <<if ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishKnown == 1) && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion >= -20)>>
 	This is very easy, since $impregnatrix.slaveName has an impregnation fetish.
 	<<if $impregnatrix.preg > 0>>
-	  She's pregnant, and as far as she's concerned, everyone should be pregnant. She's @@color:hotpink;happy to spread the love.@@
+	  She's pregnant, and as far as she's concerned, everyone should be pregnant. She's @@.hotpink;happy to spread the love.@@
 	<<elseif isFertile($impregnatrix)>>
-	  She'd love to get pregnant herself, but as far as she's concerned, putting a baby in someone else is the @@color:hotpink;next best thing.@@
+	  She'd love to get pregnant herself, but as far as she's concerned, putting a baby in someone else is the @@.hotpink;next best thing.@@
 	<<else>>
-	  She's been deeply unhappy that there's no prospect of her ever being able to carry a child, and this is the @@color:hotpink;next best thing@@ for her.
+	  She's been deeply unhappy that there's no prospect of her ever being able to carry a child, and this is the @@.hotpink;next best thing@@ for her.
 	<</if>>
 	<<set  $impregnatrix.devotion += 4>>
 	<<if ($impregnatrix.preg == -3)>>Her member remains limp despite the prospect of getting another slave pregnant, but a direct injection of vasodilators quickly fixes that for this special occasion.
@@ -74,7 +74,7 @@ Next, you see to $activeSlave.slaveName.
 <</if>>
 
 <<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>>
-	She cries with joy and presents her virgin <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. @@color:hotpink;She is grateful@@ for this fulfillment of her fondest wish and naturally @@color:lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
+	She cries with joy and presents her virgin <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. @@.hotpink;She is grateful@@ for this fulfillment of her fondest wish and naturally @@.lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
 	<<if $activeSlave.mpreg == 1>>
 	<<set $activeSlave.anus = 1>>
 	<<else>>
@@ -82,11 +82,11 @@ Next, you see to $activeSlave.slaveName.
 	<</if>>
 	<<set  $activeSlave.devotion += 10>>
 <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
-	She cries with joy and presents her fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for breeding. @@color:hotpink;She is grateful@@ for this fulfillment of her fondest wish.
+	She cries with joy and presents her fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for breeding. @@.hotpink;She is grateful@@ for this fulfillment of her fondest wish.
 	<<set  $activeSlave.devotion += 4>>
 
 <<elseif  ($activeSlave.devotion > 20) && (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>>
-	She accepts your orders without comment and presents her virgin <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. She gasps in shock when she feels her hot seed. @@color:hotpink;She is broken to slavery@@ by this application of her body, which naturally @@color:lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
+	She accepts your orders without comment and presents her virgin <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. She gasps in shock when she feels her hot seed. @@.hotpink;She is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
 	<<if $activeSlave.mpreg == 1>>
 	<<set $activeSlave.anus = 1>>
 	<<else>>
@@ -94,7 +94,7 @@ Next, you see to $activeSlave.slaveName.
 	<</if>>
 	<<set  $activeSlave.devotion += 10>>
 <<elseif ($activeSlave.devotion >= -20) && (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>>
-	She is clearly unhappy at the idea of losing her pearl of great price to $impregnatrix.slaveName; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, @@color:hotpink;she is broken to slavery@@ by this application of her body, which naturally @@color:lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
+	She is clearly unhappy at the idea of losing her pearl of great price to $impregnatrix.slaveName; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, @@.hotpink;she is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
 	<<if $activeSlave.mpreg == 1>>
 	<<set $activeSlave.anus = 1>>
 	<<else>>
@@ -102,7 +102,7 @@ Next, you see to $activeSlave.slaveName.
 	<</if>>
 	<<set  $activeSlave.devotion += 4>>
 <<elseif (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>>
-	As you anticipated, she refuses to give $impregnatrix.slaveName her virginity. You restrain her despite her @@color:mediumorchid;horrified tears@@ and @@color:gold;frightened begging.@@ Naturally, this cruel tableau @@color:lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
+	As you anticipated, she refuses to give $impregnatrix.slaveName her virginity. You restrain her despite her @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel tableau @@.lime;will break in her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<if $activeSlave.mpreg == 1>>
@@ -172,35 +172,35 @@ Next, you see to $activeSlave.slaveName.
 <br><br>
 
 <<if ($activeSlave.devotion < -20) && ($impregnatrix.devotion < -20)>>
-	Since you have two restrained slaves, it's up to you to do all the work. You put $activeSlave.slaveName on the couch with her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> available, and then maneuver $impregnatrix.slaveName's dick into place. The two slaves make no further moves until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. After watching them mechanically go at it for a while, you stop $impregnatrix.slaveName, insert an electrostimulator up her rectum, and administer a shock to her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces her to empty her nuts into $activeSlave.slaveName. Both slaves @@color:mediumorchid;resent@@ what you made them do and @@color:gold;fear you@@ as a result.
+	Since you have two restrained slaves, it's up to you to do all the work. You put $activeSlave.slaveName on the couch with her <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> available, and then maneuver $impregnatrix.slaveName's dick into place. The two slaves make no further moves until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. After watching them mechanically go at it for a while, you stop $impregnatrix.slaveName, insert an electrostimulator up her rectum, and administer a shock to her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces her to empty her nuts into $activeSlave.slaveName. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $impregnatrix.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<set  $impregnatrix.trust -= 5>>
 	<<if ($impregnatrix.anus == 0)>>
-		$impregnatrix.slaveName would have been reluctant to @@color:lime;lose her anal virginity@@ in any case, but being assraped by a metal probe that shocked her into orgasm so that she would impregnate another slave is @@color:mediumorchid;a special level@@ of violation for her.
+		$impregnatrix.slaveName would have been reluctant to @@.lime;lose her anal virginity@@ in any case, but being assraped by a metal probe that shocked her into orgasm so that she would impregnate another slave is @@.mediumorchid;a special level@@ of violation for her.
 		<<set  $impregnatrix.devotion -= 5>>
 		<<set  $impregnatrix.anus = 1>>
 	<</if>>
 
 <<elseif ($impregnatrix.devotion < -20)>>
-	Since your semen donatrix is restrained, you order $activeSlave.slaveName to present herself on the couch, and then maneuver $impregnatrix.slaveName's dick into place. $activeSlave.slaveName does her best to hump herself against the unwilling cock until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. After watching her mechanically fuck for a while, you stop her, push an electrostimulator up her butt, and administer a shock to her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces her to empty her nuts into $activeSlave.slaveName. She @@color:mediumorchid;resents@@ what you made her do and @@color:gold;fears you@@ as a result. Though $activeSlave.slaveName accepts the situation, she looks into $impregnatrix.slaveName's eyes with obvious apology.
+	Since your semen donatrix is restrained, you order $activeSlave.slaveName to present herself on the couch, and then maneuver $impregnatrix.slaveName's dick into place. $activeSlave.slaveName does her best to hump herself against the unwilling cock until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. After watching her mechanically fuck for a while, you stop her, push an electrostimulator up her butt, and administer a shock to her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces her to empty her nuts into $activeSlave.slaveName. She @@.mediumorchid;resents@@ what you made her do and @@.gold;fears you@@ as a result. Though $activeSlave.slaveName accepts the situation, she looks into $impregnatrix.slaveName's eyes with obvious apology.
 	<<set  $impregnatrix.devotion -= 5>>
 	<<set  $impregnatrix.trust -= 5>>
 	<<if ($impregnatrix.anus == 0)>>
-		$impregnatrix.slaveName would have been reluctant to @@color:lime;lose her anal virginity@@ in any case, but being assraped by a metal probe that shocked her into orgasm so that she would impregnate another slave is @@color:mediumorchid;a special level@@ of violation for her.
+		$impregnatrix.slaveName would have been reluctant to @@.lime;lose her anal virginity@@ in any case, but being assraped by a metal probe that shocked her into orgasm so that she would impregnate another slave is @@.mediumorchid;a special level@@ of violation for her.
 		<<set  $impregnatrix.devotion -= 5>>
 		<<set  $impregnatrix.anus = 1>>
 	<</if>>
 
 <<elseif ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You arrange $activeSlave.slaveName on the couch with her fertile pussy defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all hers. The slave life has so affected $impregnatrix.slaveName that she is quite eager to rape another slave pregnant to fulfill her desire to reproduce. She finishes with indecent speed and looks almost disappointed until you tell her to take her time and be thorough. By the end of the day $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>> is dripping cum, to her @@color:gold;horror@@ and @@color:mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to her on the couch in a state of obvious @@color:hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeSlave.slaveName's stomach and expresses the hope that she'll produce a good new slave.
+	You arrange $activeSlave.slaveName on the couch with her fertile pussy defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all hers. The slave life has so affected $impregnatrix.slaveName that she is quite eager to rape another slave pregnant to fulfill her desire to reproduce. She finishes with indecent speed and looks almost disappointed until you tell her to take her time and be thorough. By the end of the day $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>> is dripping cum, to her @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to her on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeSlave.slaveName's stomach and expresses the hope that she'll produce a good new slave.
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<set  $impregnatrix.devotion += 4>>
 
 <<elseif ($impregnatrix.energy > 95) && ($impregnatrix.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You arrange $activeSlave.slaveName on the couch with her fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all hers. The slave life has so affected $impregnatrix.slaveName that she is quite eager to rape another slave pregnant, just for the perverted novelty of the act. She blows her load with indecent speed and looks crushed until you tell her to take her time and be thorough. By the end of the day $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>anus<<else>>cunt<</if>> is dripping cum, to her @@color:gold;horror@@ and @@color:mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to her on the couch in a state of obvious @@color:hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeSlave.slaveName's stomach and expresses the hope that you'll let her do this again sometime.
+	You arrange $activeSlave.slaveName on the couch with her fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all hers. The slave life has so affected $impregnatrix.slaveName that she is quite eager to rape another slave pregnant, just for the perverted novelty of the act. She blows her load with indecent speed and looks crushed until you tell her to take her time and be thorough. By the end of the day $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>anus<<else>>cunt<</if>> is dripping cum, to her @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to her on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeSlave.slaveName's stomach and expresses the hope that you'll let her do this again sometime.
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<set  $impregnatrix.devotion += 4>>
@@ -212,25 +212,25 @@ Next, you see to $activeSlave.slaveName.
 	You order $activeSlave.slaveName and $impregnatrix.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the extreme intimacy of the act, finding between themselves a hint of a life before slavery, when men and women had sex within the bonds of marriage for the purpose of procreation. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $impregnatrix.slaveName's dick and dripping away with the contents of $activeSlave.slaveName's cum-filled <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.
 
 <<elseif $activeSlave.mpreg == 1>>
-	The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of anal sex in the cowgirl position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeSlave.slaveName looks over to where you're sitting, the invitation clear in her eyes. As soon as you stand to come over, $activeSlave.slaveName turns around on $impregnatrix.slaveName's cock and opens wide for you. You and $impregnatrix.slaveName enjoy the mother-to-be gently until she climaxes, her eager oral reaching a fever pitch, bringing you to your own climax. <<if $PC.dick == 1>>Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to her ass instead, stimulating her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until she blows her load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@color:hotpink;happy@@ pile of slave flesh with three loads inside them.<<else>>Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strapon. You begin stimulating her prostate with a good assfuck until she blows her load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@color:hotpink;happy@@ pile of slave flesh.<</if>>
+	The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of anal sex in the cowgirl position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeSlave.slaveName looks over to where you're sitting, the invitation clear in her eyes. As soon as you stand to come over, $activeSlave.slaveName turns around on $impregnatrix.slaveName's cock and opens wide for you. You and $impregnatrix.slaveName enjoy the mother-to-be gently until she climaxes, her eager oral reaching a fever pitch, bringing you to your own climax. <<if $PC.dick == 1>>Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to her ass instead, stimulating her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until she blows her load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them.<<else>>Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strapon. You begin stimulating her prostate with a good assfuck until she blows her load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh.<</if>>
 	<<set  $activeSlave.devotion += 4>>
 	<<set  $impregnatrix.devotion += 4>>
 	<<if ($impregnatrix.anus == 0)>>
-		$impregnatrix.slaveName will certainly remember this @@color:hotpink;very special@@ day for many reasons, including taking her @@color:lime;first buttfuck@@ as she inseminated $activeSlave.slaveName.
+		$impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking her @@.lime;first buttfuck@@ as she inseminated $activeSlave.slaveName.
 		<<set  $impregnatrix.devotion += 4>>
 		<<set  $impregnatrix.anus = 1>>
 	<</if>>
 <<else>>
-	The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of vanilla sex in the missionary position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeSlave.slaveName looks over $impregnatrix.slaveName's shoulder to where you're sitting, the invitation clear in her eyes. As soon as you stand to come over, they roll over without being ordered to present $activeSlave.slaveName's butthole. You and $impregnatrix.slaveName double penetrate the mother-to-be gently until she climaxes, clenching you to orgasm in turn with her spasms. Pulling out, you offer <<if $PC.dick ==1>>yourself<<else>>your strap-on<</if>> to $activeSlave.slaveName's gasping mouth so she can <<if $PC.dick ==1>>suck you hard again<<else>>lube the phallus with some saliva<</if>> as she continues riding cock. Once <<if $PC.dick ==1>>stiff<<else>>the strap-on is nice and wet<</if>>, you flip them again so that $impregnatrix.slaveName is back on top and switch to her ass instead, stimulating her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until she blows her load into $activeSlave.slaveName's fertile cunt. The two of them collapse into an exhausted, @@color:hotpink;happy@@ pile of slave flesh with three loads inside them.
+	The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of vanilla sex in the missionary position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeSlave.slaveName looks over $impregnatrix.slaveName's shoulder to where you're sitting, the invitation clear in her eyes. As soon as you stand to come over, they roll over without being ordered to present $activeSlave.slaveName's butthole. You and $impregnatrix.slaveName double penetrate the mother-to-be gently until she climaxes, clenching you to orgasm in turn with her spasms. Pulling out, you offer <<if $PC.dick ==1>>yourself<<else>>your strap-on<</if>> to $activeSlave.slaveName's gasping mouth so she can <<if $PC.dick ==1>>suck you hard again<<else>>lube the phallus with some saliva<</if>> as she continues riding cock. Once <<if $PC.dick ==1>>stiff<<else>>the strap-on is nice and wet<</if>>, you flip them again so that $impregnatrix.slaveName is back on top and switch to her ass instead, stimulating her <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until she blows her load into $activeSlave.slaveName's fertile cunt. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them.
 	<<set  $activeSlave.devotion += 4>>
 	<<set  $impregnatrix.devotion += 4>>
 	<<if ($impregnatrix.anus == 0)>>
-		$impregnatrix.slaveName will certainly remember this @@color:hotpink;very special@@ day for many reasons, including taking her @@color:lime;first buttfuck@@ as she inseminated $activeSlave.slaveName.
+		$impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking her @@.lime;first buttfuck@@ as she inseminated $activeSlave.slaveName.
 		<<set  $impregnatrix.devotion += 4>>
 		<<set  $impregnatrix.anus = 1>>
 	<</if>>
 	<<if ($activeSlave.anus == 0)>>
-		$activeSlave.slaveName has been used as a slave in a truly thorough way today: she has @@color:hotpink;accepted@@ both her @@color:lime;first anal@@ and insemination by $impregnatrix.slaveName.
+		$activeSlave.slaveName has been used as a slave in a truly thorough way today: she has @@.hotpink;accepted@@ both her @@.lime;first anal@@ and insemination by $impregnatrix.slaveName.
 		<<set  $activeSlave.devotion += 4>>
 		<<set  $activeSlave.anus = 1>>
 	<</if>>
@@ -241,19 +241,19 @@ Throughout the week, you keep $activeSlave.slaveName's <<if $activeSlave.mpreg =
 
 
 <<if $arcologies[0].FSRestart != "unset">>
-	Rumors spread about you breeding your slaves; the Societal Elite are @@color:red;displeased@@ by these rumors.
+	Rumors spread about you breeding your slaves; the Societal Elite are @@.red;displeased@@ by these rumors.
 	<<set $failedElite += 1>>
 <</if>>
 <<if $arcologies[0].FSGenderRadicalist != "unset" && $activeSlave.mpreg == 1>>
-	Society @@color:green;approves@@ of your breeding your slaves ass; this advances the ideal all a slave needs is her rear.
+	Society @@.green;approves@@ of your breeding your slaves ass; this advances the ideal all a slave needs is her rear.
 	<<set $rep += $FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>>
 <<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 1>>
-	Society @@color:red;is disgusted@@ by this degenerate form of reproduction.
+	Society @@.red;is disgusted@@ by this degenerate form of reproduction.
 	<<set $rep -= $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>>
 <<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-	Society @@color:green;approves@@ of your breeding your slaves; this advances the ideal of a durable, self propagating race of slaves.
+	Society @@.green;approves@@ of your breeding your slaves; this advances the ideal of a durable, self propagating race of slaves.
 	<<set $rep += $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>>
 <</if>>
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 3961b971a618ee0926aaf0eeb008b8d8f27a5909..cf70690aac05a65274862f21aec25898833bb15b 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -3,7 +3,7 @@
 <<if $showStartingGirlsExplanation == 1>>
 	You're no stranger to the Free Cities, which means you're no stranger to slavery. If you wish, you can bring slaves from your past life with you to your arcology. You have ¤$cash; you can spend it on slaves here, or bring it with you to start the game. Slaves created here will be much cheaper than if they were purchased on the market.
 	<<if ($PC.dick == 1) && ($PC.vagina == 1) && ($seeDicks != 0 || $makeDicks == 1)>>
-		Since you have both a penis and a vagina yourself, you've obviously had access to a source of advanced surgery and organ farming. @@color:springgreen;Slaves get a smaller cost increase here for having both penises and vaginas, and for having both testicles and ovaries.@@
+		Since you have both a penis and a vagina yourself, you've obviously had access to a source of advanced surgery and organ farming. @@.springgreen;Slaves get a smaller cost increase here for having both penises and vaginas, and for having both testicles and ovaries.@@
 	<</if>>
 	<<if $slaves.length == 1>>
 		You have one slave already committed.
@@ -339,42 +339,42 @@ __You are customizing this slave:__
 
 <br><br>''Devotion:''
 <span id="devotion">
-<<if $activeSlave.devotion < -95>>@@color:darkviolet;Utterly hateful.@@
-<<elseif $activeSlave.devotion < -50>>@@color:darkviolet;Hateful.@@
-<<elseif $activeSlave.devotion < -20>>@@color:mediumorchid;Resistant.@@
-<<elseif $activeSlave.devotion <= 20>>@@color:yellow;Ambivalent.@@
-<<elseif $activeSlave.devotion <= 50>>@@color:hotpink;Accepting.@@
-<<elseif $activeSlave.devotion <= 95>>@@color:deeppink;Devoted.@@
-<<else>>@@color:magenta;Worshipful.@@
+<<if $activeSlave.devotion < -95>>@@.darkviolet;Utterly hateful.@@
+<<elseif $activeSlave.devotion < -50>>@@.darkviolet;Hateful.@@
+<<elseif $activeSlave.devotion < -20>>@@.mediumorchid;Resistant.@@
+<<elseif $activeSlave.devotion <= 20>>@@.yellow;Ambivalent.@@
+<<elseif $activeSlave.devotion <= 50>>@@.hotpink;Accepting.@@
+<<elseif $activeSlave.devotion <= 95>>@@.deeppink;Devoted.@@
+<<else>>@@.magenta;Worshipful.@@
 <</if>>
 </span>
-<<link "Utterly hateful">><<set $activeSlave.devotion = -100>><<replace "#devotion">>@@color:darkviolet;Utterly hateful.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Hateful">><<set $activeSlave.devotion = -70>><<replace "#devotion">>@@color:darkviolet;Hateful.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Resistant">><<set $activeSlave.devotion = -35>><<replace "#devotion">>@@color:mediumorchid;Resistant.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Ambivalent">><<set $activeSlave.devotion = 0>><<replace "#devotion">>@@color:yellow;Ambivalent.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Accepting">><<set $activeSlave.devotion = 35>><<replace "#devotion">>@@color:hotpink;Accepting.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Devoted">><<set $activeSlave.devotion = 70>><<replace "#devotion">>@@color:deeppink;Devoted.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Worshipful">><<set $activeSlave.devotion = 100>><<replace "#devotion">>@@color:magenta;Worshipful.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Utterly hateful">><<set $activeSlave.devotion = -100>><<replace "#devotion">>@@.darkviolet;Utterly hateful.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Hateful">><<set $activeSlave.devotion = -70>><<replace "#devotion">>@@.darkviolet;Hateful.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Resistant">><<set $activeSlave.devotion = -35>><<replace "#devotion">>@@.mediumorchid;Resistant.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Ambivalent">><<set $activeSlave.devotion = 0>><<replace "#devotion">>@@.yellow;Ambivalent.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Accepting">><<set $activeSlave.devotion = 35>><<replace "#devotion">>@@.hotpink;Accepting.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Devoted">><<set $activeSlave.devotion = 70>><<replace "#devotion">>@@.deeppink;Devoted.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Worshipful">><<set $activeSlave.devotion = 100>><<replace "#devotion">>@@.magenta;Worshipful.@@<</replace>><<StartingGirlsCost>><</link>>
 <<textbox "$activeSlave.devotion" $activeSlave.devotion "Starting Girls">>
 
 <br>''Trust:''
 <span id="trust">
-<<if $activeSlave.trust < -95>>@@color:goldenrod;Abjectly terrified.@@
-<<elseif $activeSlave.trust < -50>>@@color:goldenrod;Terrified.@@
-<<elseif $activeSlave.trust < -20>>@@color:gold;Frightened.@@
-<<elseif $activeSlave.trust <= 20>>@@color:yellow;Fearful.@@
-<<elseif $activeSlave.trust <= 50>>@@color:mediumaquamarine;Careful.@@
-<<elseif $activeSlave.trust <= 95>>@@color:mediumseagreen;Trusting.@@
-<<else>>@@color:seagreen;Absolute trust.@@
+<<if $activeSlave.trust < -95>>@@.goldenrod;Abjectly terrified.@@
+<<elseif $activeSlave.trust < -50>>@@.goldenrod;Terrified.@@
+<<elseif $activeSlave.trust < -20>>@@.gold;Frightened.@@
+<<elseif $activeSlave.trust <= 20>>@@.yellow;Fearful.@@
+<<elseif $activeSlave.trust <= 50>>@@.mediumaquamarine;Careful.@@
+<<elseif $activeSlave.trust <= 95>>@@.mediumseagreen;Trusting.@@
+<<else>>@@.seagreen;Absolute trust.@@
 <</if>>
 </span>
-<<link "Abjectly terrified">><<set $activeSlave.trust = -100>><<replace "#trust">>@@color:goldenrod;Abjectly terrified.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Terrified">><<set $activeSlave.trust = -70>><<replace "#trust">>@@color:goldenrod;Terrified.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Frightened">><<set $activeSlave.trust = -35>><<replace "#trust">>@@color:gold;Frightened.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Fearful">><<set $activeSlave.trust = 0>><<replace "#trust">>@@color:yellow;Fearful.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Careful">><<set $activeSlave.trust = 35>><<replace "#trust">>@@color:mediumaquamarine;Careful.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Trusting">><<set $activeSlave.trust = 70>><<replace "#trust">>@@color:mediumseagreen;Trusting.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Absolute trust">><<set $activeSlave.trust = 100>><<replace "#trust">>@@color:seagreen;Absolute trust.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Abjectly terrified">><<set $activeSlave.trust = -100>><<replace "#trust">>@@.goldenrod;Abjectly terrified.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Terrified">><<set $activeSlave.trust = -70>><<replace "#trust">>@@.goldenrod;Terrified.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Frightened">><<set $activeSlave.trust = -35>><<replace "#trust">>@@.gold;Frightened.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Fearful">><<set $activeSlave.trust = 0>><<replace "#trust">>@@.yellow;Fearful.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Careful">><<set $activeSlave.trust = 35>><<replace "#trust">>@@.mediumaquamarine;Careful.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Trusting">><<set $activeSlave.trust = 70>><<replace "#trust">>@@.mediumseagreen;Trusting.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Absolute trust">><<set $activeSlave.trust = 100>><<replace "#trust">>@@.seagreen;Absolute trust.@@<</replace>><<StartingGirlsCost>><</link>>
 <<textbox "$activeSlave.trust" $activeSlave.trust "Starting Girls">>
 
 <br>''Legal status:''
@@ -439,7 +439,7 @@ __You are customizing this slave:__
 </span>
 
 <br>''Genes:''
-@@color:yellow;<span id="originalSex">$activeSlave.genes</span>.@@&nbsp;
+@@.yellow;<span id="originalSex">$activeSlave.genes</span>.@@&nbsp;
 <<link "XX">><<set $activeSlave.genes = "XX">><<replace "#originalSex">>$activeSlave.genes<</replace>><</link>>
  |
 <<link "XY">><<set $activeSlave.genes = "XY">><<replace "#originalSex">>$activeSlave.genes<</replace>><</link>>
@@ -460,16 +460,16 @@ __You are customizing this slave:__
 
 <br>''Health:''
 <span id="health">
-<<if $activeSlave.health == -40>>@@color:red;Unhealthy.@@
-<<elseif $activeSlave.health == 0>>@@color:yellow;Healthy.@@
-<<elseif $activeSlave.health == 40>>@@color:green;Very healthy.@@
-<<else>>@@color:green;Extremely healthy.@@
+<<if $activeSlave.health == -40>>@@.red;Unhealthy.@@
+<<elseif $activeSlave.health == 0>>@@.yellow;Healthy.@@
+<<elseif $activeSlave.health == 40>>@@.green;Very healthy.@@
+<<else>>@@.green;Extremely healthy.@@
 <</if>>
 </span>
-<<link "Unhealthy">><<set $activeSlave.health = -40>><<replace "#health">>@@color:red;Unhealthy.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Healthy">><<set $activeSlave.health = 0>><<replace "#health">>@@color:yellow;Healthy.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Very healthy">><<set $activeSlave.health = 40>><<replace "#health">>@@color:green;Very healthy.@@<</replace>><<StartingGirlsCost>><</link>> |
- <<link "Extremely healthy">><<set $activeSlave.health = 80>><<replace "#health">>@@color:green;Extremely healthy.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Unhealthy">><<set $activeSlave.health = -40>><<replace "#health">>@@.red;Unhealthy.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Healthy">><<set $activeSlave.health = 0>><<replace "#health">>@@.yellow;Healthy.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Very healthy">><<set $activeSlave.health = 40>><<replace "#health">>@@.green;Very healthy.@@<</replace>><<StartingGirlsCost>><</link>> |
+ <<link "Extremely healthy">><<set $activeSlave.health = 80>><<replace "#health">>@@.green;Extremely healthy.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>''Muscles:''
 <span id="muscles">
@@ -529,22 +529,22 @@ __You are customizing this slave:__
 
 <br>''Weight:''
 <span id="weight">
-<<if $activeSlave.weight < -95>>@@color:red;Emaciated.@@
-<<elseif $activeSlave.weight < -30>>@@color:red;Skinny.@@
+<<if $activeSlave.weight < -95>>@@.red;Emaciated.@@
+<<elseif $activeSlave.weight < -30>>@@.red;Skinny.@@
 <<elseif $activeSlave.weight < -10>>Thin.
 <<elseif $activeSlave.weight <= 10>>Average.
 <<elseif $activeSlave.weight <= 30>>Plush.
-<<elseif $activeSlave.weight <= 95>>@@color:red;Chubby.@@
-<<else>>@@color:red;Fat.@@
+<<elseif $activeSlave.weight <= 95>>@@.red;Chubby.@@
+<<else>>@@.red;Fat.@@
 <</if>>
 </span>
-<<link "Emaciated">><<set $activeSlave.weight = -100>><<replace "#weight">>@@color:red;Emaciated.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Skinny">><<set $activeSlave.weight = -50>><<replace "#weight">>@@color:red;Skinny.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Emaciated">><<set $activeSlave.weight = -100>><<replace "#weight">>@@.red;Emaciated.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Skinny">><<set $activeSlave.weight = -50>><<replace "#weight">>@@.red;Skinny.@@<</replace>><<StartingGirlsCost>><</link>> |
 <<link "Thin">><<set $activeSlave.weight = -20>><<replace "#weight">>Thin.<</replace>><<StartingGirlsCost>><</link>> |
 <<link "Average">><<set $activeSlave.weight = 0>><<replace "#weight">>Average.<</replace>><<StartingGirlsCost>><</link>> |
 <<link "Plush">><<set $activeSlave.weight = 20>><<replace "#weight">>Plush.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Chubby">><<set $activeSlave.weight = 50>><<replace "#weight">>@@color:red;Chubby.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Fat">><<set $activeSlave.weight = 100>><<replace "#weight">>@@color:red;Fat.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Chubby">><<set $activeSlave.weight = 50>><<replace "#weight">>@@.red;Chubby.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Fat">><<set $activeSlave.weight = 100>><<replace "#weight">>@@.red;Fat.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br><br>
 <span id = "nationality">
@@ -764,13 +764,13 @@ Her nationality is $activeSlave.nationality.
 
 <br>''Anus:''
 <span id="anus">
-<<if $activeSlave.anus == 0>>@@color:lime;Virgin.@@
+<<if $activeSlave.anus == 0>>@@.lime;Virgin.@@
 <<elseif $activeSlave.anus == 1>>Normal.
 <<elseif $activeSlave.anus == 2>>Veteran.
 <<else>>Gaping.
 <</if>>
 </span>
-<<link "Anal virgin">><<set $activeSlave.anus = 0>><<replace "#anus">>@@color:lime;Virgin.@@<</replace>><<StartingGirlsAnalSkill>><<StartingGirlsCost>><</link>> |
+<<link "Anal virgin">><<set $activeSlave.anus = 0>><<replace "#anus">>@@.lime;Virgin.@@<</replace>><<StartingGirlsAnalSkill>><<StartingGirlsCost>><</link>> |
 <<link "Normal">><<set $activeSlave.anus = 1>><<replace "#anus">>Normal.<</replace>><<StartingGirlsAnalSkill>><<StartingGirlsCost>><</link>> |
 <<link "Veteran">><<set $activeSlave.anus = 2>><<replace "#anus">>Veteran.<</replace>><<StartingGirlsAnalSkill>><<StartingGirlsCost>><</link>> |
 <<link "Gaping">><<set $activeSlave.anus = 3>><<replace "#anus">>Gaping.<</replace>><<StartingGirlsAnalSkill>><<StartingGirlsCost>><</link>>
@@ -778,14 +778,14 @@ Her nationality is $activeSlave.nationality.
 <br>''Vagina:''
 <span id="vagina">
 <<if $activeSlave.vagina == -1>>//No vagina.//
-<<elseif $activeSlave.vagina == 0>>@@color:lime;Virgin.@@
+<<elseif $activeSlave.vagina == 0>>@@.lime;Virgin.@@
 <<elseif $activeSlave.vagina == 1>>Normal.
 <<elseif $activeSlave.vagina == 2>>Veteran.
 <<else>>Gaping.
 <</if>>
 </span>
 <<link "No vagina">><<set $activeSlave.vagina = -1, $activeSlave.preg = 0,$activeSlave.pregSource = 0,$activeSlave.pubertyXX = 0,$activeSlave.pubertyAgeXX = $fertilityAge, $activeSlave.ovaries = 0>><<replace "#vagina">>//No vagina.//<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Virgin">><<set $activeSlave.vagina = 0, $activeSlave.preg = -1, $activeSlave.ovaries = 1>><<replace "#vagina">>@@color:lime;Virgin.@@<</replace>><<StartingGirlsVaginalSkill>><<StartingGirlsCost>><</link>> |
+<<link "Virgin">><<set $activeSlave.vagina = 0, $activeSlave.preg = -1, $activeSlave.ovaries = 1>><<replace "#vagina">>@@.lime;Virgin.@@<</replace>><<StartingGirlsVaginalSkill>><<StartingGirlsCost>><</link>> |
 <<link "Normal">><<set $activeSlave.vagina = 1, $activeSlave.preg = -1, $activeSlave.ovaries = 1>><<replace "#vagina">>Normal.<</replace>><<StartingGirlsVaginalSkill>><<StartingGirlsCost>><</link>> |
 <<link "Veteran">><<set $activeSlave.vagina = 2, $activeSlave.preg = -1, $activeSlave.ovaries = 1>><<replace "#vagina">>Veteran.<</replace>><<StartingGirlsVaginalSkill>><<StartingGirlsCost>><</link>> |
 <<link "Gaping">><<set $activeSlave.vagina = 3, $activeSlave.preg = -1, $activeSlave.ovaries = 1>><<replace "#vagina">>Gaping.<</replace>><<StartingGirlsVaginalSkill>><<StartingGirlsCost>><</link>>
@@ -954,15 +954,15 @@ Her nationality is $activeSlave.nationality.
 ''Oral sex:''
 <span id="oralSkill">
 <<if $activeSlave.oralSkill <= 10>>Unskilled.
-<<elseif $activeSlave.oralSkill <= 30>>@@color:cyan;Basic.@@
-<<elseif $activeSlave.oralSkill <= 60>>@@color:cyan;Skilled.@@
-<<else>>@@color:cyan;Expert.@@
+<<elseif $activeSlave.oralSkill <= 30>>@@.cyan;Basic.@@
+<<elseif $activeSlave.oralSkill <= 60>>@@.cyan;Skilled.@@
+<<else>>@@.cyan;Expert.@@
 <</if>>
 </span>
 <<link "Unskilled">><<set $activeSlave.oralSkill = 0>><<replace "#oralSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Basic">><<set $activeSlave.oralSkill = 15>><<replace "#oralSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Skilled">><<set $activeSlave.oralSkill = 35>><<replace "#oralSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Expert">><<set $activeSlave.oralSkill = 65>><<replace "#oralSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Basic">><<set $activeSlave.oralSkill = 15>><<replace "#oralSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Skilled">><<set $activeSlave.oralSkill = 35>><<replace "#oralSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Expert">><<set $activeSlave.oralSkill = 65>><<replace "#oralSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>
 <span id="vaginalSkillsBlock">
@@ -974,63 +974,63 @@ Her nationality is $activeSlave.nationality.
 <br>''Prostitution:''
 <span id="whoreSkill">
 <<if $activeSlave.whoreSkill <= 10>>Unskilled.
-<<elseif $activeSlave.whoreSkill <= 30>>@@color:cyan;Basic.@@
-<<elseif $activeSlave.whoreSkill <= 60>>@@color:cyan;Skilled.@@
-<<else>>@@color:cyan;Expert.@@
+<<elseif $activeSlave.whoreSkill <= 30>>@@.cyan;Basic.@@
+<<elseif $activeSlave.whoreSkill <= 60>>@@.cyan;Skilled.@@
+<<else>>@@.cyan;Expert.@@
 <</if>>
 </span>
 <<link "Unskilled">><<set $activeSlave.whoreSkill = 0>><<replace "#whoreSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Basic">><<set $activeSlave.whoreSkill = 15>><<replace "#whoreSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Skilled">><<set $activeSlave.whoreSkill = 35>><<replace "#whoreSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Expert">><<set $activeSlave.whoreSkill = 65>><<replace "#whoreSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Basic">><<set $activeSlave.whoreSkill = 15>><<replace "#whoreSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Skilled">><<set $activeSlave.whoreSkill = 35>><<replace "#whoreSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Expert">><<set $activeSlave.whoreSkill = 65>><<replace "#whoreSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 &nbsp;&nbsp;&nbsp;&nbsp;''Entertainment:''
 <span id="entertainSkill">
 <<if $activeSlave.entertainSkill <= 10>>Unskilled.
-<<elseif $activeSlave.entertainSkill <= 30>>@@color:cyan;Basic.@@
-<<elseif $activeSlave.entertainSkill <= 60>>@@color:cyan;Skilled.@@
-<<else>>@@color:cyan;Expert.@@
+<<elseif $activeSlave.entertainSkill <= 30>>@@.cyan;Basic.@@
+<<elseif $activeSlave.entertainSkill <= 60>>@@.cyan;Skilled.@@
+<<else>>@@.cyan;Expert.@@
 <</if>>
 </span>
 <<link "Unskilled">><<set $activeSlave.entertainSkill = 0>><<replace "#entertainSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Basic">><<set $activeSlave.entertainSkill = 15>><<replace "#entertainSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Skilled">><<set $activeSlave.entertainSkill = 35>><<replace "#entertainSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Expert">><<set $activeSlave.entertainSkill = 65>><<replace "#entertainSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Basic">><<set $activeSlave.entertainSkill = 15>><<replace "#entertainSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Skilled">><<set $activeSlave.entertainSkill = 35>><<replace "#entertainSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Expert">><<set $activeSlave.entertainSkill = 65>><<replace "#entertainSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>''Combat:''
 <span id="combatSkill">
 <<if $activeSlave.combatSkill == 0>>Unskilled.
-<<else>>@@color:cyan;Skilled.@@
+<<else>>@@.cyan;Skilled.@@
 <</if>>
 </span>
 <<link "Unskilled">><<set $activeSlave.combatSkill = 0>><<replace "#combatSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Skilled">><<set $activeSlave.combatSkill = 1>><<replace "#combatSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Skilled">><<set $activeSlave.combatSkill = 1>><<replace "#combatSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>''Intelligence:''
 <span id="intelligence">
-<<if $activeSlave.intelligence == 3>>@@color:deepskyblue;Brilliant.@@
-<<elseif $activeSlave.intelligence == 2>>@@color:deepskyblue;Very smart.@@
-<<elseif $activeSlave.intelligence == 1>>@@color:deepskyblue;Smart.@@
+<<if $activeSlave.intelligence == 3>>@@.deepskyblue;Brilliant.@@
+<<elseif $activeSlave.intelligence == 2>>@@.deepskyblue;Very smart.@@
+<<elseif $activeSlave.intelligence == 1>>@@.deepskyblue;Smart.@@
 <<elseif $activeSlave.intelligence == 0>>Average.
-<<elseif $activeSlave.intelligence == -1>>@@color:orangered;Stupid.@@
-<<elseif $activeSlave.intelligence == -2>>@@color:orangered;Very stupid.@@
-<<else>>@@color:orangered;Moronic.@@
+<<elseif $activeSlave.intelligence == -1>>@@.orangered;Stupid.@@
+<<elseif $activeSlave.intelligence == -2>>@@.orangered;Very stupid.@@
+<<else>>@@.orangered;Moronic.@@
 <</if>>
 </span>
-<<link "Brilliant">><<set $activeSlave.intelligence = 3>><<replace "#intelligence">>@@color:deepskyblue;Brilliant.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Very smart">><<set $activeSlave.intelligence = 2>><<replace "#intelligence">>@@color:deepskyblue;Very smart.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Smart">><<set $activeSlave.intelligence = 1>><<replace "#intelligence">>@@color:deepskyblue;Smart.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Brilliant">><<set $activeSlave.intelligence = 3>><<replace "#intelligence">>@@.deepskyblue;Brilliant.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Very smart">><<set $activeSlave.intelligence = 2>><<replace "#intelligence">>@@.deepskyblue;Very smart.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Smart">><<set $activeSlave.intelligence = 1>><<replace "#intelligence">>@@.deepskyblue;Smart.@@<</replace>><<StartingGirlsCost>><</link>> |
 <<link "Average intelligence">><<set $activeSlave.intelligence = 0>><<replace "#intelligence">>Average.<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Stupid">><<set $activeSlave.intelligence = -1>><<replace "#intelligence">>@@color:orangered;Stupid.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Very stupid">><<set $activeSlave.intelligence = -2>><<replace "#intelligence">>@@color:orangered;Very stupid.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Moronic">><<set $activeSlave.intelligence = -3>><<replace "#intelligence">>@@color:orangered;Moronic.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Stupid">><<set $activeSlave.intelligence = -1>><<replace "#intelligence">>@@.orangered;Stupid.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Very stupid">><<set $activeSlave.intelligence = -2>><<replace "#intelligence">>@@.orangered;Very stupid.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Moronic">><<set $activeSlave.intelligence = -3>><<replace "#intelligence">>@@.orangered;Moronic.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>''Education:''
 <span id="intelligenceImplant">
-<<if $activeSlave.intelligenceImplant == 1>>@@color:deepskyblue;Educated.@@
+<<if $activeSlave.intelligenceImplant == 1>>@@.deepskyblue;Educated.@@
 <<else>>Uneducated.
 <</if>>
 </span>
-<<link "Educated">><<set $activeSlave.intelligenceImplant = 1>><<replace "#intelligenceImplant">>@@color:deepskyblue;Educated.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Educated">><<set $activeSlave.intelligenceImplant = 1>><<replace "#intelligenceImplant">>@@.deepskyblue;Educated.@@<</replace>><<StartingGirlsCost>><</link>> |
 <<link "Uneducated">><<set $activeSlave.intelligenceImplant = 0>><<replace "#intelligenceImplant">>Uneducated.<</replace>><<StartingGirlsCost>><</link>>
 
 <br>''Fetish:''
@@ -1038,9 +1038,9 @@ Her nationality is $activeSlave.nationality.
 <span id="fetish">
 <<if $activeSlave.fetishKnown == 1>>
 	<<if $activeSlave.fetish == "none">>
-		@@color:pink;$activeSlave.fetish.@@
+		@@.pink;$activeSlave.fetish.@@
 	<<else>>
-		@@color:lightcoral;$activeSlave.fetish.@@
+		@@.lightcoral;$activeSlave.fetish.@@
 	<</if>>
 <<else>>
 	//Not known.//
@@ -1100,11 +1100,11 @@ Her nationality is $activeSlave.nationality.
 <span id="fetishStrength">
 	''Fetish strength:''
 	<<if $activeSlave.fetishStrength > 95>>
-		@@color:lightcoral;High.@@
+		@@.lightcoral;High.@@
 	<<elseif $activeSlave.fetishStrength <= 60>>
-		@@color:pink;Low.@@
+		@@.pink;Low.@@
 	<<else>>
-		@@color:hotpink;Normal.@@
+		@@.hotpink;Normal.@@
 	<</if>>
 	<<if $activeSlave.fetishStrength > 60>>
 		<<link "Decrease">>
@@ -1128,19 +1128,19 @@ Her nationality is $activeSlave.nationality.
 <span id="attrXY">
 <<if $activeSlave.attrKnown == 1>>
 	<<if $activeSlave.attrXY <= 5>>
-		@@color:red;Disgusted by men,@@
+		@@.red;Disgusted by men,@@
 	<<elseif $activeSlave.attrXY <= 15>>
-		@@color:red;Turned off by men,@@
+		@@.red;Turned off by men,@@
 	<<elseif $activeSlave.attrXY <= 35>>
-		@@color:red;Not attracted to men,@@
+		@@.red;Not attracted to men,@@
 	<<elseif $activeSlave.attrXY <= 65>>
 		Indifferent to men,
 	<<elseif $activeSlave.attrXY <= 85>>
-		@@color:green;Attracted to men,@@
+		@@.green;Attracted to men,@@
 	<<elseif $activeSlave.attrXY <= 95>>
-		@@color:green;Aroused by men,@@
+		@@.green;Aroused by men,@@
 	<<else>>
-		@@color:green;Passionate about men,@@
+		@@.green;Passionate about men,@@
 	<</if>>
 <<else>>
 	//Not known.//
@@ -1149,19 +1149,19 @@ Her nationality is $activeSlave.nationality.
 <span id="attrXX">
 <<if $activeSlave.attrKnown == 1>>
 	<<if $activeSlave.attrXX <= 5>>
-		@@color:red;disgusted by women.@@
+		@@.red;disgusted by women.@@
 	<<elseif $activeSlave.attrXX <= 15>>
-		@@color:red;turned off by women.@@
+		@@.red;turned off by women.@@
 	<<elseif $activeSlave.attrXX <= 35>>
-		@@color:red;not attracted to women.@@
+		@@.red;not attracted to women.@@
 	<<elseif $activeSlave.attrXX <= 65>>
 		indifferent to women.
 	<<elseif $activeSlave.attrXX <= 85>>
-		@@color:green;attracted to women.@@
+		@@.green;attracted to women.@@
 	<<elseif $activeSlave.attrXX <= 95>>
-		@@color:green;aroused by women.@@
+		@@.green;aroused by women.@@
 	<<else>>
-		@@color:green;passionate about women.@@
+		@@.green;passionate about women.@@
 	<</if>>
 <</if>>
 </span>
@@ -1196,19 +1196,19 @@ Her nationality is $activeSlave.nationality.
 </span>
 <br>''Sex drive:''
 <span id="energy">
-<<if $activeSlave.energy == 100>>@@color:green;Nympho!@@
-<<elseif $activeSlave.energy > 80>>@@color:green;Sex addict.@@
-<<elseif $activeSlave.energy > 60>>@@color:green;Powerful.@@
-<<elseif $activeSlave.energy > 40>>@@color:yellow;Average.@@
-<<elseif $activeSlave.energy > 20>>@@color:red;Poor.@@
-<<else>>@@color:red;Frigid.@@<</if>>
+<<if $activeSlave.energy == 100>>@@.green;Nympho!@@
+<<elseif $activeSlave.energy > 80>>@@.green;Sex addict.@@
+<<elseif $activeSlave.energy > 60>>@@.green;Powerful.@@
+<<elseif $activeSlave.energy > 40>>@@.yellow;Average.@@
+<<elseif $activeSlave.energy > 20>>@@.red;Poor.@@
+<<else>>@@.red;Frigid.@@<</if>>
 </span>
-<<link "Nympho">><<set $activeSlave.energy = 100, $activeSlave.attrKnown = 1>><<replace "#energy">>@@color:green;Nympho!@@<</replace>><<StartingGirlsCost>><</link>>
-| <<link "Sex addict">><<set $activeSlave.energy = 85, $activeSlave.attrKnown = 1>><<replace "#energy">>@@color:green;Sex addict.@@<</replace>><<StartingGirlsCost>><</link>>
-| <<link "Powerful">><<set $activeSlave.energy = 65, $activeSlave.attrKnown = 1>><<replace "#energy">>@@color:green;Powerful.@@<</replace>><<StartingGirlsCost>><</link>>
-| <<link "Average">><<set $activeSlave.energy = 45, $activeSlave.attrKnown = 1>><<replace "#energy">>@@color:yellow;Average.@@<</replace>><<StartingGirlsCost>><</link>>
-| <<link "Poor">><<set $activeSlave.energy = 25, $activeSlave.attrKnown = 1>><<replace "#energy">>@@color:red;Poor.@@<</replace>><<StartingGirlsCost>><</link>>
-| <<link "Frigid">><<set $activeSlave.energy = 5, $activeSlave.attrKnown = 1>><<replace "#energy">>@@color:red;Frigid.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Nympho">><<set $activeSlave.energy = 100, $activeSlave.attrKnown = 1>><<replace "#energy">>@@.green;Nympho!@@<</replace>><<StartingGirlsCost>><</link>>
+| <<link "Sex addict">><<set $activeSlave.energy = 85, $activeSlave.attrKnown = 1>><<replace "#energy">>@@.green;Sex addict.@@<</replace>><<StartingGirlsCost>><</link>>
+| <<link "Powerful">><<set $activeSlave.energy = 65, $activeSlave.attrKnown = 1>><<replace "#energy">>@@.green;Powerful.@@<</replace>><<StartingGirlsCost>><</link>>
+| <<link "Average">><<set $activeSlave.energy = 45, $activeSlave.attrKnown = 1>><<replace "#energy">>@@.yellow;Average.@@<</replace>><<StartingGirlsCost>><</link>>
+| <<link "Poor">><<set $activeSlave.energy = 25, $activeSlave.attrKnown = 1>><<replace "#energy">>@@.red;Poor.@@<</replace>><<StartingGirlsCost>><</link>>
+| <<link "Frigid">><<set $activeSlave.energy = 5, $activeSlave.attrKnown = 1>><<replace "#energy">>@@.red;Frigid.@@<</replace>><<StartingGirlsCost>><</link>>
 <<else>>
 	<<link "Known">>
 		<<ToggleSexuality 1>>
@@ -1221,40 +1221,40 @@ Her nationality is $activeSlave.nationality.
 <<if $activeSlave.behavioralFlaw == "none">>
 	//$activeSlave.behavioralFlaw.//
 <<else>>
-	@@color:red;$activeSlave.behavioralFlaw.@@
+	@@.red;$activeSlave.behavioralFlaw.@@
 <</if>>
 </span>
 <br>
 <<link "None">><<set $activeSlave.behavioralFlaw = "none">><<replace "#behavioralFlaw">>//$activeSlave.behavioralFlaw.//<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Arrogant">><<set $activeSlave.behavioralFlaw = "arrogant">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Bitchy">><<set $activeSlave.behavioralFlaw = "bitchy">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Odd">><<set $activeSlave.behavioralFlaw = "odd">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Men">><<set $activeSlave.behavioralFlaw = "hates men">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Women">><<set $activeSlave.behavioralFlaw = "hates women">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Anorexic">><<set $activeSlave.behavioralFlaw = "anorexic">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Gluttonous">><<set $activeSlave.behavioralFlaw = "gluttonous">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Devout">><<set $activeSlave.behavioralFlaw = "devout">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Liberated">><<set $activeSlave.behavioralFlaw = "liberated">><<replace "#behavioralFlaw">>@@color:red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Arrogant">><<set $activeSlave.behavioralFlaw = "arrogant">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Bitchy">><<set $activeSlave.behavioralFlaw = "bitchy">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Odd">><<set $activeSlave.behavioralFlaw = "odd">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Men">><<set $activeSlave.behavioralFlaw = "hates men">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Women">><<set $activeSlave.behavioralFlaw = "hates women">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Anorexic">><<set $activeSlave.behavioralFlaw = "anorexic">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Gluttonous">><<set $activeSlave.behavioralFlaw = "gluttonous">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Devout">><<set $activeSlave.behavioralFlaw = "devout">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Liberated">><<set $activeSlave.behavioralFlaw = "liberated">><<replace "#behavioralFlaw">>@@.red;$activeSlave.behavioralFlaw.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>''Sexual Flaw:''
 <span id="sexualFlaw">
 <<if $activeSlave.sexualFlaw == "none">>
 	//$activeSlave.sexualFlaw.//
 <<else>>
-	@@color:red;$activeSlave.sexualFlaw.@@
+	@@.red;$activeSlave.sexualFlaw.@@
 <</if>>
 </span>
 <br>
 <<link "None">><<set $activeSlave.sexualFlaw = "none">><<replace "#sexualFlaw">>//$activeSlave.sexualFlaw.//<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Oral">><<set $activeSlave.sexualFlaw = "hates oral">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Anal">><<set $activeSlave.sexualFlaw = "hates anal">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Penetration">><<set $activeSlave.sexualFlaw = "hates penetration">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Repressed">><<set $activeSlave.sexualFlaw = "repressed">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Shamefast">><<set $activeSlave.sexualFlaw = "shamefast">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Apathetic">><<set $activeSlave.sexualFlaw = "apathetic">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Crude">><<set $activeSlave.sexualFlaw = "crude">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Judgemental">><<set $activeSlave.sexualFlaw = "judgemental">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
-<<link "Sexually idealistic">><<set $activeSlave.sexualFlaw = "idealistic">><<replace "#sexualFlaw">>@@color:red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>>
+<<link "Oral">><<set $activeSlave.sexualFlaw = "hates oral">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Anal">><<set $activeSlave.sexualFlaw = "hates anal">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Penetration">><<set $activeSlave.sexualFlaw = "hates penetration">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Repressed">><<set $activeSlave.sexualFlaw = "repressed">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Shamefast">><<set $activeSlave.sexualFlaw = "shamefast">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Apathetic">><<set $activeSlave.sexualFlaw = "apathetic">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Crude">><<set $activeSlave.sexualFlaw = "crude">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Judgemental">><<set $activeSlave.sexualFlaw = "judgemental">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>> |
+<<link "Sexually idealistic">><<set $activeSlave.sexualFlaw = "idealistic">><<replace "#sexualFlaw">>@@.red;$activeSlave.sexualFlaw.@@<</replace>><<StartingGirlsCost>><</link>>
 
 <br>
 <span id="finalize">
@@ -1279,27 +1279,27 @@ Her nationality is $activeSlave.nationality.
 			<<set $cash -= $slaveCost>>
 			<<goto "RG AS Dump">>
 		<</link>>
-		//This will apply your @@color:springgreen;career bonus@@ to her:
+		//This will apply your @@.springgreen;career bonus@@ to her:
 		<<if $PC.career == "capitalist">>
-			one free level of @@color:cyan;prostitution skill.@@
+			one free level of @@.cyan;prostitution skill.@@
 		<<elseif $PC.career == "mercenary">>
-			@@color:mediumaquamarine;+10 trust.@@
+			@@.mediumaquamarine;+10 trust.@@
 		<<elseif $PC.career == "slaver">>
-			@@color:hotpink;+10 devotion.@@
+			@@.hotpink;+10 devotion.@@
 		<<elseif $PC.career == "medicine">>
-			free @@color:lime;basic implants.@@
+			free @@.lime;basic implants.@@
 		<<elseif $PC.career == "celebrity">>
-			one free level of @@color:cyan;entertainment skill.@@
+			one free level of @@.cyan;entertainment skill.@@
 		<<elseif $PC.career == "escort">>
-			two free levels of @@color:cyan;sex skills@@, one free level of @@color:cyan;prostitution skill@@, and one free level of @@color:cyan;entertainment skill.@@
+			two free levels of @@.cyan;sex skills@@, one free level of @@.cyan;prostitution skill@@, and one free level of @@.cyan;entertainment skill.@@
 		<<elseif $PC.career == "servant">>
-			@@color:mediumaquamarine;+1 trust@@ and @@color:hotpink;+1 devotion.@@
+			@@.mediumaquamarine;+1 trust@@ and @@.hotpink;+1 devotion.@@
 		<<elseif $PC.career == "gang">>
-			@@color:green;+5 health@@ and one free level of @@color:cyan;combat skill.@@
+			@@.green;+5 health@@ and one free level of @@.cyan;combat skill.@@
 		<<elseif $PC.career == "wealth">>
-			two free levels of @@color:cyan;sex skills.@@
+			two free levels of @@.cyan;sex skills.@@
 		<<else>>
-			@@color:hotpink;+10 devotion,@@ one free level of @@color:cyan;prostitution skill@@ and @@color:cyan;entertainment skill,@@ and two free levels of @@color:cyan;sex skills.@@
+			@@.hotpink;+10 devotion,@@ one free level of @@.cyan;prostitution skill@@ and @@.cyan;entertainment skill,@@ and two free levels of @@.cyan;sex skills.@@
 		<</if>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<link "Add slave without career bonus">>
diff --git a/src/npc/takeoverTarget.tw b/src/npc/takeoverTarget.tw
index 1837e6e9b80fbf46f7f84984b0dddcf3cb06620f..7eef159524e042fa2c1569a231a8b1bbff7a5d9d 100644
--- a/src/npc/takeoverTarget.tw
+++ b/src/npc/takeoverTarget.tw
@@ -4,8 +4,8 @@
 <<set $showBodyMods = 1>>
 
 Before you deploy the <<if $PC.rumor == "wealth">>financial reserves that<<elseif $PC.rumor == "diligence">>carefully constructed plan that<<elseif $PC.rumor == "force">>mercenaries and <<if $continent == "Europe">>//maskirovka//<<else>>cover plan<</if>> that<<elseif $PC.rumor == "social engineering">>clever social manipulation that<<else>>optimistic plan you hope<</if>> will allow you to take over an arcology, you need to select a target. There are a number of vulnerable arcologies that you could <<if $PC.rumor == "wealth">>attempt a hostile takeover of<<elseif $PC.rumor == "diligence">>work to take over<<elseif $PC.rumor == "force">>attack<<elseif $PC.rumor == "social engineering">>infiltrate<<else>>aspire to take over<</if>> with a reasonable chance of success. Free Cities are volatile places, even compared to the troubled state of the rest of the world. There are always arcologies whose owners are on the brink of failure, and you could target one of them.
-<<if $PC.career == "arcology owner">>(Since you've @@color:springgreen;owned an arcology before,@@ you identify more potential target arcologies than an novice might.)<</if>>
-Alternatively, arcologies are being built every day, and their owners' control is often uncertain. @@color:orange;Which arcology will you target?@@
+<<if $PC.career == "arcology owner">>(Since you've @@.springgreen;owned an arcology before,@@ you identify more potential target arcologies than an novice might.)<</if>>
+Alternatively, arcologies are being built every day, and their owners' control is often uncertain. @@.orange;Which arcology will you target?@@
 <br><br>
 
 [[A newly constructed arcology|Terrain Intro][$targetArcology.type = "New"]]
@@ -150,39 +150,39 @@ Alternatively, arcologies are being built every day, and their owners' control i
 		has just begun to adopt
 	<</if>>
 	<<switch _targetArcologies[$i].type>>
-	<<case "Supremacist">>@@color:orange;Supremacy of the _targetArcologies[$i].race race.@@
-	<<case "Subjugationist">>@@color:orange;Subjugation of the _targetArcologies[$i].race race.@@
-	<<case "GenderRadicalist">>@@color:orange;Gender Radicalism,@@ a movement that supports feminization of slavegirls with dicks.
-	<<case "GenderFundamentalist">>@@color:orange;Gender Fundamentalism,@@ a reaction to modern libertinism that seeks to reinforce gender roles.
-	<<case "Paternalist">>@@color:orange;Paternalism,@@ an optimistic strain of slavery that protects and improves slaves.
-	<<case "Degradationist">>@@color:orange;Degradationism,@@ an extreme branch of modern slavery that treats slaves as subhuman.
-	<<case "AssetExpansionist">>@@color:orange;Asset Expansionism,@@ a societal preoccupation with expansion of body parts, especially breasts.
-	<<case "SlimnessEnthusiast">>@@color:orange;Slimness Enthusiasm,@@ an aesthetic movement that fetishizes the lithe female form.
-	<<case "TransformationFetishist">>@@color:orange;Transformation Fetishism,@@ a focus on implants and other kinds of surgical alteration.
-	<<case "BodyPurist">>@@color:orange;Body Purism,@@ a reaction to extreme surgical fetishism that prefers bodies grown biologically.
-	<<case "MaturityPreferentialist">>@@color:orange;Maturity Preferentialism,@@ an appetite for mature slaves based on MILF fetishism.
-	<<case "YouthPreferentialist">>@@color:orange;Youth Preferentialism,@@ which focuses on youth and virginity in slaves.
-	<<case "Pastoralist">>@@color:orange;Pastoralism,@@ an appetite for products of the human body, especially milk.
-	<<case "PhysicalIdealist">>@@color:orange;Physical Idealism,@@ an aspirational movement which fetishizes muscle and physical fitness.
-	<<case "ChattelReligionist">>@@color:orange;Chattel Religionism,@@ a religious revival in the context of modern slavery.
-	<<case "RomanRevivalist">>@@color:orange;Roman Revivalism,@@ which seeks to recreate the glory that was ancient Rome.
+	<<case "Supremacist">>@@.orange;Supremacy of the _targetArcologies[$i].race race.@@
+	<<case "Subjugationist">>@@.orange;Subjugation of the _targetArcologies[$i].race race.@@
+	<<case "GenderRadicalist">>@@.orange;Gender Radicalism,@@ a movement that supports feminization of slavegirls with dicks.
+	<<case "GenderFundamentalist">>@@.orange;Gender Fundamentalism,@@ a reaction to modern libertinism that seeks to reinforce gender roles.
+	<<case "Paternalist">>@@.orange;Paternalism,@@ an optimistic strain of slavery that protects and improves slaves.
+	<<case "Degradationist">>@@.orange;Degradationism,@@ an extreme branch of modern slavery that treats slaves as subhuman.
+	<<case "AssetExpansionist">>@@.orange;Asset Expansionism,@@ a societal preoccupation with expansion of body parts, especially breasts.
+	<<case "SlimnessEnthusiast">>@@.orange;Slimness Enthusiasm,@@ an aesthetic movement that fetishizes the lithe female form.
+	<<case "TransformationFetishist">>@@.orange;Transformation Fetishism,@@ a focus on implants and other kinds of surgical alteration.
+	<<case "BodyPurist">>@@.orange;Body Purism,@@ a reaction to extreme surgical fetishism that prefers bodies grown biologically.
+	<<case "MaturityPreferentialist">>@@.orange;Maturity Preferentialism,@@ an appetite for mature slaves based on MILF fetishism.
+	<<case "YouthPreferentialist">>@@.orange;Youth Preferentialism,@@ which focuses on youth and virginity in slaves.
+	<<case "Pastoralist">>@@.orange;Pastoralism,@@ an appetite for products of the human body, especially milk.
+	<<case "PhysicalIdealist">>@@.orange;Physical Idealism,@@ an aspirational movement which fetishizes muscle and physical fitness.
+	<<case "ChattelReligionist">>@@.orange;Chattel Religionism,@@ a religious revival in the context of modern slavery.
+	<<case "RomanRevivalist">>@@.orange;Roman Revivalism,@@ which seeks to recreate the glory that was ancient Rome.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		It has an established lingua franca: Latin.
-	<<case "EgyptianRevivalist">>@@color:orange;Egyptian Revivalism,@@ a movement to rebuild the monuments and greatness of ancient Egypt.
+	<<case "EgyptianRevivalist">>@@.orange;Egyptian Revivalism,@@ a movement to rebuild the monuments and greatness of ancient Egypt.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		It has an established lingua franca: Ancient Egyptian.
-	<<case "EdoRevivalist">>@@color:orange;Edo Revivalism,@@ an insular movement with a focus on the cultural superiority of old Japan.
+	<<case "EdoRevivalist">>@@.orange;Edo Revivalism,@@ an insular movement with a focus on the cultural superiority of old Japan.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		It has an established lingua franca: Japanese.
-	<<case "ArabianRevivalist">>@@color:orange;Arabian Revivalism,@@ a melding of Arabian history and recent mythology of the Near East.
+	<<case "ArabianRevivalist">>@@.orange;Arabian Revivalism,@@ a melding of Arabian history and recent mythology of the Near East.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		It has an established lingua franca: Arabic.
-	<<case "ChineseRevivalist">>@@color:orange;Chinese Revivalism,@@ which modernizes the assumed superiority of the Middle Kingdom.
+	<<case "ChineseRevivalist">>@@.orange;Chinese Revivalism,@@ which modernizes the assumed superiority of the Middle Kingdom.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		It has an established lingua franca: Chinese.
-	<<case "Repopulationist">>@@color:orange;Repopulationism,@@ the belief that the key to humanity's survival is a child in every fertile womb.
-	<<case "Eugenics">>@@color:orange;Eugenics,@@ the belief that the world's failings were caused by rampant breeding of the inferior, and as such, only society's best should reproduce.
-	<<default>>@@color:orange;Multiculturalism,@@ a celebration of the total liberty that was the original purpose of the Free Cities.
+	<<case "Repopulationist">>@@.orange;Repopulationism,@@ the belief that the key to humanity's survival is a child in every fertile womb.
+	<<case "Eugenics">>@@.orange;Eugenics,@@ the belief that the world's failings were caused by rampant breeding of the inferior, and as such, only society's best should reproduce.
+	<<default>>@@.orange;Multiculturalism,@@ a celebration of the total liberty that was the original purpose of the Free Cities.
 	<</switch>>
 	<hr style="margin:0">
 <</for>>
\ No newline at end of file
diff --git a/src/pregmod/basenationalitiesControls.tw b/src/pregmod/basenationalitiesControls.tw
index 005c7abd1e6f111f3c3c8d03cf93fbb74ca4b520..e8b85991210c5963d4269a39091841937bc5344d 100644
--- a/src/pregmod/basenationalitiesControls.tw
+++ b/src/pregmod/basenationalitiesControls.tw
@@ -26,7 +26,7 @@
 /* Prints distribution of $nationalities, using $nationalitiescheck to render array */
 <<for _i = 0; _i < $nationalitiescheck.length; _i++>>
 	<<set _nation = $nationalitiescheck[_i]>>
-	<<print _nation>> @@color:orange;<<print (($nationalities.count(_nation)/$nationalities.length)*100).toFixed(2)>>%@@
+	<<print _nation>> @@.orange;<<print (($nationalities.count(_nation)/$nationalities.length)*100).toFixed(2)>>%@@
 <<if _i < $nationalitiescheck.length-1>> | <</if>>
 <</for>>
 <br><br>
diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw
index f9576dfbc840f8a7f2fb1cc2bccc7d3cc7d9962f..507f5ebcee527e81403da4cdaf7aed88d7a6006b 100644
--- a/src/pregmod/birthStorm.tw
+++ b/src/pregmod/birthStorm.tw
@@ -5,29 +5,29 @@
 <<nobr>>
 The remote surgery allows the removal of the pregnancy generator through conventional means, an injection to induce labor and the resulting birthing of the womb's contents. $activeSlave.slaveName's massive pregnant belly begins to shudder and writhe moments after being injected with the drug.  She drops to the ground with her legs spread to either side of her spasming bulk with a loud moan.  Her vaginal lips part as the first of her brood is born, followed by another, and another. After nearly a day of constant birthing 
 <<if $activeSlave.sexualFlaw == "breeder">>
-	and the realization that you are taking away her ideal body, her perfect existance; her mind @@color:red;fundamentally breaks. The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
+	and the realization that you are taking away her ideal body, her perfect existance; her mind @@.red;fundamentally breaks. The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
     <<set $activeSlave.fetish = "mindbroken">>
 <<elseif $activeSlave.fetish == "pregnancy" && $Nurse != 0>>
-	and orgasming each time, $activeSlave.slaveName's mind would have broken. However, $Nurse.slaveName had the forsight to sedate her after witnessing her constant orgasming.  She awakes to find her belly deflated, no longer crammed full of life. She is @@color:mediumorchid;disappointed@@ that you would forbid her from such a pleasure, but @@color:mediumaquamarine;understands@@ why it was done. @@color:red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
+	and orgasming each time, $activeSlave.slaveName's mind would have broken. However, $Nurse.slaveName had the forsight to sedate her after witnessing her constant orgasming.  She awakes to find her belly deflated, no longer crammed full of life. She is @@.mediumorchid;disappointed@@ that you would forbid her from such a pleasure, but @@.mediumaquamarine;understands@@ why it was done. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
     <<set $activeSlave.trust += 5>>
     <<set $activeSlave.devotion -= 5>>
 <<elseif $activeSlave.fetish == "pregnancy">>
-	and orgasming each time $activeSlave.slaveName's mind is @@color:red;fundamentally broken.@@ Being under constant pleasure for so long has destroyed all but the part of her that feels pleasure.  With one final push the breeding device is expelled from her womb as the last spark of what was her mind is extinguished. @@color:red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
+	and orgasming each time $activeSlave.slaveName's mind is @@.red;fundamentally broken.@@ Being under constant pleasure for so long has destroyed all but the part of her that feels pleasure.  With one final push the breeding device is expelled from her womb as the last spark of what was her mind is extinguished. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
     <<set $activeSlave.fetish to "mindbroken">>
 <<elseif $activeSlave.devotion <= 20>>
-	@@color:mediumorchid;she hates you for destroying her body like this@@. She is @@color:gold;terrified of your power@@ over her body. @@color:red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
+	@@.mediumorchid;she hates you for destroying her body like this@@. She is @@.gold;terrified of your power@@ over her body. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
     <<set $activeSlave.trust -= 40>>
     <<set $activeSlave.devotion -= 50>>
 <<elseif $activeSlave.devotion <= 50>>
-	she is dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. She is @@color:gold;terrified of your power@@ over her body.  @@color:red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
+	she is dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. She is @@.gold;terrified of your power@@ over her body.  @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
     <<set $activeSlave.trust -= 40>>
 <<else>>
-	@@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now without a massive belly getting in the way.  @@color:red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
+	@@.hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now without a massive belly getting in the way.  @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroyed her vagina@@.
     <<set $activeSlave.devotion += 4>>
 <</if>>
 <<set _seed = random(-20,20)>>
 <<if $Cash4Babies == 1>>
-	Her babies sold for a total of @@color:yellowgreen;¤<<print 50*(50+$seed)>>@@.
+	Her babies sold for a total of @@.yellowgreen;¤<<print 50*(50+$seed)>>@@.
 	<<set $cash += 50*(50+$seed)>>
 <</if>>
 <<set $activeSlave.health -= 80>>
diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index 3406bd829d5395e4a30219dfe17401505725dc92..6e329374e4f714c732ec10e43774b8adb13cf102 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -3,15 +3,15 @@
 You arrive at your favorite plastic surgeon for your appointment to find them as busy as ever, but you find yourself quickly hurried into an exam room by their cute assistant. She wastes no time in hurrying you into her office, stripping you down, measuring you and making sure you are healthy enough for surgery, all the while not so subtly running her hands across every part of you. "So, what can I help you with?"
 
 <br><br>
-"You sure you want to mess with that lovely face?" She teases, caressing your cheek. "@@color:yellowgreen;¤5000@@. Also wouldn't recommend changing you eyes or skin color; some security systems get real uppity over things like that. Though I s'pose race and hair can fall under that as well, but hey, we don't handle racial surgery and this isn't a hair salon, so nothing to worry about, right? Yes, I'm certain your systems will recognize you after we finish working on you, give us some credit."
+"You sure you want to mess with that lovely face?" She teases, caressing your cheek. "@@.yellowgreen;¤5000@@. Also wouldn't recommend changing you eyes or skin color; some security systems get real uppity over things like that. Though I s'pose race and hair can fall under that as well, but hey, we don't handle racial surgery and this isn't a hair salon, so nothing to worry about, right? Yes, I'm certain your systems will recognize you after we finish working on you, give us some credit."
 <br>
-You're @@color:orange;$PC.actualAge years old.@@
+You're @@.orange;$PC.actualAge years old.@@
 <<if $PC.actualAge >= 65>>
 	<<if $PC.visualAge > $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look older.@@
+		You've had surgery to make yourself @@.lime;look older.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge,$cash -= 5000, $surgeryType = "restoreFace"]]
 	<<elseif $PC.visualAge < $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look younger.@@
+		You've had surgery to make yourself @@.lime;look younger.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge,$cash -= 5000, $surgeryType = "restoreFace"]]
 	<<else>>
 		You could benefit from a face lift.
@@ -19,10 +19,10 @@ You're @@color:orange;$PC.actualAge years old.@@
 	<</if>>
 <<elseif $PC.actualAge >= 50>>
 	<<if $PC.visualAge > $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look older.@@
+		You've had surgery to make yourself @@.lime;look older.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, $cash -= 5000, $surgeryType = "restoreFace"]]
 	<<elseif $PC.visualAge < $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look younger.@@
+		You've had surgery to make yourself @@.lime;look younger.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, $cash -= 5000, $surgeryType = "restoreFace"]]
 	<<else>>
 		You could benefit from a face lift.
@@ -30,10 +30,10 @@ You're @@color:orange;$PC.actualAge years old.@@
 	<</if>>
 <<elseif $PC.actualAge >= 35>>
 	<<if $PC.visualAge > $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look older.@@
+		You've had surgery to make yourself @@.lime;look older.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, $cash -= 5000, $surgeryType = "restoreFace"]]
 	<<elseif $PC.visualAge < $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look younger.@@
+		You've had surgery to make yourself @@.lime;look younger.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, $cash -= 5000, $surgeryType = "restoreFace"]]
 	<<else>>
 		You could go for a face lift, though making yourself look older could be useful.
@@ -41,10 +41,10 @@ You're @@color:orange;$PC.actualAge years old.@@
 	<</if>>
 <<else>>
 	<<if $PC.visualAge > $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look older.@@
+		You've had surgery to make yourself @@.lime;look older.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge,$cash -= 5000, $surgeryType = "restoreFace"]]
 	<<elseif $PC.visualAge < $PC.actualAge>>
-		You've had surgery to make yourself @@color:lime;look younger.@@
+		You've had surgery to make yourself @@.lime;look younger.@@
 		<br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge,$cash -= 5000, $surgeryType = "restoreFace"]]
 	<<else>>
 		You could undergo facial surgery to make yourself look older, though you could also make yourself look even younger.
@@ -52,42 +52,42 @@ You're @@color:orange;$PC.actualAge years old.@@
 	<</if>>
 <</if>>
 
-<br><br>"Maybe some breast work? I assure you they are lovely." She says as she brushes the back of your head with her own pair. "@@color:yellowgreen;¤5000@@ for a reduction, @@color:yellowgreen;¤10000@@ for implants, that includes size ups, and @@color:yellowgreen;¤15000@@ for additional breast tissue. That last one might as well be real!<<if $PC.boobsBonus <= 0>> With a little work, we can even remove a small amount of fat from your breasts to bring your cup size down without damaging their inner workings. Though we'll have to build them up some before we can stick reasonable implants into you.<</if>>"<br>
+<br><br>"Maybe some breast work? I assure you they are lovely." She says as she brushes the back of your head with her own pair. "@@.yellowgreen;¤5000@@ for a reduction, @@.yellowgreen;¤10000@@ for implants, that includes size ups, and @@.yellowgreen;¤15000@@ for additional breast tissue. That last one might as well be real!<<if $PC.boobsBonus <= 0>> With a little work, we can even remove a small amount of fat from your breasts to bring your cup size down without damaging their inner workings. Though we'll have to build them up some before we can stick reasonable implants into you.<</if>>"<br>
 <<if $PC.boobsBonus > 2>>
 	<<if $PC.boobsImplant == 1>>
-		You have a @@color:orange;pair of round H-cup breasts;@@ they are very obviously implants.
+		You have a @@.orange;pair of round H-cup breasts;@@ they are very obviously implants.
 		<br>//You are starting to experience back pain; any bigger and they might seriously impede your ability to run your arcology.// | [[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, $cash -= 5000, $surgeryType = "breastReductionImplant"]]
 	<<else>>
-		You have a @@color:orange;heavy H-cup bust.@@ They tend to sag a little when you free them from your top, though they have some perk to them.
+		You have a @@.orange;heavy H-cup bust.@@ They tend to sag a little when you free them from your top, though they have some perk to them.
 		<br>//You are starting to experience back pain; any bigger and they might seriously impede your ability to run your arcology.// | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 2, $cash -= 5000, $surgeryType = "breastShrinkage"]]
 	<</if>>
 <<elseif $PC.boobsBonus == 2>>
 	<<if $PC.boobsImplant == 1>>
-		You have a @@color:orange;pair of rounded G-cup breasts;@@ they are a little too perky for their size to pass as natural.
+		You have a @@.orange;pair of rounded G-cup breasts;@@ they are a little too perky for their size to pass as natural.
 		<br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, $cash -= 5000, $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 3, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]]
 	<<else>>
-		You have a @@color:orange;huge G-cup bust.@@
+		You have a @@.orange;huge G-cup bust.@@
 		<br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 3, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 1, $cash -= 5000, $surgeryType = "breastShrinkage"]]
 	<</if>>
 <<elseif $PC.boobsBonus == 1>>
 	<<if $PC.boobsImplant == 1>>
-		You have a @@color:orange;pair of perky F-cup breasts;@@ you can barely tell they are implanted.
+		You have a @@.orange;pair of perky F-cup breasts;@@ you can barely tell they are implanted.
 		<br>[[Have your implants removed|PC Surgery Degradation][$PC.boobsBonus = 0, $PC.boobsImplant = 0, $cash -= 5000, $surgeryType = "breastReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.boobsBonus = 2, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]]
 	<<else>>
-		You have a @@color:orange;hefty F-cup bust.@@
+		You have a @@.orange;hefty F-cup bust.@@
 		<br>[[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 2, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have tissue removed|PC Surgery Degradation][$PC.boobsBonus = 0, $cash -= 5000, $surgeryType = "breastShrinkage"]]
 	<</if>>
 <<elseif $PC.boobsBonus == -0.5>>
-	You have a @@color:orange;pair of D-cup breasts.@@
+	You have a @@.orange;pair of D-cup breasts.@@
 	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = 0, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -1, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $cash -= 5000, $surgeryType = "flatChest"]]
 <<elseif $PC.boobsBonus == -1>>
-	You have a @@color:orange;average pair of C-cup breasts.@@
+	You have a @@.orange;average pair of C-cup breasts.@@
 	<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.boobsBonus = -0.5, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $cash -= 5000, $surgeryType = "flatChest"]] | //You lack sufficient fatty tissue to permit additional size reduction short of total breast removal.//
 <<elseif $PC.boobs == 1>>
-	You have a @@color:orange;big pair of DD breasts.@@
+	You have a @@.orange;big pair of DD breasts.@@
 	<br>[[Get a pair of breast implants|PC Surgery Degradation][$PC.boobsBonus = 1, $PC.boobsImplant = 1, $cash -= 10000, $surgeryType = "breastEnlargementImplant"]] | [[Add additional breast tissue|PC Surgery Degradation][$PC.boobsBonus = 1, $cash -= 15000, $surgeryType = "breastEnlargement"]] | [[Have fatty tissue removed|PC Surgery Degradation][$PC.boobsBonus = -0.5, $cash -= 5000, $surgeryType = "breastShrinkage"]] | [[Have them removed|PC Surgery Degradation][$PC.boobs = 0, $cash -= 5000, $surgeryType = "flatChest"]]
 <<else>>
-	You have a @@color:orange;masculine chest.@@ At your request, breast tissue could be added until you have a healthy bust, though society is unlikely to approve.
+	You have a @@.orange;masculine chest.@@ At your request, breast tissue could be added until you have a healthy bust, though society is unlikely to approve.
 	<br>[[Get a pair of breasts|PC Surgery Degradation][$PC.boobs = 1, $PC.boobsBonus = -1, $cash -= 15000, $surgeryType = "breasts"]]
 <</if>>
 	
@@ -119,65 +119,65 @@ You're @@color:orange;$PC.actualAge years old.@@
 <br><br>"How about a new butt?" She says as she wiggles her own at you. "Same prices as the breasts."<br>
 <<if $PC.butt > 2>>
 	<<if $PC.buttImplant == 1>>
-		You have an @@color:orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants.
+		You have an @@.orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants.
 		<br>//You can barely squeeze your rear into your clothes and are starting to get stuck in chairs; any bigger and it might seriously impede your ability to run your arcology.// | [[Have your implants removed|PC Surgery Degradation][$PC.butt = 0, $PC.buttImplant = 0, $cash -= 5000, $surgeryType = "buttReductionImplant"]]
 	<<else>>
-		You have an @@color:orange;enormous, jiggly butt.@@
+		You have an @@.orange;enormous, jiggly butt.@@
 		<br>//You can barely squeeze your rear into your clothes and are starting to get stuck in chairs; any bigger and it might seriously impede your ability to run your arcology.// | [[Have fat removed|PC Surgery Degradation][$PC.butt = 2, $cash -= 5000, $surgeryType = "buttShrinkage"]]
 	<</if>>
 <<elseif $PC.butt == 2>>
 	<<if $PC.buttImplant == 1>>
-		You have a @@color:orange;huge, round, firm butt;@@ it's easily identifiable as fake.
+		You have a @@.orange;huge, round, firm butt;@@ it's easily identifiable as fake.
 		<br>[[Have your implants removed|PC Surgery Degradation][$PC.butt = 0, $PC.buttImplant = 0, $cash -= 5000, $surgeryType = "buttReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.butt = 3, $cash -= 10000, $surgeryType = "buttEnlargementImplant"]]
 	<<else>>
-		You have a @@color:orange;huge, soft butt.@@
+		You have a @@.orange;huge, soft butt.@@
 		<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 3, $cash -= 15000, $surgeryType = "buttEnlargement"]] | [[Have fat removed|PC Surgery Degradation][$PC.butt = 1, $cash -= 5000, $surgeryType = "buttShrinkage"]]
 	<</if>>
 <<elseif $PC.butt == 1>>
 	<<if $PC.buttImplant == 1>>
-		You have a @@color:orange;big firm butt;@@ anyone that feels it can tell it's fake, but at a glance you can't tell otherwise.
+		You have a @@.orange;big firm butt;@@ anyone that feels it can tell it's fake, but at a glance you can't tell otherwise.
 		<br>[[Have your implants removed|PC Surgery Degradation][$PC.butt = 0, $PC.buttImplant = 0, $cash -= 5000, $surgeryType = "buttReductionImplant"]] | [[Get the next size up|PC Surgery Degradation][$PC.butt = 2, $cash -= 10000, $surgeryType = "buttEnlargementImplant"]]
 	<<else>>
-		You have a @@color:orange;big butt.@@
+		You have a @@.orange;big butt.@@
 		<br>[[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 2, $cash -= 15000, $surgeryType = "buttEnlargement"]] | [[Have fat removed|PC Surgery Degradation][$PC.butt = 0, $cash -= 5000, $surgeryType = "buttShrinkage"]]
 	<</if>>
 <<else>>
-	You have a @@color:orange;cute, but normal butt.@@ At your request, fat could be added until you have a healthy rear; alternatively, a pair of implants could be inserted instead.
+	You have a @@.orange;cute, but normal butt.@@ At your request, fat could be added until you have a healthy rear; alternatively, a pair of implants could be inserted instead.
 	<br>[[Get a pair of butt implants|PC Surgery Degradation][$PC.butt = 1, $PC.buttImplant = 1, $cash -= 10000, $surgeryType = "buttEnlargementImplant"]] | [[Add additional fatty tissue|PC Surgery Degradation][$PC.butt = 1, $cash -= 15000, $surgeryType = "buttEnlargement"]]
 <</if>>
 
 <<if $PC.dick == 1>>
-<br><br>"We could add gel around your testes to make your balls look bigger. Would also dampen any impacts to them as well, if that is anything to consider." She says, running a finger down the length of your shaft. "@@color:yellowgreen;¤7500@@ for draining and @@color:yellowgreen;¤15000@@ for filling, it's not the most simple procudure, you know? Anyway, they'll be very obvious, if that turns you on."<br>
+<br><br>"We could add gel around your testes to make your balls look bigger. Would also dampen any impacts to them as well, if that is anything to consider." She says, running a finger down the length of your shaft. "@@.yellowgreen;¤7500@@ for draining and @@.yellowgreen;¤15000@@ for filling, it's not the most simple procudure, you know? Anyway, they'll be very obvious, if that turns you on."<br>
 <<if $PC.ballsImplant > 2>>
-	You have an @@color:orange;enormous, heavy pair of balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust and you love it.
+	You have an @@.orange;enormous, heavy pair of balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust and you love it.
 	<br>//You're beginning to have trouble moving around and using furniture thanks to your oversized nuts, even bringing your legs together is a pain; any bigger and they might seriously impede your ability to run your arcology, or walk, for that matter.// | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 2, $cash -= 7500, $surgeryType = "ballShrinkage"]]
 <<elseif $PC.ballsImplant == 2>>
-	You have a @@color:orange;huge pair of balls@@ roughly the size of softballs; they make quite a bulge in your clothes and dangle heavily any other time.
+	You have a @@.orange;huge pair of balls@@ roughly the size of softballs; they make quite a bulge in your clothes and dangle heavily any other time.
 	<br>[[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 3, $cash -= 15000, $surgeryType = "ballEnlargement"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 1, $cash -= 7500, $surgeryType = "ballShrinkage"]]
 <<elseif $PC.ballsImplant == 1>>
-	You have a @@color:orange;large pair of balls;@@ you can certainly feel them as you move.
+	You have a @@.orange;large pair of balls;@@ you can certainly feel them as you move.
 	<br>[[Have more gel added|PC Surgery Degradation][$PC.ballsImplant = 2, $cash -= 15000, $surgeryType = "ballEnlargement"]] | [[Have gel extracted|PC Surgery Degradation][$PC.ballsImplant = 0, $cash -= 7500, $surgeryType = "ballShrinkage"]]
 <<else>>
-	You have a @@color:orange;normal, uneventful pair of balls.@@
+	You have a @@.orange;normal, uneventful pair of balls.@@
 	<br>[[Have the gel added|PC Surgery Degradation][$PC.ballsImplant = 1, $cash -= 15000, $surgeryType = "ballEnlargement"]]
 <</if>>
 <</if>>
 
 <<if $PC.vagina == 1 && $PC.newVag == 0 && ($PC.births > 2 || $PC.career == "servant" || $PC.career == "escort")>>
 <br><br>
-"Looking a little loose down there, I can fix that for you. Get you nice and tight again. Oh, and our pussies are guaranteed to not lose their tightness or your money back! @@color:yellowgreen;¤15000@@ for a brand new vagina."
+"Looking a little loose down there, I can fix that for you. Get you nice and tight again. Oh, and our pussies are guaranteed to not lose their tightness or your money back! @@.yellowgreen;¤15000@@ for a brand new vagina."
 <br>
 [[Get a tighter vagina|PC Surgery Degradation][$PC.newVag = 1, $cash -= 15000, $surgeryType = "tightPussy"]]
 <</if>>
 
 <br><br>
-"Now, if what you are looking for is sex reassignment surgery, that's going to be more complicated. Personally I tihnk you are fine the way you are, but if you insist on paying me, I won't say no to it. We'll need to take a DNA sample to clone the required organs, and that will take some time to complete, so tell me early if this is what you really want. I've had a few patients seeking a working set of both sexes, so if that gets you off, it is an option. As for prices, @@color:yellowgreen;¤50000@@ for a sex swap, @@color:yellowgreen;¤150000@@ to be a fully functional herm, oh and @@color:red;breasts are not included unless you undergo a full body remodeling.@@ You'll have to set up another appointment for that, however. Oh, and I guess @@color:yellowgreen;¤25000@@ is fair for having a sex organ removed, if you have both. It's a very invasive procedure, as we will be near completely remodeling your body. I assure you, we do such fantastic work that noone will know you weren't naturally born that way! Oh, and due to the extent of the surgery, we will not perform the procedure if you are pregnant, please clean yourself out before you arrive."
+"Now, if what you are looking for is sex reassignment surgery, that's going to be more complicated. Personally I tihnk you are fine the way you are, but if you insist on paying me, I won't say no to it. We'll need to take a DNA sample to clone the required organs, and that will take some time to complete, so tell me early if this is what you really want. I've had a few patients seeking a working set of both sexes, so if that gets you off, it is an option. As for prices, @@.yellowgreen;¤50000@@ for a sex swap, @@.yellowgreen;¤150000@@ to be a fully functional herm, oh and @@.red;breasts are not included unless you undergo a full body remodeling.@@ You'll have to set up another appointment for that, however. Oh, and I guess @@.yellowgreen;¤25000@@ is fair for having a sex organ removed, if you have both. It's a very invasive procedure, as we will be near completely remodeling your body. I assure you, we do such fantastic work that noone will know you weren't naturally born that way! Oh, and due to the extent of the surgery, we will not perform the procedure if you are pregnant, please clean yourself out before you arrive."
 <br>
 <<if $PC.preg > 0>>
 	She pokes your belly. "You're pregnant. What did I tell you?"
 <<else>>
 <<if $PC.dick == 1 && $PC.vagina == 1>>
-	You have working @@color:orange;male and female reproductive organs@@ and a @@color:orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@
+	You have working @@.orange;male and female reproductive organs@@ and a @@.orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@
 	<br>
 	[[Remove your male half|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.dick = 0, $cash -= 25000, $surgeryType = "herm2female"]] | 
 	[[Remove your female half|PC Surgery Degradation][$PC.vagina = 0, $PC.preg = 0, $cash -= 25000, $surgeryType = "herm2male"]] | 
@@ -187,7 +187,7 @@ You're @@color:orange;$PC.actualAge years old.@@
 		[[Remove your female half completely|PC Surgery Degradation][$PC.vagina = 0, $PC.preg = 0, $PC.boobs = 0, $PC.boobsBonus = 0, $PC.boobsImplant = 0, $PC.title = 1, $cash -= 25000, $surgeryType = "herm2truemale"]]
 	<</if>>
 <<elseif $PC.dick == 1>>
-	You have @@color:orange;male genitalia@@ and a @@color:orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@
+	You have @@.orange;male genitalia@@ and a @@.orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@
 	<br>
 	[[Have your male organs replaced with female ones|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.dick = 0, $PC.vagina = 1, $PC.newVag = 1, $cash -= 50000, $surgeryType = "male2female"]] | 
 	[[Add a female reproductive tract|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, $cash -= 150000, $surgeryType = "male2herm"]] | 
@@ -196,7 +196,7 @@ You're @@color:orange;$PC.actualAge years old.@@
 		[[Become a hermaphrodite girl|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, $PC.title = 0, $cash -= 150000, $surgeryType = "male2hermfemale"]]
 	<</if>>
 <<else>>
-	You have @@color:orange;female genitalia@@ and a @@color:orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@
+	You have @@.orange;female genitalia@@ and a @@.orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@
 	<br>
 	[[Have your female organs replaced with male ones|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.dick = 1, $PC.vagina = 0, $cash -= 50000, $surgeryType = "female2male"]] | 
 	[[Add a male reproductive tract|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.dick = 1, $cash -= 150000, $surgeryType = "female2herm"]] | 
diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw
index 4df686f42dff352322ade2aac5fc864cfcf11103..ba63011ea21fb03aae2714475c853ef080c91fa5 100644
--- a/src/pregmod/fDick.tw
+++ b/src/pregmod/fDick.tw
@@ -159,7 +159,7 @@
 		<</if>>
 	<</if>>
 <</if>>
-Rumors spread that you @@color:red;enjoy taking it from slaves.@@
+Rumors spread that you @@.red;enjoy taking it from slaves.@@
 <<set $PC.degeneracy += 2>>
 <</nobr>>
 
diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw
index 08e9487bd418eb345dad8d6edd090689ea020216..57a01d6b2f4a473193e1326165a09f7b055553e4 100644
--- a/src/pregmod/fSlaveFeed.tw
+++ b/src/pregmod/fSlaveFeed.tw
@@ -201,7 +201,7 @@ Next, you see to $activeSlave.slaveName.
 
 <<elseif ($activeSlave.devotion < -20) && ($milkTap.devotion < -20)>>
 	Since you have two restrained and unwilling slaves, the work of milking $milkTap.slaveName's breasts falls to you. That doesn't mean you can have fun doing it though. Moving behind the restrained cow <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, you push her forward to allow you to insert yourself into her <<if $milkTap.anus == 0>>virgin <</if>>rear. Getting comfortable, you reach around to her immense mammaries and begin to kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is $activeSlave.slaveName bloated with enough milk. Standing and releasing her from $milkTap.slaveName, gives you the opportunity to finally see $activeSlave.slaveName's <<if $activeSlave.inflation == 3>>taut, round belly<<elseif $activeSlave.inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>>. You just wish you could have enjoyed it a bit more, though forcing milk into the squirming slave was quite enjoyable.
-	Both slaves @@color:mediumorchid;resent@@ what you made them do and @@color:gold;fear you@@ as a result.
+	Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $milkTap.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -209,13 +209,13 @@ Next, you see to $activeSlave.slaveName.
 	<<set $activeSlave.trust -= 5>>
 	<<set $milkTap.trust -= 5>>
 	<<if ($milkTap.anus == 0)>>
-		$milkTap.slaveName @@color:mediumorchid;especially,@@ having just @@color:lime;lost her anal virginity@@ to your inconvenience.
+		$milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost her anal virginity@@ to your inconvenience.
 		<<set  $milkTap.devotion -= 5>>
 		<<set  $milkTap.anus = 1>>
 	<</if>>
 
 <<elseif ($milkTap.devotion < -20)>>
-	Since your cow is restrained, you order the more obedient $activeSlave.slaveName to enjoy herself with $milkTap.slaveName's breasts. As she suckles, you can't help but notice the tantalizing way she wiggles her rear. <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push her deeper into the protesting $milkTap.slaveName and mount her <<if $activeSlave.anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel her stomach swell with milk. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is she allowed to pull herself off of the @@color:mediumorchid;resentful $milkTap.slaveName@@ and catch her breath.<<if $activeSlave.anus == 0>> Her senses were so overwhelmed, she didn't even notice you @@color:lime;broke in her anus.@@<</if>> She gives the shaking $milkTap.slaveName an apologetic look before taking a seat.  The poor cow isn't used to this yet and @@color:gold;is terrified of your willingness@@ to take what you want from your slaves.
+	Since your cow is restrained, you order the more obedient $activeSlave.slaveName to enjoy herself with $milkTap.slaveName's breasts. As she suckles, you can't help but notice the tantalizing way she wiggles her rear. <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push her deeper into the protesting $milkTap.slaveName and mount her <<if $activeSlave.anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel her stomach swell with milk. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is she allowed to pull herself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch her breath.<<if $activeSlave.anus == 0>> Her senses were so overwhelmed, she didn't even notice you @@.lime;broke in her anus.@@<</if>> She gives the shaking $milkTap.slaveName an apologetic look before taking a seat.  The poor cow isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves.
 	<<set $milkTap.devotion -= 5>>
 	<<set $milkTap.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
@@ -225,7 +225,7 @@ Next, you see to $activeSlave.slaveName.
 	<</if>>
 
 <<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You position the restrained $activeSlave.slaveName so that you can penetrate her <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while she is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push her into the moaning $milkTap.slaveName forcing even more milk down her throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much she loves it groped. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. She is semi-conscious, drooling in @@color:hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeslave.slaveName from her harness. Patting her well milked breasts, you know she'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding her swollen stomach @@color:mediumorchid;with disgust@@ and @@color:gold;fear@@ of your power over her.<<if $activeSlave.anus == 0>> She @@color:mediumorchid;hates you so much more@@ that you @@color:lime;broke in her virgin anus.@@<</if>>
+	You position the restrained $activeSlave.slaveName so that you can penetrate her <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while she is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push her into the moaning $milkTap.slaveName forcing even more milk down her throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much she loves it groped. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. She is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeslave.slaveName from her harness. Patting her well milked breasts, you know she'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding her swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over her.<<if $activeSlave.anus == 0>> She @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in her virgin anus.@@<</if>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if $activeSlave.anus == 0>>
@@ -249,18 +249,18 @@ Next, you see to $activeSlave.slaveName.
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if $activeSlave.anus == 0>>
-		$activeSlave.slaveName feels @@color:hotpink;closer to you@@ after losing her anal virginity to you.
+		$activeSlave.slaveName feels @@.hotpink;closer to you@@ after losing her anal virginity to you.
 		<<set $activeSlave.anus = 1>>
 	<</if>>
 
 <<else>>
-	You $activeSlave.slaveName eagerly lifts her ass and jiggles it seductively as she suckles from the moaning cow. It doesn't take much for you to hilt yourself in <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking her against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push her into the grinning $milkTap.slaveName forcing even more milk down her throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple to prevent her from feeling left out. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with milk under your molesting fingers<</if>>. When you release her from under your weight, she drops to the ground panting from her meal and from the pleasure you drove into her. Both slaves @@color:hotpink;loved the attention@@, though $milkTap.slaveName even more so thanks to her lighter breasts.
+	You $activeSlave.slaveName eagerly lifts her ass and jiggles it seductively as she suckles from the moaning cow. It doesn't take much for you to hilt yourself in <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking her against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push her into the grinning $milkTap.slaveName forcing even more milk down her throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple to prevent her from feeling left out. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with milk under your molesting fingers<</if>>. When you release her from under your weight, she drops to the ground panting from her meal and from the pleasure you drove into her. Both slaves @@.hotpink;loved the attention@@, though $milkTap.slaveName even more so thanks to her lighter breasts.
 	<<set $activeSlave.devotion += 4>>
 	<<set $milkTap.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if ($activeSlave.anus == 0)>>
-		$activeSlave.slaveName got off quite strongly from the growing pressure within her, @@color:hotpink;cementing@@ her @@color:lime;first anal@@ as something special.
+		$activeSlave.slaveName got off quite strongly from the growing pressure within her, @@.hotpink;cementing@@ her @@.lime;first anal@@ as something special.
 		<<set  $activeSlave.devotion += 4>>
 		<<set  $activeSlave.anus = 1>>
 	<</if>>
@@ -340,13 +340,13 @@ The first necessary step is to prepare the cum slave and her cock and balls.
 	Since $milkTap.slaveName does not resist your will, she should comply reasonably well. If anything, she'll at least be thankful for the pleasure and relief.
 	
 <<else>>
-	Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain her with her dick exposed and ready to be sucked. To get her going, you circle around behind her, <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, and force her forward to allow you to insert yourself into her <<if $milkTap.anus == 0>>virgin <</if>>rear. After a quick and brutal bit of prostrate stimulation, you finish and remove yourself from her. Before she has a chance to reclench her anus, you ram an electroshock stimulator in your stead. She cries in @@color:mediumorchid;disgust@@ and @@color:gold;fear@@ as her penis twitches from the sensation, begging for unwelcome release.
+	Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain her with her dick exposed and ready to be sucked. To get her going, you circle around behind her, <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, and force her forward to allow you to insert yourself into her <<if $milkTap.anus == 0>>virgin <</if>>rear. After a quick and brutal bit of prostrate stimulation, you finish and remove yourself from her. Before she has a chance to reclench her anus, you ram an electroshock stimulator in your stead. She cries in @@.mediumorchid;disgust@@ and @@.gold;fear@@ as her penis twitches from the sensation, begging for unwelcome release.
 	<<set $milkTap.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<set $milkTap.devotion -= 5>>
 	<<set $milkTap.trust -= 5>>
 	<<if ($milkTap.anus == 0)>>
-		$milkTap.slaveName feels @@color:mediumorchid;especially violated@@ having just @@color:lime;lost her anal virginity@@ in such a manner.
+		$milkTap.slaveName feels @@.mediumorchid;especially violated@@ having just @@.lime;lost her anal virginity@@ in such a manner.
 		<<set $milkTap.devotion -= 5>>
 		<<set $milkTap.anus = 1>>
 	<</if>>
@@ -479,7 +479,7 @@ Next, you see to $activeSlave.slaveName.
 
 <<elseif ($activeSlave.devotion < -20) && ($milkTap.devotion < -20)>>
 	Since you have two restrained and unwilling slaves, though  $milkTap.slaveName's twitching penis betrays her, you are going to have to take an active role in forcing $activeSlave.slaveName to suck. Moving behind the struggling  cocksleeve <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, you pull her into a comfortable position to penetrate her <<if $activeSlave.anus == 0>>virgin <</if>>rear. Once you are firmly mounted, you reach around, bringing one hand to her empty stomach and the other to her exposed throat. As you thrust into her, you force her to choke down $milkTap.slaveName's dick, applying pressure to her throat any time she attempts to pull away.<<if $activeSlave.inflation == 3>>You cum multiple times as you feel her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<elseif $activeSlave.inflation == 2>>You cum several times as you feel her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<else>>You cum as you feel her belly slowly round with cum under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<</if>>. Standing and releasing her from $milkTap.slaveName, gives you a lovely sight of $activeSlave.slaveName's <<if $activeSlave.inflation == 3>>taut, round belly<<elseif $activeSlave.inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>> quivering as she comes down from her own forced climax<<if $PC.dick == 1>>, cum leaking from both ends<</if>>.
-	Both slaves @@color:mediumorchid;resent@@ what you made them do and @@color:gold;fear you@@ as a result.
+	Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -487,13 +487,13 @@ Next, you see to $activeSlave.slaveName.
 	<<set $activeSlave.trust -= 5>>
 	<<set $milkTap.trust -= 1>>
 	<<if ($activeSlave.anus == 0)>>
-		$activeSlave.slaveName @@color:mediumorchid;especially,@@ having just @@color:lime;lost her anal virginity@@ in such a demeaning manner.
+		$activeSlave.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost her anal virginity@@ in such a demeaning manner.
 		<<set $activeSlave.devotion -= 5>>
 		<<set $activeSlave.anus = 1>>
 	<</if>>
 
 <<elseif ($milkTap.devotion < -20)>>
-	Since your sperm tank is restrained, you order the more obedient $activeSlave.slaveName to enjoy herself with $milkTap.slaveName's dick. As she teases and licks, you can't help but notice the tantalizing way she wiggles her rear. <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount her <<if $activeSlave.anus == 0>>virgin <</if>>asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel her stomach swell with ejaculate. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with cum under your molesting fingers<</if>>. Only once your weight is removed from the squirming cum balloon is she allowed to pull off of the @@color:mediumorchid;exhausted $milkTap.slaveName's@@ cock and catch her breath.<<if $activeSlave.anus == 0>> Her senses were so overwhelmed, she didn't even notice you @@color:lime;broke in her anus.@@<</if>> She gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor slave isn't used to this yet and @@color:gold;is terrified of your willingness@@ to take what you want from your slaves.
+	Since your sperm tank is restrained, you order the more obedient $activeSlave.slaveName to enjoy herself with $milkTap.slaveName's dick. As she teases and licks, you can't help but notice the tantalizing way she wiggles her rear. <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount her <<if $activeSlave.anus == 0>>virgin <</if>>asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel her stomach swell with ejaculate. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with cum under your molesting fingers<</if>>. Only once your weight is removed from the squirming cum balloon is she allowed to pull off of the @@.mediumorchid;exhausted $milkTap.slaveName's@@ cock and catch her breath.<<if $activeSlave.anus == 0>> Her senses were so overwhelmed, she didn't even notice you @@.lime;broke in her anus.@@<</if>> She gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor slave isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves.
 	<<set $milkTap.devotion -= 5>>
 	<<set $milkTap.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
@@ -503,7 +503,7 @@ Next, you see to $activeSlave.slaveName.
 	<</if>>
 
 <<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You position the restrained $activeSlave.slaveName so that you can penetrate her <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while she is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into her throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with ejaculate and place your other hand to $milkTap.slaveName's swollen testicles, knowing just how much she loves to jettison cum. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with cum under your molesting fingers<</if>> and $milkTap.slaveName even more. She is semi-conscious, drooling in @@color:hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeslave.slaveName from her harness. Patting her spasming, dribbling cock, you know she'll come out of it and be eagerly begging you for another slave to fuck soon. $activeSlave.slaveName, on the other hand, is regarding her swollen stomach @@color:mediumorchid;with disgust@@ and @@color:gold;fear@@ of your power over her.<<if $activeSlave.anus == 0>> She @@color:mediumorchid;hates you so much more@@ that you @@color:lime;broke in her virgin anus.@@ <</if>>
+	You position the restrained $activeSlave.slaveName so that you can penetrate her <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while she is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into her throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with ejaculate and place your other hand to $milkTap.slaveName's swollen testicles, knowing just how much she loves to jettison cum. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with cum under your molesting fingers<</if>> and $milkTap.slaveName even more. She is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeslave.slaveName from her harness. Patting her spasming, dribbling cock, you know she'll come out of it and be eagerly begging you for another slave to fuck soon. $activeSlave.slaveName, on the other hand, is regarding her swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over her.<<if $activeSlave.anus == 0>> She @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in her virgin anus.@@ <</if>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if $activeSlave.anus == 0>>
@@ -527,18 +527,18 @@ Next, you see to $activeSlave.slaveName.
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if $activeSlave.anus == 0>>
-		$activeSlave.slaveName feels @@color:hotpink;closer to you@@ after losing her anal virginity to you.
+		$activeSlave.slaveName feels @@.hotpink;closer to you@@ after losing her anal virginity to you.
 		<<set $activeSlave.anus = 1>>
 	<</if>>
 
 <<else>>
-	You $activeSlave.slaveName eagerly lifts her ass and jiggles it seductively as she sucks the moaning slut. It doesn't take much for you to hilt yourself in <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting her with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with ejaculate and place your other hand to $milkTap.slaveName's breasts to prevent her from feeling left out from your attention. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with cum under your molesting fingers<</if>>. When you release her from under your weight, she drops to the ground panting from her meal and from the pleasure you drove into her. Both slaves @@color:hotpink;loved the attention@@, though $milkTap.slaveName even more so after so much relief.
+	You $activeSlave.slaveName eagerly lifts her ass and jiggles it seductively as she sucks the moaning slut. It doesn't take much for you to hilt yourself in <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting her with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. You wrap an arm around $activeSlave.slaveName's middle so you may feel her stomach swell with ejaculate and place your other hand to $milkTap.slaveName's breasts to prevent her from feeling left out from your attention. <<if $activeSlave.inflation == 3>>You came multiple times as you felt her belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You came several times as you felt her belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You came as you felt her belly slowly round with cum under your molesting fingers<</if>>. When you release her from under your weight, she drops to the ground panting from her meal and from the pleasure you drove into her. Both slaves @@.hotpink;loved the attention@@, though $milkTap.slaveName even more so after so much relief.
 	<<set $activeSlave.devotion += 4>>
 	<<set $milkTap.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if ($activeSlave.anus == 0)>>
-		$activeSlave.slaveName got off quite strongly from the growing pressure within her, @@color:hotpink;cementing@@ her @@color:lime;first anal@@ as something special.
+		$activeSlave.slaveName got off quite strongly from the growing pressure within her, @@.hotpink;cementing@@ her @@.lime;first anal@@ as something special.
 		<<set  $activeSlave.devotion += 4>>
 		<<set  $activeSlave.anus = 1>>
 	<</if>>
@@ -554,7 +554,7 @@ Next, you see to $activeSlave.slaveName.
 You help the bloated $activeSlave.slaveName to the couch to recover and, more importantly, keep her meal down. Only once she has had several minutes to unwind<<if $activeSlave.devotion > 10>> and plenty of time to tease you with her swollen body, do you tell <<else>> do you order<</if>> her to keep drinking from $milkTap.slaveName so that she is always filled with <<if $activeSlave.inflation == 3>>two gallons<<elseif $activeSlave.inflation == 2>>four liters<<else>>two liters<</if>> of $activeSlave.inflationType. You give her <<if $activeSlave.inflation == 3>>taut, firm globe of a belly a pat<<elseif $activeSlave.inflation == 2>>wobbly, sloshing belly a pat<<else>>her distended, sloshing belly a pat<</if>> and send her on her way.
 
 <<if $activeSlave.inflation == 3>>
-	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her over-stuffed belly as she goes<<else>>Her belly is so taut it barely wobbles at all as she is helped from your office<</if>>. Being filled so full @@color:red;surely had negative effects@@ on her health.
+	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her over-stuffed belly as she goes<<else>>Her belly is so taut it barely wobbles at all as she is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on her health.
 	<<set $activeSlave.health -= 1>>
 <<elseif $activeSlave.inflation == 2>>
 	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her stuffed belly as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. 
diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw
index 4593d0b243de5d2dc267eff2f692e4528ed8fa6b..3c4b387333615731b80df8c84e4da03e4dd1ebd2 100644
--- a/src/pregmod/fSlaveSlaveDickConsummate.tw
+++ b/src/pregmod/fSlaveSlaveDickConsummate.tw
@@ -92,21 +92,21 @@ Next, you see to $slaverapistx.slaveName.
 <<set $penetrativeTotal += 1>>
 
 <<if ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 60) && ($slaverapistx.fetishKnown == 1) && ($slaverapistx.vagina == 0)>>
-	She lowers her virgin pussy onto $activeSlave.slaveName waiting member, impaling herself slowly. This act @@color:lime; breaks in her pussy.@@
+	She lowers her virgin pussy onto $activeSlave.slaveName waiting member, impaling herself slowly. This act @@.lime; breaks in her pussy.@@
 	<<set $slaverapistx.vagina to 1>>
 	<<set  $slaverapistx.devotion += 4>>
 	<<set  $slaverapistx.fetishStrength += 1>>	
 	
 <<elseif  $slaverapistx.devotion > 20) && ($activeSlave.vagina == 0)>>
-	She accepts your orders without comment and presents her virgin pussy to $slaverapistx.slaveName for fertilization. She gasps in shock when she feels her hot seed. @@color:hotpink;She is broken to slavery@@ by this application of her body, which naturally @@color:lime;will break in her pussy.@@
+	She accepts your orders without comment and presents her virgin pussy to $slaverapistx.slaveName for fertilization. She gasps in shock when she feels her hot seed. @@.hotpink;She is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her pussy.@@
 	<<set $activeSlave.vagina to 1>>
 	<<set  $activeSlave.devotion += 10>>
 <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0)>>
-	She is clearly unhappy at the idea of losing her pearl of great price to $slaverapistx.slaveName; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, @@color:hotpink;she is broken to slavery@@ by this application of her body, which naturally @@color:lime;will break in her pussy.@@
+	She is clearly unhappy at the idea of losing her pearl of great price to $slaverapistx.slaveName; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, @@.hotpink;she is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her pussy.@@
 	<<set $activeSlave.vagina to 1>>
 	<<set  $activeSlave.devotion += 4>>
 <<elseif ($activeSlave.vagina == 0)>>
-	As you anticipated, she refuses to give $slaverapistx.slaveName her virginity. You restrain her despite her @@color:mediumorchid;horrified tears@@ and @@color:gold;frightened begging.@@ Naturally, this cruel act @@color:lime;will break in her pussy.@@
+	As you anticipated, she refuses to give $slaverapistx.slaveName her virginity. You restrain her despite her @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;will break in her pussy.@@
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.vagina to 1>>
@@ -129,7 +129,7 @@ Next, you see to $slaverapistx.slaveName.
 <br><br>
 
 <<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>>
-	Since you have two restrained slaves, it's up to you to do all the work. Since $activeSlave.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts lowering herself very slowly, pulling back every time $activeSlave.slaveName's dick prodding her womanhood. After watching the sad display for a while, you use your own weight to suddely push her onto $activeSlave.slaveName, hilting her in one, scream-enducing move. $slaverapistx.slaveName seems more cooperative after that and you only have to occasionaly prod them with an electrial jolt to keep them going at a faster pace. Both slaves @@color:mediumorchid;resent@@ what you made them do and @@color:gold;fear you@@ as a result.
+	Since you have two restrained slaves, it's up to you to do all the work. Since $activeSlave.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts lowering herself very slowly, pulling back every time $activeSlave.slaveName's dick prodding her womanhood. After watching the sad display for a while, you use your own weight to suddely push her onto $activeSlave.slaveName, hilting her in one, scream-enducing move. $slaverapistx.slaveName seems more cooperative after that and you only have to occasionaly prod them with an electrial jolt to keep them going at a faster pace. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $slaverapistx.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
@@ -137,18 +137,18 @@ Next, you see to $slaverapistx.slaveName.
 
 
 <<elseif ($slaverapistx.devotion < -20)>>
-	Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeSlave.slaveName, and then maneuver her pussy into place. $slaverapistx.slaveName is uncooperative, so you push her down yourself and prod and slap her untill she starts to ride the cock with urgency. It doesn't take long for $activeSlave.slaveName to orgasm. She @@color:mediumorchid;resents@@ what you made her do and @@color:gold;fears you@@ as a result.
+	Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeSlave.slaveName, and then maneuver her pussy into place. $slaverapistx.slaveName is uncooperative, so you push her down yourself and prod and slap her untill she starts to ride the cock with urgency. It doesn't take long for $activeSlave.slaveName to orgasm. She @@.mediumorchid;resents@@ what you made her do and @@.gold;fears you@@ as a result.
 	<<set $slaverapistx.devotion -= 5>>
 	<<set $slaverapistx.trust -= 5>>
 
 <<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 60) && ($slaverapistx.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You tie $activeSlave.slaveName on the bed with her dick defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave for her pleasure. She begins playing with her immediately, fondling, pinching and licking while bouncing on the meaty shaft. Occasionaly she stops, denying $activeSlave.slaveName the immediate orgasm and teasing her, fully enjoying her dominant role. By the end of the day $activeSlave.slaveName's abused, pent-up penis has shot a massive load, to her @@color:gold;horror@@ and @@color:mediumorchid;resentment,@@ while $slaverapistx.slaveName is lying next to her on the bed in a state of obvious @@color:hotpink;satiation and bliss.@@
+	You tie $activeSlave.slaveName on the bed with her dick defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave for her pleasure. She begins playing with her immediately, fondling, pinching and licking while bouncing on the meaty shaft. Occasionaly she stops, denying $activeSlave.slaveName the immediate orgasm and teasing her, fully enjoying her dominant role. By the end of the day $activeSlave.slaveName's abused, pent-up penis has shot a massive load, to her @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $slaverapistx.slaveName is lying next to her on the bed in a state of obvious @@.hotpink;satiation and bliss.@@
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $slaverapistx.devotion += 4>>
 
 <<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You arrange $activeSlave.slaveName on the bed with her cock defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave, just for the perverted novelty of the act. She rides the hepless cock trough seveal orgasms. By the end of the day $slaverapistx.slaveName's cunt is dripping cum, to her obvious @@color:hotpink;satiation and bliss.@@  $activeSlave.slaveName is lying next to her on the bed in a state of @@color:gold;horror@@ and @@color:mediumorchid;resentment,@@
+	You arrange $activeSlave.slaveName on the bed with her cock defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave, just for the perverted novelty of the act. She rides the hepless cock trough seveal orgasms. By the end of the day $slaverapistx.slaveName's cunt is dripping cum, to her obvious @@.hotpink;satiation and bliss.@@  $activeSlave.slaveName is lying next to her on the bed in a state of @@.gold;horror@@ and @@.mediumorchid;resentment,@@
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $slaverapistx.devotion += 4>>
@@ -161,7 +161,7 @@ Next, you see to $slaverapistx.slaveName.
 
 
 <<else>>
-	The two slaves turn eagerly to the business of vanilla sex. They take their time, humping slowly and gazing into each others' eyes, chaning position often. After a little while, while in doggy position, $activeSlave.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in her eyes. You come over and penetrate $activeSlave.slaveName with your <<if $PC.dick ==1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated, she comes indecently hard. The two of them collapse into an exhausted, @@color:hotpink;happy@@ pile of slave flesh.
+	The two slaves turn eagerly to the business of vanilla sex. They take their time, humping slowly and gazing into each others' eyes, chaning position often. After a little while, while in doggy position, $activeSlave.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in her eyes. You come over and penetrate $activeSlave.slaveName with your <<if $PC.dick ==1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated, she comes indecently hard. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh.
 	<<set $activeSlave.devotion += 8>>
 	<<set $slaverapistx.devotion += 4>>
 
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index 214bfc9d9edaceff93c9c933ee99b6dcf9958196..0e690dcf4584cbac128484ed655103e77f6f47fc 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -56,25 +56,25 @@ Next, you see to $activeSlave.slaveName.
 <<set $vaginalTotal += 1>>
 
 <<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.vagina == 0)>>
-	She presents her virgin pussy to $slaverapistx.slaveName without protest. This act @@color:lime; breaks in her pussy.@@
+	She presents her virgin pussy to $slaverapistx.slaveName without protest. This act @@.lime; breaks in her pussy.@@
 	<<set $activeSlave.vagina to 1>>
 	<<set  $activeSlave.devotion += 4>>
 	<<set  $activeSlave.fetishStrength += 1>>	
 	
 <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
-	She smiles and presents her pussy to $slaverapistx.slaveName. @@color:hotpink;She is grateful@@ for this fulfillment of her fondest wish.
+	She smiles and presents her pussy to $slaverapistx.slaveName. @@.hotpink;She is grateful@@ for this fulfillment of her fondest wish.
 	<<set  $activeSlave.devotion += 4>>
 
 <<elseif  ($activeSlave.devotion > 20) && ($activeSlave.vagina == 0) >>
-	She accepts your orders without comment and presents her virgin pussy to $slaverapistx.slaveName for fertilization. She gasps in shock when she feels her hot seed. @@color:hotpink;She is broken to slavery@@ by this application of her body, which naturally @@color:lime;will break in her pussy.@@
+	She accepts your orders without comment and presents her virgin pussy to $slaverapistx.slaveName for fertilization. She gasps in shock when she feels her hot seed. @@.hotpink;She is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her pussy.@@
 	<<set $activeSlave.vagina to 1>>
 	<<set  $activeSlave.devotion += 10>>
 <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0)>>
-	She is clearly unhappy at the idea of losing her pearl of great price to $slaverapistx.slaveName; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, @@color:hotpink;she is broken to slavery@@ by this application of her body, which naturally @@color:lime;will break in her pussy.@@
+	She is clearly unhappy at the idea of losing her pearl of great price to $slaverapistx.slaveName; this probably isn't what she imagined her first real sex would be like. Worse, she knows she's fertile and realizes she'll likely get pregnant. Nevertheless, @@.hotpink;she is broken to slavery@@ by this application of her body, which naturally @@.lime;will break in her pussy.@@
 	<<set $activeSlave.vagina to 1>>
 	<<set  $activeSlave.devotion += 4>>
 <<elseif ($activeSlave.vagina == 0)>>
-	As you anticipated, she refuses to give $slaverapistx.slaveName her virginity. You restrain her despite her @@color:mediumorchid;horrified tears@@ and @@color:gold;frightened begging.@@ Naturally, this cruel act @@color:lime;will break in her pussy.@@
+	As you anticipated, she refuses to give $slaverapistx.slaveName her virginity. You restrain her despite her @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;will break in her pussy.@@
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<set $activeSlave.vagina to 1>>
@@ -105,7 +105,7 @@ Next, you see to $activeSlave.slaveName.
 <br><br>
 
 <<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>>
-	Since you have two restrained slaves, it's up to you to do all the work. You put $activeSlave.slaveName on the couch with her pussy available, and then maneuver $slaverapistx.slaveName's dick into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your own weight to suddely push her deep into $activeSlave.slaveName. You occasionaly prod them with an electrial jolt to keep them going at a faster pace. Both slaves @@color:mediumorchid;resent@@ what you made them do and @@color:gold;fear you@@ as a result.
+	Since you have two restrained slaves, it's up to you to do all the work. You put $activeSlave.slaveName on the couch with her pussy available, and then maneuver $slaverapistx.slaveName's dick into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your own weight to suddely push her deep into $activeSlave.slaveName. You occasionaly prod them with an electrial jolt to keep them going at a faster pace. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $slaverapistx.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
@@ -113,18 +113,18 @@ Next, you see to $activeSlave.slaveName.
 
 
 <<elseif ($slaverapistx.devotion < -20)>>
-	Since your dick slave is restrained, you order $activeSlave.slaveName to present herself on the couch, and then maneuver $slaverapistx.slaveName's dick into place. $activeSlave.slaveName does her best to hump herself against the unwilling cock until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. She is still unenthusiastic, so you have her lie down and have $activeSlave.slaveName ride her to orgasm. She @@color:mediumorchid;resents@@ what you made her do and @@color:gold;fears you@@ as a result.. Though $activeSlave.slaveName accepts the situation, she looks into $slaverapistx.slaveName's eyes with obvious apology.
+	Since your dick slave is restrained, you order $activeSlave.slaveName to present herself on the couch, and then maneuver $slaverapistx.slaveName's dick into place. $activeSlave.slaveName does her best to hump herself against the unwilling cock until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. She is still unenthusiastic, so you have her lie down and have $activeSlave.slaveName ride her to orgasm. She @@.mediumorchid;resents@@ what you made her do and @@.gold;fears you@@ as a result.. Though $activeSlave.slaveName accepts the situation, she looks into $slaverapistx.slaveName's eyes with obvious apology.
 	<<set  $slaverapistx.devotion -= 5>>
 	<<set  $slaverapistx.trust -= 5>>
 
 <<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 60) && ($slaverapistx.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You arrange $activeSlave.slaveName on the couch with her pussy defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave for her pleasure. She penetrates her immediately, fondling, pinching and licking while pistoning away, fully enjoying her dominant role. By the end of the day $activeSlave.slaveName's abused cunt is dripping cum, to her @@color:gold;horror@@ and @@color:mediumorchid;resentment,@@ while $slaverapistx.slaveName is lying next to her on the couch in a state of obvious @@color:hotpink;satiation and bliss.@@
+	You arrange $activeSlave.slaveName on the couch with her pussy defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave for her pleasure. She penetrates her immediately, fondling, pinching and licking while pistoning away, fully enjoying her dominant role. By the end of the day $activeSlave.slaveName's abused cunt is dripping cum, to her @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $slaverapistx.slaveName is lying next to her on the couch in a state of obvious @@.hotpink;satiation and bliss.@@
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<set  $slaverapistx.devotion += 4>>
 
 <<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20) && ($activeSlave.devotion < -20)>>
-	You arrange $activeSlave.slaveName on the couch with her pussy defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave, just for the perverted novelty of the act. She blows her load with indecent speed and looks crushed until you tell her to take her time and be thorough. By the end of the day $activeSlave.slaveName's cunt is dripping cum, to her @@color:gold;horror@@ and @@color:mediumorchid;resentment,@@ while $slaverapistx.slaveName is lying next to her on the couch in a state of obvious @@color:hotpink;satiation and bliss.@@
+	You arrange $activeSlave.slaveName on the couch with her pussy defenseless and available, and then tell the randy $slaverapistx.slaveName that it's all hers. The slave life has so affected $slaverapistx.slaveName that she is quite eager to rape another slave, just for the perverted novelty of the act. She blows her load with indecent speed and looks crushed until you tell her to take her time and be thorough. By the end of the day $activeSlave.slaveName's cunt is dripping cum, to her @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $slaverapistx.slaveName is lying next to her on the couch in a state of obvious @@.hotpink;satiation and bliss.@@
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
 	<<set  $slaverapistx.devotion += 4>>
@@ -137,7 +137,7 @@ Next, you see to $activeSlave.slaveName.
 
 
 <<else>>
-	The two slaves embrace happily and turn eagerly to the business of vanilla sex. They take their time, humping slowly and gazing into each others' eyes, chaning position often. After a little while, while in doggy position, $activeSlave.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in her eyes. You come over and penetrate $slaverapistx.slaveName with your <<if $PC.dick ==1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated, she comes indecently hard. The two of them collapse into an exhausted, @@color:hotpink;happy@@ pile of slave flesh.
+	The two slaves embrace happily and turn eagerly to the business of vanilla sex. They take their time, humping slowly and gazing into each others' eyes, chaning position often. After a little while, while in doggy position, $activeSlave.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in her eyes. You come over and penetrate $slaverapistx.slaveName with your <<if $PC.dick ==1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated, she comes indecently hard. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh.
 	<<set  $activeSlave.devotion += 4>>
 	<<set  $slaverapistx.devotion += 8>>
 
diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw
index a78b56d4ae4d5ece7fcd66f3b515a1dc3ba3b619..350d6c90c4121549080a9bd96069164e45a3a6ff 100644
--- a/src/pregmod/fillUpButt.tw
+++ b/src/pregmod/fillUpButt.tw
@@ -318,7 +318,7 @@ You look at her rear while you squeeze her cheeks and rub them with your firm ha
 <</if>>
 <<set $activeSlave.inflation += 1>>
 <<if $activeSlave.inflation == 3>>
-	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her bloated guts as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. Being filled so full @@color:red;surely had negative effects@@ on her health.
+	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her bloated guts as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on her health.
 	<<set $activeSlave.health -= 10>>
 <<elseif $activeSlave.inflation == 2>>
 	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her full guts as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. 
diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw
index 63e71c5572463afb1a336789166d0286d0e27c2e..e5cfcb15c015c31b54a3b70a2f50c69e0aa6d1eb 100644
--- a/src/pregmod/fillUpFace.tw
+++ b/src/pregmod/fillUpFace.tw
@@ -159,7 +159,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 
 <<set $activeSlave.inflation += 1>>
 <<if $activeSlave.inflation == 3>>
-	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her over-stuffed belly as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. Being filled so full @@color:red;surely had negative effects@@ on her health.
+	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her over-stuffed belly as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on her health.
 	<<set $activeSlave.health -= 10>>
 <<elseif $activeSlave.inflation == 2>>
 	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her stuffed belly as she goes<<else>>Her belly wobbles heavily as she is helped from your office<</if>>. 
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index b361f944e882569aa2bddb82a0397f5e4c21e354..ea263f494ed75dfd9ee0c156a2801190bdef3439 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -37,7 +37,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 	<<else>>
 		<<if $slaves[_i].reservedChildren > 0>>
 			<br>
-			$slaves[_i].reservedChildren of ''@@color:pink;$slaves[_i].slaveName's@@'' children will be placed in $incubatorName.
+			$slaves[_i].reservedChildren of ''@@.pink;$slaves[_i].slaveName's@@'' children will be placed in $incubatorName.
 			<<if ($slaves[_i].reservedChildren < $slaves[_i].pregType) && ($reservedChildren < ($incubator-$incubatorSlaves))>>
 				<br>&nbsp;&nbsp;&nbsp;&nbsp;
 				<<print "[[Keep another child|Incubator][$slaves[" + _i + "].reservedChildren += 1, $reservedChildren += 1]]">>
@@ -50,12 +50,12 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 			<</if>>
 		<<elseif $reservedChildren < ($incubator-$incubatorSlaves)>>
 			<br>
-			''@@color:pink;$slaves[_i].slaveName@@'' is pregnant and you have an available aging tank.
+			''@@.pink;$slaves[_i].slaveName@@'' is pregnant and you have an available aging tank.
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
 			<<print "[[Keep a child|Incubator][$slaves[" + _i + "].reservedChildren += 1, $reservedChildren += 1]]">>
 		<<elseif $reservedChildren == ($incubator-$incubatorSlaves)>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			You have no room for ''@@color:pink;$slaves[_i].slaveName's@@'' offspring.
+			You have no room for ''@@.pink;$slaves[_i].slaveName's@@'' offspring.
 		<</if>>
 		<<set _eligibility = 1>>
 	<</if>>
@@ -67,9 +67,9 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 <</if>>
 <<if $PC.preg > 4 && $PC.pregSource != -1>>
 	<<if $reservedChildren < ($incubator-$incubatorSlaves)>>
-		<br>''@@color:pink;You're pregnant@@'' and have an unreserved tank. If it is @@color:lime;still available when you give birth, you can place your child into it.@@
+		<br>''@@.pink;You're pregnant@@'' and have an unreserved tank. If it is @@.lime;still available when you give birth, you can place your child into it.@@
 	<<else>>
-		<br>''@@color:pink;You're pregnant@@'' but have no unreserved tanks. If a tank is @@color:red;not available when you give birth, you will not be able to keep your child.@@
+		<br>''@@.pink;You're pregnant@@'' but have no unreserved tanks. If a tank is @@.red;not available when you give birth, you will not be able to keep your child.@@
 	<</if>>
 <</if>>
 <<if $reservedChildren != 0>> /* the oops I made it go negative somehow button */
@@ -127,9 +127,9 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 <<for $i = 0; $i < _TL; $i++>>
 		<<if $tanks[$i].growTime <= 0>>
 			<<set $readySlaves = 1>>
-			<br><br>@@color:pink;$tanks[$i].slaveName@@ is ready to be released from her tank.
+			<br><br>@@.pink;$tanks[$i].slaveName@@ is ready to be released from her tank.
 		<<else>>
-			<br><br>@@color:pink;<<print $tanks[$i].slaveName>>'s@@ growth is currently being accelerated. She will be ready for release in about <<print Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed)>> weeks.
+			<br><br>@@.pink;<<print $tanks[$i].slaveName>>'s@@ growth is currently being accelerated. She will be ready for release in about <<print Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed)>> weeks.
 		<</if>>
 		<<if $incubatorUpgradeWeight == 1>>
 			<br>
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 173da1fb7fb7af922b476a0d8c38c55bde154ca4..020641b3c70db6e548deae080cd129959f2111ce 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -13,9 +13,9 @@
 	<<set $incubatorSlaves += 1>>
 	<<if $tanks[$i].growTime > 0>>
 		<<set $tanks[$i].growTime -= $incubatorUpgradeSpeed>>
-		<br>@@color:pink;<<print $tanks[$i].slaveName>>'s@@ growth is currently being accelerated. She <<if Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed) == 0>>is @@color:lime;ready for release.@@ She will be ejected from her tank upon your approach<<else>>will be ready for release in about <<print Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed)>> weeks<</if>>.
+		<br>@@.pink;<<print $tanks[$i].slaveName>>'s@@ growth is currently being accelerated. She <<if Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed) == 0>>is @@.lime;ready for release.@@ She will be ejected from her tank upon your approach<<else>>will be ready for release in about <<print Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed)>> weeks<</if>>.
 	<<else>>
-		@@color:pink;$tanks[$i].slaveName@@ is @@color:lime;ready for release.@@ She will be ejected from her tank upon your approach.
+		@@.pink;$tanks[$i].slaveName@@ is @@.lime;ready for release.@@ She will be ejected from her tank upon your approach.
 	<</if>>
 
 	<<if $incubatorUpgradeWeight == 1>>
@@ -34,7 +34,7 @@
 					<<set $tanks[$i].weight += 5>>
 				<</if>>			
 			<</if>>
-			The weight monitoring systems are overloading her intake causing @@color:red;rapid weight gain.@@
+			The weight monitoring systems are overloading her intake causing @@.red;rapid weight gain.@@
 		<<elseif $incubatorWeightSetting == 2>>
 			<<if $tanks[$i].weight > 10>>
 				<<if $incubatorUpgradeSpeed == 52>>
@@ -48,7 +48,7 @@
 				<<elseif $incubatorUpgradeSpeed == 5>>
 					<<set $tanks[$i].weight -= 1>>
 				<</if>>			
-				The weight monitoring systems detect she is overweight and @@color:green;decrease her caloric intake.@@
+				The weight monitoring systems detect she is overweight and @@.green;decrease her caloric intake.@@
 			<<elseif $tanks[$i].weight < -10>>
 				<<if $incubatorUpgradeSpeed == 52>>
 					<<set $tanks[$i].weight += 30>>
@@ -61,19 +61,19 @@
 				<<elseif $incubatorUpgradeSpeed == 5>>
 					<<set $tanks[$i].weight += 1>>
 				<</if>>			
-				The weight monitoring systems detect she is underweight and @@color:green;increase her caloric intake.@@
+				The weight monitoring systems detect she is underweight and @@.green;increase her caloric intake.@@
 			<<else>>
-				She is @@color:lime;currently a healthy weight;@@ efforts will be made to maintain it.
+				She is @@.lime;currently a healthy weight;@@ efforts will be made to maintain it.
 			<</if>>
 		<<elseif $incubatorWeightSetting == 0>>
 			<<if $tanks[$i].weight > -100>>
-				Her developing body @@color:red;quickly sheds its gained weight.@@
+				Her developing body @@.red;quickly sheds its gained weight.@@
 				<<set $tanks[$i].weight -= 40>>
 			<</if>>
 		<</if>>
 	<<else>>
 		<<if $tanks[$i].weight > -100>>
-			Her developing body @@color:red;quickly sheds its gained weight.@@
+			Her developing body @@.red;quickly sheds its gained weight.@@
 			<<set $tanks[$i].weight -= 40>>
 		<</if>>
 	<</if>>
@@ -94,7 +94,7 @@
 					<<set $tanks[$i].muscles += 5>>
 				<</if>>			
 			<</if>>
-			The strength monitoring systems are overloading her with steroids causing @@color:green;rapid muscle development.@@
+			The strength monitoring systems are overloading her with steroids causing @@.green;rapid muscle development.@@
 		<<elseif $incubatorMusclesSetting == 1>>
 			<<if $tanks[$i].muscles > 10>>
 				<<if $incubatorUpgradeSpeed == 52>>
@@ -108,7 +108,7 @@
 				<<elseif $incubatorUpgradeSpeed == 5>>
 					<<set $tanks[$i].muscles-->>
 				<</if>>			
-				The strength monitoring systems detect she is overly muscular and @@color:green;decrease her steroid dosage.@@
+				The strength monitoring systems detect she is overly muscular and @@.green;decrease her steroid dosage.@@
 			<<elseif $tanks[$i].muscles < -10>>
 				<<if $incubatorUpgradeSpeed == 52>>
 					<<set $tanks[$i].muscles += 30>>
@@ -121,19 +121,19 @@
 				<<elseif $incubatorUpgradeSpeed == 5>>
 					<<set $tanks[$i].muscles++>>
 				<</if>>			
-				The strength monitoring systems detect she is weak and @@color:green;increase her steroid dosage.@@
+				The strength monitoring systems detect she is weak and @@.green;increase her steroid dosage.@@
 			<<else>>
-				She has @@color:lime;a healthy musculature;@@ efforts will be made to maintain it.
+				She has @@.lime;a healthy musculature;@@ efforts will be made to maintain it.
 			<</if>>
 		<<elseif $incubatorMusclesSetting == 0>>
 			<<if $tanks[$i].muscles > -100>>
-				Her developing body @@color:red;quickly loses its gained muscle.@@
+				Her developing body @@.red;quickly loses its gained muscle.@@
 				<<set $tanks[$i].muscles -= 40>>
 			<</if>>
 		<</if>>
 	<<else>>
 		<<if $tanks[$i].muscles > -100>>
-			Her developing body @@color:red;quickly loses its gained muscle.@@
+			Her developing body @@.red;quickly loses its gained muscle.@@
 			<<set $tanks[$i].muscles -= 40>>
 		<</if>>
 	<</if>>
@@ -153,67 +153,67 @@
 					<</if>>
 					<<if $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[$i].boobs < 8000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 2000>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 50>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips += 2>>
 						<</if>>
 						<<if $tanks[$i].butt < 12 && random(1,100) > 30>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt += 4>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 18>>
 						<<if $tanks[$i].boobs < 8000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 500>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 50>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 12 && random(1,100) > 50>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt += 3>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 9>>
 						<<if $tanks[$i].boobs < 8000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 200>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 60>>
-							The excess estrogen-laced growth hormones @@color:green;causes her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;causes her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 12 && random(1,100) > 50>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear grow fatter.@@
 							<<set $tanks[$i].butt += 2>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 6>>
 						<<if $tanks[$i].boobs < 8000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 100>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 70>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 12 && random(1,100) > 60>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 5>>
 						<<if $tanks[$i].boobs < 8000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 100>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 80>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 12 && random(1,100) > 70>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<</if>>
@@ -221,47 +221,47 @@
 					<<set $tanks[$i].pubertyXY = 1>>
 					<<if $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[$i].balls < 40>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls += 16>>
 						<</if>>
 						<<if $tanks[$i].dick < 10 && random(1,100) > 20>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick += 4>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 18>>
 						<<if $tanks[$i].balls < 40 && random(1,100) > 10>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls += 9>>
 						<</if>>
 						<<if $tanks[$i].dick < 10 && random(1,100) > 30>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick += 3>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 9>>
 						<<if $tanks[$i].balls < 40 && random(1,100) > 20>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls += 4>>
 						<</if>>
 						<<if $tanks[$i].dick < 10 && random(1,100) > 50>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick += 2>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 6>>
 						<<if $tanks[$i].balls < 40 && random(1,100) > 30>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls += 2>>
 						<</if>>
 						<<if $tanks[$i].dick < 10 && random(1,100) > 70>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 5>>
 						<<if $tanks[$i].balls < 40 && random(1,100) > 30>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 10 && random(1,100) > 80>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<</if>>
@@ -277,67 +277,67 @@
 					<</if>>
 					<<if $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[$i].boobs < 4000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 1000>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 70>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 8 && random(1,100) > 50>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt += 3>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 18>>
 						<<if $tanks[$i].boobs < 4000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 500>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 80>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 8 && random(1,100) > 50>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 9>>
 						<<if $tanks[$i].boobs < 4000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 200>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 90>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 8 && random(1,100) > 60>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 6>>
 						<<if $tanks[$i].boobs < 4000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 100>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 95>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 8 && random(1,100) > 70>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 5>>
 						<<if $tanks[$i].boobs < 4000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 100>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 95>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 8 && random(1,100) > 80>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<</if>>
@@ -345,47 +345,47 @@
 					<<set $tanks[$i].pubertyXY = 1>>
 					<<if $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[$i].balls < 10>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls += 3>>
 						<</if>>
 						<<if $tanks[$i].dick < 7 && random(1,100) > 20>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick += 2>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 18>>
 						<<if $tanks[$i].balls < 10 && random(1,100) > 10>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls += 2>>
 						<</if>>
 						<<if $tanks[$i].dick < 7 && random(1,100) > 30>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 9>>
 						<<if $tanks[$i].balls < 10 && random(1,100) > 20>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 7 && random(1,100) > 50>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 6>>
 						<<if $tanks[$i].balls < 10 && random(1,100) > 30>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 7 && random(1,100) > 70>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 5>>
 						<<if $tanks[$i].balls < 10 && random(1,100) > 30>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 7 && random(1,100) > 80>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<</if>>
@@ -401,67 +401,67 @@
 					<</if>>
 					<<if $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[$i].boobs < 2000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 700>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 90>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips += 2>>
 						<</if>>
 						<<if $tanks[$i].butt < 6 && random(1,100) > 70>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt += 2>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 18>>
 						<<if $tanks[$i].boobs < 2000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 200>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 80>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips+ +>>
 						<</if>>
 						<<if $tanks[$i].butt < 6 && random(1,100) > 70>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 9>>
 						<<if $tanks[$i].boobs < 2000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly balloon her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly balloon her breasts.@@
 							<<set $tanks[$i].boobs += 50>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 80>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 6 && random(1,100) > 90>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 6>>
 						<<if $tanks[$i].boobs < 2000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly grow her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly grow her breasts.@@
 							<<set $tanks[$i].boobs += 20>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 90>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 6 && random(1,100) > 90>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 5>>
 						<<if $tanks[$i].boobs < 2000>>
-							The excess estrogen-laced growth hormones @@color:green;rapidly grow her breasts.@@
+							The excess estrogen-laced growth hormones @@.green;rapidly grow her breasts.@@
 							<<set $tanks[$i].boobs += 10>>
 						<</if>>
 						<<if $tanks[$i].hips < 2 && random(1,100) > 95>>
-							The excess estrogen-laced growth hormones @@color:green;cause her hips to widen for childbirth.@@
+							The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
 							<<set $tanks[$i].hips++>>
 						<</if>>
 						<<if $tanks[$i].butt < 6 && random(1,100) > 90>>
-							The excess estrogen-laced growth hormones @@color:green;cause her rear to grow fatter.@@
+							The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
 							<<set $tanks[$i].butt++>>
 						<</if>>
 					<</if>>
@@ -469,76 +469,76 @@
 					<<set $tanks[$i].pubertyXY = 1>>
 					<<if $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[$i].balls < 6>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@
 							<<set $tanks[$i].balls += 2>>
 						<</if>>
 						<<if $tanks[$i].dick < 4 && random(1,100) > 60>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 18>>
 						<<if $tanks[$i].balls < 6 && random(1,100) > 50>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 4 && random(1,100) > 60>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 9>>
 						<<if $tanks[$i].balls < 6 && random(1,100) > 60>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to balloon for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 4 && random(1,100) > 70>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick += 2>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 6>>
 						<<if $tanks[$i].balls < 6 && random(1,100) > 70>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 4 && random(1,100) > 80>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<<elseif $incubatorUpgradeSpeed == 5>>
 						<<if $tanks[$i].balls < 6 && random(1,100) > 80>>
-							The excess testosterone-laced growth hormones @@color:green;cause her balls to grow for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause her balls to grow for extra cum production.@@
 							<<set $tanks[$i].balls++>>
 						<</if>>
 						<<if $tanks[$i].dick < 4 && random(1,100) > 90>>
-							The excess testosterone-laced growth hormones @@color:green;cause her penis to swell.@@
+							The excess testosterone-laced growth hormones @@.green;cause her penis to swell.@@
 							<<set $tanks[$i].dick++>>
 						<</if>>
 					<</if>>
 				<</if>>
 			<</if>>
 		<<elseif $incubatorReproductionSetting == 1>>
-			Her hormone levels are being carefully managed, @@color:green;encouraging early puberty.@@
+			Her hormone levels are being carefully managed, @@.green;encouraging early puberty.@@
 			<<if $tanks[$i].ovaries == 1>>
 				<<set $tanks[$i].pubertyXX = 1>>
 				<<if $tanks[$i].boobs < 400 && random(1,100) > 60>>
-					The added estrogen @@color:green;causes her breasts to swell.@@
+					The added estrogen @@.green;causes her breasts to swell.@@
 					<<set $tanks[$i].boobs += 50>>
 				<</if>>
 				<<if $tanks[$i].hips < 2 && random(1,100) > 90>>
-					The added estrogen @@color:green;causes her hips to widen.@@
+					The added estrogen @@.green;causes her hips to widen.@@
 					<<set $tanks[$i].hips++>>
 				<</if>>
 				<<if $tanks[$i].butt < 5 && random(1,100) > 80>>
-					The added estrogen @@color:green;causes her butt to grow.@@
+					The added estrogen @@.green;causes her butt to grow.@@
 					<<set $tanks[$i].butt++>>
 				<</if>>
 			<<elseif $tanks[$i].balls > 0>>
 				<<set $tanks[$i].pubertyXY = 1>>
 				<<if $tanks[$i].balls < 3 && random(1,100) > 80>>
-					The added testosterone @@color:green;causes her balls to swell.@@
+					The added testosterone @@.green;causes her balls to swell.@@
 					<<set $tanks[$i].balls++>>
 				<</if>>
 				<<if $tanks[$i].dick < 3 && random(1,100) > 60>>
-					The added testosterone @@color:green;causes her penis to grow.@@
+					The added testosterone @@.green;causes her penis to grow.@@
 					<<set $tanks[$i].dick++>>
 				<</if>>
 			<</if>>
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index da988ca76054c41b34a9ca68fde15919ec0d0127..a0c07e34b3d10902f76bcaf9a6745c0206d31960 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -8,136 +8,136 @@
 You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself.
 <br>You take yourself in in a full length mirror. You are a $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with <<print $PC.skin>> skin, $PC.hColor hair and $PC.eyeColor eyes.
 <<if $PC.actualAge >= 65>>
-	You're @@color:orange;$PC.actualAge@@ and definitly feeling it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@color:lime;look an older $PC.visualAge,@@ though perhaps it might be time to undo it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@color:lime;look a younger $PC.visualAge,@@ now if only your body agreed with your looks.<</if>>
+	You're @@.orange;$PC.actualAge@@ and definitly feeling it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge,@@ though perhaps it might be time to undo it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ now if only your body agreed with your looks.<</if>>
 <<elseif $PC.actualAge >= 50>>
-	You're @@color:orange;$PC.actualAge@@ and starting to feel it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@color:lime;look an older $PC.visualAge.@@<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@color:lime;look a younger $PC.visualAge.@@<</if>>
+	You're @@.orange;$PC.actualAge@@ and starting to feel it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge.@@<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge.@@<</if>>
 <<elseif $PC.actualAge >= 35>>
-	You're @@color:orange;$PC.actualAge@@ and strong.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@color:lime;look an older $PC.visualAge@@ and reap the respect that comes with it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@color:lime;look a younger $PC.visualAge@@ recapturing your youth.<</if>>
+	You're @@.orange;$PC.actualAge@@ and strong.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge@@ and reap the respect that comes with it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge@@ recapturing your youth.<</if>>
 <<else>>
-	You're @@color:orange;$PC.actualAge@@ and full of vigor.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@color:lime;look an older $PC.visualAge@@ and reap the respect that comes with it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@color:lime;look a younger $PC.visualAge,@@ even though society may find your looks uncomfortable.<</if>>
+	You're @@.orange;$PC.actualAge@@ and full of vigor.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge@@ and reap the respect that comes with it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ even though society may find your looks uncomfortable.<</if>>
 <</if>>
 <<if ($playerAging != 0)>>Your birthday is <<if $PC.birthWeek is 51>>next week<<else>>in <<print 52-$PC.birthWeek>> weeks<</if>>.<</if>>
 Looking down; 
 <<if $PC.boobsBonus > 2>>
-	you have a @@color:orange;pair of H-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are big, round, and obviously implants. They barely move when you fuck your slaves<<else>>They are all natural, heavy, and a bit saggy though they have some perk to them. Once they get going, it's hard to make them stop<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more enormous lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;pair of H-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are big, round, and obviously implants. They barely move when you fuck your slaves<<else>>They are all natural, heavy, and a bit saggy though they have some perk to them. Once they get going, it's hard to make them stop<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more enormous lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == 2>>
-	you have a @@color:orange;pair of G-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are kind of rounded and much to perky for their size to pass as real. They have a bit of bounce to them as you fuck a slave<<else>>They are all natural and a little heavy. The bounce everywhere when you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more huge lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;pair of G-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are kind of rounded and much to perky for their size to pass as real. They have a bit of bounce to them as you fuck a slave<<else>>They are all natural and a little heavy. The bounce everywhere when you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more huge lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == 1>>
-	you have a @@color:orange;pair of F-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such<<else>>They are nice and perky, dispite their size. They bounce lewdly as you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;pair of F-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such<<else>>They are nice and perky, dispite their size. They bounce lewdly as you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == -0.5>>
-	you have a @@color:orange;pair of D-cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;pair of D-cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == -1>>
-	you have a @@color:orange;pair of C-cup breasts.@@ They are nice and perky, with just a little bounce when you fuck your slaves.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;pair of C-cup breasts.@@ They are nice and perky, with just a little bounce when you fuck your slaves.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobs == 1>>
-	you have a @@color:orange;healthy pair of DD breasts.@@<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel fuller lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;healthy pair of DD breasts.@@<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel fuller lately; likely a side effect of your lactation.<</if>>
 <<else>>
-	you have a @@color:orange;masculine chest.@@<<if $PC.preg > 30 || $PC.births > 0>> Your chest feels swollen; the beads of milk forming on your nipples tells you why.<</if>>
+	you have a @@.orange;masculine chest.@@<<if $PC.preg > 30 || $PC.births > 0>> Your chest feels swollen; the beads of milk forming on your nipples tells you why.<</if>>
 <</if>>
 <<if $PC.preg >= 42>>
-	You don't know why you even bother getting out of bed; you are @@color:orange;overdue and ready to drop@@ at many time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state.
+	You don't know why you even bother getting out of bed; you are @@.orange;overdue and ready to drop@@ at many time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state.
 <<elseif $PC.preg >= 40>>
-	You feel absolutely massive; your @@color:orange;full-term belly@@ makes your life as arcology owner very difficult. You try your best to not wander too far from your penthouse, not with labor and birth so close.
+	You feel absolutely massive; your @@.orange;full-term belly@@ makes your life as arcology owner very difficult. You try your best to not wander too far from your penthouse, not with labor and birth so close.
 <<elseif $PC.preg >= 36>>
-	You can barely wrap your arms around your @@color:orange;huge pregnant belly,@@ and when you do, your popped navel reminds you your bun is almost ready.
+	You can barely wrap your arms around your @@.orange;huge pregnant belly,@@ and when you do, your popped navel reminds you your bun is almost ready.
 <<elseif $PC.preg >= 32>>
-	Your @@color:orange;pregnancy has gotten quite huge,@@ none of your clothes fit it right.
+	Your @@.orange;pregnancy has gotten quite huge,@@ none of your clothes fit it right.
 <<elseif $PC.preg >= 28>>
-	Your @@color:orange;pregnant belly juts out annoyingly far,@@ just getting dressed is a pain now.
+	Your @@.orange;pregnant belly juts out annoyingly far,@@ just getting dressed is a pain now.
 <<elseif $PC.preg >= 24>>
-	Half way there! Your @@color:orange;belly has gotten quite large with child;@@ it is beginning to get the way of sex and business.
+	Half way there! Your @@.orange;belly has gotten quite large with child;@@ it is beginning to get the way of sex and business.
 <<elseif $PC.preg >= 20>>
-	Your @@color:orange;belly is now large enough that there is no hiding it.@@
+	Your @@.orange;belly is now large enough that there is no hiding it.@@
 <<elseif $PC.preg >= 16>>
-	Your @@color:orange;belly is rounded by your early pregnancy.@@
+	Your @@.orange;belly is rounded by your early pregnancy.@@
 <<elseif $PC.preg >= 12>>
-	Your @@color:orange;lower belly is beginning to stick out,@@ you're definitely pregnant.
+	Your @@.orange;lower belly is beginning to stick out,@@ you're definitely pregnant.
 <<elseif $PC.preg >= 8>>
-	Your @@color:orange;belly is slightly swollen;@@ combined with your missed period, odds are you're pregnant.
+	Your @@.orange;belly is slightly swollen;@@ combined with your missed period, odds are you're pregnant.
 <<elseif $PC.preg >= 3>>
-	Your @@color:red;period hasn't happened in some time,@@ you might be pregnant.
+	Your @@.red;period hasn't happened in some time,@@ you might be pregnant.
 <</if>>
 Beneath all that;
 <<if $PC.dick == 1 && $PC.vagina == 1>>
-	an @@color:orange;above average penis@@ and a pair of
+	an @@.orange;above average penis@@ and a pair of
 	<<if $PC.ballsImplant > 2>>
-		@@color:orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly intersting.
+		@@.orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly intersting.
 	<<elseif $PC.ballsImplant == 2>>
-		@@color:orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting.
+		@@.orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting.
 	<<elseif $PC.ballsImplant == 1>>
-		@@color:orange;large balls;@@ you can certainly feel them as you move about.
+		@@.orange;large balls;@@ you can certainly feel them as you move about.
 	<<else>>
-		@@color:orange;normal, uneventful balls.@@
+		@@.orange;normal, uneventful balls.@@
 	<</if>>
 	Tucked away beneath them; a
 	<<if $PC.newVag == 1>>
-		@@color:orange;tight vagina.@@ Your pussy is very resiliant, you shouldn't be able to stretch it out again.
+		@@.orange;tight vagina.@@ Your pussy is very resiliant, you shouldn't be able to stretch it out again.
 	<<elseif $PC.career == "escort">>
-		@@color:red;very loose vagina.@@ Years of whoring will do that to a girl.
+		@@.red;very loose vagina.@@ Years of whoring will do that to a girl.
 	<<elseif $PC.births >= 10>>
-		@@color:red;rather loose vagina,@@ stretched from your many children.
+		@@.red;rather loose vagina,@@ stretched from your many children.
 	<<elseif $PC.career == "servant">>
-		@@color:red;rather loose vagina.@@ You master fucked you several times a day; him and his children have wreaked havoc upon your pussy.
+		@@.red;rather loose vagina.@@ You master fucked you several times a day; him and his children have wreaked havoc upon your pussy.
 	<<elseif $PC.births > 2>>
-		@@color:orange;loose vagina,@@ stretched from your several children.
+		@@.orange;loose vagina,@@ stretched from your several children.
 	<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
-		@@color:lime;reasonably tight vagina.@@ You've had some fun during your previous career.
+		@@.lime;reasonably tight vagina.@@ You've had some fun during your previous career.
 	<<elseif $PC.births > 0>>
-		@@color:lime;reasonably tight vagina.@@ It's handled childbirth well enough.
+		@@.lime;reasonably tight vagina.@@ It's handled childbirth well enough.
 	<<else>>
-		@@color:lime;tight vagina.@@ You're no virgin, but you've taken care of yourself.
+		@@.lime;tight vagina.@@ You're no virgin, but you've taken care of yourself.
 	<</if>>
 <<elseif $PC.dick == 1>>
-	an @@color:orange;above average penis@@ and a pair of
+	an @@.orange;above average penis@@ and a pair of
 	<<if $PC.ballsImplant > 2>>
-		@@color:orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly intersting.
+		@@.orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone can tell they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly intersting.
 	<<elseif $PC.ballsImplant == 2>>
-		@@color:orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting.
+		@@.orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting.
 	<<elseif $PC.ballsImplant == 1>>
-		@@color:orange;large balls;@@ you can certainly feel them as you move about.
+		@@.orange;large balls;@@ you can certainly feel them as you move about.
 	<<else>>
-		@@color:orange;normal, uneventful balls.@@
+		@@.orange;normal, uneventful balls.@@
 	<</if>>
 <<else>>
 	a
 	<<if $PC.newVag == 1>>
-		@@color:orange;tight vagina.@@ Your pussy is very resiliant, you shouldn't be able to stretch it out again.
+		@@.orange;tight vagina.@@ Your pussy is very resiliant, you shouldn't be able to stretch it out again.
 	<<elseif $PC.career == "escort">>
-		@@color:red;very loose vagina.@@ Years of whoring will do that to a girl.
+		@@.red;very loose vagina.@@ Years of whoring will do that to a girl.
 	<<elseif $PC.births >= 10>>
-		@@color:red;rather loose vagina,@@ stretched from your many children.
+		@@.red;rather loose vagina,@@ stretched from your many children.
 	<<elseif $PC.career == "servant">>
-		@@color:red;rather loose vagina.@@ You master fucked you several times a day; him and his children have wreaked havoc upon your pussy.
+		@@.red;rather loose vagina.@@ You master fucked you several times a day; him and his children have wreaked havoc upon your pussy.
 	<<elseif $PC.births > 2>>
-		@@color:orange;loose vagina,@@ stretched from your several children.
+		@@.orange;loose vagina,@@ stretched from your several children.
 	<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
-		@@color:lime;reasonably tight vagina.@@ You've had some fun during your previous career.
+		@@.lime;reasonably tight vagina.@@ You've had some fun during your previous career.
 	<<elseif $PC.births > 0>>
-		@@color:lime;reasonably tight vagina.@@ It's handled childbirth well enough.
+		@@.lime;reasonably tight vagina.@@ It's handled childbirth well enough.
 	<<else>>
-		@@color:lime;tight vagina.@@ You're no virgin, but you've taken care of yourself.
+		@@.lime;tight vagina.@@ You're no virgin, but you've taken care of yourself.
 	<</if>>
 <</if>>
 Around back;
 <<if $PC.butt > 2>>
 	<<if $PC.buttImplant == 1>>
-		an @@color:orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants. They barely move at all when you walk or fuck, are difficult to cram into your clothing and you keep getting stuck in chairs, but you wouldn't have it any other way.
+		an @@.orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants. They barely move at all when you walk or fuck, are difficult to cram into your clothing and you keep getting stuck in chairs, but you wouldn't have it any other way.
 	<<else>>
-		an @@color:orange;enormous, jiggly butt.@@ It is always wobbling for some reason or another. It really fills out your clothing and practically consumes anything you sit on.
+		an @@.orange;enormous, jiggly butt.@@ It is always wobbling for some reason or another. It really fills out your clothing and practically consumes anything you sit on.
 	<</if>>
 <<elseif $PC.butt == 2>>
 	<<if $PC.buttImplant == 1>>
-		a @@color:orange;huge, round, firm butt;@@ it's easily identifiable as fake.
+		a @@.orange;huge, round, firm butt;@@ it's easily identifiable as fake.
 	<<else>>
-		a @@color:orange;huge, soft butt.@@ It jiggles a lot as you move.
+		a @@.orange;huge, soft butt.@@ It jiggles a lot as you move.
 	<</if>>
 <<elseif $PC.butt == 1>>
 	<<if $PC.buttImplant == 1>>
-		a @@color:orange;big firm butt;@@ anyone that feels it can tell it's fake, but at a glance you can't tell otherwise.
+		a @@.orange;big firm butt;@@ anyone that feels it can tell it's fake, but at a glance you can't tell otherwise.
 	<<else>>
-		a @@color:orange;big butt.@@ It jiggles a little as you walk.
+		a @@.orange;big butt.@@ It jiggles a little as you walk.
 	<</if>>
 <<else>>
-	a @@color:orange;sexy, but normal butt.@@
+	a @@.orange;sexy, but normal butt.@@
 <</if>>
 
 <br><<if $playerSurgery == 0>>[[Visit your plastic surgeon.|Elective Surgery][$playerSurgery = 4]]<<else>>Your favorite plastic surgeon is booked solid for the next $playerSurgery weeks.<</if>>
@@ -378,7 +378,7 @@ __Contraceptives and Fertility__
 
 <span id="miniscene">
 <<if $PC.preg < 8 && $PC.preg > 0 && $PC.pregSource != -1>>
-	Your period is late, so the first thing you do is test yourself for a potential pregnancy: @@color:lime;you are pregnant.@@	<<link "Abort your child">><<replace "#miniscene">><<set $PC.preg = 0, $PC.pregSource = 0>><<print "You take a syringe filled with abortificants and make your self comfortable. Injecting the vial through your belly into your womb, your close your eyes and wait for what is coming. Once you feel it is over, you clean yourself up and go on your way, child free.">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+	Your period is late, so the first thing you do is test yourself for a potential pregnancy: @@.lime;you are pregnant.@@	<<link "Abort your child">><<replace "#miniscene">><<set $PC.preg = 0, $PC.pregSource = 0>><<print "You take a syringe filled with abortificants and make your self comfortable. Injecting the vial through your belly into your womb, your close your eyes and wait for what is coming. Once you feel it is over, you clean yourself up and go on your way, child free.">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
 <<elseif $PC.labor == 1>>
 	You are beginning to feel contractions, you'll be giving birth soon.
 <<elseif $PC.preg >= 40>>
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index 8dd460271aae4f66712e9be19f8c935ccb0cf067..c34994b5c265e9c97b7394476739ba2b3a34d7c7 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -36,7 +36,7 @@
 	<</if>>
 <</for>>
 
-You completed the legalities before heading to $incubatorName, knowing the tank will release her on your approach, and instruct $assistantName to notify the new girl's parents to meet you in your office. As the tank exumes the disoriented girl, you help her to her feet<<if $incubatorReproductionSetting > 1>>, making sure to feel-up her overdeveloped body,<</if>> and walk her to your penthouse. Though first you must decide upon a name for the new girl; it won't take long to reach your office, so you have only @@color:orange;one chance to name her@@ before you arrive.
+You completed the legalities before heading to $incubatorName, knowing the tank will release her on your approach, and instruct $assistantName to notify the new girl's parents to meet you in your office. As the tank exumes the disoriented girl, you help her to her feet<<if $incubatorReproductionSetting > 1>>, making sure to feel-up her overdeveloped body,<</if>> and walk her to your penthouse. Though first you must decide upon a name for the new girl; it won't take long to reach your office, so you have only @@.orange;one chance to name her@@ before you arrive.
 <span id="naming"> 
 <br>Choose a name for her. <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>>
 	<<link "Commit name.">>
@@ -45,7 +45,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 	You instruct $assistantName to register the new girl as "<<print $activeSlave.slaveName>>" in the slave registry.
 	<</replace>>
 	<<replace "#newName">>
-		''__@@color:pink;$activeSlave.slaveName@@__''
+		''__@@.pink;$activeSlave.slaveName@@__''
 	<</replace>>
 	<</link>>
 <br><<link "Have your PA assign her a random name">>
@@ -54,7 +54,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 	<</replace>>
 	<<replace "#newName">>
-		''__@@color:pink;$activeSlave.slaveName@@__''
+		''__@@.pink;$activeSlave.slaveName@@__''
 	<</replace>>
 <</link>>
 <<if $arcologies[0].FSPastoralist != "unset">>
@@ -66,7 +66,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 		<</replace>>
 		<<replace "#newName">>
-			''__@@color:pink;$activeSlave.slaveName@@__''
+			''__@@.pink;$activeSlave.slaveName@@__''
 		<</replace>>
 		<</link>>
 	<</if>>
@@ -79,7 +79,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 		<</replace>>
 		<<replace "#newName">>
-			''__@@color:pink;$activeSlave.slaveName@@__''
+			''__@@.pink;$activeSlave.slaveName@@__''
 		<</replace>>
 	<</link>>
 <</if>>
@@ -91,7 +91,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 		<</replace>>
 		<<replace "#newName">>
-			''__@@color:pink;$activeSlave.slaveName@@__''
+			''__@@.pink;$activeSlave.slaveName@@__''
 		<</replace>>
 	<</link>>
 <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
@@ -102,7 +102,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 		<</replace>>
 		<<replace "#newName">>
-			''__@@color:pink;$activeSlave.slaveName@@__''
+			''__@@.pink;$activeSlave.slaveName@@__''
 		<</replace>>
 	<</link>>
 <<elseif $arcologies[0].FSEdoRevivalist != "unset">>
@@ -113,7 +113,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 		<</replace>>
 		<<replace "#newName">>
-			''__@@color:pink;$activeSlave.slaveName@@__''
+			''__@@.pink;$activeSlave.slaveName@@__''
 		<</replace>>
 	<</link>>
 <</if>>
@@ -125,7 +125,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 		$assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry.
 		<</replace>>
 		<<replace "#newName">>
-			''__@@color:pink;$activeSlave.slaveName@@__''
+			''__@@.pink;$activeSlave.slaveName@@__''
 		<</replace>>
 	<</link>>
 <</if>>
@@ -140,7 +140,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName picks a name she thinks you might find attractive; from now on her daughter will be known as "<<print $activeSlave.slaveName>>".
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -152,7 +152,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName picks a name suitable for your daughter; from now on she will be known as "<<print $activeSlave.slaveName>>".
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -164,7 +164,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. She hopes you'll find it fitting her station.
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -176,7 +176,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. and hopes it will be a name your other slaves will learn to respect.
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -188,7 +188,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName picks a name she hopes you'll like; from now on her daughter will be known as "<<print $activeSlave.slaveName>>".
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -207,7 +207,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName picks a name she thinks you might find attractive; from now on her daughter will be known as "<<print $activeSlave.slaveName>>".
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -219,7 +219,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName picks a name suitable for your daughter; from now on she will be known as "<<print $activeSlave.slaveName>>".
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -231,7 +231,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. She hopes you'll find it fitting her station.
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -243,7 +243,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. and hopes it will be a name your other slaves will learn to respect.
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -255,7 +255,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 						After some careful consideration, $slaves[_j].slaveName picks a name she hopes you'll like; from now on her daughter will be known as "<<print $activeSlave.slaveName>>".
 					<</replace>>
 					<<replace "#newName">>
-						''__@@color:pink;$activeSlave.slaveName@@__''
+						''__@@.pink;$activeSlave.slaveName@@__''
 					<</replace>>
 				<</link>>
 				<<break>>
@@ -266,7 +266,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 </span>
 <br><br>
 
-<span id="newName">''__@@color:pink;$activeSlave.slaveName@@__''</span> now stands before your desk
+<span id="newName">''__@@.pink;$activeSlave.slaveName@@__''</span> now stands before your desk
 <<if $activeSlave.mother > 0 && $activeSlave.father > 0>>
 	alongside her mother _tempMom.slaveName and father _tempDad.slaveName.
 <<elseif $activeSlave.mother > 0>>
@@ -278,46 +278,46 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 <</if>>
 <<if $arcologies[0].FSRestart >= 50>>
 	<<if _tempMom.breedingMark == 1>>
-		The Societal Elite are waiting to inspect the child of their eugenics programs. Approving of your attractive offspring, they take this opportunity to @@color:lime;brand the protesting girl with the breeding mark@@ signifying her as worthy of reproducing, before taking their leave.
+		The Societal Elite are waiting to inspect the child of their eugenics programs. Approving of your attractive offspring, they take this opportunity to @@.lime;brand the protesting girl with the breeding mark@@ signifying her as worthy of reproducing, before taking their leave.
 	<</if>>
 <</if>>
 
 <<if $activeSlave.mother > 0>>
 	She glances at her mother
 	<<if _tempMom.relationship == -3>>
-		and @@color:hotpink;notices how happy@@ the look on her face is. _tempMom.slaveName is positively beaming with pride at <<if $activeSlave.father == -1>>the result of your union<<else>>her addition to your harem<</if>>.
+		and @@.hotpink;notices how happy@@ the look on her face is. _tempMom.slaveName is positively beaming with pride at <<if $activeSlave.father == -1>>the result of your union<<else>>her addition to your harem<</if>>.
 		<<set $activeSlave.trust += 35>>
 		<<set $activeSlave.devotion += 35>>
 	<<elseif _tempMom.ID == $Concubine.ID>>
-		and notices @@color:hotpink;how happy@@ the look on her face is. $Concubine.slaveName is positively beaming with pride at her addition to your harem.
+		and notices @@.hotpink;how happy@@ the look on her face is. $Concubine.slaveName is positively beaming with pride at her addition to your harem.
 		<<set $activeSlave.trust += 30>>
 		<<set $activeSlave.devotion += 30>>
 	<<elseif _tempMom.ID == $Bodyguard.ID>>
-		and @@color:mediumaquamarine;notices how she focuses more on you than herself.@@ $Bodyguard.slaveName's dedication to your life has @@color:hotpink;certainly influenced her.@@
+		and @@.mediumaquamarine;notices how she focuses more on you than herself.@@ $Bodyguard.slaveName's dedication to your life has @@.hotpink;certainly influenced her.@@
 		<<set $activeSlave.trust += 40>>
 		<<set $activeSlave.devotion += 20>>
 	<<elseif _tempMom.ID == $HeadGirl.ID>>
-		and notices how much her look takes after your own. $HeadGirl.slaveName's dedication to you has @@color:hotpink;certainly influenced her.@@
+		and notices how much her look takes after your own. $HeadGirl.slaveName's dedication to you has @@.hotpink;certainly influenced her.@@
 		<<set $activeSlave.trust += 20>>
 		<<set $activeSlave.devotion += 20>>
 	<<elseif _tempMom.devotion < -50>>
-		and @@color:mediumorchid;notices the look of hatred@@ on her face; a @@color:gold;look of terror@@ across her own when her eyes return to you.
+		and @@.mediumorchid;notices the look of hatred@@ on her face; a @@.gold;look of terror@@ across her own when her eyes return to you.
 		<<set $activeSlave.trust -= 50>>
 		<<set $activeSlave.devotion -= 50>>
 	<<elseif _tempMom.devotion < -20>>
-		and notices the @@color:mediumorchid;look of defeat@@ on her face; she starts to @@color:gold;feel uncertain@@ about her future.
+		and notices the @@.mediumorchid;look of defeat@@ on her face; she starts to @@.gold;feel uncertain@@ about her future.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<<elseif _tempMom.trust <= 50>>
-		and notices the @@color:gold;look of fear@@ on her face; when she next glances at you, it is also @@color:gold;filled with fear.@@
+		and notices the @@.gold;look of fear@@ on her face; when she next glances at you, it is also @@.gold;filled with fear.@@
 		<<set $activeSlave.trust -= 40>>
 		<<set $activeSlave.devotion -= 30>>
 	<<elseif _tempMom.devotion <= 50>>
-		and @@color:hotpink;notices the look of indifference@@ on her face; her detached mother pushes her to @@color:mediumaquamarine;trust you more.@@
+		and @@.hotpink;notices the look of indifference@@ on her face; her detached mother pushes her to @@.mediumaquamarine;trust you more.@@
 		<<set $activeSlave.trust += 10>>
 		<<set $activeSlave.devotion += 10>>
 	<<else>>
-		and @@color:hotpink;notices the look of dedication@@ on her face; her devoted mother pushes her to @@color:mediumaquamarine;trust you more.@@
+		and @@.hotpink;notices the look of dedication@@ on her face; her devoted mother pushes her to @@.mediumaquamarine;trust you more.@@
 		<<set $activeSlave.trust += 20>>
 		<<set $activeSlave.devotion += 20>>
 	<</if>>
@@ -354,39 +354,39 @@ You completed the legalities before heading to $incubatorName, knowing the tank
 <<if $activeSlave.father > 0>>
 	She glances at her father
 	<<if _tempDad.relationship == -3>>
-		and @@color:hotpink;notices how happy@@ the look on her face is. _tempDad.slaveName is positively beaming with pride at <<if $activeSlave.mother == -1>>the result of your union<<else>>her addition to your harem<</if>>.
+		and @@.hotpink;notices how happy@@ the look on her face is. _tempDad.slaveName is positively beaming with pride at <<if $activeSlave.mother == -1>>the result of your union<<else>>her addition to your harem<</if>>.
 		<<set $activeSlave.trust += 35>>
 		<<set $activeSlave.devotion += 35>>
 	<<elseif _tempDad.ID == $Concubine.ID>>
-		and notices @@color:hotpink;how happy@@ the look on her face is. $Concubine.slaveName is positively beaming with pride at her addition to your harem.
+		and notices @@.hotpink;how happy@@ the look on her face is. $Concubine.slaveName is positively beaming with pride at her addition to your harem.
 		<<set $activeSlave.trust += 30>>
 		<<set $activeSlave.devotion += 30>>
 	<<elseif _tempDad.ID == $Bodyguard.ID>>
-		and @@color:mediumaquamarine;notices how she focuses more on you than herself.@@ $Bodyguard.slaveName's dedication to your life has @@color:hotpink;certainly influenced her.@@
+		and @@.mediumaquamarine;notices how she focuses more on you than herself.@@ $Bodyguard.slaveName's dedication to your life has @@.hotpink;certainly influenced her.@@
 		<<set $activeSlave.trust += 40>>
 		<<set $activeSlave.devotion += 20>>
 	<<elseif _tempDad.ID == $HeadGirl.ID>>
-		and notices how much her look takes after your own. $HeadGirl.slaveName's dedication to you has @@color:hotpink;certainly influenced her.@@
+		and notices how much her look takes after your own. $HeadGirl.slaveName's dedication to you has @@.hotpink;certainly influenced her.@@
 		<<set $activeSlave.trust += 20>>
 		<<set $activeSlave.devotion += 20>>
 	<<elseif _tempDad.devotion < -50>>
-		and @@color:mediumorchid;notices the look of hatred@@ on her face; a @@color:gold;look of terror@@ across her own when her eyes return to you.
+		and @@.mediumorchid;notices the look of hatred@@ on her face; a @@.gold;look of terror@@ across her own when her eyes return to you.
 		<<set $activeSlave.trust -= 50>>
 		<<set $activeSlave.devotion -= 50>>
 	<<elseif _tempDad.devotion < -20>>
-		and notices the @@color:mediumorchid;look of defeat@@ on her face; she starts to @@color:gold;feel uncertain@@ about her future.
+		and notices the @@.mediumorchid;look of defeat@@ on her face; she starts to @@.gold;feel uncertain@@ about her future.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<<elseif _tempDad.trust <= 50>>
-		and notices the @@color:gold;look of fear@@ on her face; when she next glances at you, it is also @@color:gold;filled with fear.@@
+		and notices the @@.gold;look of fear@@ on her face; when she next glances at you, it is also @@.gold;filled with fear.@@
 		<<set $activeSlave.trust -= 40>>
 		<<set $activeSlave.devotion -= 30>>
 	<<elseif _tempDad.devotion <= 50>>
-		and @@color:hotpink;notices the look of indifference@@ on her face; her detached father pushes her to @@color:mediumaquamarine;trust you more.@@
+		and @@.hotpink;notices the look of indifference@@ on her face; her detached father pushes her to @@.mediumaquamarine;trust you more.@@
 		<<set $activeSlave.trust += 10>>
 		<<set $activeSlave.devotion += 10>>
 	<<else>>
-		and @@color:hotpink;notices the look of dedication@@ on her face; her devoted father pushes her to @@color:mediumaquamarine;trust you more.@@
+		and @@.hotpink;notices the look of dedication@@ on her face; her devoted father pushes her to @@.mediumaquamarine;trust you more.@@
 		<<set $activeSlave.trust += 20>>
 		<<set $activeSlave.devotion += 20>>
 	<</if>>
@@ -433,10 +433,10 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 
 <<if $activeSlave.vagina > -1>>
 	<<if ($PC.dick == 0) && ($PC.boobs == 1)>>
-		She notices she has the same parts as you, and @@color:mediumaquamarine;connects a little more@@ with a fellow girl.
+		She notices she has the same parts as you, and @@.mediumaquamarine;connects a little more@@ with a fellow girl.
 		<<set $activeSlave.trust += 4>>
 	<<elseif $PC.dick == 1>>
-		She notices your privates differ from hers, and thanks to the tank's teachings, @@color:hotpink;can't look away.@@
+		She notices your privates differ from hers, and thanks to the tank's teachings, @@.hotpink;can't look away.@@
 		<<set $activeSlave.devotion += 4>>
 		<<if $incubatorReproductionSetting > 0>>
 			She seems a little alarmed at her nipples and clit stiffening to the sight of your dick.
@@ -444,10 +444,10 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 	<</if>>
 <<elseif $activeSlave.dick > 0>>
 	<<if ($PC.dick == 1) && ($PC.boobs == 0)>>
-		She notices she has the same parts as you, and @@color:mediumaquamarine;connects a little more@@ with a fellow boy.
+		She notices she has the same parts as you, and @@.mediumaquamarine;connects a little more@@ with a fellow boy.
 		<<set $activeSlave.trust += 4>>
 	<<elseif $PC.vagina == 1>>
-		She notices your privates differ from hers, and thanks to the tank's teachings, @@color:hotpink;can't look away.@@
+		She notices your privates differ from hers, and thanks to the tank's teachings, @@.hotpink;can't look away.@@
 		<<set $activeSlave.devotion += 4>>
 		<<if $incubatorReproductionSetting > 0>>
 			She seems a little alarmed at her dick rapidly stiffening to the sight of your pussy.
@@ -458,19 +458,19 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 <<if $incubatorReproductionSetting > 0>>
 <<if (($activeSlave.attrXX > 50) || ($activeSlave.energy > 95)) && ($activeSlave.behavioralFlaw != "hates women") && ($activeSlave.trust >= -20)>>
 	<<if ($PC.boobs == 1)>>
-		She seems to think you're pretty, and is more willing to @@color:hotpink;try for your approval@@ than she would otherwise be. She openly oggles your rack at every opportunity.
+		She seems to think you're pretty, and is more willing to @@.hotpink;try for your approval@@ than she would otherwise be. She openly oggles your rack at every opportunity.
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 <</if>>
 <<if ($activeSlave.behavioralFlaw is "hates women") && ($activeSlave.devotion <= 50)>>
 	<<if ($PC.dick == 0) && ($PC.boobs == 1)>>
-	She obviously does not find you immediately attractive, and is @@color:mediumorchid;less eager to conciliate you@@ than she would otherwise be.
+	She obviously does not find you immediately attractive, and is @@.mediumorchid;less eager to conciliate you@@ than she would otherwise be.
 	<<set $activeSlave.devotion -= 5>>
 	<</if>>
 <</if>>
 <<if (($activeSlave.attrXY > 50) || ($activeSlave.energy > 95)) && ($activeSlave.behavioralFlaw != "hates men") && ($activeSlave.trust >= -20)>>
 	<<if ($PC.dick == 1) && ($PC.boobs == 0)>>
-	She seems to think you're handsome, and is more willing to @@color:hotpink;try for your approval@@ than she would otherwise be. She oggles your crotch at every opportunity.
+	She seems to think you're handsome, and is more willing to @@.hotpink;try for your approval@@ than she would otherwise be. She oggles your crotch at every opportunity.
 	<<set $activeSlave.devotion += 4>>
 	<</if>>
 <</if>>
@@ -479,13 +479,13 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 <<if $PC.preg > 0>>
 	<<if $PC.career == "escort">>
 		<<if $PC.preg >= 16>>
-			She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing her ear to it, provoking a kick and a gasp in response. She instinctually @@color:hotpink;connects to you@@ and @@color:aquamarine;trusts you@@ like a mother.
+			She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing her ear to it, provoking a kick and a gasp in response. She instinctually @@.hotpink;connects to you@@ and @@.aquamarine;trusts you@@ like a mother.
 			<<set $activeSlave.trust += 2>>
 			<<set $activeSlave.devotion += 2>>
 		<</if>>
 	<<else>>
 		<<if $PC.preg >= 20>>
-			She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing her ear to it, provoking a kick and a gasp in response. She instinctually @@color:hotpink;connects to you@@ and @@color:aquamarine;trusts you@@ like a mother.
+			She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing her ear to it, provoking a kick and a gasp in response. She instinctually @@.hotpink;connects to you@@ and @@.aquamarine;trusts you@@ like a mother.
 			<<set $activeSlave.trust += 2>>
 			<<set $activeSlave.devotion += 2>>
 		<</if>>
@@ -493,95 +493,95 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 <</if>>
 
 <<if $PC.boobsBonus == 3>>
-	Now that you are alone with her, she seems incapable of pulling her eyes off your huge tits. Every motion and jiggle in them is reflected in her expression. She licks her lips as she gazes at your erect nipples, but it will be you who decides who may suck on them. Though it doesn't stop her from @@color:hotpink;longing@@ to nurse from you.
+	Now that you are alone with her, she seems incapable of pulling her eyes off your huge tits. Every motion and jiggle in them is reflected in her expression. She licks her lips as she gazes at your erect nipples, but it will be you who decides who may suck on them. Though it doesn't stop her from @@.hotpink;longing@@ to nurse from you.
 	<<set $activeSlave.devotion += 5>>
 <</if>>
 
 <<if $enduringTrust > 20>>
 	<<if $activeSlave.trust >= -20>>
-		She notices that most of the slaves she sees around your penthouse seem to trust you; in turn @@color:mediumaquamarine;she trusts you more too.@@
+		She notices that most of the slaves she sees around your penthouse seem to trust you; in turn @@.mediumaquamarine;she trusts you more too.@@
 		<<set $activeSlave.trust += 2>>
 	<</if>>
 <<else>>
 	<<if $activeSlave.trust < 50>>
-		She notices that most of the slaves she sees around your penthouse seem to fear you; in turn @@color:gold;she fears you more too.@@
+		She notices that most of the slaves she sees around your penthouse seem to fear you; in turn @@.gold;she fears you more too.@@
 		<<set $activeSlave.trust -= 2>>
 	<</if>>
 <</if>>
 <<if $enduringDevotion > 20>>
 	<<if $activeSlave.devotion >= -20>>
-		She sees that most of the slaves she sees around your penthouse like you; in turn @@color:hotpink;she likes you more too.@@
+		She sees that most of the slaves she sees around your penthouse like you; in turn @@.hotpink;she likes you more too.@@
 		<<set $activeSlave.devotion += 1>>
 	<</if>>
 <<else>>
 	<<if $activeSlave.devotion < 50>>
-		She sees that most of the slaves she sees around your penthouse dislike you; in turn @@color:mediumorchid;she dislikes you more too.@@
+		She sees that most of the slaves she sees around your penthouse dislike you; in turn @@.mediumorchid;she dislikes you more too.@@
 		<<set $activeSlave.devotion -= 2>>
 	<</if>>
 <</if>>
 
 <<if $PC.career == "escort">>
-	She seems to @@color:mediumaquamarine;like your clothes@@ and @@color:hotpink;wants a set of her own.@@
+	She seems to @@.mediumaquamarine;like your clothes@@ and @@.hotpink;wants a set of her own.@@
 	<<set $activeSlave.devotion += 1>>
 	<<set $activeSlave.trust += 1>>
 <<elseif $PC.career == "servant">>
-	She seems to @@color:mediumaquamarine;think your clothes are cute@@ and @@color:hotpink;wants a set of her own.@@
+	She seems to @@.mediumaquamarine;think your clothes are cute@@ and @@.hotpink;wants a set of her own.@@
 	<<set $activeSlave.devotion += 1>>
 	<<set $activeSlave.trust += 1>>
 <<elseif $PC.career == "gang">>
-	She seems to @@color:gold;find your appearance frightening.@@
+	She seems to @@.gold;find your appearance frightening.@@
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 <<if $PC.rumor == "force">>
-	She seems to @@color:gold;be terrified of your forceful stance.@@
+	She seems to @@.gold;be terrified of your forceful stance.@@
 	<<set $activeSlave.trust -= 10>>
 <<elseif $PC.rumor == "diligence">>
-	She seems to @@color:mediumaquamarine;find your diligence enjoyable.@@
+	She seems to @@.mediumaquamarine;find your diligence enjoyable.@@
 	<<set $activeSlave.trust += 5>>
 <</if>>
 
 <<if $activeSlave.accent >= 3>>
-	She barely understands $language at all, and scarcely understands what's happening to her. This leaves her @@color:mediumaquamarine;blissfully unaware of what awaits her,@@ since she's too naive to know better.
+	She barely understands $language at all, and scarcely understands what's happening to her. This leaves her @@.mediumaquamarine;blissfully unaware of what awaits her,@@ since she's too naive to know better.
 	<<set $activeSlave.trust += 25>>
 <</if>>
 
 <<if $arcologies[0].FSSupremacist >= 50>>
 	<<if $activeSlave.race is $arcologies[0].FSSupremacistRace>>
-	She noticed everybody else is the same race as her, and @@color:mediumaquamarine;feels right at home among them.@@
+	She noticed everybody else is the same race as her, and @@.mediumaquamarine;feels right at home among them.@@
 	<<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSSubjugationist >= 50>>
 	<<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>>
-	She noticed a lot of your other slaves are the same race as her, and @@color:mediumaquamarine;feels right at home among them,@@ despite what it means.
+	She noticed a lot of your other slaves are the same race as her, and @@.mediumaquamarine;feels right at home among them,@@ despite what it means.
 	<<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSRepopulationFocus >= 50>>
 	<<if $activeSlave.pregType > 0>>
-		She notices all the rounded bellies in your arcology and @@color:mediumaquamarine;instinctually feels at home with her egg filled womb.@@
+		She notices all the rounded bellies in your arcology and @@.mediumaquamarine;instinctually feels at home with her egg filled womb.@@
 		<<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSGenderFundamentalist >= 50>>
-	She  notices there are lots of girls in your penthouse, making her @@color:mediumaquamarine;more comfortable.@@
+	She  notices there are lots of girls in your penthouse, making her @@.mediumaquamarine;more comfortable.@@
 	<<set $activeSlave.trust += 2>>
 <</if>>
 <<if $arcologies[0].FSGenderRadicalist >= 50>>
-	She notices there are lots of girly boys in your penthouse, making her @@color:mediumaquamarine;more comfortable.@@
+	She notices there are lots of girly boys in your penthouse, making her @@.mediumaquamarine;more comfortable.@@
 	<<set $activeSlave.trust += 2>>
 <</if>>
 <<if $arcologies[0].FSPaternalist >= 50>>
-	She sees how happy your other slaves are, and can't help but @@color:mediumaquamarine;feel happy@@ herself.
+	She sees how happy your other slaves are, and can't help but @@.mediumaquamarine;feel happy@@ herself.
 	<<set $activeSlave.trust += 2>>
 <</if>>
 <<if $arcologies[0].FSDegradationist >= 50>>
-	She sees how your other slaves cower as you pass, and can't help but @@color:mediumaquamarine;feel uneasy around you.@@
+	She sees how your other slaves cower as you pass, and can't help but @@.mediumaquamarine;feel uneasy around you.@@
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 
 <<if $arcologies[0].FSPaternalistLaw == 1>>
-	She saw a good deal of your arcology and its society on her way to your penthouse, and was amazed by all the happy, healthy slaves. She @@color:mediumaquamarine;begins to trust@@ that she'll be one of them, and @@color:hotpink;anticipates playing@@ with all her happy friends.
+	She saw a good deal of your arcology and its society on her way to your penthouse, and was amazed by all the happy, healthy slaves. She @@.mediumaquamarine;begins to trust@@ that she'll be one of them, and @@.hotpink;anticipates playing@@ with all her happy friends.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.devotion += 4>>
 <</if>>
@@ -613,12 +613,12 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 <<set $activeSlave.trust -= 30>>
 <<set $activeSlave.health -= 20>>
 <<replace "#result">>
-	You drag her to the body modification studio and strap her down with her $brandTarget clear and defenseless. She doesn't understand what's on, becoming even more confused as disinfectant is applied to her $brandTarget. She can't see the approaching brand, but eventually she feels the radiated heat on her skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If she trusted you at all before, @@color:mediumorchid;she doesn't now,@@ and she's got the @@color:gold;agonizing@@ @@color:red;injury@@ to remind her should she start to forget.
+	You drag her to the body modification studio and strap her down with her $brandTarget clear and defenseless. She doesn't understand what's on, becoming even more confused as disinfectant is applied to her $brandTarget. She can't see the approaching brand, but eventually she feels the radiated heat on her skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If she trusted you at all before, @@.mediumorchid;she doesn't now,@@ and she's got the @@.gold;agonizing@@ @@.red;injury@@ to remind her should she start to forget.
 	<<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>>
-		Society @@color:green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved.
+		Society @@.green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved.
 		<<FSChange "Subjugationist" 2>>
 	<<elseif ($arcologies[0].FSSupremacistRace == $activeSlave.race) && ($arcologies[0].FSSupremacist > 0)>>
-		Society @@color:red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior.
+		Society @@.red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior.
 		<<FSChange "Supremacist" -2>>
 	<</if>>
 <</replace>>
@@ -636,13 +636,13 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 	<</if>>
 	<<VaginalVCheck>>
 	<<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 0>>
-		The Societal Elite @@color:red;disaprove@@ of this breach of eugenics.
+		The Societal Elite @@.red;disaprove@@ of this breach of eugenics.
 		<<set $failedElite += 5>>
 	<<elseif $activeSlave.breedingMark == 1>>
-		The Societal Elite @@color:green;are pleased@@ that you are promtly putting a child in her.
+		The Societal Elite @@.green;are pleased@@ that you are promtly putting a child in her.
 		<<set $failedElite -= 5>>
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		Society @@color:green;approves@@ of your promptly putting a new slave in her; this advances the idea that all slaves should bear their masters' babies.
+		Society @@.green;approves@@ of your promptly putting a new slave in her; this advances the idea that all slaves should bear their masters' babies.
 		<<FSChange "GenderFundamentalist" 2>>
 	<</if>>
 <</replace>>
@@ -657,7 +657,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 	<<else>>
 		up her poor little butthole, making the poor girl struggle desperately with anal pain.
 	<</if>>
-	You take her, hard, while passersby stare at her as she gets pounded over a rail. She takes the fuck obediently, all the while observing the passing spectators. She might not be a humiliation fetishist, but she is @@color:hotpink;willing to submit@@ to being used as a sex slave in public and may even grow to enjoy it.
+	You take her, hard, while passersby stare at her as she gets pounded over a rail. She takes the fuck obediently, all the while observing the passing spectators. She might not be a humiliation fetishist, but she is @@.hotpink;willing to submit@@ to being used as a sex slave in public and may even grow to enjoy it.
 		<<set $activeSlave.devotion += 4>>
 		<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 			<<set $activeSlave.fetish = "humiliation">>
@@ -669,7 +669,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 
 <br><<link "Inseminate her">>
 <<replace "#result">>
-	You lay the curious $desc across your desk and gently <<if $PC.dick == 1>>slide your hard cock<<else>>push a special strap-on<</if>> <<if $activeSlave.vagina >= 0>>inside her womanhood<<else>>up her butt<</if>>. You take her with care, enjoying her body and doing your best to give her pleasure without hurting her virgin hole. <<if $PC.dick == 1>>You empty your balls inside her, thrusting in as far as you can go<<else>>The strap-on contains a reservoir of faux ejaculate, and you give it to her<</if>> as you climax. When she feels the hot liquid jet into her,	she moans lewdly and relaxes, giving in to the tank's teachings. She might not be an impregnation fetishist, but she is @@color:hotpink;willing to submit@@ to have her body used as your receptacle and may even grow to enjoy it.
+	You lay the curious $desc across your desk and gently <<if $PC.dick == 1>>slide your hard cock<<else>>push a special strap-on<</if>> <<if $activeSlave.vagina >= 0>>inside her womanhood<<else>>up her butt<</if>>. You take her with care, enjoying her body and doing your best to give her pleasure without hurting her virgin hole. <<if $PC.dick == 1>>You empty your balls inside her, thrusting in as far as you can go<<else>>The strap-on contains a reservoir of faux ejaculate, and you give it to her<</if>> as you climax. When she feels the hot liquid jet into her,	she moans lewdly and relaxes, giving in to the tank's teachings. She might not be an impregnation fetishist, but she is @@.hotpink;willing to submit@@ to have her body used as your receptacle and may even grow to enjoy it.
 	<<set $activeSlave.devotion += 4>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "pregnancy">>
@@ -681,7 +681,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 
 <br><<link "Spank her">>
 <<replace "#result">>
-	You lay the curious $desc across your knees and run a voluptuary hand across her <<if $activeSlave.butt > 6>>jiggling<<elseif $activeSlave.butt > 3>>delightfully big<<elseif $activeSlave.butt > 1>>cute<<else>>skinny<</if>> buttocks, enjoying the way she tenses up reflexively at the unfamiliar position. She feels the change in your posture as you bring your hand back, and can't stop herself from wriggling for just a moment before your palm smacks against her ass. She gasps with surprise, but does not object or try to escape. She accepts the spanking, viewing it as a game, and taunts your hand with her rear; by the end, she may even be starting to enjoy it. You're not particularly harsh, and she gets up after you tire of swatting her bottom @@color:hotpink;with a smile@@ on her face.
+	You lay the curious $desc across your knees and run a voluptuary hand across her <<if $activeSlave.butt > 6>>jiggling<<elseif $activeSlave.butt > 3>>delightfully big<<elseif $activeSlave.butt > 1>>cute<<else>>skinny<</if>> buttocks, enjoying the way she tenses up reflexively at the unfamiliar position. She feels the change in your posture as you bring your hand back, and can't stop herself from wriggling for just a moment before your palm smacks against her ass. She gasps with surprise, but does not object or try to escape. She accepts the spanking, viewing it as a game, and taunts your hand with her rear; by the end, she may even be starting to enjoy it. You're not particularly harsh, and she gets up after you tire of swatting her bottom @@.hotpink;with a smile@@ on her face.
 	<<set $activeSlave.devotion += 4>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "masochist">>
@@ -692,7 +692,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 
 <br><<link "Tease her nipples">>
 <<replace "#result">>
-	You pull the curious $desc atop your desk in front of you and go back to business. After a few minutes, you extend an idle hand and begin to fondle her <<if $activeSlave.boobs > 2000>>massive tits<<elseif $activeSlave.boobs > 400>>healthy breasts<<else>>cute little boobs<</if>>, continuing your work with your other hand. You quickly focus your fiddling on her $activeSlave.nipples nipples, the stimulation bringing them quickly erect. She accepts your groping, even becoming aroused by it, but might not be a breast fetishist, though she @@color:hotpink;certainly enjoys the attention.@@ By the feel of her nipples between your fingers, she may certainly develop into one.<<if $incubatorReproductionSetting == 2 && $activeSlave.boobs > 400>> A loud moan and a distinct wetness in your hand quickly draw your attention to her. It seems @@color:green;she is lactating!@@<<set $activeSlave.lactation = 1>><</if>>
+	You pull the curious $desc atop your desk in front of you and go back to business. After a few minutes, you extend an idle hand and begin to fondle her <<if $activeSlave.boobs > 2000>>massive tits<<elseif $activeSlave.boobs > 400>>healthy breasts<<else>>cute little boobs<</if>>, continuing your work with your other hand. You quickly focus your fiddling on her $activeSlave.nipples nipples, the stimulation bringing them quickly erect. She accepts your groping, even becoming aroused by it, but might not be a breast fetishist, though she @@.hotpink;certainly enjoys the attention.@@ By the feel of her nipples between your fingers, she may certainly develop into one.<<if $incubatorReproductionSetting == 2 && $activeSlave.boobs > 400>> A loud moan and a distinct wetness in your hand quickly draw your attention to her. It seems @@.green;she is lactating!@@<<set $activeSlave.lactation = 1>><</if>>
 	<<set $activeSlave.devotion += 4>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "boobs">>
@@ -703,7 +703,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 
 <br><<link "Give her a cum shower">>
 <<replace "#result">>
-	You seat the curious $desc in the center of your office and order every slave avaiable capable of getting hard to report to your office. Once everyone is assembled and erect, you order them to encircle the aroused girl and shower her in cum. As they begin<<if canAchieveErection($activeSlave)>> ($activeSlave.slaveName stroking her own erection too)<</if>>, <<if $PC.dick == 1 && $PC.vagina == 1>>you begin fingering yourself while jacking off alongside your slaves<<elseif $PC.dick == 1>>you join in the circlejerk as well<<else>>you sit back to finger yourself to the show<</if>>. When the first burst of cum streaks across her face, she gasps in surprise, giving another load the chance to launch into her gaping mouth. She gags before licking her lips and opening wide for the next load. After everyone has finished, $activeSlave.slaveName is coated, head to toe, in cum and @@color:hotpink;thrilled to be the center of attention.@@ Though she may not be a cumslut now, she certainly has the potential to become one.
+	You seat the curious $desc in the center of your office and order every slave avaiable capable of getting hard to report to your office. Once everyone is assembled and erect, you order them to encircle the aroused girl and shower her in cum. As they begin<<if canAchieveErection($activeSlave)>> ($activeSlave.slaveName stroking her own erection too)<</if>>, <<if $PC.dick == 1 && $PC.vagina == 1>>you begin fingering yourself while jacking off alongside your slaves<<elseif $PC.dick == 1>>you join in the circlejerk as well<<else>>you sit back to finger yourself to the show<</if>>. When the first burst of cum streaks across her face, she gasps in surprise, giving another load the chance to launch into her gaping mouth. She gags before licking her lips and opening wide for the next load. After everyone has finished, $activeSlave.slaveName is coated, head to toe, in cum and @@.hotpink;thrilled to be the center of attention.@@ Though she may not be a cumslut now, she certainly has the potential to become one.
 	<<set $activeSlave.devotion += 4>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "cumslut">>
@@ -716,13 +716,13 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 <<replace "#result">>
 	You call in the next passing slave, bind her hands and feet and present her to the curious new $desc. You gesture towards the bound girl, signifying permision to do whatever she pleases. Eagerly, $activeSlave.slaveName begins exploring every inch of her body, paying close attention to her nipples and her holes, while you return to your work. It doesn't take long for you to be disrupted by a loud
 	<<if random(1,100) > 50>>
-		moan emanating from the bound girl. Looking up, you see $activeSlave.slaveName <<if canPenetrate($activeSlave)>>fucking her hard and deep<<else>>licking her cunt<</if>>, hitting all the right places and making the helpless girl squirm with pleasure. Any plea for mercy results in a renewed effort to push the girl over the edge. $activeSlave.slaveName is certainly @@color:hotpink;enjoying her treat,@@ and by the looks of things, may be a developing dom!
+		moan emanating from the bound girl. Looking up, you see $activeSlave.slaveName <<if canPenetrate($activeSlave)>>fucking her hard and deep<<else>>licking her cunt<</if>>, hitting all the right places and making the helpless girl squirm with pleasure. Any plea for mercy results in a renewed effort to push the girl over the edge. $activeSlave.slaveName is certainly @@.hotpink;enjoying her treat,@@ and by the looks of things, may be a developing dom!
 		<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 			<<set $activeSlave.fetish = "dom">>
 			<<set $activeSlave.fetishStrength = 20>>
 		<</if>>
 	<<else>>
-		scream of pain from the bound girl. Looking up, you see $activeSlave.slaveName <<if canPenetrate($activeSlave)>>force her cock deep down her toy's throat<<else>>ram her arm deep into her toy's cunt<</if>> causing the hapless girl to writhe in discomfort. Any plea for mercy results in even more intesnse torment. $activeSlave.slaveName is certainly @@color:hotpink;enjoying her treat,@@ and by the looks of things, may be a developing sadist!
+		scream of pain from the bound girl. Looking up, you see $activeSlave.slaveName <<if canPenetrate($activeSlave)>>force her cock deep down her toy's throat<<else>>ram her arm deep into her toy's cunt<</if>> causing the hapless girl to writhe in discomfort. Any plea for mercy results in even more intesnse torment. $activeSlave.slaveName is certainly @@.hotpink;enjoying her treat,@@ and by the looks of things, may be a developing sadist!
 	<</if>>
 	<<set $activeSlave.devotion += 4>>
 <</replace>>
@@ -748,7 +748,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
 	<</if>>
 As she begins to moan with lust, you grip down tightly and force her to the floor. You straddle her and lower your dripping pussy onto her face<<if $PC.dick == 1>>, your erect cock coming to rest on her forehead<</if>>. You continue stroking your toy's rod as she eagerly begins eating you out. As her cock begins to throb, anticipating her upcoming orgasm, 
 <<if $incubatorMusclesSetting == 2 && $incubatorReproductionSetting > 0>>
-	she shoves you onto your back and deeply penetrates you. Before you can kick her off, she thrusts twice and unloads her pent up orgasm deep into your pussy. She pulls out with a huge smile on her face and a @@color:hotpink;deep love@@ for her mate. You glower at her as cum pools from your stretched cunt; she might not be a dom now, but she may certainly become one.
+	she shoves you onto your back and deeply penetrates you. Before you can kick her off, she thrusts twice and unloads her pent up orgasm deep into your pussy. She pulls out with a huge smile on her face and a @@.hotpink;deep love@@ for her mate. You glower at her as cum pools from your stretched cunt; she might not be a dom now, but she may certainly become one.
 	<<set $activeSlave.devotion += 5>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "dom">>
@@ -756,26 +756,26 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 	<</if>>
 	<<if $PC.preg == 0>>
 		<<set $PC.preg = 1, $PC.pregSource = $activeSlave.ID>>
-		You groan as you rub your belly. You were fertile and are now likely @@color:lime;quite pregnant.@@
+		You groan as you rub your belly. You were fertile and are now likely @@.lime;quite pregnant.@@
 	<</if>>
 	<span id="result2">
 		<br><<link "Teach her what she did wrong">>
 			<<replace "#result2">>
-				Her language skills may be undeveloped, but the tank instilled certain phrases into her as it raised her. Taking advantage of those commands, you chastise her for her impudence and instruct her that only you may decide if she is allowed to do that. She @@color:mediumorchid;hangs her head in dissapointment@@ but understands your decree. She doesn't know why she is compelled by what you said, but deep down she @@color:gold;fears what this means.@@
+				Her language skills may be undeveloped, but the tank instilled certain phrases into her as it raised her. Taking advantage of those commands, you chastise her for her impudence and instruct her that only you may decide if she is allowed to do that. She @@.mediumorchid;hangs her head in dissapointment@@ but understands your decree. She doesn't know why she is compelled by what you said, but deep down she @@.gold;fears what this means.@@
 				<<set $activeSlave.devotion -= 5>>
 				<<set $activeSlave.trust -= 5>>
 			<</replace>>
 		<</link>>
 		<br><<link "Punish her nuts">>
 			<<replace "#result2">>
-				Righting yourself, you land a kick firmly and directly into her dangling balls. She collapses to the ground @@color:mediumorchid;wailing with betrayal@@ and @@color:gold;desperately trying to protect herself from you.@@
+				Righting yourself, you land a kick firmly and directly into her dangling balls. She collapses to the ground @@.mediumorchid;wailing with betrayal@@ and @@.gold;desperately trying to protect herself from you.@@
 				<<set $activeSlave.devotion -= 25>>
 				<<set $activeSlave.trust -= 50>>
 			<</replace>>
 		<</link>>
 		<br><<link "Punish her with a chastity belt">>
 			<<replace "#result2">>
-				Righting yourself, you head to your desk and pull out a chastity cage. Calling the curious girl over, you tease her genitals until she lowers her guard and lock her dick in the device. She @@color:mediumorchid;howls with displeasure@@ at the tightness around her cock and @@color:gold;begins to panic@@ when she finds she can't remove it. You send her off to learn her place.
+				Righting yourself, you head to your desk and pull out a chastity cage. Calling the curious girl over, you tease her genitals until she lowers her guard and lock her dick in the device. She @@.mediumorchid;howls with displeasure@@ at the tightness around her cock and @@.gold;begins to panic@@ when she finds she can't remove it. You send her off to learn her place.
 				<<set $activeSlave.devotion -= 15>>
 				<<set $activeSlave.trust -= 5>>
 				<<set $activeSlave.dickAccessory = "chastity">>
@@ -784,13 +784,13 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 		<<if $seeExtreme == 1>>
 		<br><<link "Geld her as punishment">>
 			<<replace "#result2">>
-				Righting yourself, you grab the gloating slave, drag her to the autosurgery and strap her face down with her legs spread. She doesn't understand what's happening, but giggles at the sensations running through her numb body. She's so drugged and drowsy with @@color:red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@color:gold;horror@@ of what's happened. She spends the rest of the week dimly trying to find where her balls went.
+				Righting yourself, you grab the gloating slave, drag her to the autosurgery and strap her face down with her legs spread. She doesn't understand what's happening, but giggles at the sensations running through her numb body. She's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@.gold;horror@@ of what's happened. She spends the rest of the week dimly trying to find where her balls went.
 				<<if $arcologies[0].FSGenderRadicalist != "unset">>
-					Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
+					Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
 					<<FSChange "GenderRadicalist" 2>>
 				<</if>>
 				<<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>>
-					Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
+					Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
 					<<FSChange "Eugenics" 2>>
 				<</if>>
 				<<set $activeSlave.devotion -= 25>>
@@ -801,7 +801,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 		<</if>>
 	</span>
 <<else>>
-	you quickly bind the base of her penis, denying her release. You grind your cunt into her face, letting her that YOU are the one who'll be orgasming here, not her. Only once you have initiated the new slave by soaking her face in your cum do you release her dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in her cum. You turn around and order the exhausted girl to clean her cum off your hand<<if $PC.dick == 1>> and to finish off her twitching dick<</if>>; she might not be a submissive, but she is @@color:hotpink;willing to let you have your way@@ with her body used and may even grow to enjoy it.
+	you quickly bind the base of her penis, denying her release. You grind your cunt into her face, letting her that YOU are the one who'll be orgasming here, not her. Only once you have initiated the new slave by soaking her face in your cum do you release her dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in her cum. You turn around and order the exhausted girl to clean her cum off your hand<<if $PC.dick == 1>> and to finish off her twitching dick<</if>>; she might not be a submissive, but she is @@.hotpink;willing to let you have your way@@ with her body used and may even grow to enjoy it.
 	<<set $activeSlave.devotion += 5>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "submissive">>
@@ -818,7 +818,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<replace "#result">>
 You beckon the curious girl to your hefty breasts, having noticed how hungrily she has been eyeing them. She eagerly places her hands to them and begins sqeeuzing and massaging them, quickly becoming aroused herself. She pays close attention to your nipples, <<if $PC.preg > 20>> squeeling happily when milk begins to flow from them<<else>> grumbling unhappily when she finds no milk within<</if>>.
 <<if $incubatorMusclesSetting == 2 && $incubatorReproductionSetting > 0 && canAchieveErection($activeSlave)>>
-	Suddenly, she shoves you onto your back and begins enthusiastically fucking your breasts. Before you can push her off, she thrusts hard and unloads her pent up orgasm deep into your cleavage and across your face. She sits back with a huge smile on her face and a @@color:hotpink;new connection to you@@. She @@color:gold;recoils in surprise and fear@@ when you respond by slapping her across the face for her impudence. She might not look like a dom, but she may turn into one.
+	Suddenly, she shoves you onto your back and begins enthusiastically fucking your breasts. Before you can push her off, she thrusts hard and unloads her pent up orgasm deep into your cleavage and across your face. She sits back with a huge smile on her face and a @@.hotpink;new connection to you@@. She @@.gold;recoils in surprise and fear@@ when you respond by slapping her across the face for her impudence. She might not look like a dom, but she may turn into one.
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<if random(1,100) > 60 && $activeSlave.fetish == "none">>
@@ -828,14 +828,14 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 	<span id="result2">
 		<br><<link "Teach her what she did wrong">>
 			<<replace "#result2">>
-				Her language skills may be undeveloped, but the tank instilled certain phrases into her as it raised her. Taking advantage of those commands, you chastise her for her impudence and instruct her that only you may decide if she is allowed to do that. She @@color:hotpink;nods along to your words@@ understanding concepts but mostly following along @@color:gold;in fear@@ of you.
+				Her language skills may be undeveloped, but the tank instilled certain phrases into her as it raised her. Taking advantage of those commands, you chastise her for her impudence and instruct her that only you may decide if she is allowed to do that. She @@.hotpink;nods along to your words@@ understanding concepts but mostly following along @@.gold;in fear@@ of you.
 				<<set $activeSlave.devotion += 5>>
 				<<set $activeSlave.trust -= 5>>
 			<</replace>>
 		<</link>>
 		<br><<link "Punish her with a chastity belt">>
 			<<replace "#result2">>
-				Righting yourself, you head to your desk and pull out a chastity cage. Calling the cautious girl over, you tease her genitals until she lowers her guard and lock her dick in the device. She @@color:mediumorchid;howls with displeasure@@ at the tightness around her cock and @@color:gold;begins to panic@@ when she finds she can't remove it. You send her off to learn her place.
+				Righting yourself, you head to your desk and pull out a chastity cage. Calling the cautious girl over, you tease her genitals until she lowers her guard and lock her dick in the device. She @@.mediumorchid;howls with displeasure@@ at the tightness around her cock and @@.gold;begins to panic@@ when she finds she can't remove it. You send her off to learn her place.
 				<<set $activeSlave.devotion -= 15>>
 				<<set $activeSlave.trust -= 5>>
 				<<set $activeSlave.dickAccessory = "chastity">>
@@ -844,13 +844,13 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<if $seeExtreme == 1>>
 		<br><<link "Geld her as punishment">>
 			<<replace "#result2">>
-				Righting yourself, you grab the cowering slave, drag her to the autosurgery and strap her face down with her legs spread. She doesn't understand what's happening, but giggles at the sensations running through her numb body. She's so drugged and drowsy with @@color:red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@color:gold;horror@@ of what's happened. She spends the rest of the week dimly trying to find where her balls went.
+				Righting yourself, you grab the cowering slave, drag her to the autosurgery and strap her face down with her legs spread. She doesn't understand what's happening, but giggles at the sensations running through her numb body. She's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@.gold;horror@@ of what's happened. She spends the rest of the week dimly trying to find where her balls went.
 				<<if $arcologies[0].FSGenderRadicalist != "unset">>
-					Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
+					Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
 					<<FSChange "GenderRadicalist" 2>>
 				<</if>>
 				<<if $arcologies[0].FSRestart != "unset">>
-					Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
+					Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
 					<<FSChange "Eugenics" 2>>
 				<</if>>
 				<<set $activeSlave.devotion -= 25>>
@@ -861,7 +861,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</if>>
 	</span>
 <<else>>
-	Suddenly, she buries her head into your cleavage, knocking you off balance and to the floor. As you try to right yourself, you notice she has fallen asleep in your pillowy breasts. Sighing, you make yourself comfortable until she finishes her nap. When the first the she sees when she awakes is your face; a @@color:hotpink;lasting bond@@ is established between you two. She happily returns to snuggling your tits before you can help her up and send her off. She might be turning into a breast fetishist, if you had to guess.
+	Suddenly, she buries her head into your cleavage, knocking you off balance and to the floor. As you try to right yourself, you notice she has fallen asleep in your pillowy breasts. Sighing, you make yourself comfortable until she finishes her nap. When the first the she sees when she awakes is your face; a @@.hotpink;lasting bond@@ is established between you two. She happily returns to snuggling your tits before you can help her up and send her off. She might be turning into a breast fetishist, if you had to guess.
 	<<set $activeSlave.devotion += 5>>
 	<<if random(1,100) > 40 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "boobs">>
@@ -875,7 +875,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<if $PC.preg >= 24>>
 <br><<link "Permit her to explore your pregnancy">>
 <<replace "#result">>
-	You beckon the curious girl to your weighty pregnancy and as she approaches push it directly into her <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until she has no choice but to wrap her arms around it. She happily runs her hands across your belly, cooing with delight at the tautness and warmth. She jumps back with a gasp the first time she is met with a kick from within you, but @@color:hotpink;giggles pleasantly@@ as you help her back to her feet. She spends a lot of time comparing your belly to her own, she might not be a pregnancy fetishist, but it seems likely she may become one.
+	You beckon the curious girl to your weighty pregnancy and as she approaches push it directly into her <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until she has no choice but to wrap her arms around it. She happily runs her hands across your belly, cooing with delight at the tautness and warmth. She jumps back with a gasp the first time she is met with a kick from within you, but @@.hotpink;giggles pleasantly@@ as you help her back to her feet. She spends a lot of time comparing your belly to her own, she might not be a pregnancy fetishist, but it seems likely she may become one.
 	<<set $activeSlave.devotion += 5>>
 	<<if random(1,100) > 40 && $activeSlave.fetish == "none">>
 		<<set $activeSlave.fetish = "pregnancy">>
@@ -890,9 +890,9 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.health += 10>>
 <<set $activeSlave.trust += 4>>
 <<replace "#result">>
-	Since she came out of the tank rather unhealthy, so you give her a comprehensive medical exam with the help of the remote surgery. You apply care to @@color:green;address@@ some of the most outstanding concerns. After the checkup, she happily @@color:mediumaquamarine;expresses her thanks@@ for making her feel better.
+	Since she came out of the tank rather unhealthy, so you give her a comprehensive medical exam with the help of the remote surgery. You apply care to @@.green;address@@ some of the most outstanding concerns. After the checkup, she happily @@.mediumaquamarine;expresses her thanks@@ for making her feel better.
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		Society @@color:green;approves@@ of your promptly seeing to your stock's health; this advances the idea that all slave owners should look after their slaves.
+		Society @@.green;approves@@ of your promptly seeing to your stock's health; this advances the idea that all slave owners should look after their slaves.
 		<<FSChange "Paternalist" 2>>
 	<</if>>
 <</replace>>
@@ -907,13 +907,13 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.health -= 10>>
 <<set $activeSlave.trust -= 100>>
 <<replace "#result">>
-	You escort her to the remote surgery and strap her face down with her legs spread. She doesn't understand what's happening, but giggles at the sensations running through her numb body. She's so drugged and drowsy with @@color:red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@color:gold;horror@@ of what's happened. She spends the rest of the week dimly trying to find where her balls went.
+	You escort her to the remote surgery and strap her face down with her legs spread. She doesn't understand what's happening, but giggles at the sensations running through her numb body. She's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@.gold;horror@@ of what's happened. She spends the rest of the week dimly trying to find where her balls went.
 	<<if $arcologies[0].FSGenderRadicalist != "unset">>
-		Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
+		Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
 		<<FSChange "GenderRadicalist" 2>>
 	<</if>>
 	<<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>>
-		Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
+		Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
 		<<FSChange "Eugenics" 2>>
 	<</if>>
 <</replace>>
@@ -928,7 +928,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.health -= 10>>
 <<set $activeSlave.trust -= 5>>
 <<replace "#result">>
-	You escort her to the remote surgery and strap her face down with her legs bare. She doesn't understand what's coming for a while, but giggles as her lower legs are carefully cleaned and disinfected. She can't see the approaching surgical manipulators, but eventually she feels a tugging at her lower legs even through the local anaesthetic. She gets one squeal of protest out before the surgery begins to apply healing agents. She now requires special heels to walk, and will @@color:gold;remember your power@@ with every @@color:red;painful@@ step she takes. She seems @@color:hotpink;inappropriately happy@@ about getting to wear pretty shoes when she can no longer walk without them.
+	You escort her to the remote surgery and strap her face down with her legs bare. She doesn't understand what's coming for a while, but giggles as her lower legs are carefully cleaned and disinfected. She can't see the approaching surgical manipulators, but eventually she feels a tugging at her lower legs even through the local anaesthetic. She gets one squeal of protest out before the surgery begins to apply healing agents. She now requires special heels to walk, and will @@.gold;remember your power@@ with every @@.red;painful@@ step she takes. She seems @@.hotpink;inappropriately happy@@ about getting to wear pretty shoes when she can no longer walk without them.
 <</replace>>
 <</link>>
 <</if>>
@@ -944,7 +944,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 	<<set $activeSlave.health -= 10>>
 	<<set $activeSlave.trust -= 100>>
 <<replace "#result">>
-	You escort her to the remote surgery and strap her face up with her stomach bare. She doesn't understand what's coming for a while, even iggling as her belly is carefully cleaned and disinfected. She begins to panic at the sight of the approaching surgical manipulators, screaming out as they cut into her abdomen. She squeals in horror as her womb and ovaries are extracted before her eyes. She will never bear children, and will @@color:mediumorchid;remember her status@@ with every fucking she receives. Your absolute power is rightfully @@color:gold;terrifying@@ to her undeveloped mind.
+	You escort her to the remote surgery and strap her face up with her stomach bare. She doesn't understand what's coming for a while, even iggling as her belly is carefully cleaned and disinfected. She begins to panic at the sight of the approaching surgical manipulators, screaming out as they cut into her abdomen. She squeals in horror as her womb and ovaries are extracted before her eyes. She will never bear children, and will @@.mediumorchid;remember her status@@ with every fucking she receives. Your absolute power is rightfully @@.gold;terrifying@@ to her undeveloped mind.
 <</replace>>
 <</link>>
 <</if>>
@@ -957,7 +957,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.devotion += 10>>
 <<set $activeSlave.trust -= 10>>
 	<<replace "#result">>
-		You tell her that it's in her interests to be a good girl. She smiles happily, taking it as a compliment. You point behind her; she turns, and beholds a live feed from the Industrial Dairy. She gazes spellbound at the interleaved row of bodies intertwined with machines in embraces far more intimate than any lover could hope to match. The gently heaving masses of breastflesh hold her fascinated and horrified attention until one of the machines fortuitously chooses this moment to cycle its occupant's anal hydration regimen. It withdraws its horse-sized phallus from the slave's anus, leaving her gape pulsing gently as it awaits the resumption of the endless assrape.<<if $dairyPregSetting > 0>> Her attention is caught by another slave in the throes of birth, gasping as she watches her newborns taken away. She begins to cry as the machine inserts it's inseminator and pumps the cow's womb full of fresh cum, leaving her bloated.<</if>> $activeSlave.slaveName lets out a huge sob and turns to you, @@color:gold;fear suffusing her@@ as she promises to @@color:hotpink;be a good girl.@@
+		You tell her that it's in her interests to be a good girl. She smiles happily, taking it as a compliment. You point behind her; she turns, and beholds a live feed from the Industrial Dairy. She gazes spellbound at the interleaved row of bodies intertwined with machines in embraces far more intimate than any lover could hope to match. The gently heaving masses of breastflesh hold her fascinated and horrified attention until one of the machines fortuitously chooses this moment to cycle its occupant's anal hydration regimen. It withdraws its horse-sized phallus from the slave's anus, leaving her gape pulsing gently as it awaits the resumption of the endless assrape.<<if $dairyPregSetting > 0>> Her attention is caught by another slave in the throes of birth, gasping as she watches her newborns taken away. She begins to cry as the machine inserts it's inseminator and pumps the cow's womb full of fresh cum, leaving her bloated.<</if>> $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing her@@ as she promises to @@.hotpink;be a good girl.@@
 	<</replace>>
 	<</link>>
 	<<if $dairyPrepUpgrade == 1>>
@@ -1002,7 +1002,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.trust -= 10>>
 	<<replace "#result">>
-		You tell her that it's in her interests to be a good girl. She smiles happily, taking it as a compliment. You point behind her; she turns, and beholds a live feed from $arcadeName. She gazes at the row of butts sticking out of the wall at dick height, not quite realizing what she's seeing<<if canAchieveErection($activeSlave)>>, but becoming stiff at the sight of all the holes<</if>>. Then she notices that there are citizens pumping away in front of two of the butts, and she understands. As she watches, aroused, first one citizen and then the other finishes and steps away. The first arcade inmate's <<if $seeDicks != 100>>pussy<<else>>butt<</if>> is left looking sore until $arcadeName's systems cover her for a quick cleaning, and the second inmate's asshole <<if $seeDicks != 0>>has obviously seen severe use, since the poor girl doesn't have  a pussy to spread the load<<else>>is loose enough that the machines have to clean up the cum it drools onto the floor<</if>>. $activeSlave.slaveName lets out a cheer and turns to you, @@color:hotpink;eagerly awaiting the day she gets to go to $arcadeName and play with the holes.@@ It seems she missed the point.
+		You tell her that it's in her interests to be a good girl. She smiles happily, taking it as a compliment. You point behind her; she turns, and beholds a live feed from $arcadeName. She gazes at the row of butts sticking out of the wall at dick height, not quite realizing what she's seeing<<if canAchieveErection($activeSlave)>>, but becoming stiff at the sight of all the holes<</if>>. Then she notices that there are citizens pumping away in front of two of the butts, and she understands. As she watches, aroused, first one citizen and then the other finishes and steps away. The first arcade inmate's <<if $seeDicks != 100>>pussy<<else>>butt<</if>> is left looking sore until $arcadeName's systems cover her for a quick cleaning, and the second inmate's asshole <<if $seeDicks != 0>>has obviously seen severe use, since the poor girl doesn't have  a pussy to spread the load<<else>>is loose enough that the machines have to clean up the cum it drools onto the floor<</if>>. $activeSlave.slaveName lets out a cheer and turns to you, @@.hotpink;eagerly awaiting the day she gets to go to $arcadeName and play with the holes.@@ It seems she missed the point.
 	<</replace>>
 	<</link>>
 	<<if ($arcade > $arcadeSlaves) || ($arcadeUpgradeFuckdolls != 0)>>
@@ -1044,7 +1044,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.devotion -= 50>>
 <<set $activeSlave.trust -= 100>>
 <<replace "#result">>
-	You cuff her wrists and tie the cuffs to a hook in the ceiling so she's forced up on tiptoe. Reflecting that sometimes the old ways are best, you take a whip to her. It's soft leather and you have some skill, so her skin isn't broken, but you lash her buttocks and every stroke draws a scream. After a while, the pain grows dull for her and she slumps in her bindings, moaning. You switch to her nipples, bringing her back to howling life as she dances on tiptoe and tries to dodge. <<if $activeSlave.dick != 0>>You finish by taking the whip to her penis, leaving her sobbing and begging. <</if>>Her first true introduction to you sinks deep; now she @@color:gold;deeply fears you@@ and @@color:mediumorchid;hates being around you.@@
+	You cuff her wrists and tie the cuffs to a hook in the ceiling so she's forced up on tiptoe. Reflecting that sometimes the old ways are best, you take a whip to her. It's soft leather and you have some skill, so her skin isn't broken, but you lash her buttocks and every stroke draws a scream. After a while, the pain grows dull for her and she slumps in her bindings, moaning. You switch to her nipples, bringing her back to howling life as she dances on tiptoe and tries to dodge. <<if $activeSlave.dick != 0>>You finish by taking the whip to her penis, leaving her sobbing and begging. <</if>>Her first true introduction to you sinks deep; now she @@.gold;deeply fears you@@ and @@.mediumorchid;hates being around you.@@
 <</replace>>
 <</link>>
 
@@ -1052,7 +1052,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <br><<link "Give her a lewd tramp stamp">>
 <<set $activeSlave.stampTat = either("advertisements", "rude words", "degradation")>>
 <<replace "#result">>
-	You bring her down to the studio, lay the compliant girls in the chair facedown, and select a sufficiently lewd pattern to decorate her lower back. When the automated tattooing is done, a topical application of analgesics leaves her with nothing more than a slight ache there. When allowed to stand, she immediately turns her back to one of the studio's full length mirrors and cranes around to gawk at the picture just over her butt. She wiggles her rear and giggles at the drawing moving along with it. It seems she @@color:hotpink;enjoys it.@@
+	You bring her down to the studio, lay the compliant girls in the chair facedown, and select a sufficiently lewd pattern to decorate her lower back. When the automated tattooing is done, a topical application of analgesics leaves her with nothing more than a slight ache there. When allowed to stand, she immediately turns her back to one of the studio's full length mirrors and cranes around to gawk at the picture just over her butt. She wiggles her rear and giggles at the drawing moving along with it. It seems she @@.hotpink;enjoys it.@@
 	<<set $activeSlave.devotion += 5>>
 <</replace>>
 <</link>>
@@ -1066,7 +1066,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.hLength = 0>>
 <<set $activeSlave.trust -= 50>>
 <<replace "#result">>
-	You escort her to the auto salon running your fingers through her long hair the entire way. She sighs contently under your patting until you reach the salon. You strap her in and set the auto salon to shave. She looks around frantically as the manipulators with their buzzing shears descend menacingly. As they run quickly back and forth across her head, she begins to sob, obviously @@color:gold;fearing@@ the strange device. When she catches sight of her bald head, @@color:mediumorchid;her face twists with revulsion.@@ She didn't seem to take it well.
+	You escort her to the auto salon running your fingers through her long hair the entire way. She sighs contently under your patting until you reach the salon. You strap her in and set the auto salon to shave. She looks around frantically as the manipulators with their buzzing shears descend menacingly. As they run quickly back and forth across her head, she begins to sob, obviously @@.gold;fearing@@ the strange device. When she catches sight of her bald head, @@.mediumorchid;her face twists with revulsion.@@ She didn't seem to take it well.
 <</replace>>
 <</link>>
 <</if>>
@@ -1075,7 +1075,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.devotion += 5>>
 <<set $activeSlave.trust += 10>>
 <<replace "#result">>
-	You cuff her wrists and ankles, bend all four limbs behind her, secure them together, and hoist her up to the ceiling on a rope. She hangs up there like a sex slave chandelier, breasts swaying in a lovely way whenever she squirms. Periodically you let her down to stretch her aching limbs, but whenever you put your decoration back up you add some clips with little bells on them: first the nose, then the nipples, and finally the <<if $activeSlave.dick != 0>>dickhead<<else>>pussylips<</if>>. By the end of the day your work is accompanied by the sweet sounds of ringing bells and @@color:hotpink;inappropriate laguther@@ in her <<if $activeSlave.voice is 3>>high, girlish<<elseif $activeSlave.voice is 2>>feminine<<else>>deep<</if>> voice. She seems to think it's a game and @@color:aquamarine;tust you more@@ for playing it with her.
+	You cuff her wrists and ankles, bend all four limbs behind her, secure them together, and hoist her up to the ceiling on a rope. She hangs up there like a sex slave chandelier, breasts swaying in a lovely way whenever she squirms. Periodically you let her down to stretch her aching limbs, but whenever you put your decoration back up you add some clips with little bells on them: first the nose, then the nipples, and finally the <<if $activeSlave.dick != 0>>dickhead<<else>>pussylips<</if>>. By the end of the day your work is accompanied by the sweet sounds of ringing bells and @@.hotpink;inappropriate laguther@@ in her <<if $activeSlave.voice is 3>>high, girlish<<elseif $activeSlave.voice is 2>>feminine<<else>>deep<</if>> voice. She seems to think it's a game and @@.aquamarine;tust you more@@ for playing it with her.
 <</replace>>
 <</link>>
 
@@ -1087,7 +1087,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 	<<set $vaginalTotal += 1>>
 <<set $activeSlave.vagina = 1>>
 <<replace "#result">>
-	You gently lead her unresisting body to the couch next to your desk and spread her legs. She writhes and moans as you enter her virgin pussy, but after getting into the rhythm of sex, she enthusiastically moves along trying to make the feeling even better. She's almost sad when @@color:hotpink;her beloved parter@@ finishes, but @@color:aquamarine;hopes@@ she'll get to play sex with you again soon. @@color:lime;Her tight little pussy has been broken in.@@
+	You gently lead her unresisting body to the couch next to your desk and spread her legs. She writhes and moans as you enter her virgin pussy, but after getting into the rhythm of sex, she enthusiastically moves along trying to make the feeling even better. She's almost sad when @@.hotpink;her beloved parter@@ finishes, but @@.aquamarine;hopes@@ she'll get to play sex with you again soon. @@.lime;Her tight little pussy has been broken in.@@
 <</replace>>
 <</link>>
 <</if>>
@@ -1100,7 +1100,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 	<<set $analTotal += 1>>
 <<set $activeSlave.anus = 1>>
 <<replace "#result">>
-	You gently lead her unresisting body to the couch next to your desk and arrange her with her rear in the air. She writhes and moans as you enter her virgin anus, but after getting into the rhythm of sex, she enthusiastically moves along trying to make the feeling even better. She's almost sad when @@color:hotpink;her beloved parter@@ finishes, but @@color:aquamarine;hopes@@ she'll get to play sex with you again soon. @@color:lime;Her tight little anus has been broken in.@@
+	You gently lead her unresisting body to the couch next to your desk and arrange her with her rear in the air. She writhes and moans as you enter her virgin anus, but after getting into the rhythm of sex, she enthusiastically moves along trying to make the feeling even better. She's almost sad when @@.hotpink;her beloved parter@@ finishes, but @@.aquamarine;hopes@@ she'll get to play sex with you again soon. @@.lime;Her tight little anus has been broken in.@@
 <</replace>>
 <</link>>
 <</if>>
@@ -1113,15 +1113,15 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<replace "#result">>
 	You put a shock collar on her. Its function isn't immediately obvious, at least until you test it on the lowest power setting, making her jump and look at you in terror. This concern is compounded when you throw a big dildo at her and tell her to rape herself. She gapes at you incredulously until you give her a stronger jolt and preemptorily tell her to
 	<<if $activeSlave.vagina > 0>>
-	pick it up and pound her own pussy. @@color:mediumorchid;Uncertain,@@ she reaches down shakily, seats herself, and slowly pushes the uncomfortably big phallus inside her womanhood. She starts to fuck herself. Harder, you command. Wincing, she works her cunt faster. Harder, you repeat, giving her another shock. @@color:gold;She begins to cry,@@ but continues, sawing the big fake cock in and out, really raping herself.
+	pick it up and pound her own pussy. @@.mediumorchid;Uncertain,@@ she reaches down shakily, seats herself, and slowly pushes the uncomfortably big phallus inside her womanhood. She starts to fuck herself. Harder, you command. Wincing, she works her cunt faster. Harder, you repeat, giving her another shock. @@.gold;She begins to cry,@@ but continues, sawing the big fake cock in and out, really raping herself.
 <<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
 	<<elseif $activeSlave.anus > 0>>
-	pick it up and pound her own ass. @@color:mediumorchid;Uncertain,@@ she reaches down shakily, seats herself, and gradually shoves the already-lubricated phallus into her ass. It's uncomfortably big for her butt, but she can manage it, and slowly starts to sodomize herself. Harder, you command. Wincing, she fucks her ass faster. Harder, you repeat, giving her another shock. @@color:gold;She begins to cry,@@ but continues, sawing the big fake cock in and out, really assraping herself.
+	pick it up and pound her own ass. @@.mediumorchid;Uncertain,@@ she reaches down shakily, seats herself, and gradually shoves the already-lubricated phallus into her ass. It's uncomfortably big for her butt, but she can manage it, and slowly starts to sodomize herself. Harder, you command. Wincing, she fucks her ass faster. Harder, you repeat, giving her another shock. @@.gold;She begins to cry,@@ but continues, sawing the big fake cock in and out, really assraping herself.
 <<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<else>>
-	pick it up and facefuck herself. @@color:mediumorchid;Uncertain,@@ she reaches down shakily, seats herself, and slowly swallows the uncomfortably big phallus. She has to start over several times as her gag reflex kicks in, but she finally manages to hilt it. Harder, you command. Eyes rolling fearfully, she withdraws it a few inches and shoves it down her throat again. Harder, you repeat, giving her another shock. @@color:gold;She begins to weep and gag,@@ but continues, sawing the big fake cock in and out, really molesting herself.
+	pick it up and facefuck herself. @@.mediumorchid;Uncertain,@@ she reaches down shakily, seats herself, and slowly swallows the uncomfortably big phallus. She has to start over several times as her gag reflex kicks in, but she finally manages to hilt it. Harder, you command. Eyes rolling fearfully, she withdraws it a few inches and shoves it down her throat again. Harder, you repeat, giving her another shock. @@.gold;She begins to weep and gag,@@ but continues, sawing the big fake cock in and out, really molesting herself.
 <<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<</if>>
@@ -1138,7 +1138,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.boobs += 500>>
 		<<set $activeSlave.drugs = "hyper breast injections">>
 		<<replace "#result">>
-			She squeels in protest as you inject her breasts with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her breasts are bigger. By the end of the week, she's @@color:hotpink;deliriously happy@@ over her swollen chest and @@color:mediumaquamarine;hopes@@ you'll let them grow even larger.
+			She squeels in protest as you inject her breasts with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her breasts are bigger. By the end of the week, she's @@.hotpink;deliriously happy@@ over her swollen chest and @@.mediumaquamarine;hopes@@ you'll let them grow even larger.
 		<</replace>>
 		<</link>>
 	<<elseif $activeSlave.boobs < 4000>>
@@ -1148,7 +1148,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.boobs += 200>>
 		<<set $activeSlave.drugs = "breast injections">>
 		<<replace "#result">>
-			She squeels in protest as you inject her breasts with their first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her breasts are bigger than before. She's @@color:hotpink;deliriously happy@@ that her chest is swelling and @@color:mediumaquamarine;hopes@@ you'll make them even larger.
+			She squeels in protest as you inject her breasts with their first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her breasts are bigger than before. She's @@.hotpink;deliriously happy@@ that her chest is swelling and @@.mediumaquamarine;hopes@@ you'll make them even larger.
 		<</replace>>
 		<</link>>
 	<<else>>
@@ -1164,7 +1164,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.health -= 10>>
 		<<set $activeSlave.boobShape = "normal">>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake tits. She's @@color:hotpink;deliriously happy@@ that she has her own pair of giant breasts hanging from her stretched chest and @@color:mediumaquamarine;hopes@@ you have plans to make them even bigger, even though she is already struggling to keep upright. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake tits. She's @@.hotpink;deliriously happy@@ that she has her own pair of giant breasts hanging from her stretched chest and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger, even though she is already struggling to keep upright. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 		<br><<link "Implant a massive pair of 7500cc string implants in her chest">>
@@ -1177,7 +1177,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.health -= 10>>
 		<<set $activeSlave.boobShape = "normal">>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake tits. She's @@color:hotpink;deliriously happy@@ that she has her own pair of monster breasts straining her chest and @@color:mediumaquamarine;bounces cheerfully@@ when she hears they'll keep growing, despite her near inability to stay upright. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake tits. She's @@.hotpink;deliriously happy@@ that she has her own pair of monster breasts straining her chest and @@.mediumaquamarine;bounces cheerfully@@ when she hears they'll keep growing, despite her near inability to stay upright. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<elseif $activeSlave.boobs < 1000>>
@@ -1190,7 +1190,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.health -= 10>>
 		<<set $activeSlave.boobShape = "normal">>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake balloons. She's @@color:hotpink;deliriously happy@@ that she has her own pair of big breasts hanging from her chest and @@color:mediumaquamarine;hopes@@ you have plans to make them even bigger. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake balloons. She's @@.hotpink;deliriously happy@@ that she has her own pair of big breasts hanging from her chest and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 		<br><<link "Implant a heavy pair of 1500cc string implants in her chest">>
@@ -1203,7 +1203,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.health -= 10>>
 		<<set $activeSlave.boobShape = "normal">>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake balloons. She's @@color:hotpink;deliriously happy@@ that she has her own pair of big breasts hanging from her chest and @@color:mediumaquamarine;bounces cheerfully@@ when she hears they'll keep growing. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake balloons. She's @@.hotpink;deliriously happy@@ that she has her own pair of big breasts hanging from her chest and @@.mediumaquamarine;bounces cheerfully@@ when she hears they'll keep growing. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<else>>
@@ -1219,7 +1219,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 			<<set $activeSlave.trust += 15>>
 			<<set $activeSlave.bellyAccessory = "a huge empathy belly">>
 			<<replace "#result">>
-				You tell her to cover her eyes and wait while you go fetch something for her. Lugging back the biggest empathy belly you had available, you slip it onto her eliciting a grunt of discomfort. You order her to open her eyes and look herself over. She's @@color:hotpink;deliriously happy@@ as her huge belly and @@color:mediumaquamarine;bounces cheerfully@@ when she hears she can keep it. She spends the rest of the day bumping into things and struggling to adjust to the huge weight haning off her front.
+				You tell her to cover her eyes and wait while you go fetch something for her. Lugging back the biggest empathy belly you had available, you slip it onto her eliciting a grunt of discomfort. You order her to open her eyes and look herself over. She's @@.hotpink;deliriously happy@@ as her huge belly and @@.mediumaquamarine;bounces cheerfully@@ when she hears she can keep it. She spends the rest of the day bumping into things and struggling to adjust to the huge weight haning off her front.
 			<</replace>>
 		<</link>>
 	<</if>>
@@ -1231,7 +1231,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 			<<set $cash -= $surgeryCost>>
 			<<set $activeSlave.health -= 50>>
 			<<replace "#result">>
-				You escort her to the remote surgery, strap her in, and put her under. When she awakes from her induced coma, she nearly faints at the sight of her immense middle. She's @@color:hotpink;deliriously happy@@ at her hugeness and @@color:mediumaquamarine;squirms happily@@ when she hears you can make it bigger, despite the fact that it is nearly as large as she is and pins her to the bed she lies upon. As it was an invasive surgery, @@color:red;her health has been greatly affected.@@
+				You escort her to the remote surgery, strap her in, and put her under. When she awakes from her induced coma, she nearly faints at the sight of her immense middle. She's @@.hotpink;deliriously happy@@ at her hugeness and @@.mediumaquamarine;squirms happily@@ when she hears you can make it bigger, despite the fact that it is nearly as large as she is and pins her to the bed she lies upon. As it was an invasive surgery, @@.red;her health has been greatly affected.@@
 			<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<</if>>
@@ -1242,7 +1242,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $cash -= $surgeryCost>>
 		<<set $activeSlave.health -= 10>>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new bulbous middle. She's @@color:hotpink;deliriously happy@@ that she has her own round belly and @@color:mediumaquamarine;bounces cheerfully@@ when she hears you can make it bigger. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new bulbous middle. She's @@.hotpink;deliriously happy@@ that she has her own round belly and @@.mediumaquamarine;bounces cheerfully@@ when she hears you can make it bigger. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>> //This option costs ¤$surgeryCost//
 	<</link>>
 <</if>>
@@ -1256,7 +1256,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.dick += 3>>
 		<<set $activeSlave.drugs = "hyper penis enhancement">>
 		<<replace "#result">>
-			She squeels in protest as you inject her penis with its first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her dick feels heavier. By the end of the week, she's @@color:hotpink;deliriously happy@@ over her meaty cock and @@color:mediumaquamarine;hopes@@ you'll let it grow even larger.
+			She squeels in protest as you inject her penis with its first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her dick feels heavier. By the end of the week, she's @@.hotpink;deliriously happy@@ over her meaty cock and @@.mediumaquamarine;hopes@@ you'll let it grow even larger.
 		<</replace>>
 		<</link>>
 	<<elseif $activeSlave.dick < 10>>
@@ -1266,7 +1266,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.dick += 1>>
 		<<set $activeSlave.drugs = "penis enhancement">>
 		<<replace "#result">>
-			She squeels in protest as you inject her cock with its first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her dick feels heavier than before. She's @@color:hotpink;deliriously happy@@ that her penis is steadily growing and @@color:mediumaquamarine;hopes@@ you'll make it even larger.
+			She squeels in protest as you inject her cock with its first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her dick feels heavier than before. She's @@.hotpink;deliriously happy@@ that her penis is steadily growing and @@.mediumaquamarine;hopes@@ you'll make it even larger.
 		<</replace>>
 		<</link>>
 	<<else>>
@@ -1283,7 +1283,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.balls += 10>>
 		<<set $activeSlave.drugs = "hyper testicle enhancement">>
 		<<replace "#result">>
-			She squeels in protest as you inject her testicles with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her nuts feel heavier. By the end of the week, she's @@color:hotpink;deliriously happy@@ over her swollen balls and @@color:mediumaquamarine;hopes@@ you'll let them grow even larger.
+			She squeels in protest as you inject her testicles with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her nuts feel heavier. By the end of the week, she's @@.hotpink;deliriously happy@@ over her swollen balls and @@.mediumaquamarine;hopes@@ you'll let them grow even larger.
 		<</replace>>
 		<</link>>
 	<<elseif $activeSlave.balls < 6>>
@@ -1293,7 +1293,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.balls += 1>>
 		<<set $activeSlave.drugs = "testicle enhancement">>
 		<<replace "#result">>
-			She squeels in protest as you inject her esticles with their first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her nuts feel heavier and fuller than before. She's @@color:hotpink;deliriously happy@@ that her balls are steadily swelling and @@color:mediumaquamarine;hopes@@ you'll make them even larger.
+			She squeels in protest as you inject her esticles with their first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her nuts feel heavier and fuller than before. She's @@.hotpink;deliriously happy@@ that her balls are steadily swelling and @@.mediumaquamarine;hopes@@ you'll make them even larger.
 		<</replace>>
 		<</link>>
 	<<else>>
@@ -1312,7 +1312,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 			<<set $cash -= $surgeryCost>>
 			<<set $activeSlave.health -= 40>>
 			<<replace "#result">>
-				You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her wide hips, especially since she can't figure out how to roll over with them. She's @@color:hotpink;deliriously happy@@ that she is ridiculously wide and @@color:mediumaquamarine;wiggles her door-jammers cheerfully@@ at you whenever she gets the chance. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+				You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her wide hips, especially since she can't figure out how to roll over with them. She's @@.hotpink;deliriously happy@@ that she is ridiculously wide and @@.mediumaquamarine;wiggles her door-jammers cheerfully@@ at you whenever she gets the chance. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 			<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<elseif $activeSlave.hips < 2>>
@@ -1324,7 +1324,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 			<<set $cash -= $surgeryCost>>
 			<<set $activeSlave.health -= 40>>
 			<<replace "#result">>
-				You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her wide hips. She's @@color:hotpink;deliriously happy@@ that she is wider than ever and @@color:mediumaquamarine;wiggles her hips cheerfully@@ at you whenever she gets the chance. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+				You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her wide hips. She's @@.hotpink;deliriously happy@@ that she is wider than ever and @@.mediumaquamarine;wiggles her hips cheerfully@@ at you whenever she gets the chance. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 			<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<else>>
@@ -1341,7 +1341,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.butt += 3>>
 		<<set $activeSlave.drugs = "hyper butt injections">>
 		<<replace "#result">>
-			She squeels in protest as you inject her buttscheeks with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her butt is larger than ever. By the end of the week, she's @@color:hotpink;deliriously happy@@ over her swollen rear and @@color:mediumaquamarine;hopes@@ you'll let it grow even larger.
+			She squeels in protest as you inject her buttscheeks with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her butt is larger than ever. By the end of the week, she's @@.hotpink;deliriously happy@@ over her swollen rear and @@.mediumaquamarine;hopes@@ you'll let it grow even larger.
 		<</replace>>
 		<</link>>
 	<<elseif $activeSlave.butt < 10>>
@@ -1351,7 +1351,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $activeSlave.butt += 1>>
 		<<set $activeSlave.drugs = "butt injections">>
 		<<replace "#result">>
-			She squeels in protest as you inject her buttcheeks with their first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her butt is bigger than before. She's @@color:hotpink;deliriously happy@@ that her rear is swelling and @@color:mediumaquamarine;hopes@@ you'll make it even larger.
+			She squeels in protest as you inject her buttcheeks with their first dosage of A-HGH, though she changes her tune by the end of the week once she realizes her butt is bigger than before. She's @@.hotpink;deliriously happy@@ that her rear is swelling and @@.mediumaquamarine;hopes@@ you'll make it even larger.
 		<</replace>>
 		<</link>>
 	<<else>>
@@ -1366,7 +1366,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $cash -= $surgeryCost>>
 		<<set $activeSlave.health -= 10>>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake ass, not that she haas much choice, since it has her pinned to the bed. She's @@color:hotpink;deliriously happy@@ that she has her own pair of giant butt cheeks ballooning from her bottom and @@color:mediumaquamarine;hopes@@ you have plans to make them even bigger, even though she is already struggling to escape from under them. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new ridiculous fake ass, not that she haas much choice, since it has her pinned to the bed. She's @@.hotpink;deliriously happy@@ that she has her own pair of giant butt cheeks ballooning from her bottom and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger, even though she is already struggling to escape from under them. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<elseif $activeSlave.butt < 6>>
@@ -1378,7 +1378,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $cash -= $surgeryCost>>
 		<<set $activeSlave.health -= 10>>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake bottom. She's @@color:hotpink;deliriously happy@@ that she has her own pair of big butt cheeks hanging from her rear and @@color:mediumaquamarine;hopes@@ you have plans to make them even bigger. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake bottom. She's @@.hotpink;deliriously happy@@ that she has her own pair of big butt cheeks hanging from her rear and @@.mediumaquamarine;hopes@@ you have plans to make them even bigger. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 		<br><<link "Implant a heavy pair of string implants in her rear">>
@@ -1390,7 +1390,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<<set $cash -= $surgeryCost>>
 		<<set $activeSlave.health -= 10>>
 		<<replace "#result">>
-			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake bottom. She's @@color:hotpink;deliriously happy@@ that she has her own pair of big butt cheeks hanging from her rear and @@color:mediumaquamarine;bounces them cheerfully@@ when she hears they'll keep growing. As with all surgery @@color:red;her health has been slightly affected.@@
+			You escort her to the remote surgery, strap her in, and put her under. When she awakes, she can't keep her hands off her new fake bottom. She's @@.hotpink;deliriously happy@@ that she has her own pair of big butt cheeks hanging from her rear and @@.mediumaquamarine;bounces them cheerfully@@ when she hears they'll keep growing. As with all surgery @@.red;her health has been slightly affected.@@
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<else>>
diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw
index 81fda95f3a025f36e3e547cde8d9ba9e5455f7af..707a9ac0f116b5942df437dcfee24792b1a40abb 100644
--- a/src/pregmod/pRaped.tw
+++ b/src/pregmod/pRaped.tw
@@ -158,7 +158,7 @@ Now the only question is what to do with the would be rapist. You could toss the
 		<<AddSlave $activeSlave>>
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
-			You declare her holes fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<set $rep += 100>>
 		<<set $arcologies[0].prosperity += 2>>
 		<<set $nextLink = "AS Dump">>
@@ -203,7 +203,7 @@ Now the only question is what to do with the would be rapist. You could toss the
 		<<AddSlave $activeSlave>>
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
-			You want her to suffer for what she tried to pull on you. You make sure she is fully awake as she is strapped into the autosurgery. You take great pleasure in watching her struggle as her limbs are taken, one by one. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ After she has stabilized, it's off to the penthouse for basic slave induction. You'd like to see her try and touch you again without arms and legs.
+			You want her to suffer for what she tried to pull on you. You make sure she is fully awake as she is strapped into the autosurgery. You take great pleasure in watching her struggle as her limbs are taken, one by one. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ After she has stabilized, it's off to the penthouse for basic slave induction. You'd like to see her try and touch you again without arms and legs.
 		<<set $nextLink = "AS Dump">>
 		<<include "New Slave Intro">>
 		<</replace>>
@@ -225,7 +225,7 @@ Now the only question is what to do with the would be rapist. You could toss the
 <</if>>
 <<link "Publicly flog the criminal">>
 	<<replace "#result">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<<set $rep += 100>>
 	<<set $nextLink to "RIE Eligibility Check">>
 	<</replace>>
diff --git a/src/pregmod/pcAppearanceIntro.tw b/src/pregmod/pcAppearanceIntro.tw
index 97262ecfa96a347c699d8d49eb3e0674f3e6f721..641dfb2a8164a3e766f60138a0d883ace59f2022 100644
--- a/src/pregmod/pcAppearanceIntro.tw
+++ b/src/pregmod/pcAppearanceIntro.tw
@@ -5,14 +5,14 @@ Race and appearance are largely irrelavant in the free cities; there are only th
 
 <br><br>
 
-@@color:orange;What nationality are you?@@
+@@.orange;What nationality are you?@@
 <br>
 I am $PC.nationality.
 <br><<textbox "$PC.nationality" $PC.nationality "PC Appearance Intro">>//Capitalize it//
 
 <br><br>
 
-@@color:orange;What race are you?@@
+@@.orange;What race are you?@@
 <br>
 <span id = "ethnicity">
 I'm $PC.race.
@@ -80,7 +80,7 @@ I'm $PC.race.
 
 <br><br>
 
-@@color:orange;What is your skin tone?@@
+@@.orange;What is your skin tone?@@
 <br>
 <span id = "skin">
 I have $PC.skin skin.
@@ -138,14 +138,14 @@ I have $PC.skin skin.
 
 <br><br>
 
-@@color:orange;What color are your eyes?@@
+@@.orange;What color are your eyes?@@
 <br>
 I have $PC.eyeColor eyes.
 <br><<textbox "$PC.eyeColor" $PC.eyeColor "PC Appearance Intro">>
 
 <br><br>
 
-@@color:orange;What color is your hair?@@
+@@.orange;What color is your hair?@@
 <br>
 I have $PC.hColor hair.
 <br><<textbox "$PC.hColor" $PC.hColor "PC Appearance Intro">>
diff --git a/src/pregmod/pcPregIntro.tw b/src/pregmod/pcPregIntro.tw
index 4b96c3f97fa28e50a6fbb665a721847f51c0a195..6d59fce44f6b2fd964013300a159866dc05535bd 100644
--- a/src/pregmod/pcPregIntro.tw
+++ b/src/pregmod/pcPregIntro.tw
@@ -2,7 +2,7 @@
  
 You have a working female reproductive system, and thus, a menstrual cycle. Women already face hardships as slaveowners and arcology owners, and being pregnant, coupled with a strong societal aversion to the dominant being penetrated, leads most pregnant owners to find themselves in dire situations. As an added precaution, since nothing stops an owner from hooking up with another owner, contraceptives are common amongst free women.
 <br><br>
-@@color:orange;What's your stance on taking contraceptives?@@
+@@.orange;What's your stance on taking contraceptives?@@
 
 <br><br>
 I'm
@@ -20,7 +20,7 @@ I'm
 //Being or becoming pregnant will raise difficulty.//
 
 <br><br>
-@@color:orange;Hormones can be an interesting thing, how do they affect you?@@
+@@.orange;Hormones can be an interesting thing, how do they affect you?@@
 <br><br>
 I'm
 <<if $PC.pregMood == 1>>
diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw
index 6acbd355449655a65e5d10e1e143103d61616168..2d817f82e02dd0eb196f1feeb6ecff3154eb7fca 100644
--- a/src/pregmod/reLegendaryWomb.tw
+++ b/src/pregmod/reLegendaryWomb.tw
@@ -29,7 +29,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un
 	<</replace>>\
 	<<if random(1,100) > 90>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, but her heavy belly and creative positions win the day. Against all odds she is named best in show, and will be @@color:green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, but her heavy belly and creative positions win the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
 		<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">>
@@ -38,7 +38,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her pregnant body is the most impressive on display, another slave owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@color:green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her pregnant body is the most impressive on display, another slave owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
 		<<set $rep += 100>>
 		<</replace>>
 	<</if>>
@@ -49,7 +49,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@color:green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -59,7 +59,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another mother. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@color:green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another mother. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
@@ -71,7 +71,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un
 	<</replace>>\
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow mothers. One is taken ill, another seems drugged, and another went into labor and gave birth, disqualifying her. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@color:green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow mothers. One is taken ill, another seems drugged, and another went into labor and gave birth, disqualifying her. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -81,7 +81,7 @@ This is a rare opportunity. The idea of pregnancy pageant isn't new but it is un
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. You are surprised to see that the judging committee has been changed at the last minute. They choose another breeder as best in show. There are persistent @@color:red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. You are surprised to see that the judging committee has been changed at the last minute. They choose another breeder as best in show. There are persistent @@.red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
 		<<set $cash -= 10000>>
 		<<set $rep -= 100>>
 		<</replace>>
diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw
index 5abafccb5d031f167adcd11f335b344e879589ea..4b8de3d6826d8422af24db8939b86e61206e47d2 100644
--- a/src/pregmod/reMaleArcologyOwner.tw
+++ b/src/pregmod/reMaleArcologyOwner.tw
@@ -19,7 +19,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 <</link>>
 <br><<link "Walk past him and out onto an unoccupied balcony">>
 	<<replace "#result">>
-	You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName is "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@color:green;Your reputation has greatly improved.@@
+	You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName is "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@.green;Your reputation has greatly improved.@@
 	<<if $PC.preg == 0 && ($PC.vagina == 1)>>
 		<<if random(1,100) > 40>>
 			<<set $PC.preg = 1>>
@@ -34,7 +34,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 <<if $mercenaries > 0>>
 <br><<link "Quickly arrange an anonymous night out for him">>
 	<<replace "#result">>
-	You immediately enlist $assistantName to help you make some hasty preparations, and then send him a message asking him if he'd like to spend a night out with you, as a couple of unremarkable citizens. He glances at you with a curious expression, and you direct him to a side room. He finds you there, changing into the heavy, anonymizing armor of one of your mercenaries; you have a male suit for him, too. Once you're both suited up, you move to show him how to activate the face-obscuring helmet, but you find that he's already got it on and active. "This," he says, "is either the best or the stupidest date idea I have ever heard. Let's fucking do this." You pass a mercenary on your way out onto the club, and he cannot resist giving you a thumbs up, which your fellow arcology owner fortunately fails to notice. You patrol for a while, using internal comms to joke about life as an arcology owner, something he clearly gets to do too infrequently. You don't mind the chance, either. Your mercenaries frequently spend time together off duty, so nobody sees anything unusual about a male and female in mercenary armor sharing a milkshake at a dairy bar, even when they start to engage in increasingly rough public flirting, armor and all. Later, your slaves are obliged to pick up and sort a trail of discarded armor pieces leading from the entry to your penthouse all the way to your suite, which is now emitting the indistinct sounds of very energetic sex. A few hours later, when you're showering up together so he can head back to his domain, he looks at you and says seriously, "That was pretty fun. If things ever go to shit, I wouldn't mind wearing that armor for real." Your mercenaries cannot keep their mouths shut, for once, and the almost unbelievably juicy story of the arcology owners wearing borrowed armor to go on an anonymous <<if $PC.title == 0>>lesbian <</if>>date spreads like wildfire. @@color:green;Your reputation has greatly improved.@@
+	You immediately enlist $assistantName to help you make some hasty preparations, and then send him a message asking him if he'd like to spend a night out with you, as a couple of unremarkable citizens. He glances at you with a curious expression, and you direct him to a side room. He finds you there, changing into the heavy, anonymizing armor of one of your mercenaries; you have a male suit for him, too. Once you're both suited up, you move to show him how to activate the face-obscuring helmet, but you find that he's already got it on and active. "This," he says, "is either the best or the stupidest date idea I have ever heard. Let's fucking do this." You pass a mercenary on your way out onto the club, and he cannot resist giving you a thumbs up, which your fellow arcology owner fortunately fails to notice. You patrol for a while, using internal comms to joke about life as an arcology owner, something he clearly gets to do too infrequently. You don't mind the chance, either. Your mercenaries frequently spend time together off duty, so nobody sees anything unusual about a male and female in mercenary armor sharing a milkshake at a dairy bar, even when they start to engage in increasingly rough public flirting, armor and all. Later, your slaves are obliged to pick up and sort a trail of discarded armor pieces leading from the entry to your penthouse all the way to your suite, which is now emitting the indistinct sounds of very energetic sex. A few hours later, when you're showering up together so he can head back to his domain, he looks at you and says seriously, "That was pretty fun. If things ever go to shit, I wouldn't mind wearing that armor for real." Your mercenaries cannot keep their mouths shut, for once, and the almost unbelievably juicy story of the arcology owners wearing borrowed armor to go on an anonymous <<if $PC.title == 0>>lesbian <</if>>date spreads like wildfire. @@.green;Your reputation has greatly improved.@@
 	<<set $desc = "a flirtacious thank-you note from a male arcology owner of your acquaintance">>
 	<<set $trinkets.push($desc)>>
 	<<if $PC.preg == 0 && ($PC.vagina == 1)>>
diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw
index 91e06efd0cb9445e2428f24e6761f4cb99163477..668882d56b373f2a2af27034afa3293251a75d05 100644
--- a/src/pregmod/reMaleCitizenHookup.tw
+++ b/src/pregmod/reMaleCitizenHookup.tw
@@ -168,7 +168,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 <span id="result">
 <<link "Keep aloof without offending him">>
 	<<replace "#result">>
-	You thank him for his praise, weighting the words in just the right way to communicate that you consider his flirtations worthy compliments, and nothing more. He understands immediately, communicating acceptance and pleasure at his own daring with nothing more than a thankful look in your eyes. This is how you approach matters like this. You are the ruler of this place and it behooves you to maintain a balance atop all your citizens without showing any susceptibility to solicitation. A little incident like this has little effect on its own, but your habit of maintaining proper reserve creates a reputation for judiciousness that @@color:green;businesspeople consider attractive for arcology investment.@@
+	You thank him for his praise, weighting the words in just the right way to communicate that you consider his flirtations worthy compliments, and nothing more. He understands immediately, communicating acceptance and pleasure at his own daring with nothing more than a thankful look in your eyes. This is how you approach matters like this. You are the ruler of this place and it behooves you to maintain a balance atop all your citizens without showing any susceptibility to solicitation. A little incident like this has little effect on its own, but your habit of maintaining proper reserve creates a reputation for judiciousness that @@.green;businesspeople consider attractive for arcology investment.@@
 	<<set $arcologies[0].prosperity += 3>>
 	<</replace>>
 <</link>>
@@ -279,7 +279,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 			The <<if canSee($concubine)>>view of your bouncing tits<<else>>the sound of lusty sex<</if>> is too much for $Concubine.slaveName to resist and crawls over to kiss and carress you as your lover finishes.
 		<</if>><</if>>
 	<</if>>
-	Sometimes society overlooks that you are a woman and have certain needs, but your lover tonight knows exactly how to treat you. When your guest <<if _FS != "Youth Preferentialist">>is finally spent<<else>>wakes up from against your body<</if>>, he showers, dresses, and leaves discreetly, offering you a proper thank you. This is the kind of thing that @@color:green;builds a lasting reputation@@ in the Free Cities.
+	Sometimes society overlooks that you are a woman and have certain needs, but your lover tonight knows exactly how to treat you. When your guest <<if _FS != "Youth Preferentialist">>is finally spent<<else>>wakes up from against your body<</if>>, he showers, dresses, and leaves discreetly, offering you a proper thank you. This is the kind of thing that @@.green;builds a lasting reputation@@ in the Free Cities.
 	<<set $rep += 1000>>
 	<<if $PC.preg == 0 && ($PC.vagina == 1)>>
 		<<switch _FS>>
@@ -388,7 +388,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 	<<default>>
 		hot young body
 	<</switch>>
-	is obvious to everyone. The message is clear, and your guest of honor is the center of attention as you take him there in view of the arcology's leading citizens. Naturally, the story percolates, making it clear that there's nothing you won't do to @@color:green;further acceptance of _FS principles.@@
+	is obvious to everyone. The message is clear, and your guest of honor is the center of attention as you take him there in view of the arcology's leading citizens. Naturally, the story percolates, making it clear that there's nothing you won't do to @@.green;further acceptance of _FS principles.@@
 	<<if $PC.preg == 0 && ($PC.vagina == 1)>>
 		<<if random(1,100) > 60>>
 			<<set $PC.preg = 1>>
diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index 92c891d586efd8f629188f8ec71974500067db3b..282cc99bed9e995f90ff990173cecc8d540b5495 100644
--- a/src/pregmod/saInflation.tw
+++ b/src/pregmod/saInflation.tw
@@ -7,7 +7,7 @@
 <<switch $slaves[$i].inflationType>>
 <<case "water">>
 	<<if $slaves[$i].inflation == 3>>
-		She makes sure to fill her rear with nearly two gallons of water, leaving her looking ready to burst, whenever she leaks or needs to release her load.  She keeps herself @@color:red;painfully full@@ for you.
+		She makes sure to fill her rear with nearly two gallons of water, leaving her looking ready to burst, whenever she leaks or needs to release her load.  She keeps herself @@.red;painfully full@@ for you.
 		<<set $slaves[$i].health -= 10>>
 	<<elseif $slaves[$i].inflation == 2>>
 		She makes sure to fill her rear with nearly four liters of water, leaving her looking pregnant, whenever she leaks or needs to release her load.  She is full enough to be distended but not enough to grow taut.
@@ -21,17 +21,17 @@
 		<<if $slaves[$i].inflation > 0>>
 			$possessiveCap aphrodisiac bursting belly
 			<<if $slaves[$i].energy <= 85>>
-				@@color:green;rapidly boosts $possessive sex drive.@@
+				@@.green;rapidly boosts $possessive sex drive.@@
 				<<set $slaves[$i].energy += 5*$slaves[$i].inflation>>
 			<<else>>
 				can't improve her absurd sex drive.
 			<</if>>
 			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				Besides being humiliating, it chemically @@color:hotpink;increases $possessive acceptance@@ of sexual slavery.
+				Besides being humiliating, it chemically @@.hotpink;increases $possessive acceptance@@ of sexual slavery.
 				<<set $slaves[$i].devotion += 5>>
 			<</if>>
 			<<if ($arcologies[0].FSBodyPuristLaw == 0) || ($healthyDrugsUpgrade == 0)>>
-				Such a high dosage held for so long @@color:red;isn't healthy@@.
+				Such a high dosage held for so long @@.red;isn't healthy@@.
 				<<set $slaves[$i].health -= 5*$slaves[$i].inflation>>
 			<</if>>
 			<<set $slaves[$i].chem += 2*$slaves[$i].inflation>>
@@ -45,7 +45,7 @@
 			<</if>>
 		<<else>>
 			<<if random(1,100) < 40+(20*$slaves[$i].inflation)>>
-				All the aphrodisiacs held within her bowels cause @@color:cyan;$pronoun to become an aphrodisiac addict.@@
+				All the aphrodisiacs held within her bowels cause @@.cyan;$pronoun to become an aphrodisiac addict.@@
 				<<set $slaves[$i].addict = 1>>
 			<</if>>
 		<</if>>
@@ -54,17 +54,17 @@
 		<<if $slaves[$i].inflation > 0>>
 			$possessiveCap overfilled aphrodisiac belly
 			<<if $slaves[$i].energy <= 90>>
-				@@color:green;rapidly boosts $possessive sex drive.@@
+				@@.green;rapidly boosts $possessive sex drive.@@
 				<<set $slaves[$i].energy += 5*$slaves[$i].inflation>>
 			<<else>>
 				can't improve her absurd sex drive.
 			<</if>>
 			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				Besides being humiliating, it chemically @@color:hotpink;increases $possessive acceptance@@ of sexual slavery.
+				Besides being humiliating, it chemically @@.hotpink;increases $possessive acceptance@@ of sexual slavery.
 				<<set $slaves[$i].devotion += 5>>
 			<</if>>
 			<<if ($arcologies[0].FSBodyPuristLaw == 0) || ($healthyDrugsUpgrade == 0)>>
-				Such a high dosage held for so long @@color:red;isn't healthy@@.
+				Such a high dosage held for so long @@.red;isn't healthy@@.
 				<<set $slaves[$i].health -= 3*$slaves[$i].inflation>>
 			<</if>>
 			<<set $slaves[$i].chem += 2*$slaves[$i].inflation>>
@@ -78,7 +78,7 @@
 			<</if>>
 		<<else>>
 			<<if random(1,100) < 40+(20*$slaves[$i].inflation)>>
-				All the aphrodisiacs held within her bowels cause @@color:cyan;$pronoun to become an aphrodisiac addict.@@
+				All the aphrodisiacs held within her bowels cause @@.cyan;$pronoun to become an aphrodisiac addict.@@
 				<<set $slaves[$i].addict = 1>>
 			<</if>>
 		<</if>>
@@ -87,17 +87,17 @@
 		<<if $slaves[$i].inflation > 0>>
 			$possessiveCap aphrodisiac filled belly
 			<<if $slaves[$i].energy <= 95>>
-				@@color:green;rapidly boosts $possessive sex drive.@@
+				@@.green;rapidly boosts $possessive sex drive.@@
 				<<set $slaves[$i].energy += 5*$slaves[$i].inflation>>
 			<<else>>
 				can't improve her absurd sex drive.
 			<</if>>
 			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				Besides being humiliating, it chemically @@color:hotpink;increases $possessive acceptance@@ of sexual slavery.
+				Besides being humiliating, it chemically @@.hotpink;increases $possessive acceptance@@ of sexual slavery.
 				<<set $slaves[$i].devotion += 5>>
 			<</if>>
 			<<if ($arcologies[0].FSBodyPuristLaw == 0) || ($healthyDrugsUpgrade == 0)>>
-				Such a high dosage held for so long @@color:red;isn't healthy@@.
+				Such a high dosage held for so long @@.red;isn't healthy@@.
 				<<set $slaves[$i].health -= 5>>
 			<</if>>
 			<<set $slaves[$i].chem += 2*$slaves[$i].inflation>>
@@ -111,7 +111,7 @@
 			<</if>>
 		<<else>>
 			<<if random(1,100) < 40+(20*$slaves[$i].inflation)>>
-				All the aphrodisiacs held within her bowels cause @@color:cyan;$pronoun to become an aphrodisiac addict.@@
+				All the aphrodisiacs held within her bowels cause @@.cyan;$pronoun to become an aphrodisiac addict.@@
 				<<set $slaves[$i].addict = 1>>
 			<</if>>
 		<</if>>
@@ -121,70 +121,70 @@
 	<<if $slaves[$i].inflation == 3>>
 		She makes sure to fill her rear with nearly two gallons of a curative solution, leaving her looking ready to burst, whenever she leaks or her body absorbs too much. She keeps herself full for you; the curatives in her gut keeping her healthy despite the pain.
 		<<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
-			The curative enema $pronoun's on synergize with rest, keeping $object asleep most of the time. This is an @@color:green;extremely effective health treatment,@@ though being filled to her limit doesn't hasten her recovery at all; it's just perverted.
+			The curative enema $pronoun's on synergize with rest, keeping $object asleep most of the time. This is an @@.green;extremely effective health treatment,@@ though being filled to her limit doesn't hasten her recovery at all; it's just perverted.
 			<<set $slaves[$i].health += 4>>
 		<<elseif ($slaves[$i].health < -20)>>
-			@@color:green;$possessiveCap poor health rapidly improves@@ under the curative enema, though being filled to her limit doesn't hasten her recovery at all; it's just perverted.
+			@@.green;$possessiveCap poor health rapidly improves@@ under the curative enema, though being filled to her limit doesn't hasten her recovery at all; it's just perverted.
 			<<set $slaves[$i].health += 2>>
 		<<else>>
-			@@color:green;$possessiveCap health improves@@ under the curative enema, though being filled to her limit doesn't hasten her recovery at all; it's just perverted.
+			@@.green;$possessiveCap health improves@@ under the curative enema, though being filled to her limit doesn't hasten her recovery at all; it's just perverted.
 		<</if>>
 		<<if $slaves[$i].fuckdoll == 0>>
 			<<if $slaves[$i].fetish != "mindbroken">>
-				$pronounCap @@color:mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
+				$pronounCap @@.mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
 				<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<set $slaves[$i].health += 1>>
 		<<set $slaves[$i].health += $curativeUpgrade*6>>
 		<<if $slaves[$i].health >= 90>>
-			$pronounCap is as healthy as she can be. @@color:yellow;Her enema regimen has been ended.@@
+			$pronounCap is as healthy as she can be. @@.yellow;Her enema regimen has been ended.@@
 			<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 		<</if>>
 	<<elseif $slaves[$i].inflation == 2>>
 		She makes sure to fill her rear with nearly four liters of a curative solution, leaving her looking pregnant, whenever she leaks or her body absorbs too much. She is full enough to be distended but not enough to grow taut.
 		<<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
-			The curative enema $pronoun's on synergize with rest, keeping $object asleep most of the time. This is an @@color:green;extremely effective health treatment,@@ though being overfilled doesn't hasten her recovery at all; it's just perverted.
+			The curative enema $pronoun's on synergize with rest, keeping $object asleep most of the time. This is an @@.green;extremely effective health treatment,@@ though being overfilled doesn't hasten her recovery at all; it's just perverted.
 			<<set $slaves[$i].health += 4>>
 		<<elseif ($slaves[$i].health < -20)>>
-			@@color:green;$possessiveCap poor health rapidly improves@@ under the curative enema, though being overfilled doesn't hasten her recovery at all; it's just perverted.
+			@@.green;$possessiveCap poor health rapidly improves@@ under the curative enema, though being overfilled doesn't hasten her recovery at all; it's just perverted.
 			<<set $slaves[$i].health += 2>>
 		<<else>>
-			@@color:green;$possessiveCap health improves@@ under curative enema, though being overfilled doesn't hasten her recovery at all; it's just perverted.
+			@@.green;$possessiveCap health improves@@ under curative enema, though being overfilled doesn't hasten her recovery at all; it's just perverted.
 		<</if>>
 		<<if $slaves[$i].fuckdoll == 0>>
 			<<if $slaves[$i].fetish != "mindbroken">>
-				$pronounCap @@color:mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
+				$pronounCap @@.mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
 				<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<set $slaves[$i].health += 6>>
 		<<set $slaves[$i].health += $curativeUpgrade*6>>
 		<<if $slaves[$i].health >= 90>>
-			$pronounCap is as healthy as she can be. @@color:yellow;Her enema regimen has been ended.@@
+			$pronounCap is as healthy as she can be. @@.yellow;Her enema regimen has been ended.@@
 			<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 		<</if>>
 	<<elseif $slaves[$i].inflation == 1>>
 		She makes sure to fill her rear with nearly two liters of a curative solution, leaving her belly noticeably distended, whenever she leaks or her body absorbs too much. She is full enough to be swollen but not enough to visibly jiggle.
 		<<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
-			The curative enema $pronoun's on synergize with rest, keeping $object asleep most of the time. This is an @@color:green;extremely effective health treatment.@@
+			The curative enema $pronoun's on synergize with rest, keeping $object asleep most of the time. This is an @@.green;extremely effective health treatment.@@
 			<<set $slaves[$i].health += 4>>
 		<<elseif ($slaves[$i].health < -20)>>
-			@@color:green;$possessiveCap poor health rapidly improves@@ under the curative enema.
+			@@.green;$possessiveCap poor health rapidly improves@@ under the curative enema.
 			<<set $slaves[$i].health += 2>>
 		<<else>>
-			@@color:green;$possessiveCap health improves@@ under curative enema.
+			@@.green;$possessiveCap health improves@@ under curative enema.
 		<</if>>
 		<<if $slaves[$i].fuckdoll == 0>>
 			<<if $slaves[$i].fetish != "mindbroken">>
-				$pronounCap @@color:mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
+				$pronounCap @@.mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine, even if it is really embarrassing to be seen with that belly.
 				<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<set $slaves[$i].health += 6>>
 		<<set $slaves[$i].health += $curativeUpgrade*6>>
 		<<if $slaves[$i].health >= 90>>
-			$pronounCap is as healthy as she can be. @@color:yellow;Her enema regimen has been ended.@@
+			$pronounCap is as healthy as she can be. @@.yellow;Her enema regimen has been ended.@@
 			<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 		<</if>>
 	<</if>>
@@ -192,12 +192,12 @@
 
 <<case "tightener">>
 	<<if $slaves[$i].inflation == 3>>
-		She makes sure to fill her rear with nearly two gallons of tightening solution, leaving her looking ready to burst, whenever she leaks or her body absorbs too much. She keeps herself @@color:red;painfully full@@ for you.
+		She makes sure to fill her rear with nearly two gallons of tightening solution, leaving her looking ready to burst, whenever she leaks or her body absorbs too much. She keeps herself @@.red;painfully full@@ for you.
 		<<set $slaves[$i].health -= 10>>
 		<<if $slaves[$i].anus > 1>>
 			The solution slowly tightens her anus while inside her bowels. Being filled to her limit with the solution does not make it tighten any better or faster; it's just perverted.
 			<<if random(1,100) > 60>>
-				@@color:lime;Her butthole is noticably tighter from the previous week.@@
+				@@.lime;Her butthole is noticably tighter from the previous week.@@
 				<<set $slaves[$i].anus-->>
 			<</if>>
 		<<else>>
@@ -206,14 +206,14 @@
 		<<if $slaves[$i].vagina > 1>>
 			As her body slowly absorbs the solution, its benefits begin to affect her pussy. Being filled to her limit with the solution does not make it tighten any better or faster; it's just perverted.
 			<<if random(1,100) > 80>>
-				@@color:lime;Her vagina is noticably tighter from the previous week.@@
+				@@.lime;Her vagina is noticably tighter from the previous week.@@
 				<<set $slaves[$i].vagina-->>
 			<</if>>
 		<<else>>
 			Her pussy is as tight as the solution can possibly make it.
 		<</if>>
 		<<if $slaves[$i].anus <= 1 && $slaves[$i].vagina <= 1>>
-			Her hole<<if $slaves[$i].vagina >= 0>>s<</if>> are as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@color:yellow;Her enema regimen has been ended.@@
+			Her hole<<if $slaves[$i].vagina >= 0>>s<</if>> are as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@.yellow;Her enema regimen has been ended.@@
 			<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 		<</if>>
 	<<elseif $slaves[$i].inflation == 2>>
@@ -221,7 +221,7 @@
 		<<if $slaves[$i].anus > 1>>
 			The solution slowly tightens her anus while inside her bowels. Being overfilled with the solution does not make it tighten any better or faster; it's just perverted.
 			<<if random(1,100) > 60>>
-				@@color:lime;Her butthole is noticably tighter from the previous week.@@
+				@@.lime;Her butthole is noticably tighter from the previous week.@@
 				<<set $slaves[$i].anus-->>
 			<</if>>
 		<<else>>
@@ -230,14 +230,14 @@
 		<<if $slaves[$i].vagina > 1>>
 			As her body slowly absorbs the solution, its benefits begin to affect her pussy. Being overfilled with the solution does not make it tighten any better or faster; it's just perverted.
 			<<if random(1,100) > 80>>
-				@@color:lime;Her vagina is noticably tighter from the previous week.@@
+				@@.lime;Her vagina is noticably tighter from the previous week.@@
 				<<set $slaves[$i].vagina-->>
 			<</if>>
 		<<else>>
 			Her pussy is as tight as the solution can possibly make it.
 		<</if>>
 		<<if $slaves[$i].anus <= 1 && $slaves[$i].vagina <= 1>>
-			Her hole<<if $slaves[$i].vagina >= 0>>s<</if>> are as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@color:yellow;Her enema regimen has been ended.@@
+			Her hole<<if $slaves[$i].vagina >= 0>>s<</if>> are as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@.yellow;Her enema regimen has been ended.@@
 			<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 		<</if>>
 	<<elseif $slaves[$i].inflation == 1>>
@@ -245,7 +245,7 @@
 		<<if $slaves[$i].anus > 1>>
 			The solution slowly tightens her anus while inside her bowels.
 			<<if random(1,100) > 60>>
-				@@color:lime;Her butthole is noticably tighter from the previous week.@@
+				@@.lime;Her butthole is noticably tighter from the previous week.@@
 				<<set $slaves[$i].anus-->>
 			<</if>>
 		<<else>>
@@ -254,14 +254,14 @@
 		<<if $slaves[$i].vagina > 1>>
 			As her body slowly absorbs the solution, its benefits begin to affect her pussy.
 			<<if random(1,100) > 80>>
-				@@color:lime;Her vagina is noticably tighter from the previous week.@@
+				@@.lime;Her vagina is noticably tighter from the previous week.@@
 				<<set $slaves[$i].vagina-->>
 			<</if>>
 		<<else>>
 			Her pussy is as tight as the solution can possibly make it.
 		<</if>>
 		<<if $slaves[$i].anus <= 1 && $slaves[$i].vagina <= 1>>
-			Her hole<<if $slaves[$i].vagina >= 0>>s<</if>> are as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@color:yellow;Her enema regimen has been ended.@@
+			Her hole<<if $slaves[$i].vagina >= 0>>s<</if>> are as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@.yellow;Her enema regimen has been ended.@@
 			<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 		<</if>>
 	<</if>>
@@ -271,30 +271,30 @@
 	<<if $slaves[$i].behavioralFlaw == "anorexic">>
 		<<if $slaves[$i].inflationMethod == 1>>
 			<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She struggles to keep her fatty, liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She struggles to keep her fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She struggles to keep her fatty, liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She struggles to keep her fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She struggles to keep her fatty, liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She struggles to keep her fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 2>>
 			<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She struggles to keep the fattening load inside her, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She struggles to keep the fattening load inside her, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She struggles to keep the fattening load inside her, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She struggles to keep the fattening load inside her, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 5,$slaves[$i].trust -= 5>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She struggles to keep the fattening load inside her, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She struggles to keep the fattening load inside her, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 3>>
@@ -304,46 +304,46 @@
 				<</if>>
 			<</for>>
 			<<if $slaves[$j].lactation == 0>>
-					$slaves[$j].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@color:yellow;Her inflation regimen has been ended.@@
+					$slaves[$j].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ suckles from $slaves[$j].slaveName until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She struggles to keep her fatty, liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ suckles from $slaves[$j].slaveName until her stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She struggles to keep her fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ suckles from $slaves[$j].slaveName until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She struggles to keep her fatty, liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ suckles from $slaves[$j].slaveName until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She struggles to keep her fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ suckles from $slaves[$j].slaveName until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She struggles to keep her fatty, liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ suckles from $slaves[$j].slaveName until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She struggles to keep her fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
 			<</if>>
 		<</if>>
 	<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
 		<<if $slaves[$i].inflationMethod == 1>>
 			<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She rubs her full belly @@color:mediumaquamarine;contently@@, anticipating her next gorging.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She rubs her full belly @@.mediumaquamarine;contently@@, anticipating her next gorging.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She rubs her taut belly @@color:mediumaquamarine;contently@@, anticipating her next feeding.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She rubs her taut belly @@.mediumaquamarine;contently@@, anticipating her next feeding.
 				<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She rubs her sloshing belly @@color:mediumaquamarine;contently@@, anticipating her next meal.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She rubs her sloshing belly @@.mediumaquamarine;contently@@, anticipating her next meal.
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 2>>
 			<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:hotpink;happily@@ fills her rectum from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She rubs her taut belly @@color:mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
+				Throughout the week, she @@.hotpink;happily@@ fills her rectum from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She rubs her taut belly @@.mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She rubs her full belly @@color:mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
+				Throughout the week, she @@.hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She rubs her full belly @@.mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She rubs her sloshing belly @@color:mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
+				Throughout the week, she @@.hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She rubs her sloshing belly @@.mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
 				<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 3>>
@@ -353,26 +353,26 @@
 				<</if>>
 			<</for>>
 			<<if $slaves[$j].lactation == 0>>
-				$slaves[$j].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@color:yellow;Her inflation regimen has been ended.@@
+				$slaves[$j].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from $slaves[$j].slaveName until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She rubs her full belly @@color:mediumaquamarine;contently@@, anticipating her next gorging.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from $slaves[$j].slaveName until her stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving her looking ready to burst. She rubs her full belly @@.mediumaquamarine;contently@@, anticipating her next gorging.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from $slaves[$j].slaveName until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She rubs her taut belly @@color:mediumaquamarine;contently@@, anticipating her next feeding.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from $slaves[$j].slaveName until her stomach is bloated with nearly four liters of milk, leaving her looking pregnant. She rubs her taut belly @@.mediumaquamarine;contently@@, anticipating her next feeding.
 				<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from $slaves[$j].slaveName until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She rubs her sloshing belly @@color:mediumaquamarine;contently@@, anticipating her next meal.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from $slaves[$j].slaveName until her stomach is bloated with nearly two liters of milk, leaving her belly noticeably distended. She rubs her sloshing belly @@.mediumaquamarine;contently@@, anticipating her next meal.
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 			<</if>>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].inflationMethod == 1>>
 			<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she makes sure to keep herself filled with nearly two gallons of milk, leaving her looking ready to burst. She keeps herself @@color:red;painfully full@@ for you.
+				Throughout the week, she makes sure to keep herself filled with nearly two gallons of milk, leaving her looking ready to burst. She keeps herself @@.red;painfully full@@ for you.
 				<<set $slaves[$i].health -= 10>>
 			<<elseif $slaves[$i].inflation == 2>>
 				Throughout the week, she makes sure to keep herself filled with nearly four liters of milk, leaving her looking pregnant. She is full enough to be distended but not enough to grow taut.
@@ -381,10 +381,10 @@
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 2>>
 			<<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she makes sure to fill her rear with nearly two gallons of milk, leaving her looking ready to burst, whenever she leaks or needs to release her load.  She keeps herself @@color:red;painfully full@@ for you.
+				Throughout the week, she makes sure to fill her rear with nearly two gallons of milk, leaving her looking ready to burst, whenever she leaks or needs to release her load.  She keeps herself @@.red;painfully full@@ for you.
 				<<set $slaves[$i].health -= 10>>
 			<<elseif $slaves[$i].inflation == 2>>
 				Throughout the week, she makes sure to fill her rear with nearly four liters of milk, leavign her looking pregnant, whenever she leaks or needs to release her load.  She is full enough to be distended but not enough to grow taut.
@@ -398,10 +398,10 @@
 				<</if>>
 			<</for>>
 			<<if $slaves[$j].lactation == 0>>
-				$slaves[$j].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@color:yellow;Her inflation regimen has been ended.@@
+				$slaves[$j].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she makes sure keep suckling from $slaves[$j].slaveName until she is filled with nearly two gallons of milk, leaving her looking ready to give birth. She keeps herself @@color:red;painfully full@@ for you.
+				Throughout the week, she makes sure keep suckling from $slaves[$j].slaveName until she is filled with nearly two gallons of milk, leaving her looking ready to give birth. She keeps herself @@.red;painfully full@@ for you.
 				<<set $slaves[$i].health -= 10>>
 			<<elseif $slaves[$i].inflation == 2>>
 				Throughout the week, she makes sure keep suckling from $slaves[$j].slaveName until she is filled with nearly four liters of milk, leaving her looking pregnant. She is full enough to be distended but not enough to grow taut.
@@ -415,30 +415,30 @@
 	<<if $slaves[$i].behavioralFlaw == "anorexic">>
 		<<if $slaves[$i].inflationMethod == 1>>
 			<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional cum dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional cum dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She struggles to keep her liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She struggles to keep her liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She struggles to keep her liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She struggles to keep her liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She struggles to keep her liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She struggles to keep her liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 2>>
 			<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional cum dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional cum dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She struggles to keep the massive cumshot inside her, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She struggles to keep the massive cumshot inside her, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She struggles to keep the huge cumshot inside her, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She struggles to keep the huge cumshot inside her, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She struggles to keep the cumshot inside her, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She struggles to keep the cumshot inside her, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 3>>
@@ -448,46 +448,46 @@
 				<</if>>
 			<</for>>
 			<<if $slaves[$j].balls == 0>>
-				$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@color:yellow;Her inflation regimen has been ended.@@
+				$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks $slaves[$j].slaveName's cock until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She struggles to keep her liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks $slaves[$j].slaveName's cock until her stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She struggles to keep her liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She struggles to keep her liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She struggles to keep her liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:mediumorchid;reluctantly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She struggles to keep her liquid meal down, @@color:gold;fearing@@ punishment otherwise.
+				Throughout the week, she @@.mediumorchid;reluctantly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She struggles to keep her liquid meal down, @@.gold;fearing@@ punishment otherwise.
 				<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
 			<</if>>
 		<</if>>
 	<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
 		<<if $slaves[$i].inflationMethod == 1>>
 			<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional cum dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional cum dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She rubs her full belly @@color:mediumaquamarine;contently@@, anticipating her next gorging.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She rubs her full belly @@.mediumaquamarine;contently@@, anticipating her next gorging.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She rubs her taut belly @@color:mediumaquamarine;contently@@, anticipating her next feeding.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She rubs her taut belly @@.mediumaquamarine;contently@@, anticipating her next feeding.
 				<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She rubs her sloshing belly @@color:mediumaquamarine;contently@@, anticipating her next meal.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She rubs her sloshing belly @@.mediumaquamarine;contently@@, anticipating her next meal.
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 2>>
 			<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional cum dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional cum dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:hotpink;happily@@ fills her rectum from the dairy tap until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She rubs her taut belly @@color:mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
+				Throughout the week, she @@.hotpink;happily@@ fills her rectum from the dairy tap until her stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She rubs her taut belly @@.mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She rubs her full belly @@color:mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
+				Throughout the week, she @@.hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She rubs her full belly @@.mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She rubs her sloshing belly @@color:mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
+				Throughout the week, she @@.hotpink;happily@@ fills her rectum from the dairy tap until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She rubs her sloshing belly @@.mediumaquamarine;contently@@, though she wishes she could have swallowed it instead.
 				<<set $slaves[$i].devotion++, $slaves[$i].trust++>>
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 3>>
@@ -497,26 +497,26 @@
 				<</if>>
 			<</for>>
 			<<if $slaves[$j].balls == 0>>
-					$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@color:yellow;Her inflation regimen has been ended.@@
+					$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks $slaves[$j].slaveName's cock until her stomach is @@color:red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She rubs her full belly @@color:mediumaquamarine;contently@@, anticipating her next gorging.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks $slaves[$j].slaveName's cock until her stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving her looking ready to burst. She rubs her full belly @@.mediumaquamarine;contently@@, anticipating her next gorging.
 				<<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
 			<<elseif $slaves[$i].inflation == 2>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She rubs her taut belly @@color:mediumaquamarine;contently@@, anticipating her next feeding.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly four liters of cum, leaving her looking pregnant. She rubs her taut belly @@.mediumaquamarine;contently@@, anticipating her next feeding.
 				<<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>>
 			<<elseif $slaves[$i].inflation == 1>>
-				Throughout the week, she @@color:hotpink;eagerly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She rubs her sloshing belly @@color:mediumaquamarine;contently@@, anticipating her next meal.
+				Throughout the week, she @@.hotpink;eagerly@@ sucks $slaves[$j].slaveName's cock until her stomach is bloated with nearly two liters of cum, leaving her belly noticeably distended. She rubs her sloshing belly @@.mediumaquamarine;contently@@, anticipating her next meal.
 				<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 			<</if>>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].inflationMethod == 1>>
 			<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional cum dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional cum dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she makes sure to keep herself filled with nearly two gallons of cum, leaving her looking ready to burst. She keeps herself @@color:red;painfully full@@ for you.
+				Throughout the week, she makes sure to keep herself filled with nearly two gallons of cum, leaving her looking ready to burst. She keeps herself @@.red;painfully full@@ for you.
 				<<set $slaves[$i].health -= 10>>
 			<<elseif $slaves[$i].inflation == 2>>
 				Throughout the week, she makes sure to keep herself filled with nearly four liters of cum, leaving her looking pregnant. She is full enough to be distended but not enough to grow taut.
@@ -525,10 +525,10 @@
 			<</if>>
 		<<elseif $slaves[$i].inflationMethod == 2>>
 			<<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
-				You no longer have a functional cum dairy. @@color:yellow;Her inflation regimen has been ended.@@
+				You no longer have a functional cum dairy. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she makes sure to fill her rear with nearly two gallons of cum, leaving her looking ready to burst, whenever she leaks or needs to release her load.  She keeps herself @@color:red;painfully full@@ for you.
+				Throughout the week, she makes sure to fill her rear with nearly two gallons of cum, leaving her looking ready to burst, whenever she leaks or needs to release her load.  She keeps herself @@.red;painfully full@@ for you.
 				<<set $slaves[$i].health -= 10>>
 			<<elseif $slaves[$i].inflation == 2>>
 				Throughout the week, she makes sure to fill her rear with nearly four liters of cum, leaving her looking pregnant, whenever she leaks or needs to release her load.  She is full enough to be distended but not enough to grow taut.
@@ -542,10 +542,10 @@
 				<</if>>
 			<</for>>
 			<<if $slaves[$j].balls == 0>>
-					$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@color:yellow;Her inflation regimen has been ended.@@
+					$slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;Her inflation regimen has been ended.@@
 				<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0>>
 			<<elseif $slaves[$i].inflation == 3>>
-				Throughout the week, she makes sure keep sucking $slaves[$j].slaveName's cock until she is filled with nearly two gallons of cum, leaving her looking ready to burst. She keeps herself @@color:red;painfully full@@ for you.
+				Throughout the week, she makes sure keep sucking $slaves[$j].slaveName's cock until she is filled with nearly two gallons of cum, leaving her looking ready to burst. She keeps herself @@.red;painfully full@@ for you.
 				<<set $slaves[$i].health -= 10>>
 			<<elseif $slaves[$i].inflation == 2>>
 				Throughout the week, she makes sure keep sucking $slaves[$j].slaveName's cock until she is filled with nearly four liters of cum, leaving her looking pregnant. She is full enough to be distended but not enough to grow taut.
@@ -558,29 +558,29 @@
 
 <<if $slaves[$i].fetish == "cumslut">>
 <<if $slaves[$i].inflationType == "cum">>
-	Being so full of cum fills $object with @@color:hotpink;absolute bliss@@.
+	Being so full of cum fills $object with @@.hotpink;absolute bliss@@.
 	<<set $slaves[$i].devotion += 5>>
 <</if>>
 <</if>>
 <<if $slaves[$i].behavioralQuirk == "fitness">>
 <<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum">>
-	$pronounCap vows to exercise more to deal with @@color:mediumorchid;the bloated belly you forced on $object@@. Though gaining weight just means more opportunities to work out.
+	$pronounCap vows to exercise more to deal with @@.mediumorchid;the bloated belly you forced on $object@@. Though gaining weight just means more opportunities to work out.
 	<<set $slaves[$i].devotion -= 3>>
 <</if>>
 <</if>>
 
 <<if $slaves[$i].inflationType == "milk" && $slaves[$i].inflation > 1>>
 	<<if $slaves[$i].weight < 100>>
-		$possessiveCap body @@color:lime;grows a little more padded@@ as it absorbs the milk contained in $possessive digestive track.
+		$possessiveCap body @@.lime;grows a little more padded@@ as it absorbs the milk contained in $possessive digestive track.
 		<<set $slaves[$i].weight += 2>>
 	<</if>>
 	<<if random(1,100) > 50>>
 	<<if $slaves[$i].boobs < 3000>>
-		$possessiveCap breasts @@color:lime;swell@@ with added fat as $pronoun digests the milk contained in $possessive digestive track.
+		$possessiveCap breasts @@.lime;swell@@ with added fat as $pronoun digests the milk contained in $possessive digestive track.
 		<<set $slaves[$i].boobs += 200>>
 	<</if>>
 	<<if $slaves[$i].butt < 7>>
-		$possessiveCap butt @@color:lime;swells@@ with added fat as $pronoun digests the milk contained in $possessive digestive track.
+		$possessiveCap butt @@.lime;swells@@ with added fat as $pronoun digests the milk contained in $possessive digestive track.
 		<<set $slaves[$i].butt += 1>>
 	<</if>>
 	<</if>>
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 5d1041470a28f72b7abffbce5717622727617dd4..bfa9d5215c14337c2c3d09faf42029f4e107bda7 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -47,9 +47,9 @@ PC.pregSource documentation
 <</if>>
 
 <<if $PC.pregSource == -1>>
-	Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that ¤50000 has been added to your account. The Societal Elite are @@color:green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your little <<if $babyGender == 1>>girl<<else>>boy<</if>> before they took <<if $babyGender == 1>>her<<else>>him<</if>> away to be raised into a proper member of the future world.
+	Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that ¤50000 has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your little <<if $babyGender == 1>>girl<<else>>boy<</if>> before they took <<if $babyGender == 1>>her<<else>>him<</if>> away to be raised into a proper member of the future world.
 <<else>>
-While sitting at your desk planning your day, @@color:lime;your water breaks,@@ thoroughly soaking your crotch and the slave servicing it. You pull your laboring body to its feet, notify $assistantName that it's time, and begin heading towards
+While sitting at your desk planning your day, @@.lime;your water breaks,@@ thoroughly soaking your crotch and the slave servicing it. You pull your laboring body to its feet, notify $assistantName that it's time, and begin heading towards
 <<if $masterSuite != 0 && $masterSuiteUpgradePregnancy == 1>>
 	$masterSuiteName, since you had it redesigned to accommodate pregnant slaves. You should be able to give birth in both luxury and privacy there.
 <<elseif $clinic != 0>>
@@ -62,13 +62,13 @@ While sitting at your desk planning your day, @@color:lime;your water breaks,@@
 <br><br>
 After what feels like a mile run, you finally waddle into your destination finding
 <<if $Nurse != 0>>
-	@@color:pink;$Nurse.slaveName@@ waiting for you with everything she needs to be a capable midwife to you.<<if $Concubine != 0>> @@color:pink;$Concubine.slaveName@@ wraps her arms around you from behind, letting you know she'll be here to comfort you while you labor.<</if>>
+	@@.pink;$Nurse.slaveName@@ waiting for you with everything she needs to be a capable midwife to you.<<if $Concubine != 0>> @@.pink;$Concubine.slaveName@@ wraps her arms around you from behind, letting you know she'll be here to comfort you while you labor.<</if>>
 <<elseif $Bodyguard != 0>>
-	@@color:pink;$Bodyguard.slaveName@@ waiting for you. Ever since she realized she was protecting for two, she made sure to hone her skills as a midwife to make sure she could protect you and your unborn child from any dangers.<<if $Concubine != 0>> @@color:pink;$Concubine.slaveName@@ wraps her arms around you from behind, letting you know she'll be here to comfort you while you labor.<</if>>
+	@@.pink;$Bodyguard.slaveName@@ waiting for you. Ever since she realized she was protecting for two, she made sure to hone her skills as a midwife to make sure she could protect you and your unborn child from any dangers.<<if $Concubine != 0>> @@.pink;$Concubine.slaveName@@ wraps her arms around you from behind, letting you know she'll be here to comfort you while you labor.<</if>>
 <<elseif $HeadGirl != 0>>
-	@@color:pink;$HeadGirl.slaveName@@ is waiting for you. She promises to do everything she can to help you.<<if $Concubine != 0>> @@color:pink;$Concubine.slaveName@@ wraps her arms around you from behind, letting you know she'll be here to comfort you while you labor.<</if>>
+	@@.pink;$HeadGirl.slaveName@@ is waiting for you. She promises to do everything she can to help you.<<if $Concubine != 0>> @@.pink;$Concubine.slaveName@@ wraps her arms around you from behind, letting you know she'll be here to comfort you while you labor.<</if>>
 <<elseif $Concubine != 0>>
-	@@color:pink;$Concubine.slaveName@@ is waiting for you. She believes, if anything, that she could at least comfort you while you give birth.
+	@@.pink;$Concubine.slaveName@@ is waiting for you. She believes, if anything, that she could at least comfort you while you give birth.
 <<else>>
 	it quite empty. At least $assistantName knows where you are should anything go wrong.
 <</if>>
@@ -76,37 +76,37 @@ After what feels like a mile run, you finally waddle into your destination findi
 You arrange yourself to give birth, relaxing until your body urges you to begin bearing down and pushing your child into the world.<<if $Concubine != 0>>$Concubine.slaveName settles in beside you, one hand soothing your contraction wracked middle and the other <<if $PC.dick == 1>>stroking your hardening dick<<else>>teasing your stiffening clit<</if>>.<</if>>
 <<if $badBirth > random(1,100)>> /* shits going wrong */
 	<<if $Nurse != 0>>
-		You keep pushing and pushing, but your child is not coming out.<<if $Concubine != 0>> $Concubine.slaveName shifts to massaging your gravid middle, while whispering words of encouragement into your ear. Until $Nurse.slaveName shoos her away so she can take over and get this baby out of you.<</if>> $Nurse.slaveName was prepared for this possibility, adjusts your position and timings, and before long is holding your @@color:lime;new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.
+		You keep pushing and pushing, but your child is not coming out.<<if $Concubine != 0>> $Concubine.slaveName shifts to massaging your gravid middle, while whispering words of encouragement into your ear. Until $Nurse.slaveName shoos her away so she can take over and get this baby out of you.<</if>> $Nurse.slaveName was prepared for this possibility, adjusts your position and timings, and before long is holding your @@.lime;new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.
 	<<elseif $BodyGuard != 0>>
 		You keep pushing and pushing, but your child is not coming out.<<if $Concubine != 0>> $Concubine.slaveName shifts to massaging your gravid middle, while whispering words of encouragement into your ear. She begins to worry as her lover weakens in front of her. $Bodyguard.slaveName quickly pulls her away from you, fearing the worst.<</if>> $Bodyguard.slaveName read about this possibility and tries everything she can to coax your child out. As time passes, she notices your consciousness begin to fade as exhaustion kicks in. Fearing for your lives, and desperate to save you, she draws her sword from its sheath, hands unsteady from what she is about to do. Carefully, she slits your lower abdomen, allowing your baby-filled womb to pop out through the incision. Doing her best, she cuts open your uterus, pulls your child from you and severs the umbilical cord.
 		<br>
 		<br>
-		You awake some time later in the remote surgery, your stomach extremely sore; you quickly realize you're no longer round with child. As you try to rise, $Bodyguard.slaveName stops you; she hefts you into a bridal carry and takes you to a recovery room, before gently placing you into a warm bed, tucking you in, and hurrying out of the room. Before you can call out, she returns carrying @@color:lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.
+		You awake some time later in the remote surgery, your stomach extremely sore; you quickly realize you're no longer round with child. As you try to rise, $Bodyguard.slaveName stops you; she hefts you into a bridal carry and takes you to a recovery room, before gently placing you into a warm bed, tucking you in, and hurrying out of the room. Before you can call out, she returns carrying @@.lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.
 	<<elseif $HeadGirl != 0>>
 		You keep pushing and pushing, but your child is not coming out.<<if $Concubine != 0>> $Concubine.slaveName shifts to massaging your gravid middle, while whispering words of encouragement into your ear. She begins to worry as her lover weakens in front of her. $HeadGirl.slaveName quickly pulls to her feet and orders her to help her carry you to the remote surgery.<<else>> $HeadGirl.slaveName notices your distress and carries you to the remote surgery.<</if>>
 		<br>
 		<br>
-		You awake some time later in a recovery room<<if $Concubine != 0>>, $Concubine.slaveName beside you<</if>>, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. Seeing you're awake, $HeadGirl.slaveName catches your attention. In her arms is @@color:lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@, <<if $HeadGirl.lactation > 0>>happily nursing from her breast, <</if>>alive and well.
+		You awake some time later in a recovery room<<if $Concubine != 0>>, $Concubine.slaveName beside you<</if>>, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. Seeing you're awake, $HeadGirl.slaveName catches your attention. In her arms is @@.lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@, <<if $HeadGirl.lactation > 0>>happily nursing from her breast, <</if>>alive and well.
 	<<elseif $Concubine != 0>>
 		You keep pushing and pushing, but your child is not coming out. In a panic, $Concubine.slaveName carries you to the remote surgery.
 		<br>
 		<br>
-		You awake some time later in a recovery room, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. A content sigh comes from beside you; $Concubine.slaveName is snuggled next to you, snoozing with @@color:lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.<<if $Concubine.lactation > 0>> Your child has managed to free one of $Concubine.slaveName's breasts and is eagerly suckling from her milky nipple.<</if>>
+		You awake some time later in a recovery room, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. A content sigh comes from beside you; $Concubine.slaveName is snuggled next to you, snoozing with @@.lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.<<if $Concubine.lactation > 0>> Your child has managed to free one of $Concubine.slaveName's breasts and is eagerly suckling from her milky nipple.<</if>>
 	<<else>>
-		You keep pushing and pushing, but your child is not coming out. @@color:red;Something is wrong,@@ but you keep persisting.
+		You keep pushing and pushing, but your child is not coming out. @@.red;Something is wrong,@@ but you keep persisting.
 		<<set $gameover = "birth complications", $nextButton = "Have to keep trying!", $nextLink = "Gameover">>
 	<</if>>
 <<else>>
 	<<if $Nurse != 0>>
-		Under $Nurse.slaveName's guidance, childbirth is a breeze for you.<<if $Concubine != 0>> Or it would have been, had $Concubine.slaveName not driven you to an intense orgasm right as your child entered the world.<</if>> $Nurse.slaveName cuts the cord, swaddles your child, and hands you @@color:lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>.@@
+		Under $Nurse.slaveName's guidance, childbirth is a breeze for you.<<if $Concubine != 0>> Or it would have been, had $Concubine.slaveName not driven you to an intense orgasm right as your child entered the world.<</if>> $Nurse.slaveName cuts the cord, swaddles your child, and hands you @@.lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>.@@
 	<<elseif $Bodyguard != 0>>
-		With $Bodyguard.slaveName watching over you, you feel safe enough to let your guard down and focus on giving birth. Once you are relaxed, you feel your child begin to inch down your birth canal. Before long you've completed the job without any trouble.<<if $Concubine != 0>> Or it would have, had $Concubine.slaveName not driven you to an intense orgasm right as your child entered the world.<</if>> $Bodyguard.slaveName cuts the cord with her blade, and hands you @@color:lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>.@@
+		With $Bodyguard.slaveName watching over you, you feel safe enough to let your guard down and focus on giving birth. Once you are relaxed, you feel your child begin to inch down your birth canal. Before long you've completed the job without any trouble.<<if $Concubine != 0>> Or it would have, had $Concubine.slaveName not driven you to an intense orgasm right as your child entered the world.<</if>> $Bodyguard.slaveName cuts the cord with her blade, and hands you @@.lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>.@@
 	<<elseif $HeadGirl != 0>>
-		With $HeadGirl.slaveName waiting with everything you need, childbirth goes by without a hitch.<<if $Concubine != 0>> Or it would have, had $Concubine.slaveName not driven you to an intense orgasm right as your child entered the world.<</if>> $Nurse.slaveName cuts the cord, swaddles your child, and hands you @@color:lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>.@@
+		With $HeadGirl.slaveName waiting with everything you need, childbirth goes by without a hitch.<<if $Concubine != 0>> Or it would have, had $Concubine.slaveName not driven you to an intense orgasm right as your child entered the world.<</if>> $Nurse.slaveName cuts the cord, swaddles your child, and hands you @@.lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>.@@
 	<<elseif $Concubine != 0>>
-		 $Concubine.slaveName alternates between calming your nerves and driving your to orgasm. It works fairly well, as your child rapidly enters the world alongside a particularly powerful climax. You reach down and draw @@color:lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ into your arms, while $Concubine.slaveName shifts to eagerly "clean" your crotch with her tongue.
+		 $Concubine.slaveName alternates between calming your nerves and driving your to orgasm. It works fairly well, as your child rapidly enters the world alongside a particularly powerful climax. You reach down and draw @@.lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ into your arms, while $Concubine.slaveName shifts to eagerly "clean" your crotch with her tongue.
 	<<else>>
-		You keep pushing and pushing, your child slowly working its way from your body. With the last of your strength, you bear down, freeing your child from your body at last. Panting, you gather @@color:lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ and drift off into a much deserved rest.
+		You keep pushing and pushing, your child slowly working its way from your body. With the last of your strength, you bear down, freeing your child from your body at last. Panting, you gather @@.lime;your new baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ and drift off into a much deserved rest.
 	<</if>>
 <</if>>
 
@@ -146,17 +146,17 @@ Your little <<if $babyGender == 1>>girl<<else>>boy<</if>>
 <<if $PC.pregSource > 0>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $PC.pregSource>>
-			Rumors spread that your child was fathered by a slave, @@color:red;harming your lasting reputation.@@
+			Rumors spread that your child was fathered by a slave, @@.red;harming your lasting reputation.@@
 			<<set $PC.degeneracy += 20>>
 			<<if $arcologies[0].FSSupremacist != "unset">>
 				<<if $activeSlave.race != $arcologies[0].FSSupremacistRace>>
-					Furthermore, word is that your child was not $arcologies[0].FSSupremacistRace, @@color:red;hurting your lasting reputation.@@
+					Furthermore, word is that your child was not $arcologies[0].FSSupremacistRace, @@.red;hurting your lasting reputation.@@
 					<<set $PC.degeneracy += 10>>
 				<</if>>
 			<</if>>
 			<<if $arcologies[0].FSSubjugationist != "unset">>
 				<<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>>
-					In addition, there is a nasty rumor that you gave birth to a $arcologies[0].FSSubjugationistRace child, @@color:red;devastating your lasting reputation.@@
+					In addition, there is a nasty rumor that you gave birth to a $arcologies[0].FSSubjugationistRace child, @@.red;devastating your lasting reputation.@@
 					<<set $PC.degeneracy += 50>>
 				<</if>>
 			<</if>>
@@ -165,13 +165,13 @@ Your little <<if $babyGender == 1>>girl<<else>>boy<</if>>
 <</if>>
 
 <br><br>
-Now you are faced with a decision of what to do with your new child. You're far too busy to keep it yourself, but you could @@color:orange;send your <<if $babyGender == 1>>daughter<<else>>son<</if>> to a boarding school to be raised until they are of age to serve as your heir.@@ The other option is to @@color:orange;send them to become a slave at a slave orphanage.@@<<if $Cash4Babies == 1>> Alternatively, since it is @@color:orange;legal to sell slave babies@@, your child should be worth quite a pretty ¤ at auction.<</if>><<if $incubator > 0>><<if $incubator > $incubatorSlaves>> An incubation tank is empty and ready to accept a child, should you wish to @@color:orange;keep your child as a slave@@<<else>>All the incubation tanks are occupied; there is no room for your newborn child<</if>>.<</if>>
+Now you are faced with a decision of what to do with your new child. You're far too busy to keep it yourself, but you could @@.orange;send your <<if $babyGender == 1>>daughter<<else>>son<</if>> to a boarding school to be raised until they are of age to serve as your heir.@@ The other option is to @@.orange;send them to become a slave at a slave orphanage.@@<<if $Cash4Babies == 1>> Alternatively, since it is @@.orange;legal to sell slave babies@@, your child should be worth quite a pretty ¤ at auction.<</if>><<if $incubator > 0>><<if $incubator > $incubatorSlaves>> An incubation tank is empty and ready to accept a child, should you wish to @@.orange;keep your child as a slave@@<<else>>All the incubation tanks are occupied; there is no room for your newborn child<</if>>.<</if>>
 <br><br>
 <span id="choice">What will it be?
 <br>
 <<link "Boarding School">><<replace "#choice">><<print "You have decided to send them away to be raised in your stead.">><</replace>><</link>> | 
 <<link "Slave Orphanage">><<replace "#choice">><<print "You have decided to send them to a slave orphanage to be raised to $minimumSlaveAge and sold. Perhaps you'll even see them again, though you are unlikely to recognize them if you do.">><</replace>><</link>>
-<<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child to be sold at auction amongst other prestigious slaves. The winning big for your offspring came in at @@color:yellowgreen;¤<<print 1000*$seed>>.@@">><</replace>><<set $cash += 1000*$seed>><</link>><</if>>
+<<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child to be sold at auction amongst other prestigious slaves. The winning big for your offspring came in at @@.yellowgreen;¤<<print 1000*$seed>>.@@">><</replace>><<set $cash += 1000*$seed>><</link>><</if>>
 <<if ($incubator > $incubatorSlaves) && ($reservedChildren < ($incubator-$incubatorSlaves))>>
 	| <<link "Incubation">><<replace "#choice">><<print "You place the child into an incubation chamber to be aged until they can legally serve as your slave.">><</replace>><<display "Incubator Workaround">><</link>>
 <</if>>
diff --git a/src/pregmod/testGenetics.tw b/src/pregmod/testGenetics.tw
index 6cf4ad69cc49aea697b09c07415f1eccecbce5f5..6b5a55ca2daa8186634f4e7e652dd6a17fdea05e 100644
--- a/src/pregmod/testGenetics.tw
+++ b/src/pregmod/testGenetics.tw
@@ -25,8 +25,8 @@ slaves:
 		<</if>>
 	<</for>>
 	<<if _seed == 1>>
-		@@color:green;$slaves[_i].slaveName $slaves[_i].ID $slaves[_i].origin@@
+		@@.green;$slaves[_i].slaveName $slaves[_i].ID $slaves[_i].origin@@
 	<<else>>
-		@@color:red;$slaves[_i].slaveName $slaves[_i].ID $slaves[_i].origin@@
+		@@.red;$slaves[_i].slaveName $slaves[_i].ID $slaves[_i].origin@@
 	<</if>>
 <</for>>
\ No newline at end of file
diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw
index 367e87b1c40dac2b2e5ed5f840224ebae04f606a..42f67eeff215af492a5cede52c28880357f254d1 100644
--- a/src/pregmod/widgets/deathWidgets.tw
+++ b/src/pregmod/widgets/deathWidgets.tw
@@ -4,7 +4,7 @@
 
 <br>
 
-As $slaves[$i].slaveName is going about her business with her overfilled $slaves[$i].inflationType belly, she can't help but feel exhausted. Her health has been poor lately and the pressure in her organs is not helping things. She immediately knows something is wrong when an intense pain runs through her middle and her load shifts threateningly. Blood and $slaves[$i].inflationType leak from her rear as her body cavity fills with the contents of her digestive track. The skin of her taut belly reddens as the pressure against it builds. As she takes her last breath, she falls forward, her weight landing upon her straining stomach. With a gush, she ruptures, flooding the area around her with blood, guts and $slaves[$i].inflationType. Word of the late slave and her gruesome fate spread fast, @@color:gold;terrifying@@ your untrusting slaves.
+As $slaves[$i].slaveName is going about her business with her overfilled $slaves[$i].inflationType belly, she can't help but feel exhausted. Her health has been poor lately and the pressure in her organs is not helping things. She immediately knows something is wrong when an intense pain runs through her middle and her load shifts threateningly. Blood and $slaves[$i].inflationType leak from her rear as her body cavity fills with the contents of her digestive track. The skin of her taut belly reddens as the pressure against it builds. As she takes her last breath, she falls forward, her weight landing upon her straining stomach. With a gush, she ruptures, flooding the area around her with blood, guts and $slaves[$i].inflationType. Word of the late slave and her gruesome fate spread fast, @@.gold;terrifying@@ your untrusting slaves.
 <<for $j = 0; $j < $slaves.length; $j++>>
 	<<if ($slaves[$j].trust <= 50)>>
 	<<if ($slaves[$j].inflation >= 0)>>
@@ -20,13 +20,13 @@ As $slaves[$i].slaveName is going about her business with her overfilled $slaves
 <<widget "DeathOldAge">>
 	<<SlavePronouns $slaves[$i]>>
 	<<if $slaves[$i].assignment == "be confined in the arcade">>
-		You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@color:pink;$slaves[$i].slaveName@@'', the fucktoy encased in it, died naturally of old age despite $possessive living conditions. $pronounCap was a good unit; logs show $pronoun was taking dick up until the very end.
+		You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$slaves[$i].slaveName@@'', the fucktoy encased in it, died naturally of old age despite $possessive living conditions. $pronounCap was a good unit; logs show $pronoun was taking dick up until the very end.
 	<<elseif $slaves[$i].assignment == "work in the dairy" && $dairyRestraints > 1>>
-		You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@color:pink;$slaves[$i].slaveName@@'', the cow restrained in it, died naturally of old age despite $possessive living conditions. $pronounCap was a good cow; $pronoun gave milk up until $possessive death.
+		You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$slaves[$i].slaveName@@'', the cow restrained in it, died naturally of old age despite $possessive living conditions. $pronounCap was a good cow; $pronoun gave milk up until $possessive death.
 	<<elseif $slaves[$i].fuckdoll > 0>>
-		One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@color:pink;$slaves[$i].slaveName@@'' has died naturally of old age despite $possessive living conditions. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally.
+		One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$slaves[$i].slaveName@@'' has died naturally of old age despite $possessive living conditions. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally.
 	<<else>>
-		''@@color:pink;$slaves[$i].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
+		''@@.pink;$slaves[$i].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
 		<<set _deathSeed = random(1,100)>>
 		<<if _deathSeed > 75>>
 			$pronounCap is found dead in $possessive bed, having died sometime during the previous night.
@@ -63,9 +63,9 @@ As $slaves[$i].slaveName is going about her business with her overfilled $slaves
 <<widget "DeathOverdose">>
 	<<SlavePronouns $slaves[$i]>>
 	<<if $slaves[$i].fuckdoll > 0>>
-		One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@color:pink;$slaves[$i].slaveName@@'' has died of an aphrodisiac overdose. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. It does little to deal with the resulting mess of the orgasm it died during, however.
+		One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$slaves[$i].slaveName@@'' has died of an aphrodisiac overdose. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. It does little to deal with the resulting mess of the orgasm it died during, however.
 	<<else>>
-		''@@color:pink;$slaves[$i].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
+		''@@.pink;$slaves[$i].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
 		$pronounCap is found dead in $possessive bed, having died sometime earlier. Judging by the mess and the expression on $possessive face, $pronoun died of a heart attack during a particularly intense orgasm bought about by the massive amount of aphrodisiacs in her system. $slaves[$i].slaveName died at the age of $slaves[$i].actualAge;
 		<<if $slaves[$i].actualAge < 10>>
 			$pronoun lived a tragically short life.
@@ -88,9 +88,9 @@ As $slaves[$i].slaveName is going about her business with her overfilled $slaves
 <<widget "DeathUnhealthy">>
 	<<SlavePronouns $slaves[$i]>>
 	<<if $slaves[$i].fuckdoll > 0>>
-		One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@color:pink;$slaves[$i].slaveName@@'' has died of general poor health. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. Clean up is easy enough, however.
+		One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$slaves[$i].slaveName@@'' has died of general poor health. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. Clean up is easy enough, however.
 	<<else>>
-		''@@color:pink;$slaves[$i].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
+		''@@.pink;$slaves[$i].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave.
 		$pronounCap is found dead in $possessive bed, having died sometime during the night. $pronounCap has been in very poor health lately, so you knew this was a possibility. $slaves[$i].slaveName died at the age of $slaves[$i].actualAge;
 		<<if $slaves[$i].actualAge < 10>>
 			$pronoun lived a tragically short life.
@@ -108,7 +108,7 @@ As $slaves[$i].slaveName is going about her business with her overfilled $slaves
 			$pronoun lived a very long life that few get to see.
 		<</if>>
 		<<if $arcologies[0].FSPaternalist != "unset">>
-			Allowing a slave to die under your care @@color:red;severely damages@@ your image as a caring slave owner and @@color:red;calls into question@@ your paternalistic resolve.
+			Allowing a slave to die under your care @@.red;severely damages@@ your image as a caring slave owner and @@.red;calls into question@@ your paternalistic resolve.
 			<<FSChange "Paternalist" -10>>			
 		<</if>>
 	<</if>>
diff --git a/src/pregmod/widgets/economyWidgets.tw b/src/pregmod/widgets/economyWidgets.tw
index c563f032cde2a403eb3b2230ba0039c149c3854c..62b65f0318f74c978c1791658919503bbb2747f4 100644
--- a/src/pregmod/widgets/economyWidgets.tw
+++ b/src/pregmod/widgets/economyWidgets.tw
@@ -17,16 +17,16 @@
 		</tr>
 		<tr>
 			<td>Total whoring income</td>
-			<td style="padding-right: 2px; text-align: right">@@color:yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
 			<td></td>
-			<td style="padding-right: 2px; text-align: right">@@color:yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
-			<td style="padding-right: 2px; text-align: right;"><<if (_b.rep > 0)>>@@color:green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@color:red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></td>
+			<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right;"><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></td>
 		</tr>
 		<tr>
 			<td>Total whore living costs</td>
 			<td></td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td>
 			<td></td>
 		</tr>
 		<<if _details>>
@@ -47,12 +47,12 @@
 			<<for !_slaveInfo.done>>
 				<<set _revenue = _slaveInfo.value.income + _slaveInfo.value.adsIncome, _netIncome = _revenue - _slaveInfo.value.cost>>
 				<tr>
-					<td><<if (_slaveInfo.value.customLabel)>>(@@color:yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td>
-					<td style="padding-right: 2px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@color:red;none@@<<else>>_slaveInfo.value.customers<</if>></td>
-					<td style="padding-right: 2px; text-align: right">@@color:yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@color:yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td>
-					<td style="padding-right: 2px; text-align: right">@@color:red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td>
-					<td style="padding-right: 2px; text-align: right"><<if (_netIncome > 0)>>@@color:yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@color:red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td>
-					<td style="padding-right: 2px; text-align: right;"><<if (_slaveInfo.value.rep > 0)>>@@color:green;+<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<elseif (_slaveInfo.value.rep < 0)>>@@color:red;<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<else>><</if>></td>
+					<td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td>
+					<td style="padding-right: 2px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td>
+					<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td>
+					<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td>
+					<td style="padding-right: 2px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td>
+					<td style="padding-right: 2px; text-align: right;"><<if (_slaveInfo.value.rep > 0)>>@@.green;+<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<elseif (_slaveInfo.value.rep < 0)>>@@.red;<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<else>><</if>></td>
 				</tr>
 				<<set _slaveInfo = _slaveDetails.next()>>
 			<</for>>
@@ -64,34 +64,34 @@
 		<<if (_b.adsIncome > 0)>>
 		<tr>
 			<td>Additional income</td>
-			<td style="padding-right: 2px; text-align: right">@@color:yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
 			<td></td>
-			<td style="padding-right: 2px; text-align: right">@@color:yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td>
 			<td></td>
 		</tr>
 		<</if>>
 		<tr>
 			<td>Brothel maintenance</td>
 			<td></td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td>
 			<td></td>
 		</tr>
 		<<if (_b.adsCosts > 0)>>
 		<tr>
 			<td>Advertising program</td>
 			<td></td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤-<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.adsCosts.toFixedHTML(2)>>@@</td>
 			<td></td>
 		</tr>
 		<</if>>
 		<tr style="border-top: 1px solid white;">
 			<td><b>Total</b></td>
-			<td style="padding-right: 2px; text-align: right">@@color:yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td>
-			<td style="padding-right: 2px; text-align: right">@@color:red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td>
-			<td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@color:yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@color:red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td>
-			<td style="padding-right: 2px; text-align: right;"><b><<if (_b.rep > 0)>>@@color:green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@color:red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></b></td></tr>
+			<td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td>
+			<td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td>
+			<td style="padding-right: 2px; text-align: right;"><b><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></b></td></tr>
 		</table>
 	<</if>>
 	<</if>>
diff --git a/src/pregmod/widgets/extendedFamilyWidgets.tw b/src/pregmod/widgets/extendedFamilyWidgets.tw
index 3b91d40b865b401ca5f31ef1db0c14af14964781..8686d06fcc85e9c0e871fce3a6da0a9e6ea34fb1 100644
--- a/src/pregmod/widgets/extendedFamilyWidgets.tw
+++ b/src/pregmod/widgets/extendedFamilyWidgets.tw
@@ -4,34 +4,34 @@
 
 /*testtest PC parent passage - determines if the current slave is your mother or father*/
 <<if $activeSlave.ID == $PC.mother && $activeSlave.ID == $PC.father>>
-	She @@color:lightgreen;is both your mother and father, $pronoun impregnated <<print $object>>self with you.@@
+	She @@.lightgreen;is both your mother and father, $pronoun impregnated <<print $object>>self with you.@@
 <<elseif $activeSlave.ID == $PC.mother>>
-	$pronounCap @@color:lightgreen;is your mother.@@
+	$pronounCap @@.lightgreen;is your mother.@@
 <<elseif $activeSlave.ID == $PC.father>>
-	$pronounCap @@color:lightgreen;is your father.@@
+	$pronounCap @@.lightgreen;is your father.@@
 <</if>>
 
 <<if $activeSlave.father == -1 && $activeSlave.mother == -1>>
-	$pronounCap's @@color:lightgreen;your child;@@ you knocked yourself up and gave birth to $object.
+	$pronounCap's @@.lightgreen;your child;@@ you knocked yourself up and gave birth to $object.
 <</if>>
 
 <<if $activeSlave.father == -1 && $activeSlave.mother != -1>>
-	$pronounCap's @@color:lightgreen;your child;@@ you knocked $possessive mother up.
+	$pronounCap's @@.lightgreen;your child;@@ you knocked $possessive mother up.
 <<elseif $activeSlave.father > 0>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $activeSlave.father>>
-			$pronounCap was @@color:lightgreen;fathered by $slaves[$i].slaveName's@@ virile dick.
+			$pronounCap was @@.lightgreen;fathered by $slaves[$i].slaveName's@@ virile dick.
 			<<break>>
 		<</if>>
 	<</for>>
 <</if>>
 
 <<if $activeSlave.father != -1 && $activeSlave.mother == -1>>
-	$pronounCap's @@color:lightgreen;your child;@@ you gave birth to $object.
+	$pronounCap's @@.lightgreen;your child;@@ you gave birth to $object.
 <<elseif $activeSlave.mother > 0>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $activeSlave.mother>>
-			$pronounCap was @@color:lightgreen;born from $slaves[$i].slaveName's@@ fertile womb.
+			$pronounCap was @@.lightgreen;born from $slaves[$i].slaveName's@@ fertile womb.
 			<<break>>
 		<</if>>
 	<</for>>
@@ -43,7 +43,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	$pronounCap @@color:lightgreen;fathered
+	$pronounCap @@.lightgreen;fathered
 	<<for $j to 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -52,9 +52,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	$pronounCap @@color:lightgreen;fathered a pair of your slaves: $children[0].slaveName, and $children[1].slaveName.@@	
+	$pronounCap @@.lightgreen;fathered a pair of your slaves: $children[0].slaveName, and $children[1].slaveName.@@	
 <<elseif $children.length > 0>>
-	$pronounCap @@color:lightgreen;fathered a single slave of yours: $children[0].slaveName.@@
+	$pronounCap @@.lightgreen;fathered a single slave of yours: $children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -64,7 +64,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	$pronounCap @@color:lightgreen;gave birth to
+	$pronounCap @@.lightgreen;gave birth to
 	<<for $j to 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -73,9 +73,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	$pronounCap @@color:lightgreen;gave birth to a pair of your slaves: $children[0].slaveName, and $children[1].slaveName.@@	
+	$pronounCap @@.lightgreen;gave birth to a pair of your slaves: $children[0].slaveName, and $children[1].slaveName.@@	
 <<elseif $children.length > 0>>
-	$pronounCap @@color:lightgreen;gave birth to a single of your slaves: $children[0].slaveName.@@
+	$pronounCap @@.lightgreen;gave birth to a single of your slaves: $children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -85,11 +85,11 @@
 	<<if $slaves[$i].ID != $activeSlave.ID && $slaves[$i].ID == $activeSlave.mother>>
 		<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID != $activeSlave.ID && $slaves[$j].ID != $slaves[$i].ID && $slaves[$j].ID == $slaves[$i].mother>>
-				$possessiveCap maternal @@color:lightgreen;grandmother is $slaves[$j].slaveName.@@
+				$possessiveCap maternal @@.lightgreen;grandmother is $slaves[$j].slaveName.@@
 			<</if>>
 		<</for>>
 	<<elseif $PC.ID == $activeSlave.mother && $slaves[$i].ID == $PC.mother>>
-		$possessiveCap maternal @@color:lightgreen;grandmother is $slaves[$i].slaveName.@@
+		$possessiveCap maternal @@.lightgreen;grandmother is $slaves[$i].slaveName.@@
 	<</if>>
 <</for>>
 
@@ -98,11 +98,11 @@
 	<<if $slaves[$i].ID != $activeSlave.ID && $slaves[$i].ID == $activeSlave.mother>>
 		<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID != $activeSlave.ID && $slaves[$j].ID != $slaves[$i].ID && $slaves[$j].ID == $slaves[$i].father>>
-				$possessiveCap maternal @@color:lightgreen;grandfather is $slaves[$j].slaveName.@@
+				$possessiveCap maternal @@.lightgreen;grandfather is $slaves[$j].slaveName.@@
 			<</if>>
 		<</for>>
 	<<elseif $PC.ID == $activeSlave.mother && $slaves[$i].ID == $PC.father>>
-		$possessiveCap maternal @@color:lightgreen;grandfather is $slaves[$i].slaveName.@@
+		$possessiveCap maternal @@.lightgreen;grandfather is $slaves[$i].slaveName.@@
 	<</if>>
 <</for>>
 
@@ -111,11 +111,11 @@
 	<<if $slaves[$i].ID != $activeSlave.ID && $slaves[$i].ID == $activeSlave.father>>
 		<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID != $activeSlave.ID && $slaves[$j].ID != $slaves[$i].ID && $slaves[$j].ID == $slaves[$i].mother>>
-				$possessiveCap paternal @@color:lightgreen;grandmother is $slaves[$j].slaveName.@@
+				$possessiveCap paternal @@.lightgreen;grandmother is $slaves[$j].slaveName.@@
 			<</if>>
 		<</for>>
 	<<elseif $PC.ID == $activeSlave.father && $slaves[$i].ID == $PC.mother>>
-		$possessiveCap paternal @@color:lightgreen;grandmother is $slaves[$i].slaveName.@@
+		$possessiveCap paternal @@.lightgreen;grandmother is $slaves[$i].slaveName.@@
 	<</if>>
 <</for>>
 
@@ -124,11 +124,11 @@
 	<<if $slaves[$i].ID != $activeSlave.ID && $slaves[$i].ID == $activeSlave.father>>
 		<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID != $activeSlave.ID && $slaves[$j].ID != $slaves[$i].ID && $slaves[$j].ID == $slaves[$i].father>>
-				$possessiveCap paternal @@color:lightgreen;grandfather is $slaves[$j].slaveName.@@
+				$possessiveCap paternal @@.lightgreen;grandfather is $slaves[$j].slaveName.@@
 			<</if>>
 		<</for>>
 	<<elseif $PC.ID == $activeSlave.father && $slaves[$i].ID == $PC.father>>
-		$possessiveCap paternal @@color:lightgreen;grandfather is $slaves[$i].slaveName.@@
+		$possessiveCap paternal @@.lightgreen;grandfather is $slaves[$i].slaveName.@@
 	<</if>>	
 <</for>>
 
@@ -136,18 +136,18 @@
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID != $activeSlave.ID>>
 	<<if $activeSlave.ID == $slaves[$i].mother && $slaves[$i].ID == $PC.mother && $activeSlave.ID == $slaves[$i].father && $slaves[$i].ID == $PC.father>>
-		$pronounCap is @@color:lightgreen;your grandparent.@@ $pronounCap impregnated <<print $object>>self with your mother/father who in turn impregnated themselves with you.
+		$pronounCap is @@.lightgreen;your grandparent.@@ $pronounCap impregnated <<print $object>>self with your mother/father who in turn impregnated themselves with you.
 	<<elseif $activeSlave.ID == $slaves[$i].mother>>
 		<<if $slaves[$i].ID == $PC.mother>>
-			$pronounCap is @@color:lightgreen;your maternal grandmother.@@
+			$pronounCap is @@.lightgreen;your maternal grandmother.@@
 		<<elseif $slaves[$i].ID == $PC.father>>
-			$pronounCap is @@color:lightgreen;your paternal grandmother.@@
+			$pronounCap is @@.lightgreen;your paternal grandmother.@@
 		<</if>>
 	<<elseif $activeSlave.ID == $slaves[$i].father>>
 		<<if $slaves[$i].ID == $PC.mother>>
-			$pronounCap is @@color:lightgreen;your maternal grandfather.@@
+			$pronounCap is @@.lightgreen;your maternal grandfather.@@
 		<<elseif $slaves[$i].ID == $PC.father>>
-			$pronounCap is @@color:lightgreen;your paternal grandfather.@@
+			$pronounCap is @@.lightgreen;your paternal grandfather.@@
 		<</if>>
 	<</if>>
 	<</if>>
@@ -170,7 +170,7 @@
 <<if $children.length > 0>>
 	$pronounCap 
 <<if $children.length > 2>>
-	has @@color:lightgreen;many grandchildren,
+	has @@.lightgreen;many grandchildren,
 	<<for $j to 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -179,9 +179,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	has @@color:lightgreen;two grandchildren, $children[0].slaveName, and $children[1].slaveName as your slaves.@@ 
+	has @@.lightgreen;two grandchildren, $children[0].slaveName, and $children[1].slaveName as your slaves.@@ 
 <<elseif $children.length > 0>>
-	has a @@color:lightgreen;grandchild, $children[0].slaveName as your slave.@@
+	has a @@.lightgreen;grandchild, $children[0].slaveName as your slave.@@
 <</if>>
 <</if>>
 <<set $children = []>>
@@ -207,7 +207,7 @@
 <<if $activeSlave.genes == "XX" && $children.length > 0>>
 	$pronounCap 
 	<<if $children.length > 2>>
-		is @@color:lightgreen;your aunt along with 
+		is @@.lightgreen;your aunt along with 
 		<<for $j to 0; $j < $children.length; $j++>>
 			<<if $j < $children.length-1>>
 				$children[$j].slaveName,
@@ -216,13 +216,13 @@
 			<</if>>
 		<</for>>
 	<<elseif $children.length > 1>>
-		is @@color:lightgreen;your aunt along with $children[0].slaveName.@@
+		is @@.lightgreen;your aunt along with $children[0].slaveName.@@
 	<<elseif $children.length > 0>>
 		<<for $i = 0; $i < $slaves.length; $i++>>
 			<<if $slaves[$i].ID != $activeSlave.ID && $activeSlave.genes == "XX">>
 			<<if areSisters($slaves[$i], $activeSlave) == 1 ||  areSisters($slaves[$i], $activeSlave) == 2>> 
 			<<if $slaves[$i].ID == $PC.mother || $slaves[$i].ID == $PC.father>>
-				$pronounCap is @@color:lightgreen;your aunt.@@
+				$pronounCap is @@.lightgreen;your aunt.@@
 			<</if>>
 			<</if>>
 			<</if>>
@@ -250,7 +250,7 @@
 <<if $activeSlave.genes == "XY" && $children.length > 0>>
 	$pronounCap 
 	<<if $children.length > 2>>
-		is @@color:lightgreen;your uncle along with 
+		is @@.lightgreen;your uncle along with 
 		<<for $j to 0; $j < $children.length; $j++>>
 			<<if $j < $children.length-1>>
 				$children[$j].slaveName,
@@ -259,13 +259,13 @@
 			<</if>>
 		<</for>>
 	<<elseif $children.length > 1>>
-		is @@color:lightgreen;your uncle along with $children[0].slaveName.@@
+		is @@.lightgreen;your uncle along with $children[0].slaveName.@@
 	<<elseif $children.length > 0>>
 		<<for $i = 0; $i < $slaves.length; $i++>>
 			<<if $slaves[$i].ID != $activeSlave.ID && $activeSlave.genes == "XY">>
 			<<if areSisters($slaves[$i], $activeSlave) == 1 ||  areSisters($slaves[$i], $activeSlave) == 2>> 
 			<<if $slaves[$i].ID == $PC.mother || $slaves[$i].ID == $PC.father>>
-				$pronounCap is @@color:lightgreen;your uncle.@@
+				$pronounCap is @@.lightgreen;your uncle.@@
 			<</if>>
 			<</if>>
 			<</if>>
@@ -291,7 +291,7 @@
 <<if $children.length > 0>>
 	$pronounCap 
 <<if $children.length > 2>>
-	has @@color:lightgreen;many aunts,
+	has @@.lightgreen;many aunts,
 	<<for $j to 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -300,9 +300,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	 has @@color:lightgreen;two aunts, $children[0].slaveName, and $children[1].slaveName.@@ 
+	 has @@.lightgreen;two aunts, $children[0].slaveName, and $children[1].slaveName.@@ 
 <<elseif $children.length > 0>>
-	 has @@color:lightgreen;an aunt, $children[0].slaveName.@@
+	 has @@.lightgreen;an aunt, $children[0].slaveName.@@
 <</if>>
 <</if>>
 <<set $children = []>>
@@ -324,7 +324,7 @@
 <<if $children.length > 0>>
 	$pronounCap 
 <<if $children.length > 2>>
-	has @@color:lightgreen;many aunts,
+	has @@.lightgreen;many aunts,
 	<<for $j to 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -333,9 +333,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	 has @@color:lightgreen;two aunts, $children[0].slaveName, and $children[1].slaveName.@@ 
+	 has @@.lightgreen;two aunts, $children[0].slaveName, and $children[1].slaveName.@@ 
 <<elseif $children.length > 0>>
-	 has @@color:lightgreen;an aunt, $children[0].slaveName.@@
+	 has @@.lightgreen;an aunt, $children[0].slaveName.@@
 <</if>>
 <</if>>
 <<set $children = []>>
@@ -359,7 +359,7 @@
 <<if $activeSlave.genes == "XX" && $children.length > 0>>
 	$pronounCap
 <<if $children.length > 2>>
-	is @@color:lightgreen;your niece along with 
+	is @@.lightgreen;your niece along with 
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -368,13 +368,13 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	is @@color:lightgreen;your niece along with $children[0].slaveName.@@ 
+	is @@.lightgreen;your niece along with $children[0].slaveName.@@ 
 <<elseif $children.length > 0>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID != $activeSlave.ID && $activeSlave.genes == "XX">>
 	<<if areSisters($slaves[$i], $PC) == 1 || areSisters($slaves[$i], $PC) == 2>>
 	<<if $slaves[$i].ID == $activeSlave.mother || $slaves[$i].ID == $activeSlave.father>>
-		$pronounCap is @@color:lightgreen;your niece.@@
+		$pronounCap is @@.lightgreen;your niece.@@
 	<</if>>
 	<</if>>
 	<</if>>
@@ -400,7 +400,7 @@
 <<if $children.length > 0>>
 	$pronounCap
 <<if $children.length > 2>>
-	has @@color:lightgreen;many nieces,
+	has @@.lightgreen;many nieces,
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -409,9 +409,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	has @@color:lightgreen;two nieces, $children[0].slaveName, and $children[1].slaveName, who are your slaves.@@ 
+	has @@.lightgreen;two nieces, $children[0].slaveName, and $children[1].slaveName, who are your slaves.@@ 
 <<elseif $children.length > 0>>
-	has @@color:lightgreen;a niece, $children[0].slaveName, who is your slave.@@
+	has @@.lightgreen;a niece, $children[0].slaveName, who is your slave.@@
 <</if>>
 <</if>>
 <<set $children = []>>
@@ -435,7 +435,7 @@
 <<if $activeSlave.genes == "XY" && $children.length > 0>>
 	$pronounCap
 <<if $children.length > 2>>
-	is @@color:lightgreen;your nephew along with 
+	is @@.lightgreen;your nephew along with 
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -444,13 +444,13 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	is @@color:lightgreen;your nephew along with $children[0].slaveName.@@ 
+	is @@.lightgreen;your nephew along with $children[0].slaveName.@@ 
 <<elseif $children.length > 0>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID != $activeSlave.ID && $activeSlave.genes == "XY">>
 	<<if areSisters($slaves[$i], $PC) == 1 || areSisters($slaves[$i], $PC) == 2>>
 	<<if $slaves[$i].ID == $activeSlave.mother || $slaves[$i].ID == $activeSlave.father>>
-		$pronounCap is @@color:lightgreen;your nephew.@@
+		$pronounCap is @@.lightgreen;your nephew.@@
 	<</if>>
 	<</if>>
 	<</if>>
@@ -476,7 +476,7 @@
 <<if $children.length > 0>>
 	$pronounCap
 <<if $children.length > 2>>
-	has @@color:lightgreen;many nephews,
+	has @@.lightgreen;many nephews,
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -485,9 +485,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	has @@color:lightgreen;two nephews, $children[0].slaveName, and $children[1].slaveName, who are your slaves.@@ 
+	has @@.lightgreen;two nephews, $children[0].slaveName, and $children[1].slaveName, who are your slaves.@@ 
 <<elseif $children.length > 0>>
-	has @@color:lightgreen;a nephew, $children[0].slaveName, who is your slave.@@
+	has @@.lightgreen;a nephew, $children[0].slaveName, who is your slave.@@
 <</if>>
 <</if>>
 <<set $children = []>>
@@ -518,7 +518,7 @@
 	<</for>>
 	$pronounCap 
 <<if $children.length > 1>>
-	@@color:lightgreen;is _rel_desc _rel_type along with
+	@@.lightgreen;is _rel_desc _rel_type along with
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -527,9 +527,9 @@
 		<</if>>
 	<</for>>	
 <<elseif $children.length > 0>>
-	is @@color:lightgreen;_rel_desc _rel_type with $children[0].slaveName.@@	
+	is @@.lightgreen;_rel_desc _rel_type with $children[0].slaveName.@@	
 <<else>>
-	is @@color:lightgreen;_rel_desc _rel_type.@@
+	is @@.lightgreen;_rel_desc _rel_type.@@
 <</if>>
 <</if>>
 <<set $children = []>> 
@@ -553,11 +553,11 @@
 <<if areSisters($activeSlave, $PC) == 1>>
 	$pronounCap 
 	<<if _twins.length > 1>>
-		@@color:lightgreen;shared a cramped womb with you, <<print _twins.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		@@.lightgreen;shared a cramped womb with you, <<print _twins.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<elseif _twins.length > 0>>
-		is @@color:lightgreen;your twin along with _twins[0].slaveName.@@	
+		is @@.lightgreen;your twin along with _twins[0].slaveName.@@	
 	<<else>>
-		is @@color:lightgreen;your twin <<if $activeSlave.genes == "XX">>sister<<else>>brother<</if>>.@@
+		is @@.lightgreen;your twin <<if $activeSlave.genes == "XX">>sister<<else>>brother<</if>>.@@
 	<</if>>
 <</if>>
 
@@ -565,11 +565,11 @@
 <<if areSisters($activeSlave, $PC) < 3 && areSisters($activeSlave, $PC) > 0 && $activeSlave.genes == "XX">>
 	$pronounCap 
 	<<if _sisters.length > 1>>
-		@@color:lightgreen;is your sister along with <<print _sisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		@@.lightgreen;is your sister along with <<print _sisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<elseif _sisters.length > 0>>
-		is @@color:lightgreen;your sister along with _sisters[0].slaveName.@@	
+		is @@.lightgreen;your sister along with _sisters[0].slaveName.@@	
 	<<else>>
-		is @@color:lightgreen;your sister.@@
+		is @@.lightgreen;your sister.@@
 	<</if>>
 <</if>>
 
@@ -577,11 +577,11 @@
 <<if areSisters($activeSlave, $PC) < 3 && areSisters($activeSlave, $PC) > 0 && $activeSlave.genes == "XY">>
 	$pronounCap 
 	<<if _brothers.length > 1>>
-		@@color:lightgreen;is your brother along with <<print _brothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		@@.lightgreen;is your brother along with <<print _brothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<elseif _brothers.length > 0>>
-		is @@color:lightgreen;your brother along with _brothers[0].slaveName.@@
+		is @@.lightgreen;your brother along with _brothers[0].slaveName.@@
 	<<else>>
-		is @@color:lightgreen;your brother.@@
+		is @@.lightgreen;your brother.@@
 	<</if>>
 <</if>>
 
@@ -589,11 +589,11 @@
 <<if areSisters($activeSlave, $PC) == 3 && $activeSlave.genes == "XX">>
 	$pronounCap 
 	<<if _halfsisters.length > 1>>
-		@@color:lightgreen;is your half-sister along with <<print _halfsisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		@@.lightgreen;is your half-sister along with <<print _halfsisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<elseif _halfsisters.length > 0>>
-		is @@color:lightgreen;your half-sister along with _halfsisters[0].slaveName.@@	
+		is @@.lightgreen;your half-sister along with _halfsisters[0].slaveName.@@	
 	<<else>>
-		is @@color:lightgreen;your half-sister.@@
+		is @@.lightgreen;your half-sister.@@
 	<</if>>
 <</if>>
 
@@ -601,11 +601,11 @@
 <<if areSisters($activeSlave, $PC) == 3 && $activeSlave.genes == "XY">>
 	$pronounCap 
 	<<if _halfbrothers.length > 1>>
-		@@color:lightgreen;is your half-brother along with <<print _halfbrothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		@@.lightgreen;is your half-brother along with <<print _halfbrothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<elseif _halfbrothers.length > 0>>
-		is @@color:lightgreen;your half-brother along with _halfbrothers[0].slaveName.@@	
+		is @@.lightgreen;your half-brother along with _halfbrothers[0].slaveName.@@	
 	<<else>>
-		is @@color:lightgreen;your half-brother.@@
+		is @@.lightgreen;your half-brother.@@
 	<</if>>
 <</if>>
 
@@ -613,11 +613,11 @@
 <<if _twins.length > 0>>
 	$pronounCap
 	<<if _twins.length > 2>>
-		@@color:lightgreen;shared a cramped womb with <<print _twins.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		@@.lightgreen;shared a cramped womb with <<print _twins.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<elseif _twins.length > 1>>
-		is a @@color:lightgreen;one of a set of triplets; _twins[0].slaveName, and _twins[1].slaveName@@ complete the trio.	
+		is a @@.lightgreen;one of a set of triplets; _twins[0].slaveName, and _twins[1].slaveName@@ complete the trio.	
 	<<else>>
-		is @@color:lightgreen;twins with _twins[0].slaveName.@@
+		is @@.lightgreen;twins with _twins[0].slaveName.@@
 	<</if>>
 <</if>>
 
@@ -625,9 +625,9 @@
 <<if _sisters.length > 0>>
 	$pronounCap
 	<<if _sisters.length > 1>>
-		is @@color:lightgreen;sisters with <<print _sisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		is @@.lightgreen;sisters with <<print _sisters.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<else>>
-		$pronounCap is @@color:lightgreen;sisters with _sisters[0].slaveName.@@
+		$pronounCap is @@.lightgreen;sisters with _sisters[0].slaveName.@@
 	<</if>>
 <</if>>
 
@@ -635,9 +635,9 @@
 <<if _brothers.length > 0>>
 	$pronounCap
 	<<if _brothers.length > 1>>
-		is @@color:lightgreen;sisters with <<print _brothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
+		is @@.lightgreen;sisters with <<print _brothers.reduce(function(res, ch, i, arr) { return (res.slaveName || res) + (i == arr.length - 1 ? ' and ' : ', ') + ch.slaveName; })>>.@@
 	<<else>>
-		$pronounCap is @@color:lightgreen;sisters with _brothers[0].slaveName.@@
+		$pronounCap is @@.lightgreen;sisters with _brothers[0].slaveName.@@
 	<</if>>
 <</if>>
 
@@ -650,7 +650,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	$pronounCap is @@color:lightgreen;half-sisters with
+	$pronounCap is @@.lightgreen;half-sisters with
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -659,9 +659,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	$pronounCap is a @@color:lightgreen;half-sister to $children[0].slaveName and $children[1].slaveName.@@
+	$pronounCap is a @@.lightgreen;half-sister to $children[0].slaveName and $children[1].slaveName.@@
 <<elseif $children.length > 0>>
-	$pronounCap is a @@color:lightgreen;half-sister to $children[0].slaveName.@@
+	$pronounCap is a @@.lightgreen;half-sister to $children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -674,7 +674,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	$pronounCap is @@color:lightgreen;half-brothers with
+	$pronounCap is @@.lightgreen;half-brothers with
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -683,9 +683,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	$pronounCap is a @@color:lightgreen;half-brother to $children[0].slaveName and $children[1].slaveName.@@
+	$pronounCap is a @@.lightgreen;half-brother to $children[0].slaveName and $children[1].slaveName.@@
 <<elseif $children.length > 0>>
-	$pronounCap is a @@color:lightgreen;half-brother to $children[0].slaveName.@@
+	$pronounCap is a @@.lightgreen;half-brother to $children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -702,9 +702,9 @@
 <</if>>
 <</for>>
 <<if $children.length > 1>>
-	<br>Your parents are @@color:lightgreen;$children[0].slaveName and $children[1].slaveName@@.
+	<br>Your parents are @@.lightgreen;$children[0].slaveName and $children[1].slaveName@@.
 <<elseif $children.length > 0>>
-	<br>You know one of your parents, @@color:lightgreen;$children[0].slaveName@@.
+	<br>You know one of your parents, @@.lightgreen;$children[0].slaveName@@.
 <</if>>
 <<set $children = []>>
 
@@ -717,7 +717,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are @@color:lightgreen;twins with
+	<br>You are @@.lightgreen;twins with
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -726,9 +726,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are twins with @@color:lightgreen;$children[0].slaveName and $children[1].slaveName.@@
+	<br>You are twins with @@.lightgreen;$children[0].slaveName and $children[1].slaveName.@@
 <<elseif $children.length > 0>>
-	<br>Your twin is @@color:lightgreen;$children[0].slaveName.@@
+	<br>Your twin is @@.lightgreen;$children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -743,7 +743,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are @@color:lightgreen;sisters with
+	<br>You are @@.lightgreen;sisters with
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -752,9 +752,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are sisters with @@color:lightgreen;$children[0].slaveName and $children[1].slaveName.@@
+	<br>You are sisters with @@.lightgreen;$children[0].slaveName and $children[1].slaveName.@@
 <<elseif $children.length > 0>>
-	<br>Your sister is @@color:lightgreen;$children[0].slaveName.@@
+	<br>Your sister is @@.lightgreen;$children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -769,7 +769,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are @@color:lightgreen;brothers with
+	<br>You are @@.lightgreen;brothers with
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -778,9 +778,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are brothers with @@color:lightgreen;$children[0].slaveName and $children[1].slaveName.@@
+	<br>You are brothers with @@.lightgreen;$children[0].slaveName and $children[1].slaveName.@@
 <<elseif $children.length > 0>>
-	<br>Your brother is @@color:lightgreen;$children[0].slaveName.@@
+	<br>Your brother is @@.lightgreen;$children[0].slaveName.@@
 <</if>>
 <<set $children = []>>
 
@@ -795,7 +795,7 @@
 <</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are half-sisters with @@color:lightgreen;
+	<br>You are half-sisters with @@.lightgreen;
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -804,9 +804,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are half-sisters with @@color:lightgreen;$children[0].slaveName and $children[1].slaveName@@.
+	<br>You are half-sisters with @@.lightgreen;$children[0].slaveName and $children[1].slaveName@@.
 <<elseif $children.length > 0>>
-	<br>You have one half-sister, @@color:lightgreen;$children[0].slaveName@@.
+	<br>You have one half-sister, @@.lightgreen;$children[0].slaveName@@.
 <</if>>
 <<set $children = []>>
 
@@ -821,7 +821,7 @@
 <</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are half-brothers with @@color:lightgreen;
+	<br>You are half-brothers with @@.lightgreen;
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -830,9 +830,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are half-brothers with @@color:lightgreen;$children[0].slaveName and $children[1].slaveName@@.
+	<br>You are half-brothers with @@.lightgreen;$children[0].slaveName and $children[1].slaveName@@.
 <<elseif $children.length > 0>>
-	<br>You have one half-brother, @@color:lightgreen;$children[0].slaveName@@.
+	<br>You have one half-brother, @@.lightgreen;$children[0].slaveName@@.
 <</if>>
 <<set $children = []>>
 
@@ -843,7 +843,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are the father of @@color:lightgreen;
+	<br>You are the father of @@.lightgreen;
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -852,9 +852,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are the father of two of your slaves, @@color:lightgreen;$children[0].slaveName, and $children[1].slaveName@@.
+	<br>You are the father of two of your slaves, @@.lightgreen;$children[0].slaveName, and $children[1].slaveName@@.
 <<elseif $children.length > 0>>
-	<br>You are the father of one of your slaves, @@color:lightgreen;$children[0].slaveName@@.
+	<br>You are the father of one of your slaves, @@.lightgreen;$children[0].slaveName@@.
 <</if>>
 <<set $children = []>>
 
@@ -865,7 +865,7 @@
 	<</if>>
 <</for>>
 <<if $children.length > 2>>
-	<br>You are the mother of@@color:lightgreen;
+	<br>You are the mother of@@.lightgreen;
 	<<for $j = 0; $j < $children.length; $j++>>
 		<<if $j < $children.length-1>>
 			$children[$j].slaveName,
@@ -874,9 +874,9 @@
 		<</if>>
 	<</for>>
 <<elseif $children.length > 1>>
-	<br>You are the mother of two of your slaves, @@color:lightgreen;$children[0].slaveName, and $children[1].slaveName@@.
+	<br>You are the mother of two of your slaves, @@.lightgreen;$children[0].slaveName, and $children[1].slaveName@@.
 <<elseif $children.length > 0>>
-	<br>You are the mother of one of your slaves, @@color:lightgreen;$children[0].slaveName@@.
+	<br>You are the mother of one of your slaves, @@.lightgreen;$children[0].slaveName@@.
 <</if>>
 <<set $children = []>>
 
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index ecec38bf1f18725ab34a799bb24137930ffcab18..d0f2617bd86c797a933265f6c0c9f0e1a30a2a0c 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -816,7 +816,7 @@ In order to be eligible to be bred, the potential breeding bitch must first sati
 <<elseif $arcologies[0].FSPhysicalIdealist > 20>>
 	<br>She must be extremely muscular.
 <</if>>
-<br>For each slave examined, a fee of @@color:yellowgreen;¤5000@@ will be deducted from your account.
+<br>For each slave examined, a fee of @@.yellowgreen;¤5000@@ will be deducted from your account.
 <br>Failures will promptly be sterilized. Please make sure your slave fits the criteria before submitting them for testing. We shall not be held responsible for time wasted.
 <br>Updates will periodically be posted. It is your responsibility to keep up to date with current standards.
 <</widget>>
@@ -827,170 +827,170 @@ In order to be eligible to be bred, the potential breeding bitch must first sati
 <br><br>
 $activeSlave.slaveName is up for review:
 <<if $activeSlave.intelligence >= $activeStandard.intelligence>>
-	<br>She @@color:lime;PASSED@@ the intelligence test.
+	<br>She @@.lime;PASSED@@ the intelligence test.
 <<else>>
-	<br>She @@color:red;FAILED@@ the intelligence test.
+	<br>She @@.red;FAILED@@ the intelligence test.
 	<<set $passing-->>
 <</if>>
 <<if $beauty >= $activeStandard.beauty>>
-	<br>She @@color:lime;PASSED@@ the beauty test.
+	<br>She @@.lime;PASSED@@ the beauty test.
 <<else>>
-	<br>She @@color:red;FAILED@@ the beauty test.
+	<br>She @@.red;FAILED@@ the beauty test.
 	<<set $passing-->>
 <</if>>
 <<if $activeSlave.face >= $activeStandard.face>>
-	<br>She @@color:lime;PASSED@@ the facial attractiveness test.
+	<br>She @@.lime;PASSED@@ the facial attractiveness test.
 <<else>>
-	<br>She @@color:red;FAILED@@ the facial attractiveness test.
+	<br>She @@.red;FAILED@@ the facial attractiveness test.
 	<<set $passing-->>
 <</if>>
 <<if $activeSlave.chem <= $activeStandard.chem>>
-	<br>She @@color:lime;PASSED@@ the genome damage test.
+	<br>She @@.lime;PASSED@@ the genome damage test.
 <<else>>
-	<br>She @@color:red;FAILED@@ the genome damage test.
+	<br>She @@.red;FAILED@@ the genome damage test.
 	<<set $passing-->>
 <</if>>
 <<if $activeSlave.addict >= $activeStandard.addict>>
-	<br>She @@color:lime;PASSED@@ the drug test.
+	<br>She @@.lime;PASSED@@ the drug test.
 <<else>>
-	<br>She @@color:red;FAILED@@ the drug test.
+	<br>She @@.red;FAILED@@ the drug test.
 	<<set $passing-->>
 <</if>>
 <<if $arcologies[0].FSSupremacist > 20>>
 	<<if $activeSlave.race == $activeStandard.raceSup>>
-		<br>She @@color:lime;PASSED@@ racial testing.
+		<br>She @@.lime;PASSED@@ racial testing.
 	<<else>>
-		<br>She @@color:red;FAILED@@ racial testing.
+		<br>She @@.red;FAILED@@ racial testing.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSSubjugationist > 20>>
 	<<if $activeSlave.race != $activeStandard.raceSub>>
-		<br>She @@color:lime;PASSED@@ racial testing.
+		<br>She @@.lime;PASSED@@ racial testing.
 	<<else>>
-		<br>She @@color:red;FAILED@@ racial testing.
+		<br>She @@.red;FAILED@@ racial testing.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSGenderRadicalist > 20>>
 	<<if $activeSlave.dick >= $activeStandard.dick && $activeSlave.balls >= $activeStandard.balls>>
-		<br>She @@color:lime;PASSED@@ penis inspection.
+		<br>She @@.lime;PASSED@@ penis inspection.
 	<<else>>
-		<br>She @@color:red;FAILED@@ penis inspection.
+		<br>She @@.red;FAILED@@ penis inspection.
 		<<set $passing-->>
 	<</if>>
 <<elseif $arcologies[0].FSGenderFundamentalist > 20>>
 	<<if $activeSlave.dick == $activeStandard.dick && $activeSlave.balls == $activeStandard.balls>>
-		<br>She @@color:lime;PASSED@@ genital inspection.
+		<br>She @@.lime;PASSED@@ genital inspection.
 	<<else>>
-		<br>She @@color:red;FAILED@@ genital inspection.
+		<br>She @@.red;FAILED@@ genital inspection.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSPaternalist > 20>>
 	<<if $activeSlave.intelligenceImplant == $activeStandard.intelligenceImplant>>
-		<br>She @@color:lime;PASSED@@ educational trials.
+		<br>She @@.lime;PASSED@@ educational trials.
 	<<else>>
-		<br>She @@color:red;FAILED@@ educational trials.
+		<br>She @@.red;FAILED@@ educational trials.
 		<<set $passing-->>
 	<</if>>
 	<<if $activeSlave.health >= $activeStandard.health>>
-		<br>She @@color:lime;PASSED@@ health examinations.
+		<br>She @@.lime;PASSED@@ health examinations.
 	<<else>>
-		<br>She @@color:red;FAILED@@ health examinations.
+		<br>She @@.red;FAILED@@ health examinations.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSBodyPurist > 20>>
 	<<if $activeSlave.health >= $activeStandard.health>>
-		<br>She @@color:lime;PASSED@@ health examinations.
+		<br>She @@.lime;PASSED@@ health examinations.
 	<<else>>
-		<br>She @@color:red;FAILED@@ health examinations.
+		<br>She @@.red;FAILED@@ health examinations.
 		<<set $passing-->>
 	<</if>>
 	<<if $activeSlave.boobsImplant == 0 && $activeSlave.buttImplant == 0 && $activeSlave.lipsImplant == 0 && $activeSlave.hipsImplant == 0 && $activeSlave.shouldersImplant == 0 && $activeSlave.faceImplant == 0 && $activeSlave.bellyImplant == 0>>
-		<br>She @@color:lime;PASSED@@ implant examinations.
+		<br>She @@.lime;PASSED@@ implant examinations.
 	<<else>>
-		<br>She @@color:red;FAILED@@ implant examinations.
+		<br>She @@.red;FAILED@@ implant examinations.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSMaturityPreferentialist > 20>>
 	<<if $activeSlave.physicalAge > $activeStandard.age>>
-		<br>She @@color:lime;PASSED@@ age examinations.
+		<br>She @@.lime;PASSED@@ age examinations.
 	<<else>>
-		<br>She @@color:red;FAILED@@ age examinations.
+		<br>She @@.red;FAILED@@ age examinations.
 		<<set $passing-->>
 	<</if>>
 <<elseif $arcologies[0].FSYouthPreferentialist > 20>>
 	<<if $activeSlave.physicalAge < $activeStandard.age>>
-		<br>She @@color:lime;PASSED@@ age examinations.
+		<br>She @@.lime;PASSED@@ age examinations.
 	<<else>>
-		<br>She @@color:red;FAILED@@ age examinations.
+		<br>She @@.red;FAILED@@ age examinations.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSSlimnessEnthusiast > 20>>
 	<<if $activeSlave.weight <= $activeStandard.weight>>
-		<br>She @@color:lime;MET@@ weight limits.
+		<br>She @@.lime;MET@@ weight limits.
 	<<else>>
-		<br>She @@color:red;EXCEEDED@@ weight mimits.
+		<br>She @@.red;EXCEEDED@@ weight mimits.
 		<<set $passing-->>
 	<</if>>
 	<<if $activeSlave.butt  <= $activeStandard.butt>>
-		<br>She @@color:lime;MET@@ ass measurements.
+		<br>She @@.lime;MET@@ ass measurements.
 	<<else>>
-		<br>She @@color:red;EXCEEDED@@ ass measurements.
+		<br>She @@.red;EXCEEDED@@ ass measurements.
 		<<set $passing-->>
 	<</if>>
 	<<if $activeSlave.boobs <= $activeStandard.boobs>>
-		<br>She @@color:lime;MET@@ chest measurements.
+		<br>She @@.lime;MET@@ chest measurements.
 	<<else>>
-		<br>She @@color:red;EXCEEDED@@ chest measurements.
+		<br>She @@.red;EXCEEDED@@ chest measurements.
 		<<set $passing-->>
 	<</if>>
 <<elseif $arcologies[0].FSAssetExpansionist > 20>>
 	<<if ($activeSlave.butt - $activeSlave.buttImplant) >= $activeStandard.butt>>
-		<br>She @@color:lime;MET@@ ass measurements.
+		<br>She @@.lime;MET@@ ass measurements.
 	<<else>>
-		<br>She @@color:red;FAILED@@ to meet ass measurements.
+		<br>She @@.red;FAILED@@ to meet ass measurements.
 		<<set $passing-->>
 	<</if>>
 	<<if ($activeSlave.boobs - $activeSlave.boobsImplant) >= $activeStandard.boobs>>
-		<br>She @@color:lime;MET@@ chest measurements.
+		<br>She @@.lime;MET@@ chest measurements.
 	<<else>>
-		<br>She @@color:red;FAILED@@ to meet chest measurements.
+		<br>She @@.red;FAILED@@ to meet chest measurements.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSPastoralist > 20>>
 	<<if $activeSlave.lactation == $activeStandard.lactation>>
-		<br>She @@color:lime;MET@@ milk production standards.
+		<br>She @@.lime;MET@@ milk production standards.
 	<<elseif $activeSlave.lactation > $activeStandard.lactation>>
-		<br>She @@color:red;EXCEEDED@@ milk production standards.
+		<br>She @@.red;EXCEEDED@@ milk production standards.
 		<<set $passing-->>
 	<<else>>
-		<br>She @@color:red;FAILED@@ to meet milk production standards.
+		<br>She @@.red;FAILED@@ to meet milk production standards.
 		<<set $passing-->>
 	<</if>>
 <<elseif $arcologies[0].FSPhysicalIdealist > 20>>
 	<<if $activeSlave.muscles > $activeStandard.muscles>>
-		<br>She @@color:lime;MET@@ the required muscle mass.
+		<br>She @@.lime;MET@@ the required muscle mass.
 	<<else>>
-		<br>She @@color:red;FAILED@@ to meet the required muscle mass.
+		<br>She @@.red;FAILED@@ to meet the required muscle mass.
 		<<set $passing-->>
 	<</if>>
 <</if>>
 <br><br>
 <<if $passing != 0>>
-	The slave known as "<<print $activeSlave.slaveName>>" has been deemed @@color:red;unsuitable@@ for breeding and has been @@color:green;sterilized@@ as per agreement.
+	The slave known as "<<print $activeSlave.slaveName>>" has been deemed @@.red;unsuitable@@ for breeding and has been @@.green;sterilized@@ as per agreement.
 	<<set $activeSlave.preg = -3>>
 <<else>>
-	The slave known as "<<print $activeSlave.slaveName>>" has been deemed @@color:green;worthy@@ of being used for breeding and has been marked as such. Please note the increased restrictions on breeding slaves.
+	The slave known as "<<print $activeSlave.slaveName>>" has been deemed @@.green;worthy@@ of being used for breeding and has been marked as such. Please note the increased restrictions on breeding slaves.
 	<br>They are not permitted for public use or anything that may harm their growing child. The child within them is considered a member of the elite class and a such, any harm that comes to them will result in severe penalties to the breeder's owner. Development of the child will be closely monitored; should the fetus be identified as of not the owner's blood (or any other member of the Elite class), said owner shall face severe fines.
 	<<set $activeSlave.breedingMark = 1, $activeSlave.pregControl = "none">>
 <</if>>
-<br>@@color:yellowgreen;¤5000@@ has been deducted from your account as agreed.
+<br>@@.yellowgreen;¤5000@@ has been deducted from your account as agreed.
 <<removeJob $activeSlave $activeSlave.assignment>>
 <</widget>>
 
@@ -1667,7 +1667,7 @@ extremely pale -5
 
 <br>
 <br>
-$pronounCap was given @@color:orange;a cesarean section@@ due to health concerns. From $possessive womb,
+$pronounCap was given @@.orange;a cesarean section@@ due to health concerns. From $possessive womb,
 <<if $slaves[$i].pregType <= 1>>
   a single baby,
 <<elseif $slaves[$i].pregType >= 20>>
@@ -1702,12 +1702,12 @@ entered the world.
 <<if $arcologies[0].FSRestart != "unset">>
 <<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 <br><br>
-	The Societal Elite @@color:green;are pleased@@ at the new additions to their class.
+	The Societal Elite @@.green;are pleased@@ at the new additions to their class.
 	<<set $failedElite -= 2*$slaves[$i].pregType>>
 <<else>>
 <br>
 <br>
-	The Societal Elite @@color:red;are disappointed@@ that you would allow subhuman filth to dirty society under your watch. Society @@color:red;frowns@@ on the unwelcome addition of more subhumans into the world.
+	The Societal Elite @@.red;are disappointed@@ that you would allow subhuman filth to dirty society under your watch. Society @@.red;frowns@@ on the unwelcome addition of more subhumans into the world.
 	<<set $failedElite += 5*$slaves[$i].pregType>>
 	<<set $rep -= 10*$slaves[$i].pregType>>
 <</if>>
@@ -1715,28 +1715,28 @@ entered the world.
 
 <br>
 <br>
-Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@color:lime;it retained its tightness.@@
+Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@
 
 <<if $slaves[$i].fetish != "mindbroken">>
 <<if $slaves[$i].fuckdoll == 0>>
 <br>
 <<if ($slaves[$i].devotion) < 20 && (($week-$slaves[$i].weekAcquired) >= $slaves[$i].weekAcquired) && ($slaves[$i].pregSource == -1)>>
 <br>
-	She @@color:mediumorchid;despises@@ you for using her body to bear your children.
+	She @@.mediumorchid;despises@@ you for using her body to bear your children.
 	<<set $slaves[$i].devotion -= 10>>
 <<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>>
 <br>
-	She's @@color:hotpink;so proud@@ to have successfully carried children for you.
+	She's @@.hotpink;so proud@@ to have successfully carried children for you.
 	<<set $slaves[$i].devotion += 3>>
 <</if>>
 <<if $slaves[$i].pregType-$slaves[$i].reservedChildren > 0>>
 <<if $slaves[$i].trust <= 20 && (($week-$slaves[$i].weekAcquired) <= $slaves[$i].weekAcquired)>>
 <br>
-	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@color:gold;worry@@ for their future.
+	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@.gold;worry@@ for their future.
 	<<set $slaves[$i].trust -= 5>>
 <<elseif $slaves[$i].trust <= 20>>
 <br>
-	She @@color:gold;fears@@ for the future of her children.
+	She @@.gold;fears@@ for the future of her children.
 	<<set $slaves[$i].trust -= 10>>
 <</if>>
 <</if>>
@@ -1765,17 +1765,17 @@ Of her $slaves[$i].pregType children; $slaves[$i].reservedChildren were taken to
 	<<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 		As for the rest; the Societal Elite collected them to be raised into upstanding members of the new society.
 	<<elseif ($slaves[$i].relationship == -3)>>
-		As for the rest; you make sure $possessive children are cared for, since she is your wife. $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As for the rest; you make sure $possessive children are cared for, since she is your wife. $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<elseif ($slaves[$i].assignment is "serve in the master suite" or $slaves[$i].assignment is "be your Concubine")>>
-		As for the rest; $possessive children are guaranteed to be treated well despite the laws you've passed since she is a member of your harem. $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As for the rest; $possessive children are guaranteed to be treated well despite the laws you've passed since she is a member of your harem. $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<else>>
 		<<if $slaves[$i].pregType == 50>>
-	  	  As for the rest; $possessive babies sold for a total of @@color:yellowgreen;¤<<print 12*(50+$seed)>>@@.
+	  	  As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print 12*(50+$seed)>>@@.
 		  <<set $cash += 12*(50+$seed)>>
 		<<else>>
-		  As for the rest; $possessive babies sold for a total of @@color:yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
+		  As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
 		  <<set $cash += $slaves[$i].pregType*(50+$seed)>>
 		<</if>>
 	<</if>>
@@ -1807,12 +1807,12 @@ Of her $slaves[$i].pregType children; $slaves[$i].reservedChildren were taken to
 <br>
 	Giving birth in such a manner was completely humiliating,
 	<<if $slaves[$i].fetish == "humiliation">>
-		and a complete turn on to $object. $possessiveCap humiliation fetish @@color:lightcoral;strengthens@@ as $pronoun eagerly fantasizes about giving birth in public again.
+		and a complete turn on to $object. $possessiveCap humiliation fetish @@.lightcoral;strengthens@@ as $pronoun eagerly fantasizes about giving birth in public again.
 		<<set $slaves[$i].fetishStrength += 4>>
 	<<elseif $slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 60>>
-		and a curious experience to $object. <<if random(1,5) == 1>>@@color:lightcoral;$possessiveCap has developed a humiliation fetish.@@<<set $slaves[$i].fetish to "humiliation">><<else>>$pronounCap hopes to never repeat it.<</if>>
+		and a curious experience to $object. <<if random(1,5) == 1>>@@.lightcoral;$possessiveCap has developed a humiliation fetish.@@<<set $slaves[$i].fetish to "humiliation">><<else>>$pronounCap hopes to never repeat it.<</if>>
 	<<elseif $slaves[$i].devotion <= 20>>
-		and completely devastating to $possessive image of herself. The experience @@color:hotpink;habituates $object@@ to cruelties of slavery.
+		and completely devastating to $possessive image of herself. The experience @@.hotpink;habituates $object@@ to cruelties of slavery.
 		<<set $slaves[$i].devotion += 5>>
 	<<else>>
 		and $pronoun hopes to never undergo it again.
@@ -1821,7 +1821,7 @@ Of her $slaves[$i].pregType children; $slaves[$i].reservedChildren were taken to
 
 <br>
 <br>
-She @@color:orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled womb barely lost any size. Her body gave life <</if>>
+She @@.orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled womb barely lost any size. Her body gave life <</if>>
 <<if $slaves[$i].pregType == 50>>
   to nearly a dozen babies throughout the week,
 <<elseif $slaves[$i].pregType <= 1>>
@@ -1860,12 +1860,12 @@ $daddy's virile cock and balls.
 <<if $arcologies[0].FSRestart != "unset">>
 <<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 <br><br>
-	The Societal Elite @@color:green;are pleased@@ at the new additions to their class.
+	The Societal Elite @@.green;are pleased@@ at the new additions to their class.
 	<<set $failedElite -= 2*$slaves[$i].pregType>>
 <<else>>
 <br>
 <br>
-	The Societal Elite @@color:red;are disappointed@@ that you would allow subhuman filth to be born under your watch. Society @@color:red;frowns@@ on the birth of more subhumans into the world.
+	The Societal Elite @@.red;are disappointed@@ that you would allow subhuman filth to be born under your watch. Society @@.red;frowns@@ on the birth of more subhumans into the world.
 	<<set $failedElite += 5*$slaves[$i].pregType>>
 	<<set $failedElite -= 10*$slaves[$i].pregType>>
 <</if>>
@@ -1876,12 +1876,12 @@ $daddy's virile cock and balls.
 <br>
 <br>
 <<if ($slaves[$i].fetish == "masochist")>>
-	Since she was a virgin, giving birth was a @@color:red;terribly painful@@ experience.<<if $slaves[$i].fetishKnown == 0>>She seems to have orgasmed several times during the experience, she appears to @@color:lightcoral;really like pain@@.<<else>> However, due to her masochistic streak, she @@color:hotpink;greatly enjoyed@@ said experience<</if>>.
+	Since she was a virgin, giving birth was a @@.red;terribly painful@@ experience.<<if $slaves[$i].fetishKnown == 0>>She seems to have orgasmed several times during the experience, she appears to @@.lightcoral;really like pain@@.<<else>> However, due to her masochistic streak, she @@.hotpink;greatly enjoyed@@ said experience<</if>>.
 	<<set $slaves[$i].health -= 10>>
 	<<set $slaves[$i].devotion += 2>>
 	<<set $slaves[$i].fetishKnown == 1>>
 <<else>>
-	Since she was a virgin, giving birth was a @@color:red;terribly painful@@ experience. She @@color:mediumorchid;despises@@ you for taking her virginity in such a @@color:gold;horrifying@@ way.
+	Since she was a virgin, giving birth was a @@.red;terribly painful@@ experience. She @@.mediumorchid;despises@@ you for taking her virginity in such a @@.gold;horrifying@@ way.
 	<<set $slaves[$i].health -= 40>>
 	<<set $slaves[$i].devotion -= 25.0>>
 	<<set $slaves[$i].trust -= 25.0>>
@@ -1892,88 +1892,88 @@ $daddy's virile cock and balls.
 <br>
 <<if $slaves[$i].birthsTotal == 0>>
 <br>
-	$possessiveCap inexperience @@color:red;complicated $possessive first birth@@.
+	$possessiveCap inexperience @@.red;complicated $possessive first birth@@.
 <</if>>
 <<if $slaves[$i].mpreg == 1>>
 <<if $slaves[$i].anus < 2>>
 <br>
-	$possessiveCap tight ass @@color:red;hindered $possessive baby's birth@@.
+	$possessiveCap tight ass @@.red;hindered $possessive baby's birth@@.
 <</if>>
 <<else>>
 <<if $slaves[$i].vagina < 2>>
 <br>
-	$possessiveCap tight vagina @@color:red;hindered $possessive baby's birth@@.
+	$possessiveCap tight vagina @@.red;hindered $possessive baby's birth@@.
 <</if>>
 <<if $slaves[$i].vaginaLube == 0>>
 <br>
-	$possessiveCap dry vagina made pushing $possessive child out @@color:red;painful@@.
+	$possessiveCap dry vagina made pushing $possessive child out @@.red;painful@@.
 <</if>>
 <</if>>
 <<if $slaves[$i].hips < 0>>
 <br>
-	$possessiveCap narrow hips made birth @@color:red;troublesome@@.
+	$possessiveCap narrow hips made birth @@.red;troublesome@@.
 <</if>>
 <<if $slaves[$i].weight < -95>>
 <br>
-	$possessiveCap very thin body @@color:red;was nearly incapable of birthing $possessive child@@.
+	$possessiveCap very thin body @@.red;was nearly incapable of birthing $possessive child@@.
 <<elseif $slaves[$i].weight <= -30>>
 <br>
-	$possessiveCap thin body was @@color:red;ill-suited $possessive childbirth@@.
+	$possessiveCap thin body was @@.red;ill-suited $possessive childbirth@@.
 <</if>>
 <<if $slaves[$i].health < -20>>
 <br>
-	$possessiveCap poor health made laboring @@color:red;exhausting@@.
+	$possessiveCap poor health made laboring @@.red;exhausting@@.
 <</if>>
 <<if $slaves[$i].physicalAge < 6>>
 <br>
-	$possessiveCap very young body was @@color:red;not designed to be able pass a baby@@.
+	$possessiveCap very young body was @@.red;not designed to be able pass a baby@@.
 <<elseif $slaves[$i].physicalAge < 9>>
 <br>
-	$possessiveCap young body had @@color:red;a lot of trouble@@ birthing $possessive baby.
+	$possessiveCap young body had @@.red;a lot of trouble@@ birthing $possessive baby.
 <<elseif $slaves[$i].physicalAge < 13>>
 <br>
-	$possessiveCap young body had @@color:red;trouble birthing@@ $possessive baby.
+	$possessiveCap young body had @@.red;trouble birthing@@ $possessive baby.
 <</if>>
 <<if $slaves[$i].tired > 0>>
 <br>
-	$pronounCap was so tired, $pronoun @@color:red;lacked the energy to effectively push@@.
+	$pronounCap was so tired, $pronoun @@.red;lacked the energy to effectively push@@.
 <</if>>
 <<if $slaves[$i].preg > 40>>
 <br>
-	$possessiveCap's child had extra time to grow @@color:red;greatly complicating childbirth@@.
+	$possessiveCap's child had extra time to grow @@.red;greatly complicating childbirth@@.
 <</if>>
 <<if (($slaves[$i].vagina >= 2 || $slaves[$i].vaginaLube > 0) && $slaves[$i].mpreg == 1) || $slaves[$i].births > 0 || $slaves[$i].hips > 0 || $nurseCareers.includes($slaves[$i].career) || $slaves[$i].intelligenceImplant > 0>>
 <br>However:
 <<if $slaves[$i].mpreg == 1>>
 <<if $slaves[$i].anus >= 2>>
 <br>
-	$possessiveCap @@color:green;loose ass@@ made birthing $possessive child easier.
+	$possessiveCap @@.green;loose ass@@ made birthing $possessive child easier.
 <</if>>
 <<else>>
 <<if $slaves[$i].vagina >= 2>>
 <br>
-	$possessiveCap @@color:green;loose vagina@@ made birthing $possessive child easier.
+	$possessiveCap @@.green;loose vagina@@ made birthing $possessive child easier.
 <</if>>
 <<if $slaves[$i].vaginaLube > 0>>
 <br>
-	$possessiveCap @@color:green;moist vagina@@ hastened $possessive child's birth.
+	$possessiveCap @@.green;moist vagina@@ hastened $possessive child's birth.
 <</if>>
 <</if>>
 <<if $slaves[$i].birthsTotal > 0>>
 <br>
-	$pronounCap has @@color:green;given birth before@@, so $pronoun knows just what to do.
+	$pronounCap has @@.green;given birth before@@, so $pronoun knows just what to do.
 <</if>>
 <<if $slaves[$i].hips > 0>>
 <br>
-	$possessiveCap @@color:green;wide hips@@ greatly aided childbirth.
+	$possessiveCap @@.green;wide hips@@ greatly aided childbirth.
 <</if>>
 <<if $nurseCareers.includes($slaves[$i].career)>>
 <br>
-	Thanks to $possessive @@color:green;previous career@@, childbirth went smoothly.
+	Thanks to $possessive @@.green;previous career@@, childbirth went smoothly.
 <</if>>
 <<if $slaves[$i].intelligenceImplant > 0>>
 <br>
-	$pronounCap was @@color:green;taught how to handle birth@@ in class.
+	$pronounCap was @@.green;taught how to handle birth@@ in class.
 <</if>>
 <</if>>
 
@@ -1982,15 +1982,15 @@ $daddy's virile cock and balls.
 <<if $slaves[$i].assignment != "work in the dairy" && $slaves[$i].pregType < 50 && $csec == 0>>
 All in all,
 <<if $birthDamage > 15>>
-	childbirth was @@color:red;horrifically difficult for $object and nearly claimed $possessive life@@.
+	childbirth was @@.red;horrifically difficult for $object and nearly claimed $possessive life@@.
 <<elseif $birthDamage > 10>>
-	childbirth was extremely difficult for $object and @@color:red;greatly damaged $possessive health@@.
+	childbirth was extremely difficult for $object and @@.red;greatly damaged $possessive health@@.
 <<elseif $birthDamage > 5>>
-	childbirth was difficult for $object and @@color:red;damaged $possessive health@@.
+	childbirth was difficult for $object and @@.red;damaged $possessive health@@.
 <<elseif $birthDamage > 0>>
-	childbirth was painful for $object, though not abnormally so, and @@color:red;damaged $possessive health@@.
+	childbirth was painful for $object, though not abnormally so, and @@.red;damaged $possessive health@@.
 <<else>>
-	childbirth was @@color:green;no problem@@ for $object.
+	childbirth was @@.green;no problem@@ for $object.
 <</if>>
 <<if $birthDamage > 0>>
 <<set $slaves[$i].health -= Math.round(($birthDamage/2)*10)>>
@@ -2001,13 +2001,13 @@ All in all,
 <br>
 <<if $slaves[$i].mpreg == 1>>
 <<if ($slaves[$i].anus < 0)>> /* you somehow got a pregnant slave with no vagina catch */
-Childbirth has @@color:lime;has torn $object a gaping anus.@@
+Childbirth has @@.lime;has torn $object a gaping anus.@@
 <<elseif ($slaves[$i].anus == 0)>> /* please stop selling me pregnant virgins, neighbor gender fundamentalist arcology */
-Childbirth has @@color:lime;ruined $possessive virgin ass.@@
+Childbirth has @@.lime;ruined $possessive virgin ass.@@
 <<elseif ($slaves[$i].anus == 1)>>
-Childbirth has @@color:lime;greatly stretched out $possessive ass.@@
+Childbirth has @@.lime;greatly stretched out $possessive ass.@@
 <<elseif ($slaves[$i].anus == 2)>>
-Childbirth has @@color:lime;stretched out $possessive ass.@@
+Childbirth has @@.lime;stretched out $possessive ass.@@
 <<elseif ($slaves[$i].anus == 3)>>
 $possessiveCap ass was loose enough to not be stretched by childbirth.
 <<elseif ($slaves[$i].anus < 10)>>
@@ -2015,17 +2015,17 @@ Childbirth stood no chance of stretching $possessive gaping ass.
 <<elseif ($slaves[$i].anus == 10)>>
 $possessiveCap child could barely stretch $possessive cavernous ass.
 <<else>>
-Childbirth has @@color:lime;stretched out $possessive ass.@@
+Childbirth has @@.lime;stretched out $possessive ass.@@
 <</if>>
 <<else>>
 <<if ($slaves[$i].vagina < 0)>> /* you somehow got a pregnant slave with no vagina catch */
-Childbirth has @@color:lime;has torn $object a gaping vagina.@@
+Childbirth has @@.lime;has torn $object a gaping vagina.@@
 <<elseif ($slaves[$i].vagina == 0)>> /* please stop selling me pregnant virgins, neighbor gender fundamentalist arcology */
-Childbirth has @@color:lime;ruined $possessive virgin vagina.@@
+Childbirth has @@.lime;ruined $possessive virgin vagina.@@
 <<elseif ($slaves[$i].vagina == 1)>>
-Childbirth has @@color:lime;greatly stretched out $possessive vagina.@@
+Childbirth has @@.lime;greatly stretched out $possessive vagina.@@
 <<elseif ($slaves[$i].vagina == 2)>>
-Childbirth has @@color:lime;stretched out $possessive vagina.@@
+Childbirth has @@.lime;stretched out $possessive vagina.@@
 <<elseif ($slaves[$i].vagina == 3)>>
 $possessiveCap vagina was loose enough to not be stretched by childbirth.
 <<elseif ($slaves[$i].vagina < 10)>>
@@ -2033,7 +2033,7 @@ Childbirth stood no chance of stretching $possessive gaping vagina.
 <<elseif ($slaves[$i].vagina == 10)>>
 $possessiveCap child could barely stretch $possessive cavernous vagina.
 <<else>>
-Childbirth has @@color:lime;stretched out $possessive vagina.@@
+Childbirth has @@.lime;stretched out $possessive vagina.@@
 <</if>>
 <</if>>
 
@@ -2041,21 +2041,21 @@ Childbirth has @@color:lime;stretched out $possessive vagina.@@
 <br>
 <<if ($slaves[$i].devotion) < 20 && (($week-$slaves[$i].weekAcquired) >= $slaves[$i].weekAcquired) && ($slaves[$i].pregSource == -1)>>
 <br>
-	She @@color:mediumorchid;despises@@ you for using her body to bear your children.
+	She @@.mediumorchid;despises@@ you for using her body to bear your children.
 	<<set $slaves[$i].devotion -= 10>>
 <<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>>
 <br>
-	She's @@color:hotpink;so proud@@ to have successfully carried children for you.
+	She's @@.hotpink;so proud@@ to have successfully carried children for you.
 	<<set $slaves[$i].devotion += 3>>
 <</if>>
 <<if $slaves[$i].pregType-$slaves[$i].reservedChildren > 0>>
 <<if $slaves[$i].trust <= 20 && (($week-$slaves[$i].weekAcquired) <= $slaves[$i].weekAcquired)>>
 <br>
-	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@color:gold;worry@@ for their future.
+	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@.gold;worry@@ for their future.
 	<<set $slaves[$i].trust -= 5>>
 <<elseif $slaves[$i].trust <= 20>>
 <br>
-	She @@color:gold;fears@@ for the future of her children.
+	She @@.gold;fears@@ for the future of her children.
 	<<set $slaves[$i].trust -= 10>>
 <</if>>
 <</if>>
@@ -2082,17 +2082,17 @@ Of her $slaves[$i].pregType children; $slaves[$i].reservedChildren were taken to
 	<<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 		As for the rest; the Societal Elite collected them to be raised into upstanding members of the new society.
 	<<elseif ($slaves[$i].relationship is -3)>>
-		As for the rest; you make sure $possessive children are cared for, since she is your wife. $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As for the rest; you make sure $possessive children are cared for, since she is your wife. $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<elseif ($slaves[$i].assignment is "serve in the master suite" or $slaves[$i].assignment is "be your Concubine")>>
-		As for the rest; $possessive children are guaranteed to be treated well despite the laws you've passed since she is a member of your harem. $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As for the rest; $possessive children are guaranteed to be treated well despite the laws you've passed since she is a member of your harem. $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<else>>
 		<<if $slaves[$i].pregType is 50>>
-	  	  As for the rest; $possessive babies sold for a total of @@color:yellowgreen;¤<<print 12*(50+$seed)>>@@.
+	  	  As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print 12*(50+$seed)>>@@.
 		  <<set $cash += 12*(50+$seed)>>
 		<<else>>
-		  As for the rest; $possessive babies sold for a total of @@color:yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
+		  As for the rest; $possessive babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
 		  <<set $cash += $slaves[$i].pregType*(50+$seed)>>
 		<</if>>
 	<</if>>
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index cd3c242f721466427581829ea9669bd182f18c7c..dd47edb3421bab794a205d719b5de911d1b95e17 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -136,7 +136,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Review her charges' skills with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You call $activeSlave.slaveName up to your office; she enters with the clear anticipation of being thrown over your desk, but instead finds herself sitting across it from you, taking part in a three-way strategy session between you and $assistantName. The three of you carefully review the sexual advantages and disadvantages of each of her whores. She is @@color:hotpink;properly deferential,@@ but definitely has insight to offer about how many of them satisfy customers. With her input, you put together a plan to @@color:green;address@@ their deficiencies with instruction and hands-on correction.
+	You call $activeSlave.slaveName up to your office; she enters with the clear anticipation of being thrown over your desk, but instead finds herself sitting across it from you, taking part in a three-way strategy session between you and $assistantName. The three of you carefully review the sexual advantages and disadvantages of each of her whores. She is @@.hotpink;properly deferential,@@ but definitely has insight to offer about how many of them satisfy customers. With her input, you put together a plan to @@.green;address@@ their deficiencies with instruction and hands-on correction.
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $activeSlave.ID == $slaves[$i].ID>>
@@ -159,7 +159,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Talk over the whores' appearance and correct any deficiencies">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You call $activeSlave.slaveName up to your office; she enters with the clear anticipation of being thrown over your desk, but instead finds herself sitting across it from you, taking part in a three-way inventory review with you and $assistantName. The three of you carefully review the appearance of each of her whores. She is @@color:hotpink;properly deferential,@@ but definitely has insight to offer about how many of them appeal to customers. With her input, you put together a plan to @@color:limegreen;correct@@ their deficiencies when they can be pulled out of a shift for a quick surgical improvement.
+	You call $activeSlave.slaveName up to your office; she enters with the clear anticipation of being thrown over your desk, but instead finds herself sitting across it from you, taking part in a three-way inventory review with you and $assistantName. The three of you carefully review the appearance of each of her whores. She is @@.hotpink;properly deferential,@@ but definitely has insight to offer about how many of them appeal to customers. With her input, you put together a plan to @@.limegreen;correct@@ their deficiencies when they can be pulled out of a shift for a quick surgical improvement.
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $activeSlave.ID == $slaves[$i].ID>>
@@ -201,7 +201,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Make her the face of an ad campaign">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You bring her out to a pretty balcony and put her through an extended photoshoot. She has no idea what you're planning, but she's skilled enough not to need to. She dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss her back to the club when you're done, and she clearly thinks little of it. The next day, however, you walk her out onto the club in the morning. When the two of you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and DJ, reach the main club, she stops short when she catches sight of the main billboard screen. There she is, resplendent and opulent, ten meters tall, giving the viewer a sultry look. She only breaks down for a single moment, but it's quite a moment: she cries rather inelegantly, <<if canTalk($activeSlave)>><<if SlaveStatsChecker.checkForLisp($activeSlave)>>lisping, "I love you <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>" into your ear<<else>>sobbing "I love you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>" into your ear<</if>><</if>> before giving you a @@color:hotpink;wet kiss.@@ Then she runs over to stand under the screen, looking back at you to give you a @@color:green;picture-perfect@@ imitation of the billboard she's standing under before laughing at herself a little.
+	You bring her out to a pretty balcony and put her through an extended photoshoot. She has no idea what you're planning, but she's skilled enough not to need to. She dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss her back to the club when you're done, and she clearly thinks little of it. The next day, however, you walk her out onto the club in the morning. When the two of you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and DJ, reach the main club, she stops short when she catches sight of the main billboard screen. There she is, resplendent and opulent, ten meters tall, giving the viewer a sultry look. She only breaks down for a single moment, but it's quite a moment: she cries rather inelegantly, <<if canTalk($activeSlave)>><<if SlaveStatsChecker.checkForLisp($activeSlave)>>lisping, "I love you <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>" into your ear<<else>>sobbing "I love you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>" into your ear<</if>><</if>> before giving you a @@.hotpink;wet kiss.@@ Then she runs over to stand under the screen, looking back at you to give you a @@.green;picture-perfect@@ imitation of the billboard she's standing under before laughing at herself a little.
 	<<set $cash -= 1000>>
 	<<set $rep += 500>>
 	<<set $activeSlave.devotion += 4>>
@@ -215,7 +215,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Keep her to yourself for a week">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Exclusivity and slavery interact in ways more than merely complex. $activeSlave.slaveName's most passionate devotees are devastated to find her nowhere but by your side for the whole week. Their reaction is mixed: awe, envy, resentment; but mostly @@color:green;renewed respect@@ that she is your creature, and yours alone. A lesser slave might show off the particularity you show her, bringing shame on you by giving the impression that you care for her as more than a slave. She is no lesser slave, though, and thoroughly understands the fine line the two of you must walk as <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and slave. She makes @@color:hotpink;painstakingly@@ clear, through every public glance and gesture, that she is yours as a matter of @@lightyellow;trust@@ rather than as a matter of love.
+	Exclusivity and slavery interact in ways more than merely complex. $activeSlave.slaveName's most passionate devotees are devastated to find her nowhere but by your side for the whole week. Their reaction is mixed: awe, envy, resentment; but mostly @@.green;renewed respect@@ that she is your creature, and yours alone. A lesser slave might show off the particularity you show her, bringing shame on you by giving the impression that you care for her as more than a slave. She is no lesser slave, though, and thoroughly understands the fine line the two of you must walk as <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and slave. She makes @@.hotpink;painstakingly@@ clear, through every public glance and gesture, that she is yours as a matter of @@lightyellow;trust@@ rather than as a matter of love.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust += 4>>
 	<<set $rep += 100>>
@@ -230,7 +230,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Put public emphasis on her with the objective of making her famous">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	For the coming week, she does the publicity rounds. It's a little different than an free celebrity might do, but the mere act of letting her be interviewed is enough of a display of your confidence in her loyalty that people @@color:green;take notice.@@ She will be @@color:green;forever remembered@@ as one of the first slaves to go before the press and articulately explain why she loves being your property. She looks good doing it, too.
+	For the coming week, she does the publicity rounds. It's a little different than an free celebrity might do, but the mere act of letting her be interviewed is enough of a display of your confidence in her loyalty that people @@.green;take notice.@@ She will be @@.green;forever remembered@@ as one of the first slaves to go before the press and articulately explain why she loves being your property. She looks good doing it, too.
 	<<set $cash -= 10000>>
 	<<set $rep += 500>>
 	<<set $activeSlave.prestige = 1>>
@@ -248,7 +248,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Use her ass as she looks after herself">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind her; the first thing to touch her is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against her asshole, since she's nice and tall enough for standing anal. She gasps a little and angles her hips to accept your cock.<<else>>her lower back, since she's shorter than you. She gasps a little and hikes herself up on tiptoe to accept your cock.<</if>> As she feels you slide into her body she whimpers with devotion, turning her upper body so she can kiss her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> while he sodomizes her. <<if canTalk($activeSlave) == false>>She uses gestures to thank you for making her feel like the milkers do.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Tho thith ith how it feelth when I do them," she whispers.<<else>>"So this is how it feels when I do them," she whispers.<</if>> She uses the lotion to masturbate while she takes it, wincing whenever she loses control and squeezes her sore cock too hard. When you're done she sinks to the bathroom floor in a boneless pool of @@color:hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from her front<<if ($PC.dick == 0)>><<else>> and back<</if>>.
+	Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind her; the first thing to touch her is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against her asshole, since she's nice and tall enough for standing anal. She gasps a little and angles her hips to accept your cock.<<else>>her lower back, since she's shorter than you. She gasps a little and hikes herself up on tiptoe to accept your cock.<</if>> As she feels you slide into her body she whimpers with devotion, turning her upper body so she can kiss her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> while he sodomizes her. <<if canTalk($activeSlave) == false>>She uses gestures to thank you for making her feel like the milkers do.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Tho thith ith how it feelth when I do them," she whispers.<<else>>"So this is how it feels when I do them," she whispers.<</if>> She uses the lotion to masturbate while she takes it, wincing whenever she loses control and squeezes her sore cock too hard. When you're done she sinks to the bathroom floor in a boneless pool of @@.hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from her front<<if ($PC.dick == 0)>><<else>> and back<</if>>.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -263,7 +263,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Help her with her duties">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName is surprised to find you in the collection facility when she gets there the next morning. Since you're already <<if ($PC.dick == 0)>>using a strap-on to fuck<<else>>balls deep in<</if>> a whining milker's ass, she understands immediately that you're there to help. She's @@color:hotpink;gratified,@@ and does her best to make sure you have a good time. With so many slaves physically restrained to make their backdoors available, it's hard not to. $activeSlave.slaveName does her best to use a slave next to you so she can be available for extra amusement at all times as the two of you sodomize away.
+	$activeSlave.slaveName is surprised to find you in the collection facility when she gets there the next morning. Since you're already <<if ($PC.dick == 0)>>using a strap-on to fuck<<else>>balls deep in<</if>> a whining milker's ass, she understands immediately that you're there to help. She's @@.hotpink;gratified,@@ and does her best to make sure you have a good time. With so many slaves physically restrained to make their backdoors available, it's hard not to. $activeSlave.slaveName does her best to use a slave next to you so she can be available for extra amusement at all times as the two of you sodomize away.
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $Milkmaid.ID == $slaves[$i].ID>>
@@ -279,7 +279,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Give her a businesslike massage">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When she hears you enter $dairyName, she turns to you for instructions, but you wordlessly dismiss her back to her stretching. She gets back to it, but is surprised to find her shoulders seized by your powerful hands. She shivers helplessly as you knead her knotted muscles, whimpering with near-orgasmic delight as she feels the day's aches ground away under your grip. When you're done with her, she touches her toes and then smoothly rises to stretch with her hands over her head, groaning with sheer pleasure at the feeling. <<if canTalk($activeSlave) == false>>She thanks you profusely with gestures, and then hesitantly asks if you'd like to use her body.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Thank you <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps. "Would - would you like to uthe me now?"<<else>>"Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she murmurs. "Would - would you like to use my body, now?"<</if>> You shake your head kindly and place a kiss on her forehead before continuing with your evening. As she watches you go, she suppresses @@color:hotpink;another shiver.@@
+	When she hears you enter $dairyName, she turns to you for instructions, but you wordlessly dismiss her back to her stretching. She gets back to it, but is surprised to find her shoulders seized by your powerful hands. She shivers helplessly as you knead her knotted muscles, whimpering with near-orgasmic delight as she feels the day's aches ground away under your grip. When you're done with her, she touches her toes and then smoothly rises to stretch with her hands over her head, groaning with sheer pleasure at the feeling. <<if canTalk($activeSlave) == false>>She thanks you profusely with gestures, and then hesitantly asks if you'd like to use her body.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Thank you <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps. "Would - would you like to uthe me now?"<<else>>"Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she murmurs. "Would - would you like to use my body, now?"<</if>> You shake your head kindly and place a kiss on her forehead before continuing with your evening. As she watches you go, she suppresses @@.hotpink;another shiver.@@
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $activeSlave.ID == $slaves[$i].ID>>
@@ -291,7 +291,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Share a milk bath with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When she hears you enter $dairyName, she turns to you for instructions, but you wordlessly dismiss her back to her stretching. She gets back to it, but is mystified as she watches you out of the corner of her eye. The milk is held in a large tank before being filtered, Pasteurized, and sold. You remove the lid from the tank and climb in. She watches with incomprehension, but understanding dawns when you splash a little, demonstratively, and crook a finger at her. She gives you a deliciously naughty look and hurries to join you in the warm milk, giggling when you pull her in with a slosh of creamy whiteness. She doesn't break the surface after climbing in, kneeling under the milk to suck you off. She has to surface periodically for breath, but the grin she gives you each time makes up for it. She manages to drag her breasts <<if ($PC.boobs > 0)>>against yours<<else>>up your front<</if>> each time she rises for air. When you climax, she carefully swallows every drop to keep the filters from getting clogged. When she surfaces for good, she looks you in the eyes briefly before blushing and @@color:mediumaquamarine;giving you a muscular hug.@@
+	When she hears you enter $dairyName, she turns to you for instructions, but you wordlessly dismiss her back to her stretching. She gets back to it, but is mystified as she watches you out of the corner of her eye. The milk is held in a large tank before being filtered, Pasteurized, and sold. You remove the lid from the tank and climb in. She watches with incomprehension, but understanding dawns when you splash a little, demonstratively, and crook a finger at her. She gives you a deliciously naughty look and hurries to join you in the warm milk, giggling when you pull her in with a slosh of creamy whiteness. She doesn't break the surface after climbing in, kneeling under the milk to suck you off. She has to surface periodically for breath, but the grin she gives you each time makes up for it. She manages to drag her breasts <<if ($PC.boobs > 0)>>against yours<<else>>up your front<</if>> each time she rises for air. When you climax, she carefully swallows every drop to keep the filters from getting clogged. When she surfaces for good, she looks you in the eyes briefly before blushing and @@.mediumaquamarine;giving you a muscular hug.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -308,14 +308,14 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "It cannot wait">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Your responsibilities will not wait. You keep at it, composing a firm yet even-handed message that @@color:green;puts the miscreants in their place@@ without ruffling feathers. $activeSlave.slaveName has gone to sleep by the time you enter your suite, but she wakes at your entrance and sleepily holds the sheets open so you can climb in. Once you're bedded down she <<if ($activeSlave.boobs > 2000)>>lies close to you with one of her breasts resting half on your chest, since she can't fit under your arm with her ridiculous tits.<<elseif ($activeSlave.boobs > 1000)>>burrows softly under your arm, her breasts heavy against your chest.<<elseif ($activeSlave.boobs > 300)>>snuggles under your arm, her breasts against your chest.<<else>>fits herself under your arm, her flat chest letting her mold herself to your torso perfectly.<</if>>
+	Your responsibilities will not wait. You keep at it, composing a firm yet even-handed message that @@.green;puts the miscreants in their place@@ without ruffling feathers. $activeSlave.slaveName has gone to sleep by the time you enter your suite, but she wakes at your entrance and sleepily holds the sheets open so you can climb in. Once you're bedded down she <<if ($activeSlave.boobs > 2000)>>lies close to you with one of her breasts resting half on your chest, since she can't fit under your arm with her ridiculous tits.<<elseif ($activeSlave.boobs > 1000)>>burrows softly under your arm, her breasts heavy against your chest.<<elseif ($activeSlave.boobs > 300)>>snuggles under your arm, her breasts against your chest.<<else>>fits herself under your arm, her flat chest letting her mold herself to your torso perfectly.<</if>>
 	<<set $rep += 100>>
 	<</replace>>
 <</link>>
 <br><<link "It can wait until after some lovemaking with the Concubine">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with her beautiful body laid across the bed. When she sees the kind of lovemaking you're in the mood for, she spreads her arms for you, smiling gently. She kisses you lovingly, <<if canTalk($activeSlave) == false>>taking your hand in hers and drawing a heart on your palm with one finger.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisping: "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, I love you."<<else>>murmuring: "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I love you."<</if>> <<if ($PC.vagina == 1)>>She lies on her side and raises one leg for you so you can straddle the other, sliding up to press your pussy against her submissive groin. You grind against her; the stimulation is so strong that she writhes into the sheets, panting and whining.<<if $PC.vagina == 1>> Your stiff dick, unused for once, slides deliciously between your warm bodies.<</if>><<else>><<if ($activeSlave.vagina > 0)>>Her pussy is warm and very wet, making penetration easy; she gasps and arches her back, clasping you between her legs as her $activeSlave.eyeColor eyes look deep into yours.<<elseif ($activeSlave.anus > 0)>>Her butt is relaxed and welcoming, and she holds her legs back to take missionary anal loving as her $activeSlave.eyeColor look deep into yours.<<else>>She holds her thighs together for frottage so she can love you without losing her virginity.<</if>><</if>> You both know each other quite well, and maintain the gentle communion for a long time. When she senses your climax building, she lets herself climb to orgasm with you, holding <<if ($PC.dick == 0)>>your hips in her hands<<else>>you in her arms<</if>>. She quickly cleans you with her mouth and heads to the shower. When she gets out you're back at work, but she comes out to @@color:hotpink;plant another kiss on you.@@
+	When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with her beautiful body laid across the bed. When she sees the kind of lovemaking you're in the mood for, she spreads her arms for you, smiling gently. She kisses you lovingly, <<if canTalk($activeSlave) == false>>taking your hand in hers and drawing a heart on your palm with one finger.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisping: "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, I love you."<<else>>murmuring: "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I love you."<</if>> <<if ($PC.vagina == 1)>>She lies on her side and raises one leg for you so you can straddle the other, sliding up to press your pussy against her submissive groin. You grind against her; the stimulation is so strong that she writhes into the sheets, panting and whining.<<if $PC.vagina == 1>> Your stiff dick, unused for once, slides deliciously between your warm bodies.<</if>><<else>><<if ($activeSlave.vagina > 0)>>Her pussy is warm and very wet, making penetration easy; she gasps and arches her back, clasping you between her legs as her $activeSlave.eyeColor eyes look deep into yours.<<elseif ($activeSlave.anus > 0)>>Her butt is relaxed and welcoming, and she holds her legs back to take missionary anal loving as her $activeSlave.eyeColor look deep into yours.<<else>>She holds her thighs together for frottage so she can love you without losing her virginity.<</if>><</if>> You both know each other quite well, and maintain the gentle communion for a long time. When she senses your climax building, she lets herself climb to orgasm with you, holding <<if ($PC.dick == 0)>>your hips in her hands<<else>>you in her arms<</if>>. She quickly cleans you with her mouth and heads to the shower. When she gets out you're back at work, but she comes out to @@.hotpink;plant another kiss on you.@@
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -332,7 +332,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "It can wait until after some rough sex with the Concubine">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with her beautiful body laid across the bed. When she sees <<if ($PC.dick == 0)>>the big strap-on you're wearing<<else>>the kind of sex you're in the mood for<</if>>, she turns over and pushes her face down into the sheets. She pulls her knees under herself and reaches back to pull her <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>sizeable<<else>>pretty<</if>> buttocks apart, relaxing and then clenching her <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>big<<else>>tight<</if>> asshole invitingly. She starts <<if canTalk($activeSlave) == false>>to point an inviting finger at her backdoor,<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>to lisp "Pleathe athrape me, M-" into the sheets,<<else>>to beg "Please assrape me, M-" into the sheets,<</if>> but you interrupt her by shoving her forward so that she's all the way facedown on the bed. She knows how you like it and starts to wriggle, struggle, and whine as you roughly sodomize her, <<if ($PC.dick == 0)>>the strap-on<<else>>your cock<</if>> ramming straight up her ass despite the uncomfortable angle, <<if ($activeSlave.butt > 5)>>which her huge ass makes easier for her by limiting how deeply you can fuck her without her buttocks spread wide.<<elseif ($activeSlave.butt > 2)>>which her big behind makes easier for her by limiting how deeply you can fuck her.<<else>>which her modest ass makes harder for her by allowing you to get really deep inside her anus.<</if>> She continues to wrestle with you, sometimes even managing to dislodge <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>>, allowing you the <<if ($PC.dick == 0)>>cruel delight<<else>>delicious sensation<</if>> of pushing it back up her butt each time. Despite the pretense her enjoyment is obvious; <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory is "chastity")>>despite her chastity caged cock, she's grinding against you as eagerly as a girl making love with her pussy.<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones > 0)>>though her hormone-filled body can't get her dick hard any more, she's leaking precum all over the bed.<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>though her gelded body can't get her dick hard any more, she's leaking precum all over the bed.<<elseif $activeSlave.dick > 0>>she can't stop herself from humping her rock-hard cock against the sheets below her.<<elseif $activeSlave.clit > 1>>she can't stop herself from humping her erect clit against the sheets below her.<<else>>her pussy is so wet she's leaving a wet spot on the sheets beneath her.<</if>> She finally orgasms, sobbing with overstimulation when you pound her for a while longer before <<if ($PC.dick == 0)>>finding your own climax<<else>>shooting rope after rope of cum into her<</if>>. She quickly cleans you with her mouth and heads to the shower. When she gets out you're back at work, but she comes out to @@color:hotpink;plant a kiss on you.@@
+	When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with her beautiful body laid across the bed. When she sees <<if ($PC.dick == 0)>>the big strap-on you're wearing<<else>>the kind of sex you're in the mood for<</if>>, she turns over and pushes her face down into the sheets. She pulls her knees under herself and reaches back to pull her <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>sizeable<<else>>pretty<</if>> buttocks apart, relaxing and then clenching her <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>big<<else>>tight<</if>> asshole invitingly. She starts <<if canTalk($activeSlave) == false>>to point an inviting finger at her backdoor,<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>to lisp "Pleathe athrape me, M-" into the sheets,<<else>>to beg "Please assrape me, M-" into the sheets,<</if>> but you interrupt her by shoving her forward so that she's all the way facedown on the bed. She knows how you like it and starts to wriggle, struggle, and whine as you roughly sodomize her, <<if ($PC.dick == 0)>>the strap-on<<else>>your cock<</if>> ramming straight up her ass despite the uncomfortable angle, <<if ($activeSlave.butt > 5)>>which her huge ass makes easier for her by limiting how deeply you can fuck her without her buttocks spread wide.<<elseif ($activeSlave.butt > 2)>>which her big behind makes easier for her by limiting how deeply you can fuck her.<<else>>which her modest ass makes harder for her by allowing you to get really deep inside her anus.<</if>> She continues to wrestle with you, sometimes even managing to dislodge <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>>, allowing you the <<if ($PC.dick == 0)>>cruel delight<<else>>delicious sensation<</if>> of pushing it back up her butt each time. Despite the pretense her enjoyment is obvious; <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory is "chastity")>>despite her chastity caged cock, she's grinding against you as eagerly as a girl making love with her pussy.<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones > 0)>>though her hormone-filled body can't get her dick hard any more, she's leaking precum all over the bed.<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>though her gelded body can't get her dick hard any more, she's leaking precum all over the bed.<<elseif $activeSlave.dick > 0>>she can't stop herself from humping her rock-hard cock against the sheets below her.<<elseif $activeSlave.clit > 1>>she can't stop herself from humping her erect clit against the sheets below her.<<else>>her pussy is so wet she's leaving a wet spot on the sheets beneath her.<</if>> She finally orgasms, sobbing with overstimulation when you pound her for a while longer before <<if ($PC.dick == 0)>>finding your own climax<<else>>shooting rope after rope of cum into her<</if>>. She quickly cleans you with her mouth and heads to the shower. When she gets out you're back at work, but she comes out to @@.hotpink;plant a kiss on you.@@
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -352,7 +352,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Let her up in bed with you">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Of course, $activeSlave.slaveName promptly obeys your order that she come up and join you in bed. After you have gone to sleep, however, she does not feel that she can sleep herself, since she is no longer blocking the door. She spends the rest of the night in sleepless watch, agonizing over this disruption of her protection of your person. @@color:mediumorchid;She is confused and unhappy.@@
+	Of course, $activeSlave.slaveName promptly obeys your order that she come up and join you in bed. After you have gone to sleep, however, she does not feel that she can sleep herself, since she is no longer blocking the door. She spends the rest of the night in sleepless watch, agonizing over this disruption of her protection of your person. @@.mediumorchid;She is confused and unhappy.@@
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -369,7 +369,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Commend and reward her the next morning">> //This will take virginity//
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The next morning, you sit at your desk to do business as usual, and $activeSlave.slaveName takes up station just behind your left shoulder. You thank her for her vigilance as she does. She looks almost confused to be thanked for doing her proper duty, so you settle on a more direct method of communicating your closeness to her. <<if $activeSlave.vaginalAccessory == "chastity belt">>Since she's wearing chastity, you take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving sex with her until she's climaxed twice.<<elseif $activeSlave.hormones > 0>>Since she's doped up on hormones, you take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving anal sex with her until she's climaxed twice.<<elseif ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>Since she's a caged dickgirl, you take her out onto the balcony, arm an extra security system so she can relax, and use her anus until she's exhausted.<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>Since she's a gelding, you take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving anal sex with her until she's climaxed twice.<<elseif canAchieveErection($activeSlave)>>Since she's a virile slave, you take her and another slave out onto the balcony, arm an extra security system so she can relax, and set the other slave to orally servicing her erect member. Meanwhile, you have gentle, loving anal sex with her until she's climaxed twice.<<else>>You take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving sex with her until she's climaxed twice, once to your gentle massaging of her mons while you fuck her, and once to hard rubbing of her pussy while you have enthusiastic anal sex.<</if>> @@color:hotpink;She is grateful@@ that you allowed her to relax in this way and @@color:mediumaquamarine;respects your judgment@@ in how you set things up.
+	The next morning, you sit at your desk to do business as usual, and $activeSlave.slaveName takes up station just behind your left shoulder. You thank her for her vigilance as she does. She looks almost confused to be thanked for doing her proper duty, so you settle on a more direct method of communicating your closeness to her. <<if $activeSlave.vaginalAccessory == "chastity belt">>Since she's wearing chastity, you take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving sex with her until she's climaxed twice.<<elseif $activeSlave.hormones > 0>>Since she's doped up on hormones, you take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving anal sex with her until she's climaxed twice.<<elseif ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>Since she's a caged dickgirl, you take her out onto the balcony, arm an extra security system so she can relax, and use her anus until she's exhausted.<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>Since she's a gelding, you take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving anal sex with her until she's climaxed twice.<<elseif canAchieveErection($activeSlave)>>Since she's a virile slave, you take her and another slave out onto the balcony, arm an extra security system so she can relax, and set the other slave to orally servicing her erect member. Meanwhile, you have gentle, loving anal sex with her until she's climaxed twice.<<else>>You take her out onto the balcony, arm an extra security system so she can relax, and have gentle, loving sex with her until she's climaxed twice, once to your gentle massaging of her mons while you fuck her, and once to hard rubbing of her pussy while you have enthusiastic anal sex.<</if>> @@.hotpink;She is grateful@@ that you allowed her to relax in this way and @@.mediumaquamarine;respects your judgment@@ in how you set things up.
 	<<BothVCheck 2 1>>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust += 4>>
@@ -391,7 +391,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Trust her to tell them">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that you're sure she'll let them know, since she understands the situation and knows them all well. Her <<if $activeSlave.visualAge > 35>>mature<<elseif $activeSlave.face > 40>>lovely<<else>>attentive<</if>> face flicks <<if $activeSlave.height >= 185>>over<<else>>up<</if>> to look at you, @@color:hotpink;her $activeSlave.eyeColor eyes glittering at the compliment.@@ "Thank you, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she murmurs. There's another flash on the horizon, followed by a series of smaller flashes and a low, slowly growing glow as secondaries go off and start a fire. $activeSlave.slaveName seems affected, a certain amount of moisture gathering in her eyes, but she turns away to return to her duties when it becomes clear that you intend to keep watching for a while, and aren't going to have sex with her right this minute. She does her best to communicate the new reality to those of your slaves who are obedient enough to understand the truth: though they are slaves, @@color:mediumaquamarine;there is safety to be found in slavery.@@
+	You tell her that you're sure she'll let them know, since she understands the situation and knows them all well. Her <<if $activeSlave.visualAge > 35>>mature<<elseif $activeSlave.face > 40>>lovely<<else>>attentive<</if>> face flicks <<if $activeSlave.height >= 185>>over<<else>>up<</if>> to look at you, @@.hotpink;her $activeSlave.eyeColor eyes glittering at the compliment.@@ "Thank you, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she murmurs. There's another flash on the horizon, followed by a series of smaller flashes and a low, slowly growing glow as secondaries go off and start a fire. $activeSlave.slaveName seems affected, a certain amount of moisture gathering in her eyes, but she turns away to return to her duties when it becomes clear that you intend to keep watching for a while, and aren't going to have sex with her right this minute. She does her best to communicate the new reality to those of your slaves who are obedient enough to understand the truth: though they are slaves, @@.mediumaquamarine;there is safety to be found in slavery.@@
 	<<for $i to 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].devotion > 20>>
 		<<set $slaves[$i].trust += 1>>
@@ -403,7 +403,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "She's more important">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You shift to stand behind her, your <<if $PC.boobs == 1>>breasts soft and sensual<<else>>chest hard and masculine<</if>> but not insistently sexual against her <<if $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 10>>soft<<else>>warm<</if>> back. You wrap your arms around her, over her own, each of your <<if $PC.title == 1>>strong<<else>>feminine<</if>> hands finding and clasping one of hers.<<if $activeSlave.boobs > 3000>> Her incredible boobs rest heavily over the top of both of your arms.<</if>> She knows you very well, and shifts her torso ever so slightly from side to side, snuggling in a little closer to you to let you know she's comfortable and available without being demanding or needy. You speak quietly, your voice a reassuring <<if $PC.boobs == 0>>rumble<<else>>hum<</if>> she feels against her back as well as hears. You let her know that she has a place with you, and she always will. You let her know that you're worried too, and that you don't know what the future will bring. But you do know that she'll be by your side as you meet it. A silent shake in the pretty <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> you've got in your arms is your only indication that @@color:mediumaquamarine;she's crying a little@@ as she whispers, "Thank you, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I'll do my betht<<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I'll do my best<</if>>."
+	You shift to stand behind her, your <<if $PC.boobs == 1>>breasts soft and sensual<<else>>chest hard and masculine<</if>> but not insistently sexual against her <<if $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 10>>soft<<else>>warm<</if>> back. You wrap your arms around her, over her own, each of your <<if $PC.title == 1>>strong<<else>>feminine<</if>> hands finding and clasping one of hers.<<if $activeSlave.boobs > 3000>> Her incredible boobs rest heavily over the top of both of your arms.<</if>> She knows you very well, and shifts her torso ever so slightly from side to side, snuggling in a little closer to you to let you know she's comfortable and available without being demanding or needy. You speak quietly, your voice a reassuring <<if $PC.boobs == 0>>rumble<<else>>hum<</if>> she feels against her back as well as hears. You let her know that she has a place with you, and she always will. You let her know that you're worried too, and that you don't know what the future will bring. But you do know that she'll be by your side as you meet it. A silent shake in the pretty <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> you've got in your arms is your only indication that @@.mediumaquamarine;she's crying a little@@ as she whispers, "Thank you, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I'll do my betht<<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I'll do my best<</if>>."
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -412,7 +412,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 
 <<link "Spend a night as equals">>
 	<<replace "#result">>
-	You instruct $activeSlave.slaveName to put on her best dress and meet you at the door. You spend a nice night out with her, walking along the club to a nice restaurant and then seeing a show before returning home for loving sex in your master bed. She nestles under your arm, falling to sleep well before you, a @@color:hotpink;contented@@ smile on her face. There's a reason she gets to sleep much quicker than you do. You lie awake for some time, remembering the @@color:red;doubting and disapproving@@ faces of other prosperous citizens whenever they realized that you were treating a slave as an equal this evening.
+	You instruct $activeSlave.slaveName to put on her best dress and meet you at the door. You spend a nice night out with her, walking along the club to a nice restaurant and then seeing a show before returning home for loving sex in your master bed. She nestles under your arm, falling to sleep well before you, a @@.hotpink;contented@@ smile on her face. There's a reason she gets to sleep much quicker than you do. You lie awake for some time, remembering the @@.red;doubting and disapproving@@ faces of other prosperous citizens whenever they realized that you were treating a slave as an equal this evening.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -423,7 +423,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <</link>>
 <br><<link "Pull her in to keep you company as you work">>
 	<<replace "#result">>
-	She giggles happily as you seize her $activeSlave.skin wrist and pull her down to the floor. She nestles under your desk, between your legs to serve you with her mouth for a while, gently playing with her <<if ($HeadGirl.vagina > -1) && ($HeadGirl.dick > 0)>>wonderfully strange bits<<elseif ($HeadGirl.dickAccessory == "chastity") && ($HeadGirl.dick > 0)>>anus<<elseif (($HeadGirl.hormones > 0) || ($HeadGirl.balls == 0)) && ($HeadGirl.dick > 0)>>limp dick<<elseif ($HeadGirl.dick > 0)>>dick<<elseif ($HeadGirl.clit > 0)>>big clit<<else>>cunt<</if>> and moaning into you. She's down there for a long time, so long that you climax twice. The third time she softly sucks you <<if ($PC.dick == 0)>>to full arousal<<else>>hard<</if>>, it naturally takes a bit longer. When done, she slithers up into your lap without obscuring your work, stroking you lightly with a hand the whole time - a miracle of dexterity. She gently runs her hips over your crotch a few times, giving <<if ($PC.dick == 0)>>you<<else>>your dickhead<</if>> a nice tactile tour of everything she has to offer, <<if ($PC.dick == 0)>>before gently turning around to wrap her legs around you and rub herself against you until you climax a third time.<<else>>before gently lowering her butt onto your cock with a sigh. Her devoted ass brings you to orgasm a third time, and instead of getting up and off your softening dick, she just relaxes into you and bends herself backward so she can nibble your neck and whisper her adoration into your ear.<</if>> It would be hard for her to get much more trusting of you, @@color:mediumaquamarine;but she does.@@
+	She giggles happily as you seize her $activeSlave.skin wrist and pull her down to the floor. She nestles under your desk, between your legs to serve you with her mouth for a while, gently playing with her <<if ($HeadGirl.vagina > -1) && ($HeadGirl.dick > 0)>>wonderfully strange bits<<elseif ($HeadGirl.dickAccessory == "chastity") && ($HeadGirl.dick > 0)>>anus<<elseif (($HeadGirl.hormones > 0) || ($HeadGirl.balls == 0)) && ($HeadGirl.dick > 0)>>limp dick<<elseif ($HeadGirl.dick > 0)>>dick<<elseif ($HeadGirl.clit > 0)>>big clit<<else>>cunt<</if>> and moaning into you. She's down there for a long time, so long that you climax twice. The third time she softly sucks you <<if ($PC.dick == 0)>>to full arousal<<else>>hard<</if>>, it naturally takes a bit longer. When done, she slithers up into your lap without obscuring your work, stroking you lightly with a hand the whole time - a miracle of dexterity. She gently runs her hips over your crotch a few times, giving <<if ($PC.dick == 0)>>you<<else>>your dickhead<</if>> a nice tactile tour of everything she has to offer, <<if ($PC.dick == 0)>>before gently turning around to wrap her legs around you and rub herself against you until you climax a third time.<<else>>before gently lowering her butt onto your cock with a sigh. Her devoted ass brings you to orgasm a third time, and instead of getting up and off your softening dick, she just relaxes into you and bends herself backward so she can nibble your neck and whisper her adoration into your ear.<</if>> It would be hard for her to get much more trusting of you, @@.mediumaquamarine;but she does.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -433,7 +433,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<if $slaves[$j].anus > 0>>
 <br><<link "Victimize something together">>
 	<<replace "#result">>
-	She giggles happily as you seize her $activeSlave.skin wrist and pull her towards where your other slaves are mostly already asleep. She jokingly points out $slaves[$j].slaveName, fast asleep. You nod, and $activeSlave.slaveName pounces. $slaves[$j].slaveName wakes in terror and confusion to find her head and neck pinned in a leg-lock that holds her mouth hard against $activeSlave.slaveName's <<if ($activeSlave.dickAccessory == "chastity")>>anus<<elseif ($activeSlave.vagina > -1) && ($activeSlave.dick > 0)>>cock and cunt<<elseif ($activeSlave.balls < 1) && ($activeSlave.dick > 0)>>limp cock<<elseif ($activeSlave.preg < -2) && ($activeSlave.dick > 0)>>limp cock and useless balls<<elseif ($activeSlave.dick > 0)>>cock and balls<<elseif ($activeSlave.clit > 0)>>huge, hard clit<<elseif ($activeSlave.vagina == -1)>>soft perineum<<else>>soaking-wet cunt<</if>>. $slaves[$j].slaveName only manages one kick of her legs before you pin them and ram yourself up her butt. Her howl of protest, directed against $activeSlave.slaveName's privates, sends a shiver through your Head Girl. <<if ($activeSlave.lips > 70)>>"Oh pleathe make her moan, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps through her huge lips.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Oh pleathe make her moan, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps through her face full of piercings.<<else>>"I love it when you make her moan, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she groans.<</if>> Poor $slaves[$j].slaveName's asshole takes quite a beating before $activeSlave.slaveName finally convulses with @@color:hotpink;naughty pleasure.@@ Meanwhile, all around the nighttime rape, slaves have been woken by $slaves[$j].slaveName's struggles. They realize how completely your Head Girl has @@color:hotpink;involved herself in your sexual pursuits@@ and lie as still as they can.
+	She giggles happily as you seize her $activeSlave.skin wrist and pull her towards where your other slaves are mostly already asleep. She jokingly points out $slaves[$j].slaveName, fast asleep. You nod, and $activeSlave.slaveName pounces. $slaves[$j].slaveName wakes in terror and confusion to find her head and neck pinned in a leg-lock that holds her mouth hard against $activeSlave.slaveName's <<if ($activeSlave.dickAccessory == "chastity")>>anus<<elseif ($activeSlave.vagina > -1) && ($activeSlave.dick > 0)>>cock and cunt<<elseif ($activeSlave.balls < 1) && ($activeSlave.dick > 0)>>limp cock<<elseif ($activeSlave.preg < -2) && ($activeSlave.dick > 0)>>limp cock and useless balls<<elseif ($activeSlave.dick > 0)>>cock and balls<<elseif ($activeSlave.clit > 0)>>huge, hard clit<<elseif ($activeSlave.vagina == -1)>>soft perineum<<else>>soaking-wet cunt<</if>>. $slaves[$j].slaveName only manages one kick of her legs before you pin them and ram yourself up her butt. Her howl of protest, directed against $activeSlave.slaveName's privates, sends a shiver through your Head Girl. <<if ($activeSlave.lips > 70)>>"Oh pleathe make her moan, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps through her huge lips.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Oh pleathe make her moan, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps through her face full of piercings.<<else>>"I love it when you make her moan, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she groans.<</if>> Poor $slaves[$j].slaveName's asshole takes quite a beating before $activeSlave.slaveName finally convulses with @@.hotpink;naughty pleasure.@@ Meanwhile, all around the nighttime rape, slaves have been woken by $slaves[$j].slaveName's struggles. They realize how completely your Head Girl has @@.hotpink;involved herself in your sexual pursuits@@ and lie as still as they can.
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<set $slaves[$j].analCount += 1>>
@@ -450,7 +450,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Compliment your head girl's efforts, and encourage her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	As you walk into the room to offer $activeSlave.slaveName some positive reinforcement, she groans, arches her back, and shoots her load down $slaves[$j].slaveName's retching <<if $seeRace == 1>>$slaves[$j].race <</if>>throat. $activeSlave.slaveName immediately greets you with perfect decorum, despite her recent orgasm, and delivers $slaves[$j].slaveName an agonizing flick to the ear when she does not, in $activeSlave.slaveName's opinion, follow suit with sufficient speed. You inform $activeSlave.slaveName that she is a fine Head Girl, and that if she continues to apply herself she will bring credit to you as a slave owner. She looks a little surprised, but thanks you correctly. It is only due to the arcology's monitoring system that you know that, as you turn your back and go, a single tear escapes from her eye and rolls down her pretty <<if $seeRace == 1>>$activeSlave.race <</if>>cheek. In the coming week, no shirker is safe from her wrath. @@color:hotpink;Every single slave in your penthouse has become better broken to your will.@@
+	As you walk into the room to offer $activeSlave.slaveName some positive reinforcement, she groans, arches her back, and shoots her load down $slaves[$j].slaveName's retching <<if $seeRace == 1>>$slaves[$j].race <</if>>throat. $activeSlave.slaveName immediately greets you with perfect decorum, despite her recent orgasm, and delivers $slaves[$j].slaveName an agonizing flick to the ear when she does not, in $activeSlave.slaveName's opinion, follow suit with sufficient speed. You inform $activeSlave.slaveName that she is a fine Head Girl, and that if she continues to apply herself she will bring credit to you as a slave owner. She looks a little surprised, but thanks you correctly. It is only due to the arcology's monitoring system that you know that, as you turn your back and go, a single tear escapes from her eye and rolls down her pretty <<if $seeRace == 1>>$activeSlave.race <</if>>cheek. In the coming week, no shirker is safe from her wrath. @@.hotpink;Every single slave in your penthouse has become better broken to your will.@@
 	<<set $slaves[$slaves.length-1].oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -463,7 +463,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Instruct your head girl to give that slave special attention">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The next time you see $activeSlave.slaveName, you ask what $slaves[$j].slaveName did. It seems she did not complete her assigned duty with sufficient speed, and compounded her sin by talking back to $activeSlave.slaveName when she pointed this out. You observe that if she continues to fail to clean, she can do it with her tongue; and that if she continues to fail to be polite, she can clean $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>body with her tongue. Your head girl nods her understanding with a grin. This is one week @@color:hotpink;the disobedient bitch won't soon forget.@@
+	The next time you see $activeSlave.slaveName, you ask what $slaves[$j].slaveName did. It seems she did not complete her assigned duty with sufficient speed, and compounded her sin by talking back to $activeSlave.slaveName when she pointed this out. You observe that if she continues to fail to clean, she can do it with her tongue; and that if she continues to fail to be polite, she can clean $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>body with her tongue. Your head girl nods her understanding with a grin. This is one week @@.hotpink;the disobedient bitch won't soon forget.@@
 	<<set $slaves[$slaves.length-1].devotion += 15>>
 	<<set $slaves[$slaves.length-1].oralCount += 5>>
 	<<set $oralTotal += 5>>
@@ -475,7 +475,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <<link "Fuck her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand up, and from the look on your face, she knows it's her turn to get fucked. She <<if $activeSlave.fetish == "dom">>visibly shelves her dominance<<elseif $activeSlave.fetish == "sadist">>visibly lets her sadism go<<else>>softens visibly<</if>>, looking relieved to be able to let someone else lead. You give her a lustful kiss on the lips and then reach down, taking hold of her thigh and spinning her around, raising her leg so her foot's on the arm of the couch. <<if $PC.dick == 1>>You slide your dick<<else>>She reaches under herself and back to stroke your pussy as you press your hips against her, and you slide your fingers<</if>> inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. She groans with discomfort as her overtaxed dick tries and fails to become hard again, but relaxes as <<if $PC.dick == 1>>cockhead<<else>>fingertips<</if>> stimulate the most sensitive place inside her, producing arousal that obscures the soreness. You hold her close, <<if $PC.dick == 1>>one<<else>>your free<</if>> arm <<if $activeSlave.boobs > 4000>>cradling one of her udders<<elseif $activeSlave.boobs > 1000>>hefting one of her heavy breasts<<elseif $activeSlave.boobs > 400>>holding one of her boobs<<else>>cupped over one of her $activeSlave.nipples nipples<</if>> and hugging her against your <<if $PC.boobs == 1>>bosom<<else>>hard chest<</if>>. She pants exhaustedly in your arms as you take her, and when she climaxes, she manages only a weak ejaculation onto the couch. You have mercy and fuck her harder, bringing yourself to a quicker orgasm and letting her fall into her own mess. "I @@color:hotpink;love you,@@
+	You stand up, and from the look on your face, she knows it's her turn to get fucked. She <<if $activeSlave.fetish == "dom">>visibly shelves her dominance<<elseif $activeSlave.fetish == "sadist">>visibly lets her sadism go<<else>>softens visibly<</if>>, looking relieved to be able to let someone else lead. You give her a lustful kiss on the lips and then reach down, taking hold of her thigh and spinning her around, raising her leg so her foot's on the arm of the couch. <<if $PC.dick == 1>>You slide your dick<<else>>She reaches under herself and back to stroke your pussy as you press your hips against her, and you slide your fingers<</if>> inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. She groans with discomfort as her overtaxed dick tries and fails to become hard again, but relaxes as <<if $PC.dick == 1>>cockhead<<else>>fingertips<</if>> stimulate the most sensitive place inside her, producing arousal that obscures the soreness. You hold her close, <<if $PC.dick == 1>>one<<else>>your free<</if>> arm <<if $activeSlave.boobs > 4000>>cradling one of her udders<<elseif $activeSlave.boobs > 1000>>hefting one of her heavy breasts<<elseif $activeSlave.boobs > 400>>holding one of her boobs<<else>>cupped over one of her $activeSlave.nipples nipples<</if>> and hugging her against your <<if $PC.boobs == 1>>bosom<<else>>hard chest<</if>>. She pants exhaustedly in your arms as you take her, and when she climaxes, she manages only a weak ejaculation onto the couch. You have mercy and fuck her harder, bringing yourself to a quicker orgasm and letting her fall into her own mess. "I @@.hotpink;love you,@@
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she mumbles into the cushions.
 	<<if $PC.dick == 1>>
 		Your cum glistens as it begins to drip out of her <<if canDoVaginal($activeSlave)>>well-fucked pussy<<else>>loosened asshole, which tightens and relaxes a little with her breathing<</if>>.
@@ -486,7 +486,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 			Her loosened asshole tightens and relaxes a little with her breathing.
 		<</if>>
 	<</if>>
-	She seems to have absorbed a bit of your approach, and over the next couple of days she drives herself past all her limitations of sexual stamina when fucking slaves in your penthouse, @@color:hotpink;Every single one of your slaves has become better broken to your will.@@
+	She seems to have absorbed a bit of your approach, and over the next couple of days she drives herself past all her limitations of sexual stamina when fucking slaves in your penthouse, @@.hotpink;Every single one of your slaves has become better broken to your will.@@
 	<<if canDoVaginal($activeSlave)>>
 		<<set $activeSlave.vaginalCount += 1>>
 		<<set $vaginalTotal += 1>>
@@ -505,7 +505,7 @@ She sees you examining at her, and looks back at you submissively, too tired to
 <br><<link "Give her some loving praise">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand up, give her a kiss, and sit down on the couch, pulling her into your lap. Her <<if $activeSlave.butt > 8>>monstrous ass rests heavily on<<elseif $activeSlave.muscles > 30>>heavily muscled ass is hard against<<elseif $activeSlave.weight > 10>>plush bottom is soft against<<elseif $activeSlave.muscles > 10>>toned butt is firm against<<elseif $activeSlave.butt > 3>>healthy butt is soft against<<else>>cute bottom is firm against<</if>> your toned thighs. She wiggles herself against you briefly, as though to gently remind you she's available without demanding anything, and then snuggles her $activeSlave.skin face into your neck. You run a hand <<if $activeSlave.hLength == 0>>across her bald head<<elseif $activeSlave.hLength < 10>>through her short hair<<else>>through her $activeSlave.hColor hair<</if>>, producing a shiver of pleasure as your fingers massage her scalp. As you cuddle with your Head Girl, you praise her hard work, and tell her that the next generation of sex slaves in the Free Cities will owe a lot to her. They'll learn from her leadership, of course, but they'll also have her genes. She stiffens a little, and there's a slight moisture against your skin as tears begin to run down her cheeks. She cranes her neck up and @@color:hotpink;kisses you rapturously.@@ She seems to have absorbed a bit of your vision for the future, and over the next couple of days she takes special care to make sure the slaves in your penthouse @@color:mediumaquamarine;know their place in the new world you're building.@@
+	You stand up, give her a kiss, and sit down on the couch, pulling her into your lap. Her <<if $activeSlave.butt > 8>>monstrous ass rests heavily on<<elseif $activeSlave.muscles > 30>>heavily muscled ass is hard against<<elseif $activeSlave.weight > 10>>plush bottom is soft against<<elseif $activeSlave.muscles > 10>>toned butt is firm against<<elseif $activeSlave.butt > 3>>healthy butt is soft against<<else>>cute bottom is firm against<</if>> your toned thighs. She wiggles herself against you briefly, as though to gently remind you she's available without demanding anything, and then snuggles her $activeSlave.skin face into your neck. You run a hand <<if $activeSlave.hLength == 0>>across her bald head<<elseif $activeSlave.hLength < 10>>through her short hair<<else>>through her $activeSlave.hColor hair<</if>>, producing a shiver of pleasure as your fingers massage her scalp. As you cuddle with your Head Girl, you praise her hard work, and tell her that the next generation of sex slaves in the Free Cities will owe a lot to her. They'll learn from her leadership, of course, but they'll also have her genes. She stiffens a little, and there's a slight moisture against your skin as tears begin to run down her cheeks. She cranes her neck up and @@.hotpink;kisses you rapturously.@@ She seems to have absorbed a bit of your vision for the future, and over the next couple of days she takes special care to make sure the slaves in your penthouse @@.mediumaquamarine;know their place in the new world you're building.@@
 	<<set $activeSlave.devotion += 5>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignmentVisible == 1>>
diff --git a/src/uncategorized/PETS.tw b/src/uncategorized/PETS.tw
index baa4643f0a521fcf3a301f060044df2c9d1b0dab..f582675c25f2ee246a4e1b5ccabbcfb26e0cbdd5 100644
--- a/src/uncategorized/PETS.tw
+++ b/src/uncategorized/PETS.tw
@@ -124,7 +124,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <<link "Punish her for molesting patients">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The next morning, the Clinic's patients awake to see an uncharacteristically subdued $activeSlave.slaveName hurrying around, doing her best to see to her business quietly. She does so a bit gingerly, as though she was fucked without mercy last night, and tries not to meet anyone's eyes. Their attention is immediately drawn, however, to a sign pinned to the chest of her clothing. It reads, 'The Nurse was caught molesting patients last night. She has been ordered to immediately perform oral sex on anyone who asks.' Every patient instantly demands oral sex, and by the time she's gotten the last one off, the first has placed another request. She's exhausted by the end of the day; the patients, on the other hand, are @@color:mediumaquamarine;very pleased@@ to see the haughty, handsy nurse brought low.
+	The next morning, the Clinic's patients awake to see an uncharacteristically subdued $activeSlave.slaveName hurrying around, doing her best to see to her business quietly. She does so a bit gingerly, as though she was fucked without mercy last night, and tries not to meet anyone's eyes. Their attention is immediately drawn, however, to a sign pinned to the chest of her clothing. It reads, 'The Nurse was caught molesting patients last night. She has been ordered to immediately perform oral sex on anyone who asks.' Every patient instantly demands oral sex, and by the time she's gotten the last one off, the first has placed another request. She's exhausted by the end of the day; the patients, on the other hand, are @@.mediumaquamarine;very pleased@@ to see the haughty, handsy nurse brought low.
 	<<set $activeSlave.devotion += 4>>
 	<<if canDoVaginal($activeSlave)>>
 		<<set $activeSlave.vaginalCount += 1>>
@@ -193,7 +193,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 		<<set $analTotal += 1>>
 		<</if>>
 	<</if>>
-	$subSlave.slaveName lies forgotten underneath her, insensible even with the Nurse's body being sawed back and forth across her. $activeSlave.slaveName is such a horny slut that she starts to enjoy herself a little once she gets used to what you're doing to her, but then you climax and discard her, leaving her looking forlorn and tousled. She knows she crossed a line, and @@color:hotpink;privately resolves@@ to be a little less handsy in the future.
+	$subSlave.slaveName lies forgotten underneath her, insensible even with the Nurse's body being sawed back and forth across her. $activeSlave.slaveName is such a horny slut that she starts to enjoy herself a little once she gets used to what you're doing to her, but then you climax and discard her, leaving her looking forlorn and tousled. She knows she crossed a line, and @@.hotpink;privately resolves@@ to be a little less handsy in the future.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -232,7 +232,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 	<br><br>
 	This is far too much for $activeSlave.slaveName, and she shakes with orgasm. She isn't getting off that easily; you fuck her slowly, letting her ride aftershocks until she bottoms out and her arousal starts to build again. She never stopped gently thrusting into the insensible $subSlave.slaveName, who is so thoroughly affected by the drugs that only her unconscious bodily reactions offer any indication that she's getting fucked too.
 	<br><br>
-	When you finally finish with $activeSlave.slaveName and step away, allowing her to step back in turn, she looks at you with @@color:mediumaquamarine;flirty confidence@@ and husks,
+	When you finally finish with $activeSlave.slaveName and step away, allowing her to step back in turn, she looks at you with @@.mediumaquamarine;flirty confidence@@ and husks,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		"<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, that was really pervertedly good. Even by the thtandards around here."
 	<<else>>
@@ -262,7 +262,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <<link "Fuck the servant's mouth as the stewardess beats her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	In a conversational tone of voice, you tell $activeSlave.slaveName to continue the spanking. $subSlave.slaveName has one anguished second to realize what's happening before you shove yourself <<if ($PC.dick == 0)>>against her mouth<<else>>down her throat<</if>>. She gags reflexively, jerking back, only to jerk forward again in automatic pain avoidance when $activeSlave.slaveName hits her already-sore buttocks yet again. She's broken enough to understand that she needs to relax and let herself be abused, but her body's reflexive responses deny her the relief that might give. The sadistic stewardess @@color:hotpink;comes twice@@ before you do, a deliciously aggressive expression on her face. Poor $subSlave.slaveName staggers off coughing, promising to @@color:gold;never offend@@ again.
+	In a conversational tone of voice, you tell $activeSlave.slaveName to continue the spanking. $subSlave.slaveName has one anguished second to realize what's happening before you shove yourself <<if ($PC.dick == 0)>>against her mouth<<else>>down her throat<</if>>. She gags reflexively, jerking back, only to jerk forward again in automatic pain avoidance when $activeSlave.slaveName hits her already-sore buttocks yet again. She's broken enough to understand that she needs to relax and let herself be abused, but her body's reflexive responses deny her the relief that might give. The sadistic stewardess @@.hotpink;comes twice@@ before you do, a deliciously aggressive expression on her face. Poor $subSlave.slaveName staggers off coughing, promising to @@.gold;never offend@@ again.
 	<<set $activeSlave.devotion += 4>>
 	<<set $subSlave.trust -= 5>>
 	<<set $subSlave.oralCount += 1>>
@@ -299,7 +299,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <<link "Encourage the schoolteacher to abuse poor students">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You lean against the doorway of the classroom. $activeSlave.slaveName glances at you, but you subtly let her know to continue with her business. When she finishes the lesson and, around the same time, climaxes, you clear your throat. The students all start with surprise and turn to you with trepidation. You observe in a conversational tone of voice that $activeSlave.slaveName is making great sacrifices here, performing an unsexy, boring job, and that any slave that does not work hard to learn will find herself at the teacher's sexual disposal. Several of the least attentive students @@color:green;try to look studious,@@ though a few of the better ones can't hide a certain anticipation.
+	You lean against the doorway of the classroom. $activeSlave.slaveName glances at you, but you subtly let her know to continue with her business. When she finishes the lesson and, around the same time, climaxes, you clear your throat. The students all start with surprise and turn to you with trepidation. You observe in a conversational tone of voice that $activeSlave.slaveName is making great sacrifices here, performing an unsexy, boring job, and that any slave that does not work hard to learn will find herself at the teacher's sexual disposal. Several of the least attentive students @@.green;try to look studious,@@ though a few of the better ones can't hide a certain anticipation.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].assignment == "learn in the schoolroom">>
 	<<set $slaves[$i].intelligenceImplant += 0.1>>
@@ -312,7 +312,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <br><<link "Take the delinquent student in hand">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When $activeSlave.slaveName finishes using $subSlave.slaveName's mouth, $subSlave.slaveName crawls out from under her desk and stumbles back towards her seat. She stops short when she realizes you're sitting in it. All the other students do their absolute best to be perfectly studious as $subSlave.slaveName gets back to her knees, for you this time. After class is over, you tell her that since she can't have been paying particularly good attention, she'll have to take @@color:green;remedial classes@@ after everyone else is done. $activeSlave.slaveName gives $subSlave.slaveName a very thorough grope at 'remedial classes,' making sure to pinch her student's nipples.
+	When $activeSlave.slaveName finishes using $subSlave.slaveName's mouth, $subSlave.slaveName crawls out from under her desk and stumbles back towards her seat. She stops short when she realizes you're sitting in it. All the other students do their absolute best to be perfectly studious as $subSlave.slaveName gets back to her knees, for you this time. After class is over, you tell her that since she can't have been paying particularly good attention, she'll have to take @@.green;remedial classes@@ after everyone else is done. $activeSlave.slaveName gives $subSlave.slaveName a very thorough grope at 'remedial classes,' making sure to pinch her student's nipples.
 	<<set $subSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -330,7 +330,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <<link "Encourage the use of sleep deprivation as a breaking tool">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You let $activeSlave.slaveName know that as far as you're concerned, sleep is a privilege, not a right. She grins evilly and grinds herself into $subSlave.slaveName's mouth harder. The poor prisoner heard you, of course, and begins to produce muffled sobs as she realizes what this means for her. $activeSlave.slaveName reaches down and caresses her cheek.  "There, there," she croons. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"It'th not rape if you do it in return for thomething."<<else>>"It's not rape if you do it in return for something."<</if>> All the prisoners are all that much more @@color:hotpink;broken@@ this week, though sleep deprivation @@color:red;isn't healthy.@@
+	You let $activeSlave.slaveName know that as far as you're concerned, sleep is a privilege, not a right. She grins evilly and grinds herself into $subSlave.slaveName's mouth harder. The poor prisoner heard you, of course, and begins to produce muffled sobs as she realizes what this means for her. $activeSlave.slaveName reaches down and caresses her cheek.  "There, there," she croons. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"It'th not rape if you do it in return for thomething."<<else>>"It's not rape if you do it in return for something."<</if>> All the prisoners are all that much more @@.hotpink;broken@@ this week, though sleep deprivation @@.red;isn't healthy.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "be confined in the cellblock">>
 		<<set $slaves[$i].devotion += 10>>
@@ -342,7 +342,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <br><<link "Have a quiet word with the Wardeness about prisoners' health">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You let $activeSlave.slaveName finish using $subSlave.slaveName's mouth, turn off the lights in her cell, and then meet her outside. It won't do to undermine her in front of the prisoners. You offer a few choice remarks on the value of her charges to you and the potential effects of sleep deprivation, and point out that she is a poor Wardeness if she cannot break slaves without taking measures that may damage their health. She's clearly filled with remorse, begs your forgiveness, and manages to break slaves just as effectively this week while taking @@color:green;better care@@ of their health.
+	You let $activeSlave.slaveName finish using $subSlave.slaveName's mouth, turn off the lights in her cell, and then meet her outside. It won't do to undermine her in front of the prisoners. You offer a few choice remarks on the value of her charges to you and the potential effects of sleep deprivation, and point out that she is a poor Wardeness if she cannot break slaves without taking measures that may damage their health. She's clearly filled with remorse, begs your forgiveness, and manages to break slaves just as effectively this week while taking @@.green;better care@@ of their health.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "be confined in the cellblock">>
 		<<set $slaves[$i].health += 10>>
@@ -354,7 +354,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <br><<link "The prisoner will take it up the butt, too, if she wants sleep">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You silently interrupt $activeSlave.slaveName and indicate that she should sit down on the cell's bed without letting $subSlave.slaveName's head out from between her legs. She sits down with a thump, dragging the struggling $subSlave.slaveName with her. You<<if ($PC.dick == 0)>> pull on a strap-on, and then<</if>> seize $subSlave.slaveName's hips and hoist them into the air, giving her a horrible second of anticipation as you manhandle <<if ($PC.dick == 0)>>the cruelly large phallus<<else>>your cock<</if>> into place. She gives a strangled squeal of protest at the feeling of you pushing your way inexorably up her poor anus, making $activeSlave.slaveName jerk with surprise at the sensation of $subSlave.slaveName howling into her crotch. Twenty minutes later, you and $activeSlave.slaveName leave her @@color:hotpink;quiescent@@ on the floor of the cell. After she locks the door after herself, $activeSlave.slaveName can't resist the urge to @@color:hotpink;offer you a cheerful high-five.@@
+	You silently interrupt $activeSlave.slaveName and indicate that she should sit down on the cell's bed without letting $subSlave.slaveName's head out from between her legs. She sits down with a thump, dragging the struggling $subSlave.slaveName with her. You<<if ($PC.dick == 0)>> pull on a strap-on, and then<</if>> seize $subSlave.slaveName's hips and hoist them into the air, giving her a horrible second of anticipation as you manhandle <<if ($PC.dick == 0)>>the cruelly large phallus<<else>>your cock<</if>> into place. She gives a strangled squeal of protest at the feeling of you pushing your way inexorably up her poor anus, making $activeSlave.slaveName jerk with surprise at the sensation of $subSlave.slaveName howling into her crotch. Twenty minutes later, you and $activeSlave.slaveName leave her @@.hotpink;quiescent@@ on the floor of the cell. After she locks the door after herself, $activeSlave.slaveName can't resist the urge to @@.hotpink;offer you a cheerful high-five.@@
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -376,7 +376,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <<link "Meet with the Attendant later to see if the slave she's helping can be assisted further">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You meet $activeSlave.slaveName after $subSlave.slaveName leaves. She likes to take a cool shower after spending time in the steam, so you get under the refreshing water with her, encircling her <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> midriff with your arms and giving her a hug before asking her about $subSlave.slaveName.  In $activeSlave.slaveName's opinion, there's nothing really wrong with her: she's just having a little trouble accepting different expectations about human interactions. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"The girl jutht needth a little help accepting that her free dayth are over, and it'th her place to therve you, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps. "Like I have!"<<else>>"She just needs a little help accepting that she's a slave and it's her place to serve you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says. "Like I have!"<</if>> She wriggles around in your arms and plants a wet kiss on your nose. She's clean now, so you release her and she steps over to her towel. As she does, you land a wet slap on her <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 3)>>big<<else>>nice<</if>> butt, eliciting a @@color:hotpink;delighted@@ squeal. You use the information to @@color:hotpink;subtly address@@ $subSlave.slaveName's unhappiness.
+	You meet $activeSlave.slaveName after $subSlave.slaveName leaves. She likes to take a cool shower after spending time in the steam, so you get under the refreshing water with her, encircling her <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> midriff with your arms and giving her a hug before asking her about $subSlave.slaveName.  In $activeSlave.slaveName's opinion, there's nothing really wrong with her: she's just having a little trouble accepting different expectations about human interactions. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"The girl jutht needth a little help accepting that her free dayth are over, and it'th her place to therve you, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps. "Like I have!"<<else>>"She just needs a little help accepting that she's a slave and it's her place to serve you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says. "Like I have!"<</if>> She wriggles around in your arms and plants a wet kiss on your nose. She's clean now, so you release her and she steps over to her towel. As she does, you land a wet slap on her <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 3)>>big<<else>>nice<</if>> butt, eliciting a @@.hotpink;delighted@@ squeal. You use the information to @@.hotpink;subtly address@@ $subSlave.slaveName's unhappiness.
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $subSlave.ID>>
@@ -388,7 +388,7 @@ You decide to knit up care's raveled sleeve with a break in the spa. You have yo
 <br><<link "Leave the matter between the Attendant and the slave she's helping">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You let $activeSlave.slaveName deal with $subSlave.slaveName's troubles; after a short time she sends $subSlave.slaveName off to shower, and submerges, swimming over to you under the water. She pokes out of the water, comically letting a huge mouthful of the warm, healthy mineral water run out of her mouth in a stream before giggling at herself and smiling at you. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, would you like me to tell you about $subSlave.slaveName?" she lisps.<<else>>"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, would you like me to tell you about $subSlave.slaveName?" she asks.<</if>> You shake your head, and tell her no, you trust her to do her best to heal anything that ails her charges. She looks at you with huge $activeSlave.eyeColor eyes for a long moment before throwing her <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> body into your arms. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>She looks up at you and lisps incredulously, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, you trutht me?"<<else>>She looks up at you and asks incredulously, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, you trust me?"<</if>> You nod. She looks shocked but kisses you and drops back down under the water. You feel the lovely sensation of her <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>nice<</if>> lips <<if ($PC.vagina == 1)>>nibbling their way up towards your clit<<else>>forming a seal around your dickhead<</if>>, and although she has to come up periodically for air, she gives you quite a @@color:hotpink;loving@@ blowjob.
+	You let $activeSlave.slaveName deal with $subSlave.slaveName's troubles; after a short time she sends $subSlave.slaveName off to shower, and submerges, swimming over to you under the water. She pokes out of the water, comically letting a huge mouthful of the warm, healthy mineral water run out of her mouth in a stream before giggling at herself and smiling at you. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, would you like me to tell you about $subSlave.slaveName?" she lisps.<<else>>"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, would you like me to tell you about $subSlave.slaveName?" she asks.<</if>> You shake your head, and tell her no, you trust her to do her best to heal anything that ails her charges. She looks at you with huge $activeSlave.eyeColor eyes for a long moment before throwing her <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> body into your arms. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>She looks up at you and lisps incredulously, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, you trutht me?"<<else>>She looks up at you and asks incredulously, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, you trust me?"<</if>> You nod. She looks shocked but kisses you and drops back down under the water. You feel the lovely sensation of her <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>nice<</if>> lips <<if ($PC.vagina == 1)>>nibbling their way up towards your clit<<else>>forming a seal around your dickhead<</if>>, and although she has to come up periodically for air, she gives you quite a @@.hotpink;loving@@ blowjob.
 	<<set $activeSlave.devotion += 10>>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw
index ccf7b2ba78c5af57a58832c8c75605e0d860bd95..ea6f9acb9b2ef79cd9d50234bc9681032638ec7c 100644
--- a/src/uncategorized/RECI.tw
+++ b/src/uncategorized/RECI.tw
@@ -363,11 +363,11 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<br><br>
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe,"<<else>>"Please,"<</if>> the slave begs incoherently as you press your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against $HeadGirl.slaveName's finger. It's not clear whether she's begging you to DP her anus, or begging you not to, but whichever it is, $HeadGirl.slaveName withdraws her finger and you shove yourself inside. $activeSlave.slaveName jerks with discomfort and gives a gasping "Oh f-fuck-k" that <<if $activeSlave.anus > 2>>she repeats over and over<<else>>is followed by some minor struggling<</if>> as you begin to fuck her. From her angle, $HeadGirl.slaveName can't pound $activeSlave.slaveName quite as hard as you can, but she does her best. When you've both had your fun, extracted yourselves, and let the exhausted, gaped bitch collapse onto the floor, $HeadGirl.slaveName gives you a naughty wink.
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-		"@@color:hotpink;That wath fun,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"
+		"@@.hotpink;That wath fun,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"
 	<<else>>
-		"@@color:hotpink;That was fun,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"
+		"@@.hotpink;That was fun,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"
 	<</if>>
-	she says. "Shall we flip her over and go again?" <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"@@color:hotpink;Pleathe nooo,@@"<<else>>"@@color:hotpink;Please nooo,@@"<</if>> comes a quiet wail from the floor.
+	she says. "Shall we flip her over and go again?" <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"@@.hotpink;Pleathe nooo,@@"<<else>>"@@.hotpink;Please nooo,@@"<</if>> comes a quiet wail from the floor.
 	<<set $activeSlave.devotion += 2>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -404,11 +404,11 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<br><br>
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe,"<<else>>"Please,"<</if>> the slave begs incoherently as you press your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against $Concubine.slaveName's finger. It's not clear whether she's begging you to DP her anus, or begging you not to, but whichever it is, $Concubine.slaveName withdraws her finger and you shove yourself inside. $activeSlave.slaveName jerks with discomfort and gives a gasping "Oh f-fuck-k" that <<if $activeSlave.anus > 2>>she repeats over and over<<else>>is followed by some minor struggling<</if>> as you begin to fuck her. From her angle, $Concubine.slaveName can't pound $activeSlave.slaveName quite as hard as you can, but she does her best. When you've both had your fun, extracted yourselves, and let the exhausted, gaped bitch collapse onto the floor, $Concubine.slaveName gives you a naughty wink.
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-		"@@color:hotpink;That wath fun,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"
+		"@@.hotpink;That wath fun,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"
 	<<else>>
-		"@@color:hotpink;That was fun,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"
+		"@@.hotpink;That was fun,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"
 	<</if>>
-	she says. "Shall we flip her over and go again?" <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"@@color:hotpink;Pleathe nooo,@@"<<else>>"@@color:hotpink;Please nooo,@@"<</if>> comes a quiet wail from the floor.
+	she says. "Shall we flip her over and go again?" <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"@@.hotpink;Pleathe nooo,@@"<<else>>"@@.hotpink;Please nooo,@@"<</if>> comes a quiet wail from the floor.
 	<<set $activeSlave.devotion += 2>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -437,7 +437,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<<else>>
 		guess back then I didn't really think about my butthole, much? Like, I went to the bathroom, and washed it in the shower, and that was it. But with the liquid slave food, I don't - sorry, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I'm being silly.
 	<</if>>
-	You know all about that." You tell her to explain it anyway. She looks puzzled for a moment, but @@color:mediumaquamarine;remembers she can trust you,@@ and twists around to plant an awkward kiss on your chin before continuing. "Well," she says, with mock seriousness. "Here in the arcology, we
+	You know all about that." You tell her to explain it anyway. She looks puzzled for a moment, but @@.mediumaquamarine;remembers she can trust you,@@ and twists around to plant an awkward kiss on your chin before continuing. "Well," she says, with mock seriousness. "Here in the arcology, we
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		thlaves eat a very thpecial liquid diet that keepth uth healthy and fit and ready to fuck. And, it'th abthorbed completely, so our butth are alwayth nithe and clean. That way, our <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathterth<<else>>Mithtretheth<</if>>
 	<<else>>
@@ -453,7 +453,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<<replace "#result">>
 	You tell her that since she appreciates how her ass has changed, she won't be surprised if you treat it like the fuckhole it is. Something in your tone makes her cautious, but she's a good girl and says <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Yeth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>"Yes, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> automatically. You pass $assistantName wardrobe orders for the poor <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>, and instructions to have her report to your office once she's dressed. A few minutes later, $activeSlave.slaveName walks up to your desk, stark naked except for a buttplug that comfortably fills her rectum and a sturdy leather collar attached to a leash. You snap your fingers, pointing at the ground, and she scrambles to her hands and knees and removes her plug. After she's taken a harsh buttfuck, you <<if $PC.dick == 1>>push the plug back in without letting any of your cum escape<<else>>plug her up again<</if>> and attach the leash to your belt. You ignore your anal toy completely, letting her kneel next to you as you work - she doesn't seem to want to sit, for some reason. For the rest of the day, her anus takes the full force of your libido. You fuck nothing else, confining your efforts to her backdoor, keeping her plugged when you aren't penetrating her. When you're bored, you hand her a dildo and tell her to take care of it herself.
 	<br><br>
-	She's quite exhausted by the end of the day, walking dumbly along behind you, leashed to your belt and wondering tiredly when her next reaming is coming. She doesn't notice that you're bringing her back to stand in front of the mirror until she's there. You push her compliant body into an approximation of her position from the morning and tell her to remove her plug and look at her asshole. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps<<else>>"Yes <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says<</if>>, and obeys.<<if $PC.dick == 1>> This releases quite a rush of ejaculate.<</if>> Her anus is @@color:lime;very loose,@@ a lewd, gaping fuckhole hungry for toys, fingers, and dick. You tell her that, and ask whether she agrees. @@color:hotpink;<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps<<else>>"Yes <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says<</if>>.@@
+	She's quite exhausted by the end of the day, walking dumbly along behind you, leashed to your belt and wondering tiredly when her next reaming is coming. She doesn't notice that you're bringing her back to stand in front of the mirror until she's there. You push her compliant body into an approximation of her position from the morning and tell her to remove her plug and look at her asshole. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps<<else>>"Yes <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says<</if>>, and obeys.<<if $PC.dick == 1>> This releases quite a rush of ejaculate.<</if>> Her anus is @@.lime;very loose,@@ a lewd, gaping fuckhole hungry for toys, fingers, and dick. You tell her that, and ask whether she agrees. @@.hotpink;<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps<<else>>"Yes <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says<</if>>.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.anus = 3>>
 	<</replace>>
@@ -465,7 +465,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 <<link "Love her back">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You swing your legs up onto your desk and jump up onto its smooth surface, her eyes tracking the <<if $PC.boobs == 1>>way it makes your breasts move<<else>>powerful way your muscles move your body<</if>>. When you pat the tops of your <<if $PC.title == 1>>hard<<else>>soft<</if>> thighs meaningfully, she giggles happily and skips forward to clamber up and sit on her lap. The bouncing and climbing creates quite a nice spectacle of jiggling tits and waving cock, and she manages to get up on the desk in such a way that you get a solid eyeful of first her wet pussy and then her ready anus. She settles herself onto your lap with a coo, feeling the <<if $PC.dick == 1>>hardness of your erection <<if $PC.vagina == 1>>and the warmth further down<</if>><<else>>warmth of your arousal<</if>> against her hermaphroditic genitalia. She starts to grind herself lasciviously against you, but stops when you seize her face and kiss her deeply. She moans back into you, returning the kiss with intensity. <<if $activeSlave.boobs > 4000>>Her udders are so huge the two of you have to press your torsos hard together to make out, a delightful struggle that stimulates her nipples quite a lot, to go by the way she squeaks and giggles into your mouth.<<elseif $activeSlave.boobs > 2000>>Her bosom is are so big that making out face to face presses it quite hard between your torsos, which stimulates her nipples quite a lot, to go by the way she squeaks and giggles into your mouth.<<elseif $PC.boobs == 1>>You undress without breaking your lip lock, bringing your bare breasts against hers in a warm, loving embrace.<<else>>You strip without breaking your lip lock, bringing your heavily muscled chest against her soft breasts in a tender, loving embrace.<</if>> Her arousal builds rapidly and she goes back to grinding, <<if $PC.dick == 1>>eventually getting herself so hot that your dick slides into her almost without either of you meaning to make it happen. She climaxes with you shortly, cumming all over her own breasts.<<else>>bringing you both to a shaking climax. She cums all over her own breasts, coating them in glistening ejaculate.<</if>> As she relaxes back against the desk, her panting making her cum-glazed tits rise and fall, you reflect that you just lied by omission, letting a pretty girl maintain her delusions and @@color:hotpink;her love for you.@@ Of all your sins, this is perhaps the smallest.
+	You swing your legs up onto your desk and jump up onto its smooth surface, her eyes tracking the <<if $PC.boobs == 1>>way it makes your breasts move<<else>>powerful way your muscles move your body<</if>>. When you pat the tops of your <<if $PC.title == 1>>hard<<else>>soft<</if>> thighs meaningfully, she giggles happily and skips forward to clamber up and sit on her lap. The bouncing and climbing creates quite a nice spectacle of jiggling tits and waving cock, and she manages to get up on the desk in such a way that you get a solid eyeful of first her wet pussy and then her ready anus. She settles herself onto your lap with a coo, feeling the <<if $PC.dick == 1>>hardness of your erection <<if $PC.vagina == 1>>and the warmth further down<</if>><<else>>warmth of your arousal<</if>> against her hermaphroditic genitalia. She starts to grind herself lasciviously against you, but stops when you seize her face and kiss her deeply. She moans back into you, returning the kiss with intensity. <<if $activeSlave.boobs > 4000>>Her udders are so huge the two of you have to press your torsos hard together to make out, a delightful struggle that stimulates her nipples quite a lot, to go by the way she squeaks and giggles into your mouth.<<elseif $activeSlave.boobs > 2000>>Her bosom is are so big that making out face to face presses it quite hard between your torsos, which stimulates her nipples quite a lot, to go by the way she squeaks and giggles into your mouth.<<elseif $PC.boobs == 1>>You undress without breaking your lip lock, bringing your bare breasts against hers in a warm, loving embrace.<<else>>You strip without breaking your lip lock, bringing your heavily muscled chest against her soft breasts in a tender, loving embrace.<</if>> Her arousal builds rapidly and she goes back to grinding, <<if $PC.dick == 1>>eventually getting herself so hot that your dick slides into her almost without either of you meaning to make it happen. She climaxes with you shortly, cumming all over her own breasts.<<else>>bringing you both to a shaking climax. She cums all over her own breasts, coating them in glistening ejaculate.<</if>> As she relaxes back against the desk, her panting making her cum-glazed tits rise and fall, you reflect that you just lied by omission, letting a pretty girl maintain her delusions and @@.hotpink;her love for you.@@ Of all your sins, this is perhaps the smallest.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalCount += 1>>
@@ -474,7 +474,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 <br><<link "Break her with the truth">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You point at the couch, and she skips over to it with a giggle, boobs bouncing. She hops up onto the cushions, kneeling with her butt stuck out invitingly and her torso bent over its back. She reaches around to pull one <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 2)>>heavy<<else>>cute<</if>> buttock to one side, <<if $activeSlave.anus > 2>>stretching her lewd backdoor into a gape<<elseif $activeSlave.anus > 1>>stretching her backdoor lewdly<<else>>highlighting her tight anus<</if>> and showing off her <<if $activeSlave.labia > 1>>dangling<<elseif $activeSlave.labia > 0>>generous<<else>>wet<</if>> pussylips. You enter her from behind, your <<if $PC.dick == 1>>turgid dick<<else>>strap-on<</if>> sliding easily into her cunt. Your hands slide around her to hold her shoulders in a gentle lock, and you whisper secrets into her ear. You tell her that the Futanari Sisters here failed because you undermined them. You tell her that she is a slave because you planned and executed her enslavement. And you tell her that no slave will believe her if she tells them the truth, since they love you just like she did. As you pour this poison into her, she remains perfectly still, processing the revelation; the only clue to her feelings is her rapidly softening cock. When it has become completely, pathetically limp, a huge sob tears its way out of her. You switch to her anus and assrape her without mercy, forcing her limp torso halfway around so you can press a kiss on her bawling mouth. She does not resist, even when you begin to taste the salt tears that stream down her pretty face. She will remain devoted to you, mostly from a lack of alternatives, but her trust in you has @@color:gold;suffered immensely.@@
+	You point at the couch, and she skips over to it with a giggle, boobs bouncing. She hops up onto the cushions, kneeling with her butt stuck out invitingly and her torso bent over its back. She reaches around to pull one <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 2)>>heavy<<else>>cute<</if>> buttock to one side, <<if $activeSlave.anus > 2>>stretching her lewd backdoor into a gape<<elseif $activeSlave.anus > 1>>stretching her backdoor lewdly<<else>>highlighting her tight anus<</if>> and showing off her <<if $activeSlave.labia > 1>>dangling<<elseif $activeSlave.labia > 0>>generous<<else>>wet<</if>> pussylips. You enter her from behind, your <<if $PC.dick == 1>>turgid dick<<else>>strap-on<</if>> sliding easily into her cunt. Your hands slide around her to hold her shoulders in a gentle lock, and you whisper secrets into her ear. You tell her that the Futanari Sisters here failed because you undermined them. You tell her that she is a slave because you planned and executed her enslavement. And you tell her that no slave will believe her if she tells them the truth, since they love you just like she did. As you pour this poison into her, she remains perfectly still, processing the revelation; the only clue to her feelings is her rapidly softening cock. When it has become completely, pathetically limp, a huge sob tears its way out of her. You switch to her anus and assrape her without mercy, forcing her limp torso halfway around so you can press a kiss on her bawling mouth. She does not resist, even when you begin to taste the salt tears that stream down her pretty face. She will remain devoted to you, mostly from a lack of alternatives, but her trust in you has @@.gold;suffered immensely.@@
 	<<set $activeSlave.trust = random(-90,-75)>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalCount += 1>>
@@ -494,7 +494,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<<else>>
 		When you gently push her face away from you by tipping her torso forward, she moans a little from the loss of closeness, but soon forgets it when you press your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> against her <<if ($activeSlave.anus > 2)>>loose<<elseif ($activeSlave.anus > 1)>>practiced<<else>>tight<</if>> anus. As you push inside her, she begins to gasp your name, moan adoration, and beg nonsensically, and she orgasms promptly. She groans with overstimulation, but you're just getting started; you grab her knees and hoist her up to fuck her ass some more.
 	<</if>>
-	You climax there, your tour of her holes completed; she drops down to clean you off again before @@color:mediumaquamarine;thanking you earnestly@@ and taking her leave, though not without a final turn in the doorway to steal a final loving glance at <<if ($PC.dick == 0)>>your strap-on<<else>>your junk<</if>>.
+	You climax there, your tour of her holes completed; she drops down to clean you off again before @@.mediumaquamarine;thanking you earnestly@@ and taking her leave, though not without a final turn in the doorway to steal a final loving glance at <<if ($PC.dick == 0)>>your strap-on<<else>>your junk<</if>>.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analCount += 1>>
@@ -516,7 +516,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<<else>>
 		"What should I do there, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"
 	<</if>>
-	Anything she wants, you tell her. She still looks somewhat puzzled, but she heads down to the gym anyway. When she gets there, she sees a steady stream of well-muscled male citizens entering the showers, and gets it. She waves cheerfully to the nearest camera, and blows you a kiss before heading into the locker room. This is the Free Cities, and there isn't much reaction to a naked girl entering a male-dominated gym. That is, until she selects from among the sweaty gentlemen coming in from the weight room, sidles up to one, and says cheerfully, "Hi! Do you wanna fuck me?" He does, and @@color:green;so do many of his friends.@@ So many, in fact, that having the showers right there becomes convenient for her as the day goes on.
+	Anything she wants, you tell her. She still looks somewhat puzzled, but she heads down to the gym anyway. When she gets there, she sees a steady stream of well-muscled male citizens entering the showers, and gets it. She waves cheerfully to the nearest camera, and blows you a kiss before heading into the locker room. This is the Free Cities, and there isn't much reaction to a naked girl entering a male-dominated gym. That is, until she selects from among the sweaty gentlemen coming in from the weight room, sidles up to one, and says cheerfully, "Hi! Do you wanna fuck me?" He does, and @@.green;so do many of his friends.@@ So many, in fact, that having the showers right there becomes convenient for her as the day goes on.
 	<<set $rep += 250>>
 	<<set $activeSlave.analCount += 5>>
 	<<set $analCount += 5>>
@@ -551,7 +551,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 		rubbing her submissive little girl cock
 	<<elseif ($activeSlave.dick > 0)>>
 		and her soft dick twitches weakly
-	<<else>>schlicking away<</if>>. She periodically manages to get her <<if ($activeSlave.anus > 2)>>loose<<elseif ($activeSlave.anus > 1)>>practiced<<else>>tight<</if>> anus off your thrusting <<if ($PC.dick == 0)>>phallus<<else>>penis<</if>>, but that just gives you the pleasure of forcing it up her ass again to the accompaniment of pretended girlish protests. She does her best to maintain the pretense, but soon the best she can come up with is a ridiculous <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe don't make me come! Not from anal!"<<else>>"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't make me come! Not from anal!"<</if>> She's a little sore, and winces stiffly when she gets up off the couch, but shakes it off and @@color:hotpink;gives you a kiss@@ with surprising shyness for a mature slave whose anus you just fucked.
+	<<else>>schlicking away<</if>>. She periodically manages to get her <<if ($activeSlave.anus > 2)>>loose<<elseif ($activeSlave.anus > 1)>>practiced<<else>>tight<</if>> anus off your thrusting <<if ($PC.dick == 0)>>phallus<<else>>penis<</if>>, but that just gives you the pleasure of forcing it up her ass again to the accompaniment of pretended girlish protests. She does her best to maintain the pretense, but soon the best she can come up with is a ridiculous <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe don't make me come! Not from anal!"<<else>>"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't make me come! Not from anal!"<</if>> She's a little sore, and winces stiffly when she gets up off the couch, but shakes it off and @@.hotpink;gives you a kiss@@ with surprising shyness for a mature slave whose anus you just fucked.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analCount += 1>>
@@ -560,7 +560,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 <br><<link "Appreciate her body">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>> and approach her, appreciating her gorgeous body, all laid out across the couch for your perusal. When you reach her, you hold out a hand for one of hers; she takes it @@color:mediumaquamarine;trustingly,@@ her grip <<if ($activeSlave.muscles > 30)>>strong and sure<<elseif ($activeSlave.muscles > 5)>>firm and warm<<else>>soft and feminine<</if>>. You pull her up to kneel on the couch cushions, facing a mirrored wall of the room. She's treated to a view of her own face as you gently penetrate her from behind, holding your <<if ($PC.boobs == 0)>>strong chest<<else>>soft breasts<</if>> hard against her <<if ($activeSlave.muscles > 30)>>ripped<<elseif ($activeSlave.muscles > 5)>>toned<<else>>warm<</if>> back. Once you're seated in her <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>womanhood<<else>>anus<</if>>, you let your hands rove across her body, resting your chin on one of her shoulders to watch the view with her.
+	You stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>> and approach her, appreciating her gorgeous body, all laid out across the couch for your perusal. When you reach her, you hold out a hand for one of hers; she takes it @@.mediumaquamarine;trustingly,@@ her grip <<if ($activeSlave.muscles > 30)>>strong and sure<<elseif ($activeSlave.muscles > 5)>>firm and warm<<else>>soft and feminine<</if>>. You pull her up to kneel on the couch cushions, facing a mirrored wall of the room. She's treated to a view of her own face as you gently penetrate her from behind, holding your <<if ($PC.boobs == 0)>>strong chest<<else>>soft breasts<</if>> hard against her <<if ($activeSlave.muscles > 30)>>ripped<<elseif ($activeSlave.muscles > 5)>>toned<<else>>warm<</if>> back. Once you're seated in her <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>womanhood<<else>>anus<</if>>, you let your hands rove across her body, resting your chin on one of her shoulders to watch the view with her.
 		You run your fingers through <<if ($activeSlave.hLength < 10)>>across her scalp, eliciting a sigh<<elseif ($activeSlave.hLength < 50)>>through her short hair and across her scalp, eliciting a sigh<<elseif ($activeSlave.hLength < 100)>>all through her long, luxurious hair<<else>>down the immense length of her hair, bringing it around to cascade down between her breasts<</if>>.
 		Your fingers trace her cheekbones, the line of her jaw, and the <<if $activeSlave.lips > 40>>pouting prominence of her huge lips<<elseif $activeSlave.lips > 0>>plush softness of her plump lips<<else>>soft outline of her pretty mouth<</if>>.
 		Your hands <<if ($activeSlave.boobs > 2000)>>heft her enormous breasts, and then bury themselves in the warm surroundings of the spaces between her udders and her ribcage<<elseif ($activeSlave.boobs > 800)>>heft her big breasts measuringly<<elseif ($activeSlave.boobs > 300)>>cup her healthy breasts, feeling their weight<<else>>massage her flat chest<</if>>.
@@ -579,7 +579,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 <br><<link "Put the horny old girl to work">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that you've hired her out for a party hosted by a prominent citizen's son, home from college, and that she should be save it for that. She promises that she will, bringing her legs together again and clearly already imagining it. You check in on her later, using the video feeds, and are treated to the sight of her wearing a recently-acquired, too-tight t-shirt with an old world college's mascot on it as she rides a dick young enough to be her son's. There's some drunken yelling, which she responds to by blowing kisses and licking her <<if $activeSlave.lips > 0>>plump <</if>>lips until another cock finds its way into her mouth. Her fee for the night is @@color:yellowgreen;substantial,@@ and the student's father attaches a note to the payment. Apparently she got him too, and he's interested in hiring her for a business meeting next month.
+	You tell her that you've hired her out for a party hosted by a prominent citizen's son, home from college, and that she should be save it for that. She promises that she will, bringing her legs together again and clearly already imagining it. You check in on her later, using the video feeds, and are treated to the sight of her wearing a recently-acquired, too-tight t-shirt with an old world college's mascot on it as she rides a dick young enough to be her son's. There's some drunken yelling, which she responds to by blowing kisses and licking her <<if $activeSlave.lips > 0>>plump <</if>>lips until another cock finds its way into her mouth. Her fee for the night is @@.yellowgreen;substantial,@@ and the student's father attaches a note to the payment. Apparently she got him too, and he's interested in hiring her for a business meeting next month.
 	<<set $cash += 500>>
 	<<set $activeSlave.analCount += 5>>
 	<<set $analCount += 5>>
@@ -600,7 +600,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 		her dick twitching
 	<<elseif ($activeSlave.dick > 0)>>
 		her soft dick twitching softly
-	<</if>> with a weak orgasm. She giggles self-consciously and keeps humping back into you. She is a @@color:hotpink;good slave girl@@ once more before going to rinse herself off in the shower, so much so that you follow her so she can be a good slave girl in the shower, too.
+	<</if>> with a weak orgasm. She giggles self-consciously and keeps humping back into you. She is a @@.hotpink;good slave girl@@ once more before going to rinse herself off in the shower, so much so that you follow her so she can be a good slave girl in the shower, too.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 2>>
 	<<set $analCount += 2>>
@@ -609,7 +609,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 <br><<link "She's a good slave girl all the time, not just right now">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she doesn't have to prove anything to you right now; she's shown that she's a good slave girl already. She looks shocked for a moment before @@color:mediumaquamarine;blushing and turning her gaze down at her feet.@@ "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>T-thankth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>>T-thanks, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she stammers. Since she asked so nicely, though, you continue, you will fuck her butt. She giggles and hurries over to you in response to a crooked finger, curling up in your lap for a nice makeout session. When the next slave scheduled for an examination comes through the door, it's to the sight of $activeSlave.slaveName holding her body sideways in the air over the couch: she has one knee down on the cushions, and is doing the splits with the other leg running up <<if ($PC.boobs == 0)>>your muscular chest<<else>>between your breasts<</if>>. Your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> is up her ass, and you're giving it to her hard. <<if ($activeSlave.boobs > 1000)>>Her huge breasts are bouncing back and forth with the motion, almost hitting her in the face.<<elseif ($activeSlave.weight > 10)>>Her generous curves lend the motion weight, and each thrust reams her ass hard.<<elseif ($activeSlave.hLength >= 60)>>Her long hair flies around her face in a maelstrom of sexual energy.<<else>>The leather couch creaks with an obscurely sexual rhythm.<</if>> She's being fucked so hard that her
+	You tell her that she doesn't have to prove anything to you right now; she's shown that she's a good slave girl already. She looks shocked for a moment before @@.mediumaquamarine;blushing and turning her gaze down at her feet.@@ "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>T-thankth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>>T-thanks, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she stammers. Since she asked so nicely, though, you continue, you will fuck her butt. She giggles and hurries over to you in response to a crooked finger, curling up in your lap for a nice makeout session. When the next slave scheduled for an examination comes through the door, it's to the sight of $activeSlave.slaveName holding her body sideways in the air over the couch: she has one knee down on the cushions, and is doing the splits with the other leg running up <<if ($PC.boobs == 0)>>your muscular chest<<else>>between your breasts<</if>>. Your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> is up her ass, and you're giving it to her hard. <<if ($activeSlave.boobs > 1000)>>Her huge breasts are bouncing back and forth with the motion, almost hitting her in the face.<<elseif ($activeSlave.weight > 10)>>Her generous curves lend the motion weight, and each thrust reams her ass hard.<<elseif ($activeSlave.hLength >= 60)>>Her long hair flies around her face in a maelstrom of sexual energy.<<else>>The leather couch creaks with an obscurely sexual rhythm.<</if>> She's being fucked so hard that her
 	<<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>
 		cock is being forced to half-hardness inside its chasity cage, making her writhe with mixed anal pleasure and dick pain.
 	<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones < 1) && ($activeSlave.balls > 0)>>
@@ -625,7 +625,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 <br><<link "Good slave girls earn money">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that you've hired her out for a party a prominent citizen is throwing, and that she should be a good slave girl by saving herself for that. She trips all over herself promising that she will. You check in on her later, using the video feeds, and are treated to the sight of her wearing a slinky cocktail dress, although wearing is perhaps the wrong term. She's bent over a barstool with the top of the dress pulled down <<if ($activeSlave.boobs > 1000)>>over her huge tits<<elseif ($activeSlave.boobs > 300)>>to bare her boobs<<else>>to reveal her sissy chest<</if>> and the bottom of her dress hiked up so a guest can fuck her ass. She's obviously enjoying herself, happy to be getting some at last. Her fee for the night is @@color:yellowgreen;substantial,@@ and the host attaches a note to the payment, complimenting her eagerness to get assfucked and her willingness to suck cock, and asking when she'll be available next.
+	You tell her that you've hired her out for a party a prominent citizen is throwing, and that she should be a good slave girl by saving herself for that. She trips all over herself promising that she will. You check in on her later, using the video feeds, and are treated to the sight of her wearing a slinky cocktail dress, although wearing is perhaps the wrong term. She's bent over a barstool with the top of the dress pulled down <<if ($activeSlave.boobs > 1000)>>over her huge tits<<elseif ($activeSlave.boobs > 300)>>to bare her boobs<<else>>to reveal her sissy chest<</if>> and the bottom of her dress hiked up so a guest can fuck her ass. She's obviously enjoying herself, happy to be getting some at last. Her fee for the night is @@.yellowgreen;substantial,@@ and the host attaches a note to the payment, complimenting her eagerness to get assfucked and her willingness to suck cock, and asking when she'll be available next.
 	<<set $cash += 500>>
 	<<set $activeSlave.analCount += 5>>
 	<<set $analCount += 5>>
@@ -646,7 +646,7 @@ She looks pensive, and goes through two false starts before she clears her throa
 	<<else>>
 		"I'm sorry, Sir, that's my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> there."
 	<</if>>
-	He offers a nonverbal apology without coming over, which you accept with a wave: it's such a common mistake in Free Cities high society that it's universally brushed off without offense. It happens again later in the night, when a slightly tipsy free woman occupies the barstool next to $activeSlave.slaveName's and keeps trying to relax against her until the flattered slave explains herself again. When you bring her home at the end of the night, her eyes are shining with @@color:mediumaquamarine;private assurance,@@ and she presses herself against you more closely than ever.
+	He offers a nonverbal apology without coming over, which you accept with a wave: it's such a common mistake in Free Cities high society that it's universally brushed off without offense. It happens again later in the night, when a slightly tipsy free woman occupies the barstool next to $activeSlave.slaveName's and keeps trying to relax against her until the flattered slave explains herself again. When you bring her home at the end of the night, her eyes are shining with @@.mediumaquamarine;private assurance,@@ and she presses herself against you more closely than ever.
 	<<set $activeSlave.analCount += 1>>
 	<<set $analCount += 1>>
 	<<set $activeSlave.trust += 4>>
@@ -655,9 +655,9 @@ She looks pensive, and goes through two false starts before she clears her throa
 <br><<link "Show her off online">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she's become a very pretty sex slave, and to prove it, you set up a live feed for her that's available for free in the old world. The Free Cities produce an utter torrent of hardcore video, so much that there's never any profit to be made off it anymore, but viewers begin to join the channel anyway and by the end of the week she has thousands of eyes watching her as she <<if $activeSlave.assignment == "whore">>sells her body<<else>>has sex with random citizens<</if>> in the hallways of $arcologies[0].name. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> keeps her constantly informed of how many people are watching her get fucked, how many of them are likely masturbating to her body, and how many inquiries about her $assistantName is culling out of your inbox. She slowly gets used to her starring role in an impromptu free hardcore stream, but never quite stops stealing wondering glances at the nearest camera, as though she cannot believe that so many people would sexualize her. This lends her a naughtiness that cannot be faked, garnering her @@color:green;much attention@@ by the end of the week.
+	You tell her that she's become a very pretty sex slave, and to prove it, you set up a live feed for her that's available for free in the old world. The Free Cities produce an utter torrent of hardcore video, so much that there's never any profit to be made off it anymore, but viewers begin to join the channel anyway and by the end of the week she has thousands of eyes watching her as she <<if $activeSlave.assignment == "whore">>sells her body<<else>>has sex with random citizens<</if>> in the hallways of $arcologies[0].name. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> keeps her constantly informed of how many people are watching her get fucked, how many of them are likely masturbating to her body, and how many inquiries about her $assistantName is culling out of your inbox. She slowly gets used to her starring role in an impromptu free hardcore stream, but never quite stops stealing wondering glances at the nearest camera, as though she cannot believe that so many people would sexualize her. This lends her a naughtiness that cannot be faked, garnering her @@.green;much attention@@ by the end of the week.
 	<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
-		Of course, since she's a humiliation fetishist, this experience is like sexual candy for her. She @@color:hotpink;can't get enough.@@
+		Of course, since she's a humiliation fetishist, this experience is like sexual candy for her. She @@.hotpink;can't get enough.@@
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 	<<set $rep += 250>>
diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw
index c983349255d62403986873d2443d6bce0cbb0a5f..a4f9b42ea125d2b4fe5cee21daa6e7b7a9c2ddba 100644
--- a/src/uncategorized/REFI.tw
+++ b/src/uncategorized/REFI.tw
@@ -285,7 +285,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into another pain slut">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.accent >= 3)>>Since she doesn't speak $language well enough to handle the subject, she's forced to use delightfully humiliating gestures to communicate her desire to be abused.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to hurt her, too.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you hurt her, too.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can you hurt me? Like that?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can you hurt me? Like that?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, can - can you hurt me? Like that?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she wriggles herself into a position where she can lightly slap her amputee ass against a chair leg.<<elseif canTalk($activeSlave) == false>>she turns around and starts to spank herself roughly.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe beat me, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please beat me, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You shove her over the desk, rub your hand over her ass, which is quivering with anticipation and fear, and ask if she wants you to hit her. She's almost beside herself, shuddering at the titillation, but before she can answer, you use your other hand to strike her <<if $activeSlave.dick > 0>>cockhead<<else>>pussylips<</if>>. As she writhes in agony, you tell her to get used to it. She's a pain slut now, second thoughts or not. She hasn't recovered before she feels the still more urgent pain of rough anal, which is then overlaid by rough spanking, nipple pinching, and <<if $activeSlave.dick > 0>>dick abuse<<else>>clit torture<</if>>. @@color:hotpink;She has become more devoted to you,@@ and @@color:pink;she has started to get off on pain.@@
+	<<if ($activeSlave.accent >= 3)>>Since she doesn't speak $language well enough to handle the subject, she's forced to use delightfully humiliating gestures to communicate her desire to be abused.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to hurt her, too.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you hurt her, too.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can you hurt me? Like that?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can you hurt me? Like that?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, can - can you hurt me? Like that?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she wriggles herself into a position where she can lightly slap her amputee ass against a chair leg.<<elseif canTalk($activeSlave) == false>>she turns around and starts to spank herself roughly.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe beat me, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please beat me, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You shove her over the desk, rub your hand over her ass, which is quivering with anticipation and fear, and ask if she wants you to hit her. She's almost beside herself, shuddering at the titillation, but before she can answer, you use your other hand to strike her <<if $activeSlave.dick > 0>>cockhead<<else>>pussylips<</if>>. As she writhes in agony, you tell her to get used to it. She's a pain slut now, second thoughts or not. She hasn't recovered before she feels the still more urgent pain of rough anal, which is then overlaid by rough spanking, nipple pinching, and <<if $activeSlave.dick > 0>>dick abuse<<else>>clit torture<</if>>. @@.hotpink;She has become more devoted to you,@@ and @@.pink;she has started to get off on pain.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>><<set $analTotal += 1>>
 	<<set $activeSlave.fetish = "masochist">>
@@ -295,7 +295,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from pain obsession for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in pain play, <<if ($activeSlave.dick == 0)>>and play with her until she orgasms while <<if ($PC.dick == 0)>>giving you oral<<else>>sucking you off<</if>>, all while carefully keeping her experience purely pleasurable.<<else>>and let her masturbate while she blows you, carefully keeping her experience purely pleasurable.<</if>> You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more submissive to you.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in pain play, <<if ($activeSlave.dick == 0)>>and play with her until she orgasms while <<if ($PC.dick == 0)>>giving you oral<<else>>sucking you off<</if>>, all while carefully keeping her experience purely pleasurable.<<else>>and let her masturbate while she blows you, carefully keeping her experience purely pleasurable.<</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>><<set $oralTotal += 1>>
 	<</replace>>
@@ -307,7 +307,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into another fertility whore">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.accent >= 3)>>She fumbles through a gestured explanation that she would like you to make her feel like you just made $subSlave.slaveName feel, since she doesn't know the $language words for that.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to make her feel like you just made $subSlave.slaveName feel.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you to make her feel like you just made $subSlave.slaveName feel.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can I be - can I be like, you know, that?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can I be - can I be like, you know, that?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, can - can I be - can I be like, you know, that?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she wriggles around until her pussy is pointed right at you.<<elseif canTalk($activeSlave) == false>>she frantically pantomimes a pregnant belly, and lewdly gestures at her cunt.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe knock me up, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please get me pregnant, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You shove her over the desk, rub your hard dick along her pussylips, and ask if she wants you to impregnate her. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that pregnancy is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you slide <<if ($PC.dick == 0)>>a strap-on<<else>>your cock<</if>> up to her ass instead and fuck that, rubbing your hands across the quivering slave's belly and pussy. @@color:hotpink;She has become more devoted to you,@@ and @@color:pink;she is desperately eager to get pregnant.@@
+	<<if ($activeSlave.accent >= 3)>>She fumbles through a gestured explanation that she would like you to make her feel like you just made $subSlave.slaveName feel, since she doesn't know the $language words for that.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to make her feel like you just made $subSlave.slaveName feel.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you to make her feel like you just made $subSlave.slaveName feel.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can I be - can I be like, you know, that?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can - can I be - can I be like, you know, that?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, can - can I be - can I be like, you know, that?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she wriggles around until her pussy is pointed right at you.<<elseif canTalk($activeSlave) == false>>she frantically pantomimes a pregnant belly, and lewdly gestures at her cunt.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe knock me up, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please get me pregnant, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You shove her over the desk, rub your hard dick along her pussylips, and ask if she wants you to impregnate her. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that pregnancy is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you slide <<if ($PC.dick == 0)>>a strap-on<<else>>your cock<</if>> up to her ass instead and fuck that, rubbing your hands across the quivering slave's belly and pussy. @@.hotpink;She has become more devoted to you,@@ and @@.pink;she is desperately eager to get pregnant.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>><<set $analTotal += 1>>
 	<<set $activeSlave.fetish = "pregnancy">>
@@ -318,7 +318,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into another fertility whore despite her barrenness">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.accent >= 3)>>She fumbles through a gestured explanation that she's fascinated by pregnancy, since she doesn't know the $language words for for things like insemination and swollen belly.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to communicate her attraction to the pregnant sex.<<elseif ($activeSlave.lips > 70)>>She says through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, I don't know. I jutht thought that wath really hot."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She says through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, I don't know. I jutht thought that wath really hot."<<else>>She says, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I don't know. I just thought that was really hot."<</if>> You ask her whether she wants to get pregnant too, and she reddens, knowing she can't. You force her to frame a response: <<if ($activeSlave.amp == 1)>>she wriggles around until her rear is pointed right at you.<<elseif canTalk($activeSlave) == false>>she pantomimes a pregnant belly, and uses gestures to indicate arousal.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"I would love to get pregnant, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"I would love to get pregnant, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You shove her over the desk, rub your hard dick between her slick thighs, and ask if she wants you to impregnate her. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that it's a pointless dream, she'll never be pregnant, but that doesn't mean she can't fuck pregnant girls. Or fertile girls. With that, you slide <<if ($PC.dick == 0)>>a strap-on<<else>>your cock<</if>> up to her ass instead and sodomize her, rubbing your hands across the quivering slave's belly. @@color:hotpink;She has become more devoted to you,@@ and @@color:pink;she has developed a pregnancy fetish.@@
+	<<if ($activeSlave.accent >= 3)>>She fumbles through a gestured explanation that she's fascinated by pregnancy, since she doesn't know the $language words for for things like insemination and swollen belly.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to communicate her attraction to the pregnant sex.<<elseif ($activeSlave.lips > 70)>>She says through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, I don't know. I jutht thought that wath really hot."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She says through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, I don't know. I jutht thought that wath really hot."<<else>>She says, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I don't know. I just thought that was really hot."<</if>> You ask her whether she wants to get pregnant too, and she reddens, knowing she can't. You force her to frame a response: <<if ($activeSlave.amp == 1)>>she wriggles around until her rear is pointed right at you.<<elseif canTalk($activeSlave) == false>>she pantomimes a pregnant belly, and uses gestures to indicate arousal.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"I would love to get pregnant, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"I would love to get pregnant, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You shove her over the desk, rub your hard dick between her slick thighs, and ask if she wants you to impregnate her. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that it's a pointless dream, she'll never be pregnant, but that doesn't mean she can't fuck pregnant girls. Or fertile girls. With that, you slide <<if ($PC.dick == 0)>>a strap-on<<else>>your cock<</if>> up to her ass instead and sodomize her, rubbing your hands across the quivering slave's belly. @@.hotpink;She has become more devoted to you,@@ and @@.pink;she has developed a pregnancy fetish.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>><<set $analTotal += 1>>
 	<<set $activeSlave.fetish = "pregnancy">>
@@ -329,7 +329,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from fertility obsession for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in pregnancy, and <<if ($PC.dick == 0)>>fuck her<<else>>gently fuck her ass<</if>> until she orgasms, without making the disassociation between sex and procreation explicit. You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more submissive to you.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in pregnancy, and <<if ($PC.dick == 0)>>fuck her<<else>>gently fuck her ass<</if>> until she orgasms, without making the disassociation between sex and procreation explicit. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>><<set $analTotal += 1>>
 	<</replace>>
@@ -340,7 +340,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into another breast fetishist">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.accent >= 3)>>Since she isn't conversant in $language, she's forced to use some delightfully lewd gestures at her own boobs to communicate that she would like to experience a nipple orgasm, too.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like to experience a nipple orgasm, too.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you for a nipple orgasm, too.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, may I have a nipple orgathm, too?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, may I have a nipple orgathm, too?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may I have a nipple orgasm, too?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she sticks her chest out as far as it will go, and wiggles it back and forth demonstratively.<<elseif canTalk($activeSlave) == false>>she tries to depict suckling and orgasm with her hands, but gives up and just sticks her tits out at you, pinching her nipples hard.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe uthe my titth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please use my boobs, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> She gasps as you seize her and carry her back to your desk chair, but she's clearly pleased. You sit in the chair with her in your lap facing away from you<<if ($PC.boobs > 0)>>, her back against your breasts<</if>>, and torment her nipples until she's close to climax. Then you get her on her knees and push her over the edge with <<if ($PC.vagina == 1)>>your pussy rubbing against the stiff nipples atop her<<else>>your cock between her<</if>> <<if $activeSlave.boobs > 1600>>huge<<elseif $activeSlave.boobs > 800>>big<<else>>modest<</if>> tits. @@color:hotpink;She has become more devoted to you,@@ and @@color:pink;her sexuality now focuses on her breasts.@@
+	<<if ($activeSlave.accent >= 3)>>Since she isn't conversant in $language, she's forced to use some delightfully lewd gestures at her own boobs to communicate that she would like to experience a nipple orgasm, too.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like to experience a nipple orgasm, too.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you for a nipple orgasm, too.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, may I have a nipple orgathm, too?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, may I have a nipple orgathm, too?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may I have a nipple orgasm, too?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she sticks her chest out as far as it will go, and wiggles it back and forth demonstratively.<<elseif canTalk($activeSlave) == false>>she tries to depict suckling and orgasm with her hands, but gives up and just sticks her tits out at you, pinching her nipples hard.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Pleathe uthe my titth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please use my boobs, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> She gasps as you seize her and carry her back to your desk chair, but she's clearly pleased. You sit in the chair with her in your lap facing away from you<<if ($PC.boobs > 0)>>, her back against your breasts<</if>>, and torment her nipples until she's close to climax. Then you get her on her knees and push her over the edge with <<if ($PC.vagina == 1)>>your pussy rubbing against the stiff nipples atop her<<else>>your cock between her<</if>> <<if $activeSlave.boobs > 1600>>huge<<elseif $activeSlave.boobs > 800>>big<<else>>modest<</if>> tits. @@.hotpink;She has become more devoted to you,@@ and @@.pink;her sexuality now focuses on her breasts.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.mammaryCount += 1>><<set $mammaryTotal += 1>>
 	<<set $activeSlave.fetish = "boobs">>
@@ -350,7 +350,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from breast obsession for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in nipple play, <<if ($activeSlave.dick == 0)>>and play with her until she orgasms while carefully keeping her boobs and nipples untouched and unstimulated.<<else>>and let her masturbate while she blows you, to associate non-mammary intercourse with pleasure.<</if>> You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more submissive to you.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in nipple play, <<if ($activeSlave.dick == 0)>>and play with her until she orgasms while carefully keeping her boobs and nipples untouched and unstimulated.<<else>>and let her masturbate while she blows you, to associate non-mammary intercourse with pleasure.<</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>><<set $oralTotal += 1>>
 	<</replace>>
@@ -361,7 +361,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into a submissive too">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if $activeSlave.amp != 1>>You snap your fingers at $activeSlave.slaveName and point commandingly at the floor next to your desk. You tell her that a proper sub does what her dom wants, always, and leave her kneeling obediently beside you for some time.<<else>>You place $activeSlave.slaveName's helpless body on the floor next to your desk. You tell her that a proper sub does what her dom wants, always, and leave her lying obediently beside you for some time.<</if>> Then, without preamble, you stand up again and <<if ($PC.dick == 0)>>ride her face<<else>>throatfuck her<</if>>, intentionally ensuring that she gags and struggles. $activeSlave.slaveName spends almost all her sexual experiences in subspace for the rest of the week. Even other slaves who have sex with her are required to use her, not make love to her. @@color:hotpink;She has become more obedient,@@ and @@color:lightcoral;her sexuality now focuses on submission.@@
+	<<if $activeSlave.amp != 1>>You snap your fingers at $activeSlave.slaveName and point commandingly at the floor next to your desk. You tell her that a proper sub does what her dom wants, always, and leave her kneeling obediently beside you for some time.<<else>>You place $activeSlave.slaveName's helpless body on the floor next to your desk. You tell her that a proper sub does what her dom wants, always, and leave her lying obediently beside you for some time.<</if>> Then, without preamble, you stand up again and <<if ($PC.dick == 0)>>ride her face<<else>>throatfuck her<</if>>, intentionally ensuring that she gags and struggles. $activeSlave.slaveName spends almost all her sexual experiences in subspace for the rest of the week. Even other slaves who have sex with her are required to use her, not make love to her. @@.hotpink;She has become more obedient,@@ and @@.lightcoral;her sexuality now focuses on submission.@@
 	<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.oralCount += 10>>
 		<<set $oralTotal += 10>>
@@ -372,7 +372,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from total submission for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in submission, and make her ride <<if ($PC.dick == 0)>>a strap-on you're wearing<<else>>your dick<</if>>. You ensure that she maintains the active role throughout. You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more obedient.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in submission, and make her ride <<if ($PC.dick == 0)>>a strap-on you're wearing<<else>>your dick<</if>>. You ensure that she maintains the active role throughout. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more obedient.@@
 	<<SimpleVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -383,7 +383,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into another anal slut">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to do to her what you did to $subSlave.slaveName.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you to do to her what you did to $subSlave.slaveName.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can yeh do meh like yeh did $subSlave.slaveName?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can yeh do meh like yeh did $subSlave.slaveName?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, would you please do me like that?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she wriggles around until her ass is pointed straight at you, lets out a deep breath, and relaxes her sphincter visibly.<<elseif canTalk($activeSlave) == false>>she tries to depict anal sex with hand gestures, then gives up and turns around and points to her ass.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Please fuck mah butt, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please fuck my butt, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> She squeaks with surprise as you throw her on the couch, but her eagerness is obvious. She does everything right, relaxing as you <<if ($PC.dick == 0)>>push a strap-on into<<else>>enter<</if>> her ass and enjoying herself all the way through. She climaxes hard to <<if ($PC.dick == 0)>>the phallus<<else>>the cock<</if>> in her asshole. @@color:hotpink;She has become more devoted to you,@@ and @@color:lightcoral;her sexuality now focuses on her anus.@@
+	<<if ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to do to her what you did to $subSlave.slaveName.<<elseif canTalk($activeSlave) == false>>She's mute, so she uses gestures to ask you to do to her what you did to $subSlave.slaveName.<<elseif ($activeSlave.lips > 70)>>She asks through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can yeh do meh like yeh did $subSlave.slaveName?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She asks through her big oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can yeh do meh like yeh did $subSlave.slaveName?"<<else>>She asks, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, would you please do me like that?"<</if>> You make her state it more explicitly, so she tries again: <<if ($activeSlave.amp == 1)>> she wriggles around until her ass is pointed straight at you, lets out a deep breath, and relaxes her sphincter visibly.<<elseif canTalk($activeSlave) == false>>she tries to depict anal sex with hand gestures, then gives up and turns around and points to her ass.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Please fuck mah butt, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Please fuck my butt, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> She squeaks with surprise as you throw her on the couch, but her eagerness is obvious. She does everything right, relaxing as you <<if ($PC.dick == 0)>>push a strap-on into<<else>>enter<</if>> her ass and enjoying herself all the way through. She climaxes hard to <<if ($PC.dick == 0)>>the phallus<<else>>the cock<</if>> in her asshole. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;her sexuality now focuses on her anus.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>><<set $analTotal += 1>>
 	<<set $activeSlave.fetish = "buttslut">>
@@ -393,7 +393,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from anal obsession for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in anal sex, <<if ($activeSlave.dick == 0)>>and play with her until she orgasms while carefully keeping her ass untouched and unstimulated.<<else>>and let her masturbate while she blows you, to associate non-anal intercourse with pleasure.<</if>> You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more submissive to you.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in anal sex, <<if ($activeSlave.dick == 0)>>and play with her until she orgasms while carefully keeping her ass untouched and unstimulated.<<else>>and let her masturbate while she blows you, to associate non-anal intercourse with pleasure.<</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>><<set $oralTotal += 1>>
 	<</replace>>
@@ -404,7 +404,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into a cumslut too">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Focusing a slave's sexuality on cum isn't as easy as some other manipulations, for the simple reason that even you have a limited supply of the stuff. So, you take another approach; you instruct $activeSlave.slaveName to accompany $subSlave.slaveName, and vice versa, whenever their duties permit. They're to act as sexual partners, and share cum whenever there's any forthcoming. They spend the week giving blowjobs whenever they can, and making out to swap the cum back and forth afterward. If someone insists on penetrating them instead, that just means that the other has to suck it out of her before they can share it. Most importantly, $activeSlave.slaveName is punished if she ever orgasms without cum in her mouth. Soon, she gets aroused by the mere scent of the stuff. @@color:hotpink;She has become more submissive to you,@@ and @@color:lightcoral;her sexuality now focuses on cum.@@
+	Focusing a slave's sexuality on cum isn't as easy as some other manipulations, for the simple reason that even you have a limited supply of the stuff. So, you take another approach; you instruct $activeSlave.slaveName to accompany $subSlave.slaveName, and vice versa, whenever their duties permit. They're to act as sexual partners, and share cum whenever there's any forthcoming. They spend the week giving blowjobs whenever they can, and making out to swap the cum back and forth afterward. If someone insists on penetrating them instead, that just means that the other has to suck it out of her before they can share it. Most importantly, $activeSlave.slaveName is punished if she ever orgasms without cum in her mouth. Soon, she gets aroused by the mere scent of the stuff. @@.hotpink;She has become more submissive to you,@@ and @@.lightcoral;her sexuality now focuses on cum.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 50>>
 	<<set $oralTotal += 50>>
@@ -414,7 +414,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from cum obsession for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in cum, and fuck her until she orgasms, but you are careful to keep your cum well away from her. You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more submissive to you.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in cum, and fuck her until she orgasms, but you are careful to keep your cum well away from her. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@
 	<<SimpleVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -425,7 +425,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <<link "Turn her into a humiliation fetishist too">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with her naked breasts, requiring her to look any member of the public below that stares at her right in the eyes. She sobs and shakes with abject embarrassment as she locks eyes with person after person. After enough of this, she's so sexually primed that she orgasms convulsively almost immediately after you enter her from behind. @@color:hotpink;She has become more obedient,@@ and @@color:pink;her sexuality now focuses on public humiliation.@@
+	You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with her naked breasts, requiring her to look any member of the public below that stares at her right in the eyes. She sobs and shakes with abject embarrassment as she locks eyes with person after person. After enough of this, she's so sexually primed that she orgasms convulsively almost immediately after you enter her from behind. @@.hotpink;She has become more obedient,@@ and @@.pink;her sexuality now focuses on public humiliation.@@
 	<<SimpleVCheck>>
 	<<set $activeSlave.fetish = "humiliation">>
 	<<set $activeSlave.fetishKnown = 1>><<set $activeSlave.fetishStrength = 65>>
@@ -434,7 +434,7 @@ $activeSlave.slaveName hesitates before explaining herself, and the $desc is obv
 <br><<link "Steer her away from humiliation fetishism for the moment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in humiliation and fuck her privately in your office. You'll keep an eye on her, and with this correction @@color:hotpink;she'll become more obedient.@@
+	Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in humiliation and fuck her privately in your office. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more obedient.@@
 	<<SimpleVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 07204ace73d360e629da06baae2800d09efe5748..32b46b0d893cd8919a972b7f4613f3a7ed5e6c53 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -226,7 +226,7 @@ You have a lot of work to do with <span id="name"><<print "[[$activeSlave.slaveN
 
 An escape attempt occurs and is stopped almost before you are informed of it. <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span> made a rash attempt to leave the penthouse, but $assistantName monitors everyone constantly and was able to enclose her before she got very far. <<if $assistant == 0>>It reports impersonally that the would-be escapee is locked in the entryway awaiting your judgment.<<else>>She reports suggestively that the would-be escapee is locked in the entryway awaiting your pleasure.<</if>>
 <br><br>
-<<if $AProsperityCap > 60>>Your advanced security systems are able to stop her promptly, and there is no indication to the public that any escape attempt was made.<<else>>Your basic security systems are only able to stop her by briefly locking down your penthouse, exciting @@color:red;some adverse public comment.@@<<set $rep -= 100>><</if>>
+<<if $AProsperityCap > 60>>Your advanced security systems are able to stop her promptly, and there is no indication to the public that any escape attempt was made.<<else>>Your basic security systems are only able to stop her by briefly locking down your penthouse, exciting @@.red;some adverse public comment.@@<<set $rep -= 100>><</if>>
 <<if $activeSlave.indentureRestrictions > 0>>
   <br><br>
   This behavior has violated her indenture contract, allowing you to apply more severe punishments that might otherwise breach it.
@@ -982,7 +982,7 @@ She swallows uncomfortably, frozen in place and staring at the floor. Her eyes f
 <</if>>
 <<if $activeSlave.attrKnown != 1>>
   <br><br>
-  Just like that, the existing mystery about her feelings about girls and guys is @@color:pink;cleared up.@@
+  Just like that, the existing mystery about her feelings about girls and guys is @@.pink;cleared up.@@
   <<set $activeSlave.attrKnown = 1>>
 <</if>>
 
@@ -1776,7 +1776,7 @@ There's a pause, and then the other slave continues in a more serious tone, aski
 I didn't mean to <<s>>ound con<<c>>eited, either. I gue<<ss>> I'm <<s>>till getting u<<s>>ed to life here, that'<<s>> all. <<S>>ometime<<s>> I think like I'm not, um, here, and I'm <<s>>urpri<<s>>ed so many people want me. It's kind of ni<<c>>e, actually," she <<say>>s with some self-confidence.
 <<if $activeSlave.fetish == "humiliation">>
 <<if $activeSlave.fetishKnown == 0>>
-	It sounds like she has a @@color:lightsalmon;humiliation fetish!@@
+	It sounds like she has a @@.lightsalmon;humiliation fetish!@@
 	<<set $activeSlave.fetishKnown = 1>>
 <</if>>
 <</if>>
@@ -1848,7 +1848,7 @@ The slutty $desc wants it badly.
 <<else>>
 	"I-I'm a woman now? <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, that m-means, I can get pregnant now." She trails off.
 <</if>>
-	Whether or not she gets pregnant is for you to decide, but for now you tell her what she should expect to change, both in and to her body. $activeSlave.slaveName @@color:mediumaquamarine;appreciates@@ you taking the time to explain her developing body.
+	Whether or not she gets pregnant is for you to decide, but for now you tell her what she should expect to change, both in and to her body. $activeSlave.slaveName @@.mediumaquamarine;appreciates@@ you taking the time to explain her developing body.
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -1864,7 +1864,7 @@ The slutty $desc wants it badly.
 <<else>>
 	"But I'm still a child myself <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I can't get pregnant yet!"
 <</if>>
-	You tell her that prior to this week, that would have been true. However, now that she has become fertile, it's time that she learned what her body was made for. You guide her to the couch and tell her to lie on her back so that you may take her. She breaks down when she feels your cock enter her <<if ($activeSlave.vagina == 1)>>deliciously tight<<elseif ($activeSlave.vagina == 2)>>well experienced<<else>>fucked-out<</if>> cunt. Her new urges cause her to reach up to hug herself close to you, <<if ($activeSlave.boobs < 600)>>her modest breasts let her snuggle close to you, face-to-face, as you take her.<<elseif ($activeSlave.boobs < 1200)>>her big tits form a soft cushion between you as you take her.<<else>>her massive tits stop her from bringing herself too close to you as you take her.<</if>> She enjoys herself immensely, but she loses it again when she feels your seed in her, realizing that she will find herself swelling with your child over the coming months. She has @@color:hotpink;more submissive@@ to your will now that her very first egg has been fertilized by her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>.
+	You tell her that prior to this week, that would have been true. However, now that she has become fertile, it's time that she learned what her body was made for. You guide her to the couch and tell her to lie on her back so that you may take her. She breaks down when she feels your cock enter her <<if ($activeSlave.vagina == 1)>>deliciously tight<<elseif ($activeSlave.vagina == 2)>>well experienced<<else>>fucked-out<</if>> cunt. Her new urges cause her to reach up to hug herself close to you, <<if ($activeSlave.boobs < 600)>>her modest breasts let her snuggle close to you, face-to-face, as you take her.<<elseif ($activeSlave.boobs < 1200)>>her big tits form a soft cushion between you as you take her.<<else>>her massive tits stop her from bringing herself too close to you as you take her.<</if>> She enjoys herself immensely, but she loses it again when she feels your seed in her, realizing that she will find herself swelling with your child over the coming months. She has @@.hotpink;more submissive@@ to your will now that her very first egg has been fertilized by her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>.
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -1886,7 +1886,7 @@ The slutty $desc wants it badly.
 <<else>>
 	"You don't want me to get pregnant <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"
 <</if>>
-	You bring her over to the couch, set her on your lap, and teasingly call her a buttslut. Every so often you graze a finger around her chastity belt, noting how much her body wants you in her, but you only make it the center of attention once the poor over-aroused slave <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>begins to use piteous gestures to beg you abjectly to penetrate her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "I can't take it any more, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe fuck me pregnant!"<<else>>begs, "I can't take it any more, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please fuck me pregnant!"<</if>> You snicker, but remind her that no matter how much she wants to be knocked up, her belt will direct all the dicks she takes into her rear. You line up and insert your <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> up her ass and begin fucking her, all the while reminding her that she will not be getting pregnant. When she finally orgasms <<if ($PC.dick == 0)>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. She's left in a confused haze; her body tells her to get pregnant, but you tell her to take it anally. She @@color:hotpink;sides with your decision@@ and vows to be an anal whore for you. <<if $activeSlave.fetish == "none">>@@color:coral;Overcoming her urges to become a mother via anal cause her to become a buttslut.@@<<set $activeSlave.fetish to "buttslut">><</if>>
+	You bring her over to the couch, set her on your lap, and teasingly call her a buttslut. Every so often you graze a finger around her chastity belt, noting how much her body wants you in her, but you only make it the center of attention once the poor over-aroused slave <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>begins to use piteous gestures to beg you abjectly to penetrate her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "I can't take it any more, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe fuck me pregnant!"<<else>>begs, "I can't take it any more, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please fuck me pregnant!"<</if>> You snicker, but remind her that no matter how much she wants to be knocked up, her belt will direct all the dicks she takes into her rear. You line up and insert your <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> up her ass and begin fucking her, all the while reminding her that she will not be getting pregnant. When she finally orgasms <<if ($PC.dick == 0)>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. She's left in a confused haze; her body tells her to get pregnant, but you tell her to take it anally. She @@.hotpink;sides with your decision@@ and vows to be an anal whore for you. <<if $activeSlave.fetish == "none">>@@.coral;Overcoming her urges to become a mother via anal cause her to become a buttslut.@@<<set $activeSlave.fetish to "buttslut">><</if>>
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -1908,7 +1908,7 @@ The slutty $desc wants it badly.
 <<else>>
 	"I-I can get girls pregnant now? <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, that m-means I'll have to be more careful." She trails off.
 <</if>>
-	You tell her to keep her dick in check or risk losing it,  before continuing to read off the other various changes that will occur in her. $activeSlave.slaveName @@color:mediumaquamarine;appreciates@@ you taking the time to explain her developing body.
+	You tell her to keep her dick in check or risk losing it,  before continuing to read off the other various changes that will occur in her. $activeSlave.slaveName @@.mediumaquamarine;appreciates@@ you taking the time to explain her developing body.
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -1924,7 +1924,7 @@ The slutty $desc wants it badly.
 	<<else>>
 	"Whats that mean <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"
 	<</if>>
-	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face up onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her back down as you straddle her <<if $activeSlave.preg > 20>>pregnant belly<<elseif $activeSlave.boobs > 2000>>huge tits<<else>>chest<</if>> planting your moistening pussy over the girls face. You lean forward, teasing her twitching cock, as you grind against her face. As she begins to moan with lust, you quickly bind the base of her penis, denying her release. You grind your cunt into her face, telling her that YOU are the one who'll be orgasming here, not her. Only once you have taught her her place by soaking her face in your cum do you release her dick and lean back to avoid the coming blast. Just undoing the binding is enough to set her over the edge, coating her <<if $activeSlave.preg > 20>>pregnancy<<else>>stomach<</if>> in her virile sperm. You turn around and order the exhausted girl to clean herself up and go back to her assignemnt; she @@color:hotpink;complies meekly@@, understanding that having a potent penis is meaningless in her position.<<if $activeSlave.fetish == "none">>The next time she walks past your office, you can't help notice the growing erection she carries. @@color:coral; Your dominating display has left her craving domination.@@<<set $activeSlave.fetish to "submissive">><</if>>
+	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face up onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her back down as you straddle her <<if $activeSlave.preg > 20>>pregnant belly<<elseif $activeSlave.boobs > 2000>>huge tits<<else>>chest<</if>> planting your moistening pussy over the girls face. You lean forward, teasing her twitching cock, as you grind against her face. As she begins to moan with lust, you quickly bind the base of her penis, denying her release. You grind your cunt into her face, telling her that YOU are the one who'll be orgasming here, not her. Only once you have taught her her place by soaking her face in your cum do you release her dick and lean back to avoid the coming blast. Just undoing the binding is enough to set her over the edge, coating her <<if $activeSlave.preg > 20>>pregnancy<<else>>stomach<</if>> in her virile sperm. You turn around and order the exhausted girl to clean herself up and go back to her assignemnt; she @@.hotpink;complies meekly@@, understanding that having a potent penis is meaningless in her position.<<if $activeSlave.fetish == "none">>The next time she walks past your office, you can't help notice the growing erection she carries. @@.coral; Your dominating display has left her craving domination.@@<<set $activeSlave.fetish to "submissive">><</if>>
 	<<set $activeSlave.devotion += 5>>
 	<</replace>>
 <<else>>
@@ -1938,7 +1938,7 @@ The slutty $desc wants it badly.
 	<<else>>
 	"Whats that mean <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"
 	<</if>>
-	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face down onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her face into the cushions as you mount her <<if $activeSlave.butt > 6>>ridiculous<<elseif $activeSlave.butt > 5>>gigantic<<elseif $activeSlave.butt > 4>>enormous<<elseif $activeSlave.butt > 3>>huge<<elseif $activeSlave.butt > 2>>big<<elseif $activeSlave.butt > 1>>plump<<elseif $activeSlave.butt > 0>>small<<else>>flat<</if>> butt sinking your cock deep into her <<if $activeSlave.anus == 0>>virgin<</if>> asspusy. You lean forward, running your hands across her nipples<<if $activeSlave.preg > 20>> and pregnant belly<<else>>belly<</if>> as you move to tease her stiff prick. Between your dick in her ass and your hand on her cock, she quickly approaches her peak. Quickly, you bind the base of her penis, denying her release and eliciting a long moan from the pent-up girl. You begin thrusting hard, telling her that YOU are the one who'll be orgasming here, not her. Only once you have taught her her place by filling her asspussy with your cum do you allow her release. Just undoing the binding is enough to set her over the edge, coating the cushions<<if $activeSlave.preg > 20>> and the bottom of her pregnant belly<</if>> in her virile sperm. You dismount and order the exhausted girl to clean herself and the couch up before going back to her assignment; she @@color:hotpink;complies meekly@@, understanding that having a potent penis is meaningless in her position.<<if $activeSlave.fetish == "none">>The next time she walks past your office, you can't help notice the growing erection she carries. @@color:coral; Your dominating display has left her craving domination.@@<<set $activeSlave.fetish to "submissive">><</if>>
+	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face down onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her face into the cushions as you mount her <<if $activeSlave.butt > 6>>ridiculous<<elseif $activeSlave.butt > 5>>gigantic<<elseif $activeSlave.butt > 4>>enormous<<elseif $activeSlave.butt > 3>>huge<<elseif $activeSlave.butt > 2>>big<<elseif $activeSlave.butt > 1>>plump<<elseif $activeSlave.butt > 0>>small<<else>>flat<</if>> butt sinking your cock deep into her <<if $activeSlave.anus == 0>>virgin<</if>> asspusy. You lean forward, running your hands across her nipples<<if $activeSlave.preg > 20>> and pregnant belly<<else>>belly<</if>> as you move to tease her stiff prick. Between your dick in her ass and your hand on her cock, she quickly approaches her peak. Quickly, you bind the base of her penis, denying her release and eliciting a long moan from the pent-up girl. You begin thrusting hard, telling her that YOU are the one who'll be orgasming here, not her. Only once you have taught her her place by filling her asspussy with your cum do you allow her release. Just undoing the binding is enough to set her over the edge, coating the cushions<<if $activeSlave.preg > 20>> and the bottom of her pregnant belly<</if>> in her virile sperm. You dismount and order the exhausted girl to clean herself and the couch up before going back to her assignment; she @@.hotpink;complies meekly@@, understanding that having a potent penis is meaningless in her position.<<if $activeSlave.fetish == "none">>The next time she walks past your office, you can't help notice the growing erection she carries. @@.coral; Your dominating display has left her craving domination.@@<<set $activeSlave.fetish to "submissive">><</if>>
 	<<set $activeSlave.devotion += 5>>
 	<</replace>>
 <</if>>
@@ -1955,7 +1955,7 @@ The slutty $desc wants it badly.
 	<<else>>
 	"Whats that mean <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"
 	<</if>>
-	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face up onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her back down as you straddle her cock, lining it up before lowering <<if $PC.preg > 15>>your pregnant body until she delightfully penetrates you<<else>>yourself onto her needy prick<</if>>. You slowly ride her dick, instructing her the proper way to thrust into you and how to support your weight properly. Once she gets the hand of things, you dismount and lie down on the couch, legs spread, beckonning her into you. She gingerly inserts her cock and begins thrusting, slowly at first, before getting the hang of things and speeding up. <<if $PC.dick == 1>>Your own neglected dick bobbing along to her thrusts. <</if>>As soon as you feel her begining to tense you <<if $PC.preg > 5>>tell her it's safe to cum in you, you're already pregnant<<else>>order her to pull out<</if>>. The poor girl is so caught up in her lust, she can't stop thrusting. Before you can rectify this, she pushes you over the edge and gushes deep into you as you climax<<if $PC.dick == 1>> and spray your own cum across her chest<</if>>. She gingerly pulls herself from you, apologizes @@color:hotpink;meekly@@ for losing control, and snuggles up next to you. Cumming in her <<if def $PC.customTitle>>$PC.customTitle's<<elseif $PC.title != 0>>Master's<<else>>Mistress'<</if>> pussy as her first time builds @@color:mediumaquamarine;a special bond@@ with you. <<if $PC.preg == 0>>You aren't on contraceptives right now, her first time may be more fruitful than she realizes.<</if>>
+	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face up onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her back down as you straddle her cock, lining it up before lowering <<if $PC.preg > 15>>your pregnant body until she delightfully penetrates you<<else>>yourself onto her needy prick<</if>>. You slowly ride her dick, instructing her the proper way to thrust into you and how to support your weight properly. Once she gets the hand of things, you dismount and lie down on the couch, legs spread, beckonning her into you. She gingerly inserts her cock and begins thrusting, slowly at first, before getting the hang of things and speeding up. <<if $PC.dick == 1>>Your own neglected dick bobbing along to her thrusts. <</if>>As soon as you feel her begining to tense you <<if $PC.preg > 5>>tell her it's safe to cum in you, you're already pregnant<<else>>order her to pull out<</if>>. The poor girl is so caught up in her lust, she can't stop thrusting. Before you can rectify this, she pushes you over the edge and gushes deep into you as you climax<<if $PC.dick == 1>> and spray your own cum across her chest<</if>>. She gingerly pulls herself from you, apologizes @@.hotpink;meekly@@ for losing control, and snuggles up next to you. Cumming in her <<if def $PC.customTitle>>$PC.customTitle's<<elseif $PC.title != 0>>Master's<<else>>Mistress'<</if>> pussy as her first time builds @@.mediumaquamarine;a special bond@@ with you. <<if $PC.preg == 0>>You aren't on contraceptives right now, her first time may be more fruitful than she realizes.<</if>>
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.trust += 20>>
 	<<set $activeSlave.penetrativeCount += 1>>
@@ -1980,7 +1980,7 @@ The slutty $desc wants it badly.
 <<else>>
 	"You don't want me to use my penis, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"
 <</if>>
-	You bring her over to the couch, set her on your lap, and teasingly call her a buttslut. Every so often you graze a finger around her chastity belt, torturing her dick and balls, but you only make it the center of attention once the poor over-aroused slave <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>begins to use piteous gestures to beg you abjectly to penetrate her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "I can't take it any more, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe fuck me!"<<else>>begs, "I can't take it any more, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please fuck me!"<</if>> You snicker, but remind her that she has no say in her release. You line up and insert your <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> up her ass and begin slowly fucking her, making sure to stimulate her prostate. When she finally orgasms <<if ($PC.dick == 0)>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. She's left in a confused haze; her body tells her to fuck, but you tell her to get fucked. She @@color:hotpink;sides with your decision@@ and vows to be the one taking dick for you. <<if $activeSlave.fetish == "none">>@@color:coral;Overcoming her urges to become a father via anal cause her to become a buttslut.@@<<set $activeSlave.fetish to "buttslut">><</if>>
+	You bring her over to the couch, set her on your lap, and teasingly call her a buttslut. Every so often you graze a finger around her chastity belt, torturing her dick and balls, but you only make it the center of attention once the poor over-aroused slave <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>begins to use piteous gestures to beg you abjectly to penetrate her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "I can't take it any more, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe fuck me!"<<else>>begs, "I can't take it any more, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please fuck me!"<</if>> You snicker, but remind her that she has no say in her release. You line up and insert your <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> up her ass and begin slowly fucking her, making sure to stimulate her prostate. When she finally orgasms <<if ($PC.dick == 0)>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. She's left in a confused haze; her body tells her to fuck, but you tell her to get fucked. She @@.hotpink;sides with your decision@@ and vows to be the one taking dick for you. <<if $activeSlave.fetish == "none">>@@.coral;Overcoming her urges to become a father via anal cause her to become a buttslut.@@<<set $activeSlave.fetish to "buttslut">><</if>>
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -1995,7 +1995,7 @@ The slutty $desc wants it badly.
 	<<set $activeSlave.trust -= 20>>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You bluntly tell her she is becoming potent, and that is something you can't allow to roam unchecked amongst your fertile slaves. You drag her to the remote surgery and strap her face down with her legs spread <<if $activeSlave.preg > 20>>her rounded belly forcing her rear into the air<</if>>. She doesn't understand what's happening, since the anaesthetics totally deprive her of any sensation. She's so drugged and drowsy with @@color:red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@color:gold;horror@@ of what's happened. She numbly carries on, terrified.
+	You bluntly tell her she is becoming potent, and that is something you can't allow to roam unchecked amongst your fertile slaves. You drag her to the remote surgery and strap her face down with her legs spread <<if $activeSlave.preg > 20>>her rounded belly forcing her rear into the air<</if>>. She doesn't understand what's happening, since the anaesthetics totally deprive her of any sensation. She's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@.gold;horror@@ of what's happened. She numbly carries on, terrified.
 <</replace>>
 <</link>>
 <</if>>
@@ -2007,7 +2007,7 @@ The slutty $desc wants it badly.
 	$activeSlave.slaveName
 	<</replace>>
 	<<replace "#result">>
-	You reach down to take her hands, and pull her up to stand in front of you before crushing her in a frankly sexual embrace. Taking charge of the lotion, you apply it to your hands and start with her face. She submits to your close attention, even closing her eyes so you can get her eyelids, only a slight quickening of breath betraying her intensity of feeling at having you do this. You take your time, which turns into exquisite sexual torture when you finally reach her <<if $activeSlave.boobs > 2000>>incredible breasts, which stand out so far in front of her that you have to reach around their mass rather inelegantly<<elseif $activeSlave.boobs > 800>>heavy breasts<<else>>lovely chest<</if>>. When your warm, moist hands rub her<<if $activeSlave.lactation > 0>> milky<</if>> nipples, she cannot suppress a moan. You take pity, take her hands, guide them to the lotion bottle, and coat them generously. Then, you place her hands in yours and move them to between her legs, manipulating them like a music teacher guiding a pupil's hands on an instrument, guiding her in gentle masturbation. You go back to applying lotion to the rest of her body, enjoying the slave's intense pleasure. When you've covered every inch of her, you hug her close, returning your hands to her nipples <<if $PC.dick == 1>>and pushing your rock-hard prick in between her well-lubricated thighs<<if $PC.vagina == 1>>, <</if>><</if>><<if $PC.vagina == 1>>after guiding one of hers around behind her to see to your pussy<</if>>. She quickens her pace<<if canSee($activeSlave) == true>> and raises her gaze to the mirror, seeing her magnificently nude, $activeSlave.skin skin flushed with arousal<<else>>, feeling her magnificently nude, $activeSlave.skin skin flush with arousal<</if>> as her <<if ($activeSlave.dickAccessory == "chastity")>>eager fingering of her anus<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>frantic rubbing starts to produce lewd noises<<elseif $activeSlave.dick > 0>>jacking off starts to produce lewd noises<<else>>index and middle fingers slip inside herself<</if>>. She gasps your name with her orgasm, and then turns and @@color:mediumaquamarine;thanks you@@ prettily.
+	You reach down to take her hands, and pull her up to stand in front of you before crushing her in a frankly sexual embrace. Taking charge of the lotion, you apply it to your hands and start with her face. She submits to your close attention, even closing her eyes so you can get her eyelids, only a slight quickening of breath betraying her intensity of feeling at having you do this. You take your time, which turns into exquisite sexual torture when you finally reach her <<if $activeSlave.boobs > 2000>>incredible breasts, which stand out so far in front of her that you have to reach around their mass rather inelegantly<<elseif $activeSlave.boobs > 800>>heavy breasts<<else>>lovely chest<</if>>. When your warm, moist hands rub her<<if $activeSlave.lactation > 0>> milky<</if>> nipples, she cannot suppress a moan. You take pity, take her hands, guide them to the lotion bottle, and coat them generously. Then, you place her hands in yours and move them to between her legs, manipulating them like a music teacher guiding a pupil's hands on an instrument, guiding her in gentle masturbation. You go back to applying lotion to the rest of her body, enjoying the slave's intense pleasure. When you've covered every inch of her, you hug her close, returning your hands to her nipples <<if $PC.dick == 1>>and pushing your rock-hard prick in between her well-lubricated thighs<<if $PC.vagina == 1>>, <</if>><</if>><<if $PC.vagina == 1>>after guiding one of hers around behind her to see to your pussy<</if>>. She quickens her pace<<if canSee($activeSlave) == true>> and raises her gaze to the mirror, seeing her magnificently nude, $activeSlave.skin skin flushed with arousal<<else>>, feeling her magnificently nude, $activeSlave.skin skin flush with arousal<</if>> as her <<if ($activeSlave.dickAccessory == "chastity")>>eager fingering of her anus<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>frantic rubbing starts to produce lewd noises<<elseif $activeSlave.dick > 0>>jacking off starts to produce lewd noises<<else>>index and middle fingers slip inside herself<</if>>. She gasps your name with her orgasm, and then turns and @@.mediumaquamarine;thanks you@@ prettily.
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -2018,11 +2018,11 @@ The slutty $desc wants it badly.
 	<<replace "#result">>
 	You tell her to grab her ankles. She giggles and<<if $activeSlave.preg > 20>> carefully<</if>> complies, relaxing her <<if $activeSlave.anus > 2>>asspussy<<elseif $activeSlave.anus == 2>>asshole<<else>>little ass<</if>> in the expectation of <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>, but starts with surprise when she feels two warm, lubricated fingers slide into her rectum.
 	<<if $activeSlave.anus > 2>>
-	  She moans when you add a third, and grunts when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and relaxes completely. The wide part of your hand, at the knuckles, squeezes into her without much trouble, and she lets out a huge sigh. When you start to fuck her, though, she collapses to her knees, <<if ($activeSlave.fetish == "buttslut")>><<if canTalk($activeSlave) == false>>whining and begging nonverbally<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>> panting, "Pleathe, fitht my hole without merthy, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>panting, "Please, fist my hole without mercy, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>><<else>>whining and begging nonverbally<</if>>. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dickAccessory == "chastity")>>rub her taint<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>jill off<</if>>. She manages to climax promptly, her overstimulated sphincter helping, no doubt. She slumps to the ground when you withdraw your hand, gasping, but you haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@color:hotpink;submissively,@@ drooling and groaning, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's already masturbating again.
+	  She moans when you add a third, and grunts when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and relaxes completely. The wide part of your hand, at the knuckles, squeezes into her without much trouble, and she lets out a huge sigh. When you start to fuck her, though, she collapses to her knees, <<if ($activeSlave.fetish == "buttslut")>><<if canTalk($activeSlave) == false>>whining and begging nonverbally<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>> panting, "Pleathe, fitht my hole without merthy, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>panting, "Please, fist my hole without mercy, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>><<else>>whining and begging nonverbally<</if>>. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dickAccessory == "chastity")>>rub her taint<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>jill off<</if>>. She manages to climax promptly, her overstimulated sphincter helping, no doubt. She slumps to the ground when you withdraw your hand, gasping, but you haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@.hotpink;submissively,@@ drooling and groaning, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's already masturbating again.
 	<<elseif $activeSlave.anus == 2>>
-	  She grunts when you add a third, and begins to beg when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and does her best to relax. The wide part of your hand, at the knuckles, squeezes into her after some effort on your part and squealing on her part. When you withdraw it and press it back in, slowly starting to fist fuck her ass, though, she collapses to her knees, <<if ($activeSlave.fetish == "buttslut")>><<if canTalk($activeSlave) == false>>crying<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>sobbing, "Pleathe, fitht my tight hole without merthy, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>sobbing, "Please, fist my tight hole without mercy, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>><<else>>crying<</if>>. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>jill off<</if>>. She manages to climax eventually. She slumps to the ground when you withdraw your hand, gasping, but you haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@color:hotpink;submissively,@@ drooling and weeping, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's tentatively masturbating again.
+	  She grunts when you add a third, and begins to beg when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and does her best to relax. The wide part of your hand, at the knuckles, squeezes into her after some effort on your part and squealing on her part. When you withdraw it and press it back in, slowly starting to fist fuck her ass, though, she collapses to her knees, <<if ($activeSlave.fetish == "buttslut")>><<if canTalk($activeSlave) == false>>crying<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>sobbing, "Pleathe, fitht my tight hole without merthy, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>sobbing, "Please, fist my tight hole without mercy, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>><<else>>crying<</if>>. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>jill off<</if>>. She manages to climax eventually. She slumps to the ground when you withdraw your hand, gasping, but you haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@.hotpink;submissively,@@ drooling and weeping, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's tentatively masturbating again.
 	<<else>>
-	  She squeals when you add a third, and begins to shamelessly beg for mercy when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and collapses to her knees, <<if ($activeSlave.fetish == "buttslut")>><<if canTalk($activeSlave) == false>>begging you to be gentle<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>begging, "Pleathe, don't ruin my favorite hole, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>sobbing, "Please, don't ruin my favorite hole, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>><<else>>begging you to be gentle<</if>>. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dickAccessory == "chastity")>>rub her taint<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>jill off<</if>>. As she works her sphincter relaxes bit by bit, and you advance your fist up her butt. She screams in surprise and relief when your knuckles finally make it in, and achieves a crying orgasm shortly thereafter. She slumps to the ground when you withdraw your hand, moaning incoherently, but you haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@color:hotpink;submissively,@@ crying quietly in confusion and disarray, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, and by the time you finish she hasn't yet worked up the courage to touch her @@color:lime;newly widened backdoor.@@
+	  She squeals when you add a third, and begins to shamelessly beg for mercy when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and collapses to her knees, <<if ($activeSlave.fetish == "buttslut")>><<if canTalk($activeSlave) == false>>begging you to be gentle<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>begging, "Pleathe, don't ruin my favorite hole, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>sobbing, "Please, don't ruin my favorite hole, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>><<else>>begging you to be gentle<</if>>. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dickAccessory == "chastity")>>rub her taint<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>jill off<</if>>. As she works her sphincter relaxes bit by bit, and you advance your fist up her butt. She screams in surprise and relief when your knuckles finally make it in, and achieves a crying orgasm shortly thereafter. She slumps to the ground when you withdraw your hand, moaning incoherently, but you haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@.hotpink;submissively,@@ crying quietly in confusion and disarray, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, and by the time you finish she hasn't yet worked up the courage to touch her @@.lime;newly widened backdoor.@@
 	  <<set $activeSlave.anus += 1>>
 	<</if>>
 	<<set $activeSlave.devotion += 5>>
@@ -2036,13 +2036,13 @@ The slutty $desc wants it badly.
 	<<replace "#result">>
 	You slide up behind her and run a possessive hand down<<if $activeSlave.preg > 10>> her swollen midriff down<</if>> to finger her pussylips. She compliantly cocks her hips backward for you, and is surprised to find a couple of warm, lubricated fingers rather than <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> sliding into her ready cunt.
 	<<if $activeSlave.vagina > 2>>
-	  She moans when you add a third, and grunts when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and relaxes completely. The wide part of your hand, at the knuckles, squeezes into her without much trouble, and she lets out a huge sigh. When you start to fuck her huge cunt with your hand, though, she collapses to her knees, whining and begging nonverbally. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dickAccessory == "chastity")>>rub her taint<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>rub her clit<</if>>. She manages to climax promptly, her big vagina squeezing your hand strongly. She slumps to the ground when you withdraw your hand, gasping, the collapse giving you a good view into her open, pink-walled channel. You haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@color:hotpink;submissively,@@ drooling and groaning, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's replaced your hand with her own.
+	  She moans when you add a third, and grunts when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and relaxes completely. The wide part of your hand, at the knuckles, squeezes into her without much trouble, and she lets out a huge sigh. When you start to fuck her huge cunt with your hand, though, she collapses to her knees, whining and begging nonverbally. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dickAccessory == "chastity")>>rub her taint<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>rub her clit<</if>>. She manages to climax promptly, her big vagina squeezing your hand strongly. She slumps to the ground when you withdraw your hand, gasping, the collapse giving you a good view into her open, pink-walled channel. You haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@.hotpink;submissively,@@ drooling and groaning, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's replaced your hand with her own.
 	  <<set $activeSlave.devotion += 5>>
 	<<elseif $activeSlave.vagina == 2>>
-	  She grunts when you add a third, and begins to beg when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and hurriedly gets down on her knees to present a more comfortable angle. The wide part of your hand, at the knuckles, squeezes into her after some effort on your part and squealing on her part. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>rub her clit<</if>> as you slowly fist fuck her. She manages to climax eventually. She slumps to the ground when you withdraw your hand, gasping, the collapse giving you a good view into her now-gaping, pink-walled channel. You haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@color:hotpink;submissively,@@ drooling and gasping, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's masturbating again.
+	  She grunts when you add a third, and begins to beg when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and hurriedly gets down on her knees to present a more comfortable angle. The wide part of your hand, at the knuckles, squeezes into her after some effort on your part and squealing on her part. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>rub her clit<</if>> as you slowly fist fuck her. She manages to climax eventually. She slumps to the ground when you withdraw your hand, gasping, the collapse giving you a good view into her now-gaping, pink-walled channel. You haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@.hotpink;submissively,@@ drooling and gasping, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's masturbating again.
 	  <<set $activeSlave.devotion += 5>>
 	<<else>>
-	  She squeals when you add a third, and begins to shamelessly beg for mercy when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and collapses to her knees, begging you to be gentle. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>rub her clit<</if>>, hoping to relax a little. As she works her pussy relaxes bit by bit, and you advance your fist into her womanhood. She screams in surprise and relief when your knuckles finally make it in, and achieves a crying orgasm shortly thereafter. She slumps to the ground when you withdraw your hand, moaning incoherently, the collapse giving you a good view into her now-gaping, pink-walled channel. You haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@color:hotpink;submissively,@@ crying quietly with overstimulation, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's gingerly massaging her @@color:lime;newly loosened cunt.@@
+	  She squeals when you add a third, and begins to shamelessly beg for mercy when you insert a fourth. When she feels you form your hand into a point, thumb included, she understands what's coming and collapses to her knees, begging you to be gentle. You kick the lotion towards her hand; she gets the message and starts to frantically <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>rub herself<<elseif $activeSlave.dick > 0>>jerk off<<else>>rub her clit<</if>>, hoping to relax a little. As she works her pussy relaxes bit by bit, and you advance your fist into her womanhood. She screams in surprise and relief when your knuckles finally make it in, and achieves a crying orgasm shortly thereafter. She slumps to the ground when you withdraw your hand, moaning incoherently, the collapse giving you a good view into her now-gaping, pink-walled channel. You haul her around so she can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. She complies @@.hotpink;submissively,@@ crying quietly with overstimulation, all pretense of feminine grace gone. It doesn't take long, since that was quite a lot of fun, but by the time you finish she's gingerly massaging her @@.lime;newly loosened cunt.@@
 	  <<set $activeSlave.devotion += 5>>
 	  <<set $activeSlave.vagina += 1>>
 	<</if>>
@@ -2057,7 +2057,7 @@ The slutty $desc wants it badly.
 	<<replace "#result">>
 	You tell her to get ready to go into a handstand. She looks puzzled, but anticipatory, and hurries to comply.<<if $activeSlave.boobs > 2000>> She has to be careful doing it, since her huge boobs come down and almost smother the poor slave once she's inverted.<</if>> You get up from behind your desk,<<if $PC.dick == 0>> don a strap-on,<</if>> and stand behind her. You grab her by the ankles, and she giggles self-consciously, aware that in this position, her <<if $activeSlave.vagina > -1>>holes are on display pretty much as openly as they can possibly be<<else>>butthole is on display pretty much as openly as it can possibly be<</if>>. She groans with soreness as you lift her by her legs, pulling her upward until she's in a full handstand, her knees clasping you on either side to steady her. Carefully, you maneuver your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> to line it up with her <<if $activeSlave.vagina > -1>>pussy<<else>>asspussy<</if>>. Realizing what you intend, she arches her back and cocks her hips,<<if $activeSlave.preg > 20>> pushing her already bulging stomach even further out from her, all the while<</if>> grunting and shivering as her sore muscles stretch to support her in the necessary gymnastic pose to angle her hole just right.
 	<br><br>
-	With the combined pain and pleasure of the stretch already overstimulating her, she gives a huge sobbing gasp as you enter her. You move your hands to her <<if $activeSlave.weight > 10>>plush<<elseif $activeSlave.muscles > 30>>well-muscled<<else>>trim<</if>> hips one at a time, and then begin to slowly move her inverted body towards you and away from you, impaling her. Her whole body shakes with pleasure and exertion, and when she orgasms, you have to support her to stop her crashing to the ground. You let her down onto the floor slowly<<if $activeSlave.vagina > -1>>, but tell her that after a short break, she's to get back up so you can see to her anus<</if>>. She's breathing very hard and still coming down off a terrific head rush, so she just @@color:hotpink;blows you a kiss.@@
+	With the combined pain and pleasure of the stretch already overstimulating her, she gives a huge sobbing gasp as you enter her. You move your hands to her <<if $activeSlave.weight > 10>>plush<<elseif $activeSlave.muscles > 30>>well-muscled<<else>>trim<</if>> hips one at a time, and then begin to slowly move her inverted body towards you and away from you, impaling her. Her whole body shakes with pleasure and exertion, and when she orgasms, you have to support her to stop her crashing to the ground. You let her down onto the floor slowly<<if $activeSlave.vagina > -1>>, but tell her that after a short break, she's to get back up so you can see to her anus<</if>>. She's breathing very hard and still coming down off a terrific head rush, so she just @@.hotpink;blows you a kiss.@@
 	<<set $activeSlave.devotion += 4>>
 	<<BothVCheck>>
 	<</replace>>
@@ -2065,7 +2065,7 @@ The slutty $desc wants it badly.
 <br><<link "Give her a massage">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You vault your desk, fold yourself into a crosslegged pose with your back against its front, <<if canSee($activeSlave) == true>>and point to the floor in front of you.<<if ($activeSlave.attrXX > 65) && ($PC.boobs == 1)>> (As you do, she watches the effects of the motion on your breasts with something like reverence.)<<elseif ($activeSlave.attrXY > 65) && ($PC.boobs == 0)>> (As you did, she took in the powerful play of your muscles with something like reverence.)<</if>><<else>>and loudly tap the floor in front of you.<</if>> She hurries over and gets down on the floor with you, conforming to your manual guidance that she should sit with her back to you. You place your hands on either side of her neck, run them capably down her spine, and then back up to explore her shoulders. She gasps as she realizes that you intend to give her a massage, @@color:mediumaquamarine;impressed@@ and a little perturbed that you would do this for her. Indeed, it's unusual for a slaveowner to do something like this, but it's easily justifiable as hands-on maintenance of your property. You tell her so as your fingers begin to probe her muscles in more detail, eliciting a shiver<<if canTalk($activeSlave) == false>>.<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>> and a tiny "Yes, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>> and a tiny "Yes, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> She begins to breathe rather hard, and you notice
+	You vault your desk, fold yourself into a crosslegged pose with your back against its front, <<if canSee($activeSlave) == true>>and point to the floor in front of you.<<if ($activeSlave.attrXX > 65) && ($PC.boobs == 1)>> (As you do, she watches the effects of the motion on your breasts with something like reverence.)<<elseif ($activeSlave.attrXY > 65) && ($PC.boobs == 0)>> (As you did, she took in the powerful play of your muscles with something like reverence.)<</if>><<else>>and loudly tap the floor in front of you.<</if>> She hurries over and gets down on the floor with you, conforming to your manual guidance that she should sit with her back to you. You place your hands on either side of her neck, run them capably down her spine, and then back up to explore her shoulders. She gasps as she realizes that you intend to give her a massage, @@.mediumaquamarine;impressed@@ and a little perturbed that you would do this for her. Indeed, it's unusual for a slaveowner to do something like this, but it's easily justifiable as hands-on maintenance of your property. You tell her so as your fingers begin to probe her muscles in more detail, eliciting a shiver<<if canTalk($activeSlave) == false>>.<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>> and a tiny "Yes, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>> and a tiny "Yes, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> She begins to breathe rather hard, and you notice
 	<<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>
 	  her starting to shift her hips uncomfortably, though of course you see in the reflective wall opposite her that her cock remains as limp as ever.
 	<<elseif ($activeSlave.dick > 0)>>
@@ -2079,7 +2079,7 @@ The slutty $desc wants it badly.
 	<br><br><span id="result2">
 	<<link "Tell her she's free to masturbate">>
 	<<replace "#result2">>
-		You lean forward until your lips graze one of her ears, and tell her that she can touch herself if she wants. <<if canTalk($activeSlave) == false>>She raises a shaky hand to gesture @@color:mediumaquamarine;her thanks@@ as the other<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>"@@color:mediumaquamarine;Thank you@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!" she squeaks as a hand<<else>>"@@color:mediumaquamarine;Thank you@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!" she squeaks as a hand<</if>> dives for her crotch. She
+		You lean forward until your lips graze one of her ears, and tell her that she can touch herself if she wants. <<if canTalk($activeSlave) == false>>She raises a shaky hand to gesture @@.mediumaquamarine;her thanks@@ as the other<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>"@@.mediumaquamarine;Thank you@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!" she squeaks as a hand<<else>>"@@.mediumaquamarine;Thank you@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!" she squeaks as a hand<</if>> dives for her crotch. She
 		<<if ($activeSlave.vagina == -1) && ($activeSlave.dick == 0)>>
 		  rubs her perineum and anus
 		<<elseif ($activeSlave.vaginalAccessory == "chastity")>>
@@ -2098,7 +2098,7 @@ The slutty $desc wants it badly.
 	<<if $activeSlave.anus > 0>>
 	<br><<link "Fuck her">>
 	<<replace "#result2">>
-		You gently push her shoulders forward. She moans as the forward lean stretches her hip flexors, and then breathes deeply with relief as you pull her legs back and out of their crossed position. The rush of a completed stretch crashes into her, and she relaxes completely. This change of position leaves her with her <<if $activeSlave.butt > 6>>massive ass<<elseif $activeSlave.butt > 3>>big butt<<else>>rear<</if>> pointed right at you, and she knows what's coming next. Her <<if $activeSlave.anus > 2>>loose butthole relaxes completely into a gape that positively begs to be penetrated<<elseif $activeSlave.anus > 1>>relaxed anus opens into a slight gape that positively begs to be penetrated<<else>>tight anus relaxes slightly, her rosebud begging to be fucked<</if>>. You rise partway to kneel behind her, <<if $PC.dick == 0>>sliding fingers inside the slave's ass and humping your pussy against the heel of that hand<<else>>using a hand to guide your member inside the slave's ass<<if $PC.vagina == 1>>, not without teasing your own pussylips a bit<</if>><</if>>. She gasps when your other hand grabs one of her shoulders and continues the massage. You quickly find that working out a knot in her muscles produces reflexive reactions across her whole body, notably including her anal sphincter. After you've driven her into a state of @@color:hotpink;mindless satiation@@ and climaxed yourself, you let her slump to the floor and curl up around her sweaty body.
+		You gently push her shoulders forward. She moans as the forward lean stretches her hip flexors, and then breathes deeply with relief as you pull her legs back and out of their crossed position. The rush of a completed stretch crashes into her, and she relaxes completely. This change of position leaves her with her <<if $activeSlave.butt > 6>>massive ass<<elseif $activeSlave.butt > 3>>big butt<<else>>rear<</if>> pointed right at you, and she knows what's coming next. Her <<if $activeSlave.anus > 2>>loose butthole relaxes completely into a gape that positively begs to be penetrated<<elseif $activeSlave.anus > 1>>relaxed anus opens into a slight gape that positively begs to be penetrated<<else>>tight anus relaxes slightly, her rosebud begging to be fucked<</if>>. You rise partway to kneel behind her, <<if $PC.dick == 0>>sliding fingers inside the slave's ass and humping your pussy against the heel of that hand<<else>>using a hand to guide your member inside the slave's ass<<if $PC.vagina == 1>>, not without teasing your own pussylips a bit<</if>><</if>>. She gasps when your other hand grabs one of her shoulders and continues the massage. You quickly find that working out a knot in her muscles produces reflexive reactions across her whole body, notably including her anal sphincter. After you've driven her into a state of @@.hotpink;mindless satiation@@ and climaxed yourself, you let her slump to the floor and curl up around her sweaty body.
 		<<set $activeSlave.devotion += 2>>
 		<</replace>>
 	<</link>>
@@ -2118,7 +2118,7 @@ The slutty $desc wants it badly.
 	<<elseif $seed < 1000>>
 	  <<set $seed = 1000>>
 	<</if>>
-	You finish the motion and get on with your day. She burrows into the warm place on the bed where your body lay, which is actually an excellent sign of her mental state. It suggests that her dreaming mind is quite comfortable with your presence and even smell. You make the meeting, consoling yourself with the thought that you're hardly lacking for opportunities to <<if $PC.dick == 1>>stick your dick in<<else>>have sex with<</if>> $activeSlave.slaveName. The business opportunity turns out to be @@color:yellowgreen;quite profitable;@@ you're glad you didn't pass it up.
+	You finish the motion and get on with your day. She burrows into the warm place on the bed where your body lay, which is actually an excellent sign of her mental state. It suggests that her dreaming mind is quite comfortable with your presence and even smell. You make the meeting, consoling yourself with the thought that you're hardly lacking for opportunities to <<if $PC.dick == 1>>stick your dick in<<else>>have sex with<</if>> $activeSlave.slaveName. The business opportunity turns out to be @@.yellowgreen;quite profitable;@@ you're glad you didn't pass it up.
 	<<set $cash += $seed>>
 	<</replace>>
 <</link>>
@@ -2131,7 +2131,7 @@ The slutty $desc wants it badly.
 	<<elseif $seed < 1000>>
 	  <<set $seed = 1000>>
 	<</if>>
-	You tell $assistantName to inform your business contacts that you'll be attending the meeting by telepresence. A camera mounted above you focuses tightly on your face, making it look like you're relaxing, but concealing the fact that you have a naked <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> draped across you. The meeting is long enough that your interlocutors eventually realize that something unusual is going on, especially once she wakes up and starts sleepily <<if $PC.dick == 1>>sucking your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eating you out<</if>>, out of frame. They're @@color:red;slightly annoyed,@@ since having sex during meetings is still considered a minor faux pas, but you @@color:yellowgreen;close the deal,@@ and $activeSlave.slaveName is @@color:hotpink;very pleased@@ that you would rearrange your affairs to make time for <<if $PC.dick == 1>>one of her blowjobs<<else>>oral sex with her<</if>>.
+	You tell $assistantName to inform your business contacts that you'll be attending the meeting by telepresence. A camera mounted above you focuses tightly on your face, making it look like you're relaxing, but concealing the fact that you have a naked <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> draped across you. The meeting is long enough that your interlocutors eventually realize that something unusual is going on, especially once she wakes up and starts sleepily <<if $PC.dick == 1>>sucking your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eating you out<</if>>, out of frame. They're @@.red;slightly annoyed,@@ since having sex during meetings is still considered a minor faux pas, but you @@.yellowgreen;close the deal,@@ and $activeSlave.slaveName is @@.hotpink;very pleased@@ that you would rearrange your affairs to make time for <<if $PC.dick == 1>>one of her blowjobs<<else>>oral sex with her<</if>>.
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<set $cash += $seed>>
@@ -2142,7 +2142,7 @@ The slutty $desc wants it badly.
 <br><<link "Go back to sleep">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell $assistantName to cancel the appointment, plant a kiss atop your bedmate's sleeping head, and go back to sleep yourself, with the peerless comfort of a warm, naked <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> cuddled up beside you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> lowers the temperature in the room and directs another slave to quietly put a couple of warm blankets over you and $activeSlave.slaveName. When you finally wake, several hours later, the effect is magical. You're ensconced in a little island of warmth and comfort, a tiny universe of relaxation populated only by yourself and your slave. She woke before you did, but remained still to avoid disturbing you. <<if canSee($activeSlave) == true>>From the lazy, contented look in her $activeSlave.eyeColor eyes as she meets your waking gaze, she did not mind waiting. @@color:hotpink;She was already looking at your face when you opened your eyes.@@<<else>>From the serene expression on her face as she meets your waking gaze, she did not mind waiting. @@color:hotpink;She was already looking at your face, lost in the soothing sounds of your breathing, when you opened your eyes.@@<</if>>
+	You tell $assistantName to cancel the appointment, plant a kiss atop your bedmate's sleeping head, and go back to sleep yourself, with the peerless comfort of a warm, naked <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> cuddled up beside you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> lowers the temperature in the room and directs another slave to quietly put a couple of warm blankets over you and $activeSlave.slaveName. When you finally wake, several hours later, the effect is magical. You're ensconced in a little island of warmth and comfort, a tiny universe of relaxation populated only by yourself and your slave. She woke before you did, but remained still to avoid disturbing you. <<if canSee($activeSlave) == true>>From the lazy, contented look in her $activeSlave.eyeColor eyes as she meets your waking gaze, she did not mind waiting. @@.hotpink;She was already looking at your face when you opened your eyes.@@<<else>>From the serene expression on her face as she meets your waking gaze, she did not mind waiting. @@.hotpink;She was already looking at your face, lost in the soothing sounds of your breathing, when you opened your eyes.@@<</if>>
 	<br><br>
 	Since you're awake, she rolls onto her face and then further, to place her back and <<if $activeSlave.butt > 5>>massive ass<<elseif $activeSlave.butt > 2>>healthy rear<<else>>butt<</if>> against you, making sure to drag her $activeSlave.nipples nipples against you the whole way. You accept the invitation and spoon her, <<if $activeSlave.height >= 185>>your bodies lining up well, since she's as tall as you are<<elseif $activeSlave.height >= 160>>her body fitting neatly within the embrace of your larger frame<<else>>her small body fitting entirely within your embrace<</if>>. Her <<if $activeSlave.muscles > 30>>muscles<<else>>softness<</if>> and warmth awaken your desire, and she feels <<if $PC.dick == 1>>your stiffening cock beginning to press against <<if $activeSlave.amp == 1>>her perineum. She shifts to slide herself along its shaft<<if $PC.vagina == 1>> and down to where your pussy begins<</if>><<else>>the place between her thighs. She shifts to let your dick slide between them, and reaches down to massage its head<</if>><<else>>heat building against her butt. <<if $activeSlave.amp == 1>>She does her best to grind against you, since she can't caress you without hands<<else>>She snakes a hand behind herself to caress your womanhood, and begins to gently masturbate with the other<</if>><</if>>.
 	<<if $PC.dick == 1>>
@@ -2179,7 +2179,7 @@ The slutty $desc wants it badly.
 <br><<link "Spend the day in bed">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	What's the point of becoming a wealthy tycoon in an anarcho-libertarian paradise if you have to obey the rules all the time? You tell $assistantName to cancel the appointment. Then, you wake your bedmate, and <<if $PC.dick == 1>>get a blowjob<<if $PC.vagina == 1>> and some attention for your pussy<</if>><<else>>have her eat you out<</if>> under the sheet while you enjoy the lurid sunrise through the glass wall of your bedroom. When the sun is up and you've <<if $PC.dick == 1>>shot your load down her throat<<else>>climaxed twice<</if>>, you pull the bemused girl up alongside you again, bring the sheets up over you both, switch on a wallscreen, and ask her if there's anything she'd like to <<if canSee($activeSlave) == true>>watch<<else>>listen to<</if>>. She smiles incredulously, but after you encourage her she @@color:mediumaquamarine;finds her confidence@@ and admits that there's a Free Cities serial drama about slave life that she enjoys. You put it on and watch three episodes with her. It's terribly insipid, but there's a lot of explicit sex to liven things up, and all the actresses are nice enough to look at. $activeSlave.slaveName cuddles comfortably with you the entire time, <<if canSee($activeSlave) == true>>watching raptly<<else>>listening intently<</if>> and doing her best to explain the wretchedly trite plot you've missed.
+	What's the point of becoming a wealthy tycoon in an anarcho-libertarian paradise if you have to obey the rules all the time? You tell $assistantName to cancel the appointment. Then, you wake your bedmate, and <<if $PC.dick == 1>>get a blowjob<<if $PC.vagina == 1>> and some attention for your pussy<</if>><<else>>have her eat you out<</if>> under the sheet while you enjoy the lurid sunrise through the glass wall of your bedroom. When the sun is up and you've <<if $PC.dick == 1>>shot your load down her throat<<else>>climaxed twice<</if>>, you pull the bemused girl up alongside you again, bring the sheets up over you both, switch on a wallscreen, and ask her if there's anything she'd like to <<if canSee($activeSlave) == true>>watch<<else>>listen to<</if>>. She smiles incredulously, but after you encourage her she @@.mediumaquamarine;finds her confidence@@ and admits that there's a Free Cities serial drama about slave life that she enjoys. You put it on and watch three episodes with her. It's terribly insipid, but there's a lot of explicit sex to liven things up, and all the actresses are nice enough to look at. $activeSlave.slaveName cuddles comfortably with you the entire time, <<if canSee($activeSlave) == true>>watching raptly<<else>>listening intently<</if>> and doing her best to explain the wretchedly trite plot you've missed.
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	You have a meal delivered,
@@ -2236,21 +2236,21 @@ The slutty $desc wants it badly.
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
   <</if>>
-  She @@color:mediumaquamarine;trusts you more@@ for being witty with her, for allowing her the simple pleasure of a little sunbathing - and for sharing fun sex with her, of course.
+  She @@.mediumaquamarine;trusts you more@@ for being witty with her, for allowing her the simple pleasure of a little sunbathing - and for sharing fun sex with her, of course.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Just enjoy the sunshine with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Wordlessly, you fetch a towel of your own. She raises her head a little to see if she's needed, but as soon as she sees what you're doing, she smiles with simple satisfaction and closes her eyes again. You strip and lie down next to her. She made a good decision <<if $activeSlave.assignment == "rest">>about how to spend her rest<<else>>about what to do with her rest period<</if>>. The sun is warm and gentle, and the interminable demands of leadership and your harem suddenly seem very far away. You drop off for a short while, only waking when your apologetic personal assistant breaks in with notice of an upcoming meeting. As you get your senses back, you notice that $activeSlave.slaveName's hand is right next to yours, flattened out against the decking. Her eyes remain closed, and her breath is steady; she's fast asleep. It seems she did not want to wake you, but @@color:hotpink;wanted very much to be a little closer to you.@@ You consider cancelling the meeting and waking the sun-warmed <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>, but you remember that you're not exactly starved for chances to fuck her. Who knows when the sun will be this nice again?
+	Wordlessly, you fetch a towel of your own. She raises her head a little to see if she's needed, but as soon as she sees what you're doing, she smiles with simple satisfaction and closes her eyes again. You strip and lie down next to her. She made a good decision <<if $activeSlave.assignment == "rest">>about how to spend her rest<<else>>about what to do with her rest period<</if>>. The sun is warm and gentle, and the interminable demands of leadership and your harem suddenly seem very far away. You drop off for a short while, only waking when your apologetic personal assistant breaks in with notice of an upcoming meeting. As you get your senses back, you notice that $activeSlave.slaveName's hand is right next to yours, flattened out against the decking. Her eyes remain closed, and her breath is steady; she's fast asleep. It seems she did not want to wake you, but @@.hotpink;wanted very much to be a little closer to you.@@ You consider cancelling the meeting and waking the sun-warmed <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>, but you remember that you're not exactly starved for chances to fuck her. Who knows when the sun will be this nice again?
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Bring your good girls out for a day at the beach">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You direct $assistantName to bring your girls who deserve it out for a day at the beach. There might be little sand out on the balcony, but there's plenty of warm sun. And beaches are overrated these days anyway, with the ocean becoming so unpredictable. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> advises them to get naked, and bring towels and sun lotion appropriate for their individual skin types, so they know they're going to get some sunshine, but they're surprised when they get outside. They're obviously expecting an orgy of some kind, but all they see is you and $activeSlave.slaveName luxuriating on the decking. As they arrive, they take the cue and line up with you one by one. After a long sunbathing session, you send a couple of them inside to bring out cool drinks, a beach ball, and other essentials. The hornier girls are doubtful for a while, but eventually they all relax and @@color:mediumaquamarine;gain confidence@@ from the simple, nonsexual pleasure of a little time in the sun. <<if ($activeSlave.ID != $HeadGirl.ID) && ($HeadGirl != 0)>>Your Head Girl $HeadGirl.slaveName quietly compliments the idea, and asks you how it came to you. You let her know it was $activeSlave.slaveName's idea,<<else>>Another slave thanks you profusely, and politely asks you what gave you such a wonderful idea. You let her know it was $activeSlave.slaveName,<</if>> which $activeSlave.slaveName overhears. She blushes prettily, and @@color:mediumaquamarine;is pleased@@ to hear that a slave can receive credit for finding a good thing.
+	You direct $assistantName to bring your girls who deserve it out for a day at the beach. There might be little sand out on the balcony, but there's plenty of warm sun. And beaches are overrated these days anyway, with the ocean becoming so unpredictable. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> advises them to get naked, and bring towels and sun lotion appropriate for their individual skin types, so they know they're going to get some sunshine, but they're surprised when they get outside. They're obviously expecting an orgy of some kind, but all they see is you and $activeSlave.slaveName luxuriating on the decking. As they arrive, they take the cue and line up with you one by one. After a long sunbathing session, you send a couple of them inside to bring out cool drinks, a beach ball, and other essentials. The hornier girls are doubtful for a while, but eventually they all relax and @@.mediumaquamarine;gain confidence@@ from the simple, nonsexual pleasure of a little time in the sun. <<if ($activeSlave.ID != $HeadGirl.ID) && ($HeadGirl != 0)>>Your Head Girl $HeadGirl.slaveName quietly compliments the idea, and asks you how it came to you. You let her know it was $activeSlave.slaveName's idea,<<else>>Another slave thanks you profusely, and politely asks you what gave you such a wonderful idea. You let her know it was $activeSlave.slaveName,<</if>> which $activeSlave.slaveName overhears. She blushes prettily, and @@.mediumaquamarine;is pleased@@ to hear that a slave can receive credit for finding a good thing.
 	<<set $activeSlave.trust += 1>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	  <<if $slaves[$i].devotion > 20>>
@@ -2265,7 +2265,7 @@ The slutty $desc wants it badly.
 <<link "Make her do that again">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You laugh at her kindly, and she @@color:mediumaquamarine;smiles with relief,@@ happy that you find her wonderful and terrible sex drive amusing. After a cursory inspection, you <<if canSee($activeSlave) == true>>toss<<else>>hand<</if>> her a <<if ($activeSlave.anus > 2)>>vibrating buttplug so big it will fill even her gaping backdoor<<elseif ($activeSlave.anus > 1)>>sizeable vibrating buttplug<<else>>vibrating buttplug<</if>>, let her suck it wet and get it nestled between her buttcheeks, and then tell her to stand next to your desk. She obeys, a bit puzzled, but <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>she loves standing around with things shoved up her asshole<<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>she loves standing around naked with humiliating things shoved up her asshole<<elseif ($activeSlave.fetish == "masochism") && ($activeSlave.fetishKnown == 1)>>she loves having painfully big things shoved up her asshole<<else>>she has a very short refractory period<</if>> and she comes again without much delay, without touching her <<if ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>>bits<<elseif ($activeSlave.dick > 0)>>cock<<elseif $activeSlave.vagina == -1>>soft perineum, the only place she has left<<else>>pussy<</if>>. You keep her there for quite a while, the quivering, <<if canAchieveErection($activeSlave)>>cum-jetting<<elseif ($activeSlave.balls > 0)>>cum-squirting<<elseif ($activeSlave.dick > 0)>>ejaculating<<elseif ($activeSlave.lactation > 0)>>milk-squirting<<elseif $activeSlave.vagina == -1>>weakly dribbling<<else>>femcum-dripping<</if>> statue of a slave providing visual diversion for visitors.
+	You laugh at her kindly, and she @@.mediumaquamarine;smiles with relief,@@ happy that you find her wonderful and terrible sex drive amusing. After a cursory inspection, you <<if canSee($activeSlave) == true>>toss<<else>>hand<</if>> her a <<if ($activeSlave.anus > 2)>>vibrating buttplug so big it will fill even her gaping backdoor<<elseif ($activeSlave.anus > 1)>>sizeable vibrating buttplug<<else>>vibrating buttplug<</if>>, let her suck it wet and get it nestled between her buttcheeks, and then tell her to stand next to your desk. She obeys, a bit puzzled, but <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>she loves standing around with things shoved up her asshole<<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>she loves standing around naked with humiliating things shoved up her asshole<<elseif ($activeSlave.fetish == "masochism") && ($activeSlave.fetishKnown == 1)>>she loves having painfully big things shoved up her asshole<<else>>she has a very short refractory period<</if>> and she comes again without much delay, without touching her <<if ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>>bits<<elseif ($activeSlave.dick > 0)>>cock<<elseif $activeSlave.vagina == -1>>soft perineum, the only place she has left<<else>>pussy<</if>>. You keep her there for quite a while, the quivering, <<if canAchieveErection($activeSlave)>>cum-jetting<<elseif ($activeSlave.balls > 0)>>cum-squirting<<elseif ($activeSlave.dick > 0)>>ejaculating<<elseif ($activeSlave.lactation > 0)>>milk-squirting<<elseif $activeSlave.vagina == -1>>weakly dribbling<<else>>femcum-dripping<</if>> statue of a slave providing visual diversion for visitors.
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -2332,10 +2332,10 @@ The slutty $desc wants it badly.
 <</if>>
 She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>>to hear she's<</if>> on the inspection schedule for the same time tomorrow, and is almost bouncing with eagerness the next morning.
 <<if ($activeSlave.fetishStrength == 2) || ($activeSlave.fetishKnown == 1) || ($activeSlave.fetish == "none")>>
-	Being a nympho is a never-ending struggle in some ways, and she is @@color:hotpink;deeply grateful@@ to you for understanding her.
+	Being a nympho is a never-ending struggle in some ways, and she is @@.hotpink;deeply grateful@@ to you for understanding her.
 	<<set $activeSlave.devotion += 5>>
 <<else>>
-	Since she's developing her kinks, this delightful reinforcement @@color:lightcoral;advances her fetish.@@
+	Since she's developing her kinks, this delightful reinforcement @@.lightcoral;advances her fetish.@@
 	<<set $activeSlave.fetishStrength += 4>>
 <</if>>
 	<</replace>>
@@ -2346,7 +2346,7 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 <<link "Inspect her normally">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You pay no attention to the unusual circumstances, and conduct a normal inspection of her naked body. She understands that she did the right thing, and @@color:mediumaquamarine;trusts@@ you a bit more. Since you're paying no attention to the unusual location for the inspection, she does her very best to perform her role normally, too. She <<if ($activeSlave.boobs > 2000)>>lifts her enormous boobs one by one<<elseif ($activeSlave.boobs > 1000)>>hefts her heavy breasts one by one<<elseif ($activeSlave.boobs > 300)>>squeezes her boobs one by one<<else>>pinches the nipples capping her flat tits<</if>>, <<if ($activeSlave.oralSkill > 60)>>opens her mouth and wiggles her expert tongue<<elseif ($activeSlave.lips > 40)>>opens her mouth and licks her puffy lips<<else>>opens her mouth and sticks out her tongue<</if>>, <<if ($activeSlave.balls > 1)>>pulls her ballsack gently downward to display the outline of her testes<<elseif ($activeSlave.dick > 0)>>lifts her dick by its tip and turns sideways to display it<<elseif ($activeSlave.labia > 0)>>carefully spreads her generous petals to show off her pussy<<elseif ($activeSlave.clit > 0)>>eases her clitoral hood back to completely reveal her massive clitoris<<elseif $activeSlave.vagina == -1>>lets you see the featureless, mannequin place between her legs<<else>>spreads her pussy<</if>>, turns around and <<if ($activeSlave.butt > 5)>>pulls her massive buttocks apart to reveal<<elseif ($activeSlave.butt > 2)>>spreads her healthy buttocks to reveal<<else>>bends over to display<</if>> her <<if ($activeSlave.anus > 2)>>whorish rear pussy<<elseif ($activeSlave.anus > 1)>>inviting backdoor<<else>>tight anus<</if>>, winks it once, and then straightens, done.
+	You pay no attention to the unusual circumstances, and conduct a normal inspection of her naked body. She understands that she did the right thing, and @@.mediumaquamarine;trusts@@ you a bit more. Since you're paying no attention to the unusual location for the inspection, she does her very best to perform her role normally, too. She <<if ($activeSlave.boobs > 2000)>>lifts her enormous boobs one by one<<elseif ($activeSlave.boobs > 1000)>>hefts her heavy breasts one by one<<elseif ($activeSlave.boobs > 300)>>squeezes her boobs one by one<<else>>pinches the nipples capping her flat tits<</if>>, <<if ($activeSlave.oralSkill > 60)>>opens her mouth and wiggles her expert tongue<<elseif ($activeSlave.lips > 40)>>opens her mouth and licks her puffy lips<<else>>opens her mouth and sticks out her tongue<</if>>, <<if ($activeSlave.balls > 1)>>pulls her ballsack gently downward to display the outline of her testes<<elseif ($activeSlave.dick > 0)>>lifts her dick by its tip and turns sideways to display it<<elseif ($activeSlave.labia > 0)>>carefully spreads her generous petals to show off her pussy<<elseif ($activeSlave.clit > 0)>>eases her clitoral hood back to completely reveal her massive clitoris<<elseif $activeSlave.vagina == -1>>lets you see the featureless, mannequin place between her legs<<else>>spreads her pussy<</if>>, turns around and <<if ($activeSlave.butt > 5)>>pulls her massive buttocks apart to reveal<<elseif ($activeSlave.butt > 2)>>spreads her healthy buttocks to reveal<<else>>bends over to display<</if>> her <<if ($activeSlave.anus > 2)>>whorish rear pussy<<elseif ($activeSlave.anus > 1)>>inviting backdoor<<else>>tight anus<</if>>, winks it once, and then straightens, done.
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -2359,7 +2359,7 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
   <<elseif ($activeSlave.fetish == "cumslut")>>
 	and begs him to come over and feed her his delicious cum.
   <<elseif ($activeSlave.fetish == "humiliation")>>
-	as she begins to wordlessly writhe and blush with the @@color:hotpink;excitement@@ of this humiliating situation.
+	as she begins to wordlessly writhe and blush with the @@.hotpink;excitement@@ of this humiliating situation.
 	<<set $activeSlave.devotion += 2>>
   <<elseif ($activeSlave.fetish == "buttslut")>>
 	and then turns as best she can to offer him her backdoor, begging him to stuff his cock up her ass.
@@ -2374,7 +2374,7 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
   <<elseif ($activeSlave.fetish == "masochist")>>
 	and, applying a bit of reverse psychology, begins to beg him not to spank her helpless behind.
   <</if>>
-  You detail another slave to fetch her after the public loses interest. A couple of hours later, you catch sight of her limping towards the showers, thoroughly disheveled. Her $activeSlave.skin face and chest are spattered with cum, she's got <<if $activeSlave.dick > 0>>her own ejaculate<<else>>pussyjuice<</if>> all over her thighs, and her well-fucked butthole is dripping semen. She's certainly worked hard @@color:green;improving your reputation.@@
+  You detail another slave to fetch her after the public loses interest. A couple of hours later, you catch sight of her limping towards the showers, thoroughly disheveled. Her $activeSlave.skin face and chest are spattered with cum, she's got <<if $activeSlave.dick > 0>>her own ejaculate<<else>>pussyjuice<</if>> all over her thighs, and her well-fucked butthole is dripping semen. She's certainly worked hard @@.green;improving your reputation.@@
 	<<set $rep += 250>>
 	<<set $activeSlave.mammaryCount += 10>>
 	<<set $mammaryTotal += 10>>
@@ -2391,33 +2391,33 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 	<<replace "#result">>
 	She's completely unsurprised when you crook a finger at her after a brief inspection, and skips over, looking excited. It's not in vain.
 <<if ($activeSlave.fetish == "submissive")>>
-	You shove her across the back of a balcony bench and take her as she moans with pleasure, happy you're using her body. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby.
+	You shove her across the back of a balcony bench and take her as she moans with pleasure, happy you're using her body. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby.
 	<<set $rep += 50>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 <<elseif ($activeSlave.fetish == "cumslut")>>
-	You push her down to her knees and <<if $PC.dick == 1>>shove your cock down her throat<<if $PC.vagina == 1>> so far she can almost reach your pussy with the tip of her tongue<</if>><<else>>ride her face<</if>>. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby, moaning into you as she pleasures your <<if $PC.dick == 1>>dick<<else>>cunt<</if>>.
+	You push her down to her knees and <<if $PC.dick == 1>>shove your cock down her throat<<if $PC.vagina == 1>> so far she can almost reach your pussy with the tip of her tongue<</if>><<else>>ride her face<</if>>. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby, moaning into you as she pleasures your <<if $PC.dick == 1>>dick<<else>>cunt<</if>>.
 	<<set $rep += 50>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 <<elseif ($activeSlave.fetish == "humiliation")>>
-	You sit down on a balcony bench and pull her down to sit on your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, and then pull her legs as wide as they'll go as you fuck her, displaying everything to the whole balcony<<if $PC.vagina == 1>><<if $PC.dick == 1>>: incidentally including your own pussy, which slides up and down as you piston the cock above it in and out of her<</if>><</if>>. She @@color:hotpink;laps up@@ the @@color:green;openly aroused@@ stares from her growing audience.
+	You sit down on a balcony bench and pull her down to sit on your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, and then pull her legs as wide as they'll go as you fuck her, displaying everything to the whole balcony<<if $PC.vagina == 1>><<if $PC.dick == 1>>: incidentally including your own pussy, which slides up and down as you piston the cock above it in and out of her<</if>><</if>>. She @@.hotpink;laps up@@ the @@.green;openly aroused@@ stares from her growing audience.
 	<<set $rep += 100>>
 	<<set $activeSlave.devotion += 3>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 <<elseif ($activeSlave.fetish == "buttslut")>>
-	You shove her across the back of a balcony bench and fuck her ass as she moans with pleasure, happy you're using her favorite hole. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby, too focused on her well-filled rectum to care.
+	You shove her across the back of a balcony bench and fuck her ass as she moans with pleasure, happy you're using her favorite hole. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby, too focused on her well-filled rectum to care.
 	<<set $rep += 50>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 <<elseif ($activeSlave.fetish == "boobs")>>
-	You push her down to her knees and <<if $PC.dick == 1>>press your cock between her tits<<else>>ride her breasts<</if>>. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby, enjoying the feeling of your <<if $PC.dick == 1>>dick pounding her cleavage<<else>>cunt rubbing against one of her hard nipples<</if>>.
+	You push her down to her knees and <<if $PC.dick == 1>>press your cock between her tits<<else>>ride her breasts<</if>>. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby, enjoying the feeling of your <<if $PC.dick == 1>>dick pounding her cleavage<<else>>cunt rubbing against one of her hard nipples<</if>>.
 	<<set $rep += 50>>
 	<<set $activeSlave.mammaryCount += 1>>
 	<<set $mammaryTotal += 1>>
 <<elseif ($activeSlave.fetish == "pregnancy")>>
-	You shove her across the back of a balcony bench and whisper in her ear that you're going to breed her in public. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby, too aroused by the idea to care.<<if ($activeSlave.vagina < 1) || ($activeSlave.vaginalAccessory == "chastity belt")>> It's her butt you're fucking, but that doesn't disrupt her fantasy.<</if>>
+	You shove her across the back of a balcony bench and whisper in her ear that you're going to breed her in public. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby, too aroused by the idea to care.<<if ($activeSlave.vagina < 1) || ($activeSlave.vaginalAccessory == "chastity belt")>> It's her butt you're fucking, but that doesn't disrupt her fantasy.<</if>>
 	<<set $rep += 50>>
 	<<if ($activeSlave.vagina > 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 	<<set $activeSlave.vaginalCount += 1>>
@@ -2427,7 +2427,7 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 	<<set $analTotal += 1>>
 	<</if>>
 <<elseif ($activeSlave.fetish == "dom")>>
-	You shove her back against a wall and seat your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> inside her before wrapping her legs around you, taking a good grip on her butt, and hauling her off the wall again, holding her in midair. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby, concentrating on fucking as hard as she possibly can.
+	You shove her back against a wall and seat your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> inside her before wrapping her legs around you, taking a good grip on her butt, and hauling her off the wall again, holding her in midair. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby, concentrating on fucking as hard as she possibly can.
 	<<set $rep += 50>>
 	<<if ($activeSlave.vagina > 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 	<<set $activeSlave.vaginalCount += 1>>
@@ -2437,17 +2437,17 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 	<<set $analTotal += 1>>
 	<</if>>
 <<elseif ($activeSlave.fetish == "sadist")>>
-	You sit down on a balcony bench and pull her down to sit on your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, and then hand her a tablet after pulling up a feed from a nearby cellblock. She ignores the @@color:green;mildly appreciative@@ stares from passersby as you fuck her, enthralled by the scenes of abuse and rape on the tablet in her trembling hands.
+	You sit down on a balcony bench and pull her down to sit on your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, and then hand her a tablet after pulling up a feed from a nearby cellblock. She ignores the @@.green;mildly appreciative@@ stares from passersby as you fuck her, enthralled by the scenes of abuse and rape on the tablet in her trembling hands.
 	<<set $rep += 50>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 <<elseif ($activeSlave.fetish == "masochist")>>
-	You spin her around cruelly, jerking her back against your torso and shoving your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> up her butthole without bending her over first. She ignores the @@color:green;mildly appreciative@@ stares from passersby as you fuck her, too lost in the delicious agony of a harsh standing anal fuck to care.
+	You spin her around cruelly, jerking her back against your torso and shoving your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> up her butthole without bending her over first. She ignores the @@.green;mildly appreciative@@ stares from passersby as you fuck her, too lost in the delicious agony of a harsh standing anal fuck to care.
 	<<set $rep += 50>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 <<else>>
-	You appeal to her uncomplicated tastes by letting her ride you as you sit on a balcony bench, your hands idly playing with her nipples as she rocks her hips against you. She pays no attention to the @@color:green;mildly appreciative@@ stares from passersby, concentrating on your face, smiling as you react to her efforts.
+	You appeal to her uncomplicated tastes by letting her ride you as you sit on a balcony bench, your hands idly playing with her nipples as she rocks her hips against you. She pays no attention to the @@.green;mildly appreciative@@ stares from passersby, concentrating on your face, smiling as you react to her efforts.
 	<<set $rep += 50>>
 	<<if ($activeSlave.vagina > 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 	<<set $activeSlave.vaginalCount += 1>>
@@ -2458,10 +2458,10 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 	<</if>>
 <</if>>
 <<if ($activeSlave.fetishStrength == 2) || ($activeSlave.fetish == "none")>>
-	Since she's totally sure of what gets her off, this public display that you know it too makes her @@color:mediumaquamarine;trust you.@@
+	Since she's totally sure of what gets her off, this public display that you know it too makes her @@.mediumaquamarine;trust you.@@
 	<<set $activeSlave.trust += 5>>
 <<else>>
-	Since she's developing her kinks, this public display of her sexual identity @@color:lightcoral;advances her fetish.@@
+	Since she's developing her kinks, this public display of her sexual identity @@.lightcoral;advances her fetish.@@
 	<<set $activeSlave.fetishStrength += 4>>
 <</if>>
 	<</replace>>
@@ -2474,14 +2474,14 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 <<link "Sleep with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She starts with surprise when she feels your hand on her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, but is accustomed to your touch and knows who you are. She does not pause her masturbation, knowing that if you want her to, you'll tell her. You massage her warm skin, enjoying the animal energy of the onanistic spectacle laid out before you. She builds toward climax, turning her head <<if canSee($activeSlave) == true>>to glance at<<else>>to listen to<</if>> you once or twice, but eventually realizing that you're just here to watch. She turns over hurriedly for her climax, efficiently <<if ($activeSlave.dick > 0) && (($activeSlave.hormones > 0) || ($activeSlave.balls == 0))>>dribbling her weak orgasm out onto her<<if $activeSlave.preg > 20>>pregnant<</if>> belly<<elseif $activeSlave.balls > 3>>blowing her massive load all over her<<if $activeSlave.preg > 20>>pregnant<</if>> belly and chest<<elseif $activeSlave.balls > 0>>blowing cum up onto her own<<if $activeSlave.preg > 20>>pregnant<</if>> belly<<elseif $activeSlave.vagina == -1>>jerking her tiny little front hole sideways<<else>>jerking her wet pussy upward<</if>> to avoid having to change the sheets. She gets up carefully and heads off for a quick shower. When she returns, it's to <<if canSee($activeSlave) == true>>a sight<<else>>a sound<</if>> that brings her to a shocked standstill: you're in her bed, sound asleep. You had a long day, and the soft bed, warmed by her pretty body, felt very nice. After some deliberation, she crawls in beside you, snuggling up to offer you more of her body heat, direct from the source. She is impressed almost to tears at the @@color:mediumaquamarine;trust@@ you display in her, and relaxes completely as you, dominant even when unconscious, encircle her <<if $activeSlave.preg > 20>>pregnant belly<<elseif ($activeSlave.boobs > 2000)>>massive mammaries<<else>>shoulders<</if>> with your arms and pull her in close.
+	She starts with surprise when she feels your hand on her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, but is accustomed to your touch and knows who you are. She does not pause her masturbation, knowing that if you want her to, you'll tell her. You massage her warm skin, enjoying the animal energy of the onanistic spectacle laid out before you. She builds toward climax, turning her head <<if canSee($activeSlave) == true>>to glance at<<else>>to listen to<</if>> you once or twice, but eventually realizing that you're just here to watch. She turns over hurriedly for her climax, efficiently <<if ($activeSlave.dick > 0) && (($activeSlave.hormones > 0) || ($activeSlave.balls == 0))>>dribbling her weak orgasm out onto her<<if $activeSlave.preg > 20>>pregnant<</if>> belly<<elseif $activeSlave.balls > 3>>blowing her massive load all over her<<if $activeSlave.preg > 20>>pregnant<</if>> belly and chest<<elseif $activeSlave.balls > 0>>blowing cum up onto her own<<if $activeSlave.preg > 20>>pregnant<</if>> belly<<elseif $activeSlave.vagina == -1>>jerking her tiny little front hole sideways<<else>>jerking her wet pussy upward<</if>> to avoid having to change the sheets. She gets up carefully and heads off for a quick shower. When she returns, it's to <<if canSee($activeSlave) == true>>a sight<<else>>a sound<</if>> that brings her to a shocked standstill: you're in her bed, sound asleep. You had a long day, and the soft bed, warmed by her pretty body, felt very nice. After some deliberation, she crawls in beside you, snuggling up to offer you more of her body heat, direct from the source. She is impressed almost to tears at the @@.mediumaquamarine;trust@@ you display in her, and relaxes completely as you, dominant even when unconscious, encircle her <<if $activeSlave.preg > 20>>pregnant belly<<elseif ($activeSlave.boobs > 2000)>>massive mammaries<<else>>shoulders<</if>> with your arms and pull her in close.
 	<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
 <br><<link "Exhaust her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She starts with surprise when she feels your hand on her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, but is accustomed to your touch and knows who you are. She does not pause her masturbation, knowing that if you want her to, you'll tell her. You take a moment to enjoy the warmth of the working slave's body before gently taking the hand she's using to buttfuck herself, <<if ($activeSlave.anus > 2)>>pulling the dildo free of her relaxed asshole, and replacing it with your <<if $PC.dick == 1>>prick<<else>>strap-on<</if>> before its gape can close.<<elseif ($activeSlave.anus > 1)>>pulling the dildo free of her loose anus, and replacing it with your <<if $PC.dick == 1>>prick<<else>>strap-on<</if>> before its gape can close.<<else>>pulling her fingers free of her tight little ass, and replacing them with your <<if $PC.dick == 1>>prick<<else>>strap-on<</if>> while it's still relaxed.<</if>> She moans into the pillow and pats around blindly with her freed hand before finding your thigh and rubbing it affectionately. She steps up her humping and soon shudders, <<if ($activeSlave.dick > 0) && (($activeSlave.hormones > 0) || ($activeSlave.balls == 0))>>releasing a pathetic spurt onto<<elseif $activeSlave.balls > 3>>shooting a big jet of cum all over her own <<if $activeSlave.preg > 20>>pregnant stomach<<else>>chest<</if>> and<<elseif $activeSlave.balls != 0>>orgasming messily onto<<else>>going limp and slumping down onto<</if>> the sheets beneath her. When you climax soon after, she expects you to get off her so she can clean up, but instead, the <<if $PC.dick == 1>>cock up her butt returns to rock hardness<<if $PC.vagina == 1>> as you use a little manual stimulation of your own cunt to get your cock stiff again<</if>> and<<else>>strap-on up her butt<</if>> goes  back to pumping in and out of her. She slides a hand under herself to <<if  $activeSlave.vagina == -1>>jerk off<<else>>rub herself<</if>> this time. When you finally finish, a long time later, the exhausted slave is lying on a bed wet with lube, <<if ($PC.dick == 1) || ($activeSlave.dick > 0)>> ejaculate,<</if>><<if ($PC.dick == 0) || ($activeSlave.vagina > -1)>> girlcum,<</if>> drool, and sweat. She doesn't care, and you let her curl up in her sex-soaked nest. As you leave, you think she's asleep already, but<<if $activeSlave.eyes == -2>> her $activeSlave.eyeColor eyes open a slit as you go and<<elseif canSee($activeSlave) == false>>as you go<<else>> her $activeSlave.eyeColor eyes open a slit as you go and<</if>> she murmurs, <<if SlaveStatsChecker.checkForLisp($activeSlave) == true>>"@@color:hotpink;Thankth,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>"@@color:hotpink;Thanks,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>>
+	She starts with surprise when she feels your hand on her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, but is accustomed to your touch and knows who you are. She does not pause her masturbation, knowing that if you want her to, you'll tell her. You take a moment to enjoy the warmth of the working slave's body before gently taking the hand she's using to buttfuck herself, <<if ($activeSlave.anus > 2)>>pulling the dildo free of her relaxed asshole, and replacing it with your <<if $PC.dick == 1>>prick<<else>>strap-on<</if>> before its gape can close.<<elseif ($activeSlave.anus > 1)>>pulling the dildo free of her loose anus, and replacing it with your <<if $PC.dick == 1>>prick<<else>>strap-on<</if>> before its gape can close.<<else>>pulling her fingers free of her tight little ass, and replacing them with your <<if $PC.dick == 1>>prick<<else>>strap-on<</if>> while it's still relaxed.<</if>> She moans into the pillow and pats around blindly with her freed hand before finding your thigh and rubbing it affectionately. She steps up her humping and soon shudders, <<if ($activeSlave.dick > 0) && (($activeSlave.hormones > 0) || ($activeSlave.balls == 0))>>releasing a pathetic spurt onto<<elseif $activeSlave.balls > 3>>shooting a big jet of cum all over her own <<if $activeSlave.preg > 20>>pregnant stomach<<else>>chest<</if>> and<<elseif $activeSlave.balls != 0>>orgasming messily onto<<else>>going limp and slumping down onto<</if>> the sheets beneath her. When you climax soon after, she expects you to get off her so she can clean up, but instead, the <<if $PC.dick == 1>>cock up her butt returns to rock hardness<<if $PC.vagina == 1>> as you use a little manual stimulation of your own cunt to get your cock stiff again<</if>> and<<else>>strap-on up her butt<</if>> goes  back to pumping in and out of her. She slides a hand under herself to <<if  $activeSlave.vagina == -1>>jerk off<<else>>rub herself<</if>> this time. When you finally finish, a long time later, the exhausted slave is lying on a bed wet with lube, <<if ($PC.dick == 1) || ($activeSlave.dick > 0)>> ejaculate,<</if>><<if ($PC.dick == 0) || ($activeSlave.vagina > -1)>> girlcum,<</if>> drool, and sweat. She doesn't care, and you let her curl up in her sex-soaked nest. As you leave, you think she's asleep already, but<<if $activeSlave.eyes == -2>> her $activeSlave.eyeColor eyes open a slit as you go and<<elseif canSee($activeSlave) == false>>as you go<<else>> her $activeSlave.eyeColor eyes open a slit as you go and<</if>> she murmurs, <<if SlaveStatsChecker.checkForLisp($activeSlave) == true>>"@@.hotpink;Thankth,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>"@@.hotpink;Thanks,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>>
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.analCount += 5>>
 	<<set $analTotal += 5>>
@@ -2543,10 +2543,10 @@ She's extremely pleased <<if canSee($activeSlave) == true>>to see herself<<else>
 <</if>>
 She's surprised but not displeased to find you standing over her the next night at exactly the same time. By the third night, she's masturbating in anticipation of your visit to her bed.
 <<if ($activeSlave.fetishStrength > 95)>>
-	Since she's totally sure of what gets her off, this consistent proof that you know it too makes her @@color:mediumaquamarine;trust you.@@
+	Since she's totally sure of what gets her off, this consistent proof that you know it too makes her @@.mediumaquamarine;trust you.@@
 	<<set $activeSlave.trust += 5>>
 <<else>>
-	Since she's developing her kinks, this consistent reinforcement @@color:lightcoral;advances her fetish.@@
+	Since she's developing her kinks, this consistent reinforcement @@.lightcoral;advances her fetish.@@
 	<<set $activeSlave.fetishStrength += 4>>
 <</if>>
 	<</replace>>
@@ -2559,7 +2559,7 @@ She's surprised but not displeased to find you standing over her the next night
 <<link "Confirm her fears about you">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if canSee($activeSlave) == true>>You throw her a black cloth bag and tell her to put it over her head. She obeys hurriedly, though she cannot quite restrain her tears from running down her $activeSlave.skin cheeks as she dons the bag, blinding herself.<</if>> She trembles, blind and terrified, for several agonized minutes before a strangled sob escapes her. She immediately cringes, expecting to be punished, but nothing happens. You let her stand there for almost an hour, until you're sure she's let her guard down, and then approach her quietly. You consider her body, your personal property, carefully; and on careful consideration, you aim a vicious flick at her <<if ($activeSlave.balls > 3)>>nutsack<<elseif ($activeSlave.dick > 0)>>cockhead<<elseif ($activeSlave.clit > 1)>>prominent clit<<elseif ($activeSlave.labia > 0)>>prominent labia<<elseif ($activeSlave.nipples == "huge")>>one of her vulnerable nipples<<else>>one of her nipples<</if>>. A flick barely registers on the list of ways you can administer pain to a slave, but after so much sensory deprivation, it knocks her halfway to the ground with a shriek of surprise and agony. She crouches involuntarily, cherishing her stinging <<if ($activeSlave.balls > 3)>>testicles<<elseif ($activeSlave.dick > 0)>>prick<<elseif ($activeSlave.clit > 1)>>bitch button<<elseif ($activeSlave.labia > 0)>>pussylips<<else>>nipple<</if>> with both hands, sobbing. You <<if canSee($activeSlave) == true>>pluck the bag off her head and <</if>>tell her to get out. She half-walks, half-crawls away<<if canSee($activeSlave) == true>>, shielding her eyes from the sudden brightness<</if>>, @@color:gold;choking on her tears.@@
+	<<if canSee($activeSlave) == true>>You throw her a black cloth bag and tell her to put it over her head. She obeys hurriedly, though she cannot quite restrain her tears from running down her $activeSlave.skin cheeks as she dons the bag, blinding herself.<</if>> She trembles, blind and terrified, for several agonized minutes before a strangled sob escapes her. She immediately cringes, expecting to be punished, but nothing happens. You let her stand there for almost an hour, until you're sure she's let her guard down, and then approach her quietly. You consider her body, your personal property, carefully; and on careful consideration, you aim a vicious flick at her <<if ($activeSlave.balls > 3)>>nutsack<<elseif ($activeSlave.dick > 0)>>cockhead<<elseif ($activeSlave.clit > 1)>>prominent clit<<elseif ($activeSlave.labia > 0)>>prominent labia<<elseif ($activeSlave.nipples == "huge")>>one of her vulnerable nipples<<else>>one of her nipples<</if>>. A flick barely registers on the list of ways you can administer pain to a slave, but after so much sensory deprivation, it knocks her halfway to the ground with a shriek of surprise and agony. She crouches involuntarily, cherishing her stinging <<if ($activeSlave.balls > 3)>>testicles<<elseif ($activeSlave.dick > 0)>>prick<<elseif ($activeSlave.clit > 1)>>bitch button<<elseif ($activeSlave.labia > 0)>>pussylips<<else>>nipple<</if>> with both hands, sobbing. You <<if canSee($activeSlave) == true>>pluck the bag off her head and <</if>>tell her to get out. She half-walks, half-crawls away<<if canSee($activeSlave) == true>>, shielding her eyes from the sudden brightness<</if>>, @@.gold;choking on her tears.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
@@ -2619,7 +2619,7 @@ Finally the inspection reaches her backdoor, so you tell her to turn around, ben
 	"I h-hate it, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>M-master<<else>>M-mistress<</if>>. I'm n-not used to it, and it hurts," she gasps out.
   <</if>>
 <</if>>
-Without another word, you tell her she can go. She looks around to gape uncomprehendingly at you for a moment before letting go of her buttocks, straightening up, and <<if $activeSlave.preg > 30>>quickly waddling<<else>>fleeing<</if>>, feeling rather mystified that you @@color:mediumaquamarine;didn't use her.@@
+Without another word, you tell her she can go. She looks around to gape uncomprehendingly at you for a moment before letting go of her buttocks, straightening up, and <<if $activeSlave.preg > 30>>quickly waddling<<else>>fleeing<</if>>, feeling rather mystified that you @@.mediumaquamarine;didn't use her.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -2635,14 +2635,14 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Let her out yourself">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You're not close to the penthouse kitchen area, so it takes you some time to make your way there. By the time you get there, the poor girl is pounding weakly against the refrigerator door to try to get someone's attention. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> was right, she must be too cold to think straight; if she weren't she might <<if canSee($activeSlave) == true>>notice the<<else>>have thought to feel around for the<</if>> prominent release button right next to where she's striking the door. Her desperate $activeSlave.skin face is visible in the window. You hit the exterior release and the door swings open quickly, dumping her into your arms. Despite not being devoted to you, she clings to you like a long lost love, her <<if ($activeSlave.height >= 185)>>big cold<<elseif  ($activeSlave.height >= 160)>>cold<<else>>cold little<</if>> <<if $activeSlave.preg > 20>>pregnant <</if>>body shaking convulsively. She tries to burrow even <<if ($PC.boobs > 0)>>deeper between your breasts<<else>>closer to you<</if>>, soaking up your warmth. <<if canTalk($activeSlave) == false>>She gestures her thanks shakily.<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>"T-t-thank y-you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>M-mathter<<else>>M-mithtreth<</if>>. I d-don't know what would have hap-p-pened if you hadn't come by," she lisps, teeth chattering.<<else>>"T-t-thank y-you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>M-master<<else>>M-mistress<</if>>. I d-don't know what would have hap-p-pened if you hadn't come by," she says, teeth chattering.<</if>> She clearly has no idea whatsoever that $assistantName could have let her out at any time. You rub your hands up and down her <<if ($activeSlave.muscles > 30)>>muscular<<elseif  ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, helping her get warm. You point out the release handle and she apologizes hastily for forgetting. Once she's warm you gently tell her to get back to it, and give her a gentle shove on her <<if ($activeSlave.butt > 5)>>massive ass<<elseif  ($activeSlave.butt > 2)>>big butt<<else>>nice little butt<</if>>. She @@color:mediumaquamarine;smiles gratefully@@ at you before heading back to get those drinks.
+	You're not close to the penthouse kitchen area, so it takes you some time to make your way there. By the time you get there, the poor girl is pounding weakly against the refrigerator door to try to get someone's attention. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> was right, she must be too cold to think straight; if she weren't she might <<if canSee($activeSlave) == true>>notice the<<else>>have thought to feel around for the<</if>> prominent release button right next to where she's striking the door. Her desperate $activeSlave.skin face is visible in the window. You hit the exterior release and the door swings open quickly, dumping her into your arms. Despite not being devoted to you, she clings to you like a long lost love, her <<if ($activeSlave.height >= 185)>>big cold<<elseif  ($activeSlave.height >= 160)>>cold<<else>>cold little<</if>> <<if $activeSlave.preg > 20>>pregnant <</if>>body shaking convulsively. She tries to burrow even <<if ($PC.boobs > 0)>>deeper between your breasts<<else>>closer to you<</if>>, soaking up your warmth. <<if canTalk($activeSlave) == false>>She gestures her thanks shakily.<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>"T-t-thank y-you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>M-mathter<<else>>M-mithtreth<</if>>. I d-don't know what would have hap-p-pened if you hadn't come by," she lisps, teeth chattering.<<else>>"T-t-thank y-you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>M-master<<else>>M-mistress<</if>>. I d-don't know what would have hap-p-pened if you hadn't come by," she says, teeth chattering.<</if>> She clearly has no idea whatsoever that $assistantName could have let her out at any time. You rub your hands up and down her <<if ($activeSlave.muscles > 30)>>muscular<<elseif  ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, helping her get warm. You point out the release handle and she apologizes hastily for forgetting. Once she's warm you gently tell her to get back to it, and give her a gentle shove on her <<if ($activeSlave.butt > 5)>>massive ass<<elseif  ($activeSlave.butt > 2)>>big butt<<else>>nice little butt<</if>>. She @@.mediumaquamarine;smiles gratefully@@ at you before heading back to get those drinks.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Punish her for her forgetfulness">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You're not close to the penthouse kitchen area, so it takes you some time to make your way there. By the time you<<if $PC.dick == 0>> don a strap-on and<</if>> get there, the poor <<if $activeSlave.preg > 20>>pregnant <</if>>girl is pounding weakly against the refrigerator door to try to get someone's attention. She looks relieved when you open the door, but her relief turns to ashes when you shut the door behind you. She shivers with cold and fear as you sternly point out the release, high up on the door, and then demand her hands. You bind them together and loop them over the release before hoisting her legs off the ground so that her back is against the cold metal door and all her weight is hanging off the release by her arms. She doesn't struggle until you tell her she can leave - if she can get the release open like this. She tries, but she can't get enough leverage; her spastic efforts get weaker as you pull her <<if ($activeSlave.butt > 5)>>massive ass<<elseif  ($activeSlave.butt > 2)>>big butt<<else>>nice little butt<</if>> away from the door and line <<if $PC.dick == 0>>the strap-on<<else>>your cock<</if>> up with her <<if ($activeSlave.anus > 2)>>loose asspussy<<elseif  ($activeSlave.anus > 1)>>asshole<<else>>tight little asshole<</if>>. Teeth chattering, legs shaking with cold, she takes a buttfuck in the cold cooler, hanging from what she should have used to let herself out. When you finish, you hit it yourself and drop her legs, letting her unhook herself and flee to the warmth outside. She @@color:gold;begs your pardon@@ abjectly as she rubs her <<if $activeSlave.preg > 20>>$activeSlave.skin belly <<else>>$activeSlave.skin shoulders <</if>>to warm herself up<<if $PC.dick == 0>><<else>>, ignoring the cum <<if ($activeSlave.anus > 2)>>leaking out of her fucked-out anus<<elseif  ($activeSlave.anus > 1)>>leaking out of her now-gaped backdoor<<else>>filling her still-tight anus<</if>><</if>>.
+	You're not close to the penthouse kitchen area, so it takes you some time to make your way there. By the time you<<if $PC.dick == 0>> don a strap-on and<</if>> get there, the poor <<if $activeSlave.preg > 20>>pregnant <</if>>girl is pounding weakly against the refrigerator door to try to get someone's attention. She looks relieved when you open the door, but her relief turns to ashes when you shut the door behind you. She shivers with cold and fear as you sternly point out the release, high up on the door, and then demand her hands. You bind them together and loop them over the release before hoisting her legs off the ground so that her back is against the cold metal door and all her weight is hanging off the release by her arms. She doesn't struggle until you tell her she can leave - if she can get the release open like this. She tries, but she can't get enough leverage; her spastic efforts get weaker as you pull her <<if ($activeSlave.butt > 5)>>massive ass<<elseif  ($activeSlave.butt > 2)>>big butt<<else>>nice little butt<</if>> away from the door and line <<if $PC.dick == 0>>the strap-on<<else>>your cock<</if>> up with her <<if ($activeSlave.anus > 2)>>loose asspussy<<elseif  ($activeSlave.anus > 1)>>asshole<<else>>tight little asshole<</if>>. Teeth chattering, legs shaking with cold, she takes a buttfuck in the cold cooler, hanging from what she should have used to let herself out. When you finish, you hit it yourself and drop her legs, letting her unhook herself and flee to the warmth outside. She @@.gold;begs your pardon@@ abjectly as she rubs her <<if $activeSlave.preg > 20>>$activeSlave.skin belly <<else>>$activeSlave.skin shoulders <</if>>to warm herself up<<if $PC.dick == 0>><<else>>, ignoring the cum <<if ($activeSlave.anus > 2)>>leaking out of her fucked-out anus<<elseif  ($activeSlave.anus > 1)>>leaking out of her now-gaped backdoor<<else>>filling her still-tight anus<</if>><</if>>.
 	<<set $activeSlave.trust -= 5>>
 	<<AnalVCheck>>
 	<</replace>>
@@ -2653,7 +2653,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <<link "Sit against the side of the pool with her in your lap">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You<<if $PC.dick == 0>> don a waterproof, vibrating strap-on and<</if>> step into the pool and lift her half-out of the water in a bridal carry, your arms behind her shoulders and the backs of her knees. <<if canSee($activeSlave) == true>>Her eyes open<<else>>She mumbles<</if>> sleepily<<if $activeSlave.preg > 20>>as she rests a hand on her swollen belly,<</if>> and she says <<if ($activeSlave.lips > 70)>>through her huge lips, "Hi, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through her piercings, "Hi, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>quietly, "Hi, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> You sit against the side of the pool, letting her <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>healthy<<else>>trim<</if>> bottom sink down into your lap. She shimmies herself atop your <<if $PC.dick == 0>>phallus<<else>>dick<</if>>, gently seating it between her buttocks, and cranes her neck back to kiss the bottom of your chin. She gradually comes out of her heat stupor, riding herself back and forth more and more until the <<if ($activeSlave.anus > 2)>>slit of her asspussy<<elseif ($activeSlave.anus > 1)>>opening of her anus<<else>>pucker of her butt<</if>> rests against your <<if $PC.dick == 0>>strongly vibrating strap-on<<else>>cock<</if>>. You take her hips and firmly thrust into her rectum, eliciting a little whimper, but she begins to bounce gently in the water, sodomizing herself, her gigantic breasts moving up and down and making concentric ripples spread outward. She's still very relaxed and her first orgasm takes her by surprise, <<if ($activeSlave.balls > 0)>>her cum floating to the surface<<if canSee($activeSlave) == true>>; she points at it and giggles<<else>>; she feels it brush her skin and giggles<</if>> before getting<<else>>making her twitch and shudder with aftershocks as she gets<</if>> her feet up on the ledge to ride you harder.  When you're done you let her float again, but curiosity about how her fucked butt feels under the water leads you to reach a hand between her legs and grope her anus. Her warm, relaxed <<if ($activeSlave.anus > 2)>>asspussy<<elseif ($activeSlave.anus > 1)>>backdoor<<else>>tightness<</if>> is so enticing you push her to her feet and take her a second time, standing in the shoulder-depth water. By the time you're done she's so @@color:hotpink;sexually exhausted@@ that you carry her to the shower.
+	You<<if $PC.dick == 0>> don a waterproof, vibrating strap-on and<</if>> step into the pool and lift her half-out of the water in a bridal carry, your arms behind her shoulders and the backs of her knees. <<if canSee($activeSlave) == true>>Her eyes open<<else>>She mumbles<</if>> sleepily<<if $activeSlave.preg > 20>>as she rests a hand on her swollen belly,<</if>> and she says <<if ($activeSlave.lips > 70)>>through her huge lips, "Hi, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through her piercings, "Hi, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>quietly, "Hi, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> You sit against the side of the pool, letting her <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>healthy<<else>>trim<</if>> bottom sink down into your lap. She shimmies herself atop your <<if $PC.dick == 0>>phallus<<else>>dick<</if>>, gently seating it between her buttocks, and cranes her neck back to kiss the bottom of your chin. She gradually comes out of her heat stupor, riding herself back and forth more and more until the <<if ($activeSlave.anus > 2)>>slit of her asspussy<<elseif ($activeSlave.anus > 1)>>opening of her anus<<else>>pucker of her butt<</if>> rests against your <<if $PC.dick == 0>>strongly vibrating strap-on<<else>>cock<</if>>. You take her hips and firmly thrust into her rectum, eliciting a little whimper, but she begins to bounce gently in the water, sodomizing herself, her gigantic breasts moving up and down and making concentric ripples spread outward. She's still very relaxed and her first orgasm takes her by surprise, <<if ($activeSlave.balls > 0)>>her cum floating to the surface<<if canSee($activeSlave) == true>>; she points at it and giggles<<else>>; she feels it brush her skin and giggles<</if>> before getting<<else>>making her twitch and shudder with aftershocks as she gets<</if>> her feet up on the ledge to ride you harder.  When you're done you let her float again, but curiosity about how her fucked butt feels under the water leads you to reach a hand between her legs and grope her anus. Her warm, relaxed <<if ($activeSlave.anus > 2)>>asspussy<<elseif ($activeSlave.anus > 1)>>backdoor<<else>>tightness<</if>> is so enticing you push her to her feet and take her a second time, standing in the shoulder-depth water. By the time you're done she's so @@.hotpink;sexually exhausted@@ that you carry her to the shower.
 	<<AnalVCheck 2>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -2661,7 +2661,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Fuck her under the water">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You gather some necessary items into a pool bag and step stealthily into the water, taking her by an ankle and towing her toward the deep end. <<if SlaveStatsChecker.checkForLisp($activeSlave) == true>>"Hi, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>"Hi, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> comes a sleepy greeting from the slave as you pull her through the water, her boobs making twin bow waves. She manages a shocked squeal as you quickly secure a weight belt around her<<if $activeSlave.preg > 20>> swollen<</if>> middle and drop her, letting her sink so swiftly that <<if ($activeSlave.butt > 5)>>her massive bottom pads her against a painful thump on<<elseif ($activeSlave.butt > 2)>>her healthy bottom pads her against a painful thump on<<else>>her bottom receives a painful thump against<</if>> the bottom of the pool. Before she can panic, she feels your mouth against her<<if ($activeSlave.lips > 70)>> dick sucking<<elseif ($activeSlave.lips > 20)>> lovely<</if>> lips, breathing for her. You have two long, flexible snorkels designed for exactly this, but you keep hers away from her and breathe her air into her for a short time, and she @@color:mediumaquamarine;trusts@@ you enough to rely on you. When you finally give her her snorkel she laughs, bubbles rising from around the mouthpiece, and then hugs you impulsively, intentionally giving you a huge faceful of boob. You pull her weight belt down and tighten it around her ankles so she's pinned standing on the bottom, and then <<if ($PC.vagina == 1)>>spread her knees so you can scissor your pussy against her in the near-zero gravity, the tangle of limbs and breasts swaying gently as you grind.<<else>>insert yourself into the <<if ($activeSlave.anus > 2)>>loose slit of her asspussy<<elseif ($activeSlave.anus > 1)>>welcoming pucker of her anus<<else>>tight pucker of her butt<</if>>. She exaggerates her discomfort, wriggling against her weighted feet and squealing through her snorkel as you gently sodomize her under water. Her enormous breasts quiver in near-zero gravity with each thrust, until you notice the delicious motion and take one in each hand.<</if>>
+	You gather some necessary items into a pool bag and step stealthily into the water, taking her by an ankle and towing her toward the deep end. <<if SlaveStatsChecker.checkForLisp($activeSlave) == true>>"Hi, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>"Hi, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> comes a sleepy greeting from the slave as you pull her through the water, her boobs making twin bow waves. She manages a shocked squeal as you quickly secure a weight belt around her<<if $activeSlave.preg > 20>> swollen<</if>> middle and drop her, letting her sink so swiftly that <<if ($activeSlave.butt > 5)>>her massive bottom pads her against a painful thump on<<elseif ($activeSlave.butt > 2)>>her healthy bottom pads her against a painful thump on<<else>>her bottom receives a painful thump against<</if>> the bottom of the pool. Before she can panic, she feels your mouth against her<<if ($activeSlave.lips > 70)>> dick sucking<<elseif ($activeSlave.lips > 20)>> lovely<</if>> lips, breathing for her. You have two long, flexible snorkels designed for exactly this, but you keep hers away from her and breathe her air into her for a short time, and she @@.mediumaquamarine;trusts@@ you enough to rely on you. When you finally give her her snorkel she laughs, bubbles rising from around the mouthpiece, and then hugs you impulsively, intentionally giving you a huge faceful of boob. You pull her weight belt down and tighten it around her ankles so she's pinned standing on the bottom, and then <<if ($PC.vagina == 1)>>spread her knees so you can scissor your pussy against her in the near-zero gravity, the tangle of limbs and breasts swaying gently as you grind.<<else>>insert yourself into the <<if ($activeSlave.anus > 2)>>loose slit of her asspussy<<elseif ($activeSlave.anus > 1)>>welcoming pucker of her anus<<else>>tight pucker of her butt<</if>>. She exaggerates her discomfort, wriggling against her weighted feet and squealing through her snorkel as you gently sodomize her under water. Her enormous breasts quiver in near-zero gravity with each thrust, until you notice the delicious motion and take one in each hand.<</if>>
 	<<AnalVCheck>>
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
@@ -2678,14 +2678,14 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Hold her hand">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You nod without taking your eyes off the blazing horizon. Her <<if $activeSlave.height >= 185>>hand is almost as large as yours<<elseif $activeSlave.height >= 170>>hand fits into yours<<elseif $activeSlave.height >= 160>>small hand fits comfortably into yours<<elseif $activeSlave.height >= 150>>petite hand slides into yours<<else>>tiny hand nestles into yours<</if>>, and <<if $activeSlave.muscles > 30>>her grip is extremely powerful<<elseif $activeSlave.muscles > 5>>her grip surprisingly strong<<else>>her grip is soft and feminine<</if>>. Through her hand you feel her give a little shiver and relax. It's not difficult to sense her emotions as the two of you stand there gazing at the rising sun: she's reassessing who she is in light of her @@color:hotpink;growing devotion@@ to you, drawing emotional strength from the strong grip that gently encircles her hand.
+	You nod without taking your eyes off the blazing horizon. Her <<if $activeSlave.height >= 185>>hand is almost as large as yours<<elseif $activeSlave.height >= 170>>hand fits into yours<<elseif $activeSlave.height >= 160>>small hand fits comfortably into yours<<elseif $activeSlave.height >= 150>>petite hand slides into yours<<else>>tiny hand nestles into yours<</if>>, and <<if $activeSlave.muscles > 30>>her grip is extremely powerful<<elseif $activeSlave.muscles > 5>>her grip surprisingly strong<<else>>her grip is soft and feminine<</if>>. Through her hand you feel her give a little shiver and relax. It's not difficult to sense her emotions as the two of you stand there gazing at the rising sun: she's reassessing who she is in light of her @@.hotpink;growing devotion@@ to you, drawing emotional strength from the strong grip that gently encircles her hand.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Buttfuck her against the railing">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You move quietly over to her and encircle her with your arms, holding both her hands over her<<if $activeSlave.preg > 10>> pregnant<</if>> belly with both of yours. She relaxes into your <<if ($PC.boobs > 0)>>breasts<<else>>chest<</if>> for a few moments until she feels your <<if $PC.dick == 0>>building warmth<<else>>hardening member<</if>> against <<if $activeSlave.height >= 160>>her ass<<else>>her lower back<</if>>. She automatically begins to rub herself up and down to stimulate you; once she feels you reach <<if $PC.dick == 0>>full arousal<<else>>rock hardness<<if $PC.vagina == 1>> and total wetness<</if>><</if>> she <<if $activeSlave.height >= 170>>leans into the rail, bending over it just slightly to offer her asshole at just the right height<<else>>hikes herself up on the rail, up on tiptoe, to bring her asshole to the most comfortable height<</if>>. She moans a little as you<<if $PC.dick == 0>> pull on your trusty vibrating strap-on and<</if>> enter her butt, but she keeps her gaze on the fiery horizon. She extricated her hands from yours to stabilize herself against the railing, leaving you free to gently massage her breasts in time with your slow thrusts. She does not climax, but after you do she turns halfway within your arms and kisses you impulsively. She leaves the balcony with a @@color:hotpink;small smile@@ on her face.
+	You move quietly over to her and encircle her with your arms, holding both her hands over her<<if $activeSlave.preg > 10>> pregnant<</if>> belly with both of yours. She relaxes into your <<if ($PC.boobs > 0)>>breasts<<else>>chest<</if>> for a few moments until she feels your <<if $PC.dick == 0>>building warmth<<else>>hardening member<</if>> against <<if $activeSlave.height >= 160>>her ass<<else>>her lower back<</if>>. She automatically begins to rub herself up and down to stimulate you; once she feels you reach <<if $PC.dick == 0>>full arousal<<else>>rock hardness<<if $PC.vagina == 1>> and total wetness<</if>><</if>> she <<if $activeSlave.height >= 170>>leans into the rail, bending over it just slightly to offer her asshole at just the right height<<else>>hikes herself up on the rail, up on tiptoe, to bring her asshole to the most comfortable height<</if>>. She moans a little as you<<if $PC.dick == 0>> pull on your trusty vibrating strap-on and<</if>> enter her butt, but she keeps her gaze on the fiery horizon. She extricated her hands from yours to stabilize herself against the railing, leaving you free to gently massage her breasts in time with your slow thrusts. She does not climax, but after you do she turns halfway within your arms and kisses you impulsively. She leaves the balcony with a @@.hotpink;small smile@@ on her face.
 	<<AnalVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -2696,22 +2696,22 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <<link "No, spectate and relax with her afterward">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You leave for a moment, but return quickly with a chair and a refreshing beverage so you can sit and enjoy the spectacle. It's hard to tell, but you're reasonably sure $activeSlave.slaveName is flattered by your interest. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> does not let her go for a long time, however, and when she finally retracts all the phalli, $activeSlave.slaveName collapses weakly to the sweat-stained floor. You gather the limp nympho in your arms and carry her to your private bath, which is all ready and filled with steaming water. $activeSlave.slaveName groans with pleasure as you lower her, still cradled in your arms, into the water. She nuzzles her $activeSlave.skin cheek against your <<if ($PC.boobs > 0)>>breasts<<else>>chest<</if>>, eyes closed in @@color:hotpink;bliss.@@
+	You leave for a moment, but return quickly with a chair and a refreshing beverage so you can sit and enjoy the spectacle. It's hard to tell, but you're reasonably sure $activeSlave.slaveName is flattered by your interest. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> does not let her go for a long time, however, and when she finally retracts all the phalli, $activeSlave.slaveName collapses weakly to the sweat-stained floor. You gather the limp nympho in your arms and carry her to your private bath, which is all ready and filled with steaming water. $activeSlave.slaveName groans with pleasure as you lower her, still cradled in your arms, into the water. She nuzzles her $activeSlave.skin cheek against your <<if ($PC.boobs > 0)>>breasts<<else>>chest<</if>>, eyes closed in @@.hotpink;bliss.@@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Tour her holes">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The polite thing to do would be to instruct $assistantName to retract a dildo before replacing it with <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>>. You are not, however, feeling particularly polite. $activeSlave.slaveName writhes in anguish when she feels an additional phallus forcing its way past her lips. She tries to relax but loses control and spasms; the throat fucking continues unmercifully and in short order she is gagging desperately. Each of her holes receives the same treatment in turn; all she manages to do in response is writhe here and there, and squeal incoherently whenever her mouth isn't totally full. She has become @@color:hotpink;more submissive to you.@@
+	The polite thing to do would be to instruct $assistantName to retract a dildo before replacing it with <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>>. You are not, however, feeling particularly polite. $activeSlave.slaveName writhes in anguish when she feels an additional phallus forcing its way past her lips. She tries to relax but loses control and spasms; the throat fucking continues unmercifully and in short order she is gagging desperately. Each of her holes receives the same treatment in turn; all she manages to do in response is writhe here and there, and squeal incoherently whenever her mouth isn't totally full. She has become @@.hotpink;more submissive to you.@@
 	<<BothVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<<if $activeSlave.vagina == 1>>
-	  Her tight pussy @@color:lime;isn't so tight any more.@@
+	  Her tight pussy @@.lime;isn't so tight any more.@@
 	  <<set $activeSlave.vagina += 1>>
 	<</if>>
 	<<if $activeSlave.anus == 1>>
-	  Her tight butt @@color:lime;has been loosened by the double anal.@@
+	  Her tight butt @@.lime;has been loosened by the double anal.@@
 	  <<set $activeSlave.anus += 1>>
 	<</if>>
 	<<set $skillIncrease = 10>>
@@ -2729,7 +2729,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Replace the machines with cockmilkees from the Dairy">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Some minutes later $activeSlave.slaveName feels one of the dildos retract and wriggles in protest. She's not long disappointed, though, as she immediately feels it replaced by a turgid dick. You and $assistantName stage-manage, and it isn't easy. Getting all the cocks into her requires some creative choreography; quite apart from the limits of even her well-used holes, it's hard just figuring out where everyone ought to stand. The cockmilked slaves are used to coming fast, and they do here, too, so there's also the necessity of switching them out periodically. Eventually you tire of the amusement and direct the Dairy bitches to clean up, which is no mean job, since $activeSlave.slaveName is by now lying in a pool of sweat and cum. But mostly cum. Despite the mess, everyone @@color:hotpink;enjoys@@ themselves immensely.
+	Some minutes later $activeSlave.slaveName feels one of the dildos retract and wriggles in protest. She's not long disappointed, though, as she immediately feels it replaced by a turgid dick. You and $assistantName stage-manage, and it isn't easy. Getting all the cocks into her requires some creative choreography; quite apart from the limits of even her well-used holes, it's hard just figuring out where everyone ought to stand. The cockmilked slaves are used to coming fast, and they do here, too, so there's also the necessity of switching them out periodically. Eventually you tire of the amusement and direct the Dairy bitches to clean up, which is no mean job, since $activeSlave.slaveName is by now lying in a pool of sweat and cum. But mostly cum. Despite the mess, everyone @@.hotpink;enjoys@@ themselves immensely.
 	<<BothVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -2750,8 +2750,8 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <<link "Punish her ass for insolence">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You inform her sternly that you will ensure that she is not permanently damaged, and that otherwise, she is to take anal pain like a good buttslave. She starts to beg and whine as you lean back in your chair and <<if $PC.dick == 0>>hold her upside down on your chest so she can lick your pussy while you use a dildo on her ass.<<else>>set her on your chest before reaching around to line your cock up with her sore hole. She shudders and writhes when you start pushing yourself inside.<</if>> You use hard pinches to her nipples to punish her whining, forcing her to take a long, painful buttfuck in silence. @@color:gold;She has become more afraid of you.@@
-	<<if ($activeSlave.anus < 3)>>Her week of tough anal experience has @@color:lime;permanently loosened her anus.@@<<set $activeSlave.anus += 1>><</if>>
+	You inform her sternly that you will ensure that she is not permanently damaged, and that otherwise, she is to take anal pain like a good buttslave. She starts to beg and whine as you lean back in your chair and <<if $PC.dick == 0>>hold her upside down on your chest so she can lick your pussy while you use a dildo on her ass.<<else>>set her on your chest before reaching around to line your cock up with her sore hole. She shudders and writhes when you start pushing yourself inside.<</if>> You use hard pinches to her nipples to punish her whining, forcing her to take a long, painful buttfuck in silence. @@.gold;She has become more afraid of you.@@
+	<<if ($activeSlave.anus < 3)>>Her week of tough anal experience has @@.lime;permanently loosened her anus.@@<<set $activeSlave.anus += 1>><</if>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -2760,8 +2760,8 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Give her some care">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's filled with anxiety as you lay her face down on your desk, but is surprised and reassured when she's penetrated not by a <<if $PC.dick == 0>>strap-on<<else>>turgid<<if $PC.vagina == 1>> futa<</if>> cock<</if>> but by a single gentle finger coated with something healing and cool. The mixed analgesic and anti-inflammatory takes the sharpness off the sore feeling, and will help get her butt back into fucking shape. @@color:mediumaquamarine;She has become more accepting of anal slavery,@@ and @@color:green;her asshole feels better.@@
-	<<if ($activeSlave.anus > 2)>>Your expert care has @@color:orange;allowed her loose asspussy to recover a little of its natural shape and size.@@<<set $activeSlave.anus -= 1>><</if>>
+	She's filled with anxiety as you lay her face down on your desk, but is surprised and reassured when she's penetrated not by a <<if $PC.dick == 0>>strap-on<<else>>turgid<<if $PC.vagina == 1>> futa<</if>> cock<</if>> but by a single gentle finger coated with something healing and cool. The mixed analgesic and anti-inflammatory takes the sharpness off the sore feeling, and will help get her butt back into fucking shape. @@.mediumaquamarine;She has become more accepting of anal slavery,@@ and @@.green;her asshole feels better.@@
+	<<if ($activeSlave.anus > 2)>>Your expert care has @@.orange;allowed her loose asspussy to recover a little of its natural shape and size.@@<<set $activeSlave.anus -= 1>><</if>>
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.minorInjury = 0>>
 	<</replace>>
@@ -2772,7 +2772,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <<link "Make butt love">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	There's a glint <<if canSee($activeSlave) == true>>on her face as she hears<<else>>in her eyes as she sees<</if>> you stand up from your desk; <<if $activeSlave.height >= 185>>she's tall enough for standing anal, so as you approach she just turns her head back to face the doorframe and cocks her hips.<<elseif $activeSlave.height < 160>>she's so short standing anal is a stretch, so as you approach she goes up on tiptoe with one leg and runs the other up the wall, using it as support to hike her ass as high as she can manage.<<else>>she's shorter than you, so as you approach she goes up on tiptoe to bring her ass to just the right height for standing anal.<</if>> You don't penetrate her right away, though; you <<if $activeSlave.butt > 5>>knead her mass of assflesh<<elseif $activeSlave.butt > 2>>heft a big buttock in each hand<<else>>cup her nice little buttocks<</if>>, briefly tease her <<if $activeSlave.anus > 2>>gaping asshole<<elseif $activeSlave.anus > 1>>ready asshole<<else>>inexperienced asshole<</if>> with one finger, and then run your hands around her <<if $activeSlave.waist < -95>>cartoonishly narrow<<elseif $activeSlave.waist < -10>>wasp<<else>>pretty<</if>> waist and up her <<if ($activeSlave.preg > 20)>>pregnant belly<<elseif ($activeSlave.muscles > 30)>>ripped abs<<elseif ($activeSlave.weight > 30)>>fat belly<<elseif ($activeSlave.weight > 10)>>plush stomach<<elseif ($activeSlave.weight >= -10)>>taut stomach<<else>>skinny body<</if>> to rest <<if $activeSlave.boobs > 2000>>buried under her enormous breasts.<<elseif $activeSlave.boobs > 800>>under her heavy breasts<<elseif $activeSlave.boobs > 200>>under her the curve of her breasts<<else>>against her trim chest<</if>>. Despite her poise she sighs at your impromptu massage, gasps at your <<if $PC.boobs != 0>>erect nipples brushing<<else>>muscular chest pressing<</if>> against her back, and shudders when your <<if $PC.dick == 0>>strap-on<<else>>stiff prick<</if>> comes to rest between her legs<<if $PC.vagina == 1>><<if $PC.dick == 1>>, the moist heat of your pussy very obvious at the base of your cock<</if>><</if>>. You bring her to a fine point of arousal, enjoying her body, pulling her $activeSlave.skin chin around to kiss her<<if $activeSlave.lips > 40>> bimbo<<elseif $activeSlave.lips > 20>> big<<elseif $activeSlave.lips > 20>> soft<</if>> lips. She's so ready that when you finally penetrate her, she orgasms slightly after one thrust, <<if ($activeSlave.dick > 0) and ((($activeSlave.balls == 0) or ($activeSlave.hormones > 0)))>>releasing a weak spurt against<<elseif $activeSlave.dick > 0>>spurting cum against<<elseif $activeSlave.vagina == -1>>grinding her featureless crotch against<<else>>leaving a little girlcum on<</if>> the doorframe. Her <<if $activeSlave.anus > 2>>tired sphincter clenches down to almost virgin tightness<<elseif $activeSlave.anus > 1>>veteran sphincter tightens powerfully<<else>>tight sphincter tightens mercilessly<</if>> with the orgasm, eliciting a sob of overstimulation, which you draw into a series of sobs by slowly assfucking her despite her climax. You are gentle with her butt, and continue teasing her body, so that her arousal builds again and she manages to climax a second time when you do. You let her out from between you and the doorframe to wash, and return to work, but when she emerges from a quick trip to the bathroom she kneels on the couch, spreads her buttocks with one hand, <<if canTalk($activeSlave) == false>>and @@color:mediumaquamarine;earnestly asks@@ for more.<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>@@color:mediumaquamarine;lisps earnestly@@, "More pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>@@color:mediumaquamarine;asks earnestly@@, "More please, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>>
+	There's a glint <<if canSee($activeSlave) == true>>on her face as she hears<<else>>in her eyes as she sees<</if>> you stand up from your desk; <<if $activeSlave.height >= 185>>she's tall enough for standing anal, so as you approach she just turns her head back to face the doorframe and cocks her hips.<<elseif $activeSlave.height < 160>>she's so short standing anal is a stretch, so as you approach she goes up on tiptoe with one leg and runs the other up the wall, using it as support to hike her ass as high as she can manage.<<else>>she's shorter than you, so as you approach she goes up on tiptoe to bring her ass to just the right height for standing anal.<</if>> You don't penetrate her right away, though; you <<if $activeSlave.butt > 5>>knead her mass of assflesh<<elseif $activeSlave.butt > 2>>heft a big buttock in each hand<<else>>cup her nice little buttocks<</if>>, briefly tease her <<if $activeSlave.anus > 2>>gaping asshole<<elseif $activeSlave.anus > 1>>ready asshole<<else>>inexperienced asshole<</if>> with one finger, and then run your hands around her <<if $activeSlave.waist < -95>>cartoonishly narrow<<elseif $activeSlave.waist < -10>>wasp<<else>>pretty<</if>> waist and up her <<if ($activeSlave.preg > 20)>>pregnant belly<<elseif ($activeSlave.muscles > 30)>>ripped abs<<elseif ($activeSlave.weight > 30)>>fat belly<<elseif ($activeSlave.weight > 10)>>plush stomach<<elseif ($activeSlave.weight >= -10)>>taut stomach<<else>>skinny body<</if>> to rest <<if $activeSlave.boobs > 2000>>buried under her enormous breasts.<<elseif $activeSlave.boobs > 800>>under her heavy breasts<<elseif $activeSlave.boobs > 200>>under her the curve of her breasts<<else>>against her trim chest<</if>>. Despite her poise she sighs at your impromptu massage, gasps at your <<if $PC.boobs != 0>>erect nipples brushing<<else>>muscular chest pressing<</if>> against her back, and shudders when your <<if $PC.dick == 0>>strap-on<<else>>stiff prick<</if>> comes to rest between her legs<<if $PC.vagina == 1>><<if $PC.dick == 1>>, the moist heat of your pussy very obvious at the base of your cock<</if>><</if>>. You bring her to a fine point of arousal, enjoying her body, pulling her $activeSlave.skin chin around to kiss her<<if $activeSlave.lips > 40>> bimbo<<elseif $activeSlave.lips > 20>> big<<elseif $activeSlave.lips > 20>> soft<</if>> lips. She's so ready that when you finally penetrate her, she orgasms slightly after one thrust, <<if ($activeSlave.dick > 0) and ((($activeSlave.balls == 0) or ($activeSlave.hormones > 0)))>>releasing a weak spurt against<<elseif $activeSlave.dick > 0>>spurting cum against<<elseif $activeSlave.vagina == -1>>grinding her featureless crotch against<<else>>leaving a little girlcum on<</if>> the doorframe. Her <<if $activeSlave.anus > 2>>tired sphincter clenches down to almost virgin tightness<<elseif $activeSlave.anus > 1>>veteran sphincter tightens powerfully<<else>>tight sphincter tightens mercilessly<</if>> with the orgasm, eliciting a sob of overstimulation, which you draw into a series of sobs by slowly assfucking her despite her climax. You are gentle with her butt, and continue teasing her body, so that her arousal builds again and she manages to climax a second time when you do. You let her out from between you and the doorframe to wash, and return to work, but when she emerges from a quick trip to the bathroom she kneels on the couch, spreads her buttocks with one hand, <<if canTalk($activeSlave) == false>>and @@.mediumaquamarine;earnestly asks@@ for more.<<elseif SlaveStatsChecker.checkForLisp($activeSlave) == true>>@@.mediumaquamarine;lisps earnestly@@, "More pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>@@.mediumaquamarine;asks earnestly@@, "More please, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>>
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -2781,7 +2781,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Pound that ass">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You choose your moment carefully, waiting until <<if canSee($activeSlave) == true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambient sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her butt to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the discomfort of standing anal penetration, <<if $activeSlave.anus > 2>>though it's nothing new to her<<elseif $activeSlave.anus > 1>>veteran asshole notwithstanding<<else>>worsened by her tight little sphincter<</if>>. You ravage her ass hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<elseif $activeSlave.vagina == -1>>grind her smooth groin against it instinctively, even though that's not very useful<<else>>humping her pussy against it<</if>> for stimulation. Her asshole eventually spasms in orgasm, but it's spasmed so frequently during the rough sodomy that you don't realize the slut came to having her asshole savaged until <<if $activeSlave.dick > 0>>you notice the ejaculate running down her leg<<else>>an aftershock almost makes her legs give out<</if>>. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@color:hotpink;obediently,@@ though you do notice she sits to one side to take a bit of weight off her poor rear.
+	You choose your moment carefully, waiting until <<if canSee($activeSlave) == true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambient sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her butt to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the discomfort of standing anal penetration, <<if $activeSlave.anus > 2>>though it's nothing new to her<<elseif $activeSlave.anus > 1>>veteran asshole notwithstanding<<else>>worsened by her tight little sphincter<</if>>. You ravage her ass hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<elseif $activeSlave.vagina == -1>>grind her smooth groin against it instinctively, even though that's not very useful<<else>>humping her pussy against it<</if>> for stimulation. Her asshole eventually spasms in orgasm, but it's spasmed so frequently during the rough sodomy that you don't realize the slut came to having her asshole savaged until <<if $activeSlave.dick > 0>>you notice the ejaculate running down her leg<<else>>an aftershock almost makes her legs give out<</if>>. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@.hotpink;obediently,@@ though you do notice she sits to one side to take a bit of weight off her poor rear.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -2792,7 +2792,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <br><<link "Pound that pussy">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You choose your moment carefully, waiting until <<if canSee($activeSlave) == true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambient sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her hips to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the pleasure of standing vaginal penetration, <<if $activeSlave.vagina > 2>>though it's nothing new to her<<elseif $activeSlave.vagina > 1>>veteran pussy notwithstanding<<else>>inserting slowly into her still-tight pussy<</if>>. You pump her hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<else>>humping her abdomen against it<</if>>. She eventually shudders and spasms in orgasm, <<if $activeSlave.dick > 0>>the ejaculate running down her leg<<else>>her legs almost give out<</if>> making obvious her pleasure in getting her pussy fucked by you. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@color:hotpink;obediently.@@
+	You choose your moment carefully, waiting until <<if canSee($activeSlave) == true>>she turns her gaze away from you for an instant. When she looks back, your desk chair is empty<<else>>the ambient sound is loud enough for you to sneak up on her<</if>>; for all her sexual poise she's surprised by the force of your <<if $PC.boobs != 0>>tits<<else>>chest<</if>> crashing into her <<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> back, forcing her<<if ($activeSlave.preg > 20)>> pregnant belly<</if>> against the doorframe. <<if $activeSlave.height >= 185>>She's so tall her butt is at the perfect height right where it is, so she relaxes as much as possible, trapped against the doorframe.<<elseif $activeSlave.height < 160>>She's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place.<<else>>She squirms up on tiptoes to get her hips to the right height, trapped between you and the doorframe.<</if>> None too soon, for the next thing she feels is the pleasure of standing vaginal penetration, <<if $activeSlave.vagina > 2>>though it's nothing new to her<<elseif $activeSlave.vagina > 1>>veteran pussy notwithstanding<<else>>inserting slowly into her still-tight pussy<</if>>. You pump her hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first she was squashed painfully against it, but she manages to <<if ($activeSlave.preg > 20)>>shift her pregnancy beside the frame and<</if>> cock her hips out at enough of an angle that she can get back to <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>humping her pathetic limp dick against it<<elseif $activeSlave.dick > 0>>rubbing her cock against it<<else>>humping her abdomen against it<</if>>. She eventually shudders and spasms in orgasm, <<if $activeSlave.dick > 0>>the ejaculate running down her leg<<else>>her legs almost give out<</if>> making obvious her pleasure in getting her pussy fucked by you. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean herself up. When she emerges, she comes over to sit quietly next to your desk, looking up at you @@.hotpink;obediently.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -2805,7 +2805,7 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 <<link "Enter the shower and quietly comfort her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She starts with surprise <<if canSee($activeSlave) == true>>as you enter the shower<<else>>as she hears you enter the shower<</if>>, and then looks at you in shock as you sit down beside her, ignoring the water soaking your clothes. She does not resist when you draw her gently into your lap. She's stiff and uncomfortable as you hold her gently, but she eventually relaxes and allows her head to rest <<if ($PC.boobs > 0)>>between your breasts<<else>>against your shoulder<</if>>. She's utterly conflicted; the hateful person who she is expected to fuck is tenderly comforting her. She finally seems to accept the animal comfort, whatever its source, and begins to @@color:mediumaquamarine;trust@@ you to do more than just use her.
+	She starts with surprise <<if canSee($activeSlave) == true>>as you enter the shower<<else>>as she hears you enter the shower<</if>>, and then looks at you in shock as you sit down beside her, ignoring the water soaking your clothes. She does not resist when you draw her gently into your lap. She's stiff and uncomfortable as you hold her gently, but she eventually relaxes and allows her head to rest <<if ($PC.boobs > 0)>>between your breasts<<else>>against your shoulder<</if>>. She's utterly conflicted; the hateful person who she is expected to fuck is tenderly comforting her. She finally seems to accept the animal comfort, whatever its source, and begins to @@.mediumaquamarine;trust@@ you to do more than just use her.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -2877,14 +2877,14 @@ Without another word, you tell her she can go. She looks around to gape uncompre
 	"Sorry, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I was just r-remembering, b-before - all this."
   <</if>>
 <</if>>
-You tell her kindly that you understand, and that she'll be trained to address this. Then, you turn and go. She's mystified; though she's not overjoyed by the promise of correction, she finds herself @@color:hotpink;less resistant@@ to following your plans.
+You tell her kindly that you understand, and that she'll be trained to address this. Then, you turn and go. She's mystified; though she's not overjoyed by the promise of correction, she finds herself @@.hotpink;less resistant@@ to following your plans.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Use her when she gets out">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Eventually she finishes and switches the shower to dry. The airflow dries her and she steps out, but as she does, she's seized and flung over the countertop with a slap as her naked, $activeSlave.skin <<if $activeSlave.preg > 20>> pregnant belly<<else>>skin<</if>> hits the surface. <<if $activeSlave.vaginalAccessory == "chastity belt">>With her chastity belt protecting her pussy, you ram <<if $PC.dick == 0>>your vibrating strap-on<<else>>yourself<</if>> up her ass instead, drawing a pained sob.<<elseif $activeSlave.vagina == -1>>You ram <<if $PC.dick == 0>>your vibrating strap-on<<else>>yourself<</if>> up her ass, drawing a pained sob.<<else>>You take her silly cunt just long enough to force a few gasps out of her before you pull out and ram <<if $PC.dick == 0>>your vibrating strap-on<<else>>yourself<</if>> up her ass, drawing a pained sob.<</if>> As she takes the pounding sullenly, <<if canSee($activeSlave) == true>>she has a direct view of her own eyes in the mirror, and clearly @@color:gold;is disturbed by what she sees.@@<<else>>she can hear nothing but the sound of her brutal rape, and clearly @@color:gold;is disturbed by what she hears.@@<</if>>
+	Eventually she finishes and switches the shower to dry. The airflow dries her and she steps out, but as she does, she's seized and flung over the countertop with a slap as her naked, $activeSlave.skin <<if $activeSlave.preg > 20>> pregnant belly<<else>>skin<</if>> hits the surface. <<if $activeSlave.vaginalAccessory == "chastity belt">>With her chastity belt protecting her pussy, you ram <<if $PC.dick == 0>>your vibrating strap-on<<else>>yourself<</if>> up her ass instead, drawing a pained sob.<<elseif $activeSlave.vagina == -1>>You ram <<if $PC.dick == 0>>your vibrating strap-on<<else>>yourself<</if>> up her ass, drawing a pained sob.<<else>>You take her silly cunt just long enough to force a few gasps out of her before you pull out and ram <<if $PC.dick == 0>>your vibrating strap-on<<else>>yourself<</if>> up her ass, drawing a pained sob.<</if>> As she takes the pounding sullenly, <<if canSee($activeSlave) == true>>she has a direct view of her own eyes in the mirror, and clearly @@.gold;is disturbed by what she sees.@@<<else>>she can hear nothing but the sound of her brutal rape, and clearly @@.gold;is disturbed by what she hears.@@<</if>>
 	<<set $activeSlave.trust -= 5>>
 	<<BothVCheck>>
 	<</replace>>
@@ -2895,7 +2895,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Abuse her ass">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She turns around as <<if canSee($activeSlave) == false>>she hears <</if>>you enter the bathroom, fear and loathing on her face, but you seize her shoulder and spin her back around without a word. You drag her across the counter until her face is over the sink, and turn it on. She struggles in sheer incomprehension as you hold her head over the filling basin with one hand and roughly grope her butt with the other. When the sink is full, you tell her to spread her buttocks for you like a good butthole bitch. She hesitates, so you push her face under the surface of the water and hold it there until she complies. You shove <<if $PC.dick == 0>>a dildo<<else>>your member<</if>> up her anus so harshly that she spasms and reflexively tries to get away, so you push her under again until she stops struggling. For the next ten minutes, she gets shoved under water whenever she offers the slightest resistance to anal rape. Soon, her tears are pattering down into the sink. The next time you decide to buttfuck her, she's @@color:gold;compliant from sheer terror.@@
+	She turns around as <<if canSee($activeSlave) == false>>she hears <</if>>you enter the bathroom, fear and loathing on her face, but you seize her shoulder and spin her back around without a word. You drag her across the counter until her face is over the sink, and turn it on. She struggles in sheer incomprehension as you hold her head over the filling basin with one hand and roughly grope her butt with the other. When the sink is full, you tell her to spread her buttocks for you like a good butthole bitch. She hesitates, so you push her face under the surface of the water and hold it there until she complies. You shove <<if $PC.dick == 0>>a dildo<<else>>your member<</if>> up her anus so harshly that she spasms and reflexively tries to get away, so you push her under again until she stops struggling. For the next ten minutes, she gets shoved under water whenever she offers the slightest resistance to anal rape. Soon, her tears are pattering down into the sink. The next time you decide to buttfuck her, she's @@.gold;compliant from sheer terror.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -2904,7 +2904,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Reassure her of her sexual worth">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She turns around as <<if canSee($activeSlave) == false>>she hears <</if>>you enter the bathroom, fear and loathing on her face, but is surprised by <<if canSee($activeSlave) == true>>your gentle expression<<else>>by how calm your steps seem<</if>>. She's more shocked still when you give her a reassuring hug and kiss her unresisting mouth. She's so unable to figure out what's happening that she eventually gives up and relaxes into you. You gently turn her around to face the mirror again, and working from the top of her head, describe her body in minute detail, explaining how pretty and valuable a sex slave she is. When you're about to reach her butt, <<if canTalk($activeSlave) == false>>she uses gestures to beg you not to assrape her.<<elseif ($activeSlave.lips > 70)>>she begs meekly through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe, pleathe don't athrape me."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>she begs meekly through her mouthful of piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe, pleathe don't athrape me."<<else>>she begs meekly, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please, please don't assrape me. I don't think I can take it."<</if>> You patiently explain that taking <<if $PC.dick == 0>>anything you feel like inserting into her backdoor<<else>>your cock<</if>> is her duty, and begin to massage her sphincter open with a single gentle finger. She doesn't enjoy the ensuing assfuck, but she doesn't truly hate it either and @@color:hotpink;begins to hope@@ that being your butt slave won't be so painful after all.
+	She turns around as <<if canSee($activeSlave) == false>>she hears <</if>>you enter the bathroom, fear and loathing on her face, but is surprised by <<if canSee($activeSlave) == true>>your gentle expression<<else>>by how calm your steps seem<</if>>. She's more shocked still when you give her a reassuring hug and kiss her unresisting mouth. She's so unable to figure out what's happening that she eventually gives up and relaxes into you. You gently turn her around to face the mirror again, and working from the top of her head, describe her body in minute detail, explaining how pretty and valuable a sex slave she is. When you're about to reach her butt, <<if canTalk($activeSlave) == false>>she uses gestures to beg you not to assrape her.<<elseif ($activeSlave.lips > 70)>>she begs meekly through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe, pleathe don't athrape me."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>she begs meekly through her mouthful of piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe, pleathe don't athrape me."<<else>>she begs meekly, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please, please don't assrape me. I don't think I can take it."<</if>> You patiently explain that taking <<if $PC.dick == 0>>anything you feel like inserting into her backdoor<<else>>your cock<</if>> is her duty, and begin to massage her sphincter open with a single gentle finger. She doesn't enjoy the ensuing assfuck, but she doesn't truly hate it either and @@.hotpink;begins to hope@@ that being your butt slave won't be so painful after all.
 	<<set $activeSlave.devotion += 4>>
 	<<set $skillIncrease = 10>><<AnalSkillIncrease $activeSlave>>
 	<<set $activeSlave.analCount += 1>>
@@ -2923,7 +2923,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Force her out of bed and humiliate her publicly">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You drag her unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. Her struggles and protests grow more frantic as she <<if canSee($activeSlave) == true>>sees the first passersby beginning to stare at the little spectacle<<else>>begins to hear the various catcalls and other comments directed at her<</if>>. You force her right there, thoroughly raping the struggling girl in public. @@color:gold;She learns the consequences of refusal,@@ but @@color:red;your reputation has been decreased by the unseemly commotion.@@
+	You drag her unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. Her struggles and protests grow more frantic as she <<if canSee($activeSlave) == true>>sees the first passersby beginning to stare at the little spectacle<<else>>begins to hear the various catcalls and other comments directed at her<</if>>. You force her right there, thoroughly raping the struggling girl in public. @@.gold;She learns the consequences of refusal,@@ but @@.red;your reputation has been decreased by the unseemly commotion.@@
 	  <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 		  <<set $activeSlave.vaginalCount += 1>>
 		  <<set $vaginalTotal += 1>>
@@ -2942,14 +2942,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Let her stay in bed, but move it to a public restroom">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You quickly pin the blanket to the mattress, securing her in place. You direct that a urinal in one of $arcologies[0].name's public restrooms be unbolted and replaced by the mattress, slave and all. She's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo (though muffled by the blanket) when she feels urine beginning to soak through the blanket. After an hour or so she's begging to be let out, @@color:gold;swearing she'll improve her conduct.@@
+	You quickly pin the blanket to the mattress, securing her in place. You direct that a urinal in one of $arcologies[0].name's public restrooms be unbolted and replaced by the mattress, slave and all. She's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo (though muffled by the blanket) when she feels urine beginning to soak through the blanket. After an hour or so she's begging to be let out, @@.gold;swearing she'll improve her conduct.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
 <br><<link "Let her stay in bed, but move it to a whorehouse">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You quickly pin the blanket to the mattress, securing her in place. You direct that she be brought to an arcology salon that serves as a slave brothel. Once she's there, you take a pair of scissors and cut a slit through the sheets. She's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo when she feels a cock being shoved through the slit and between her buttocks. Being muffled and held immobile for rape for hire @@color:gold;terrifies her@@ but @@color:yellowgreen;earns some cash.@@
+	You quickly pin the blanket to the mattress, securing her in place. You direct that she be brought to an arcology salon that serves as a slave brothel. Once she's there, you take a pair of scissors and cut a slit through the sheets. She's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo when she feels a cock being shoved through the slit and between her buttocks. Being muffled and held immobile for rape for hire @@.gold;terrifies her@@ but @@.yellowgreen;earns some cash.@@
 	<<BothVCheck>>
 	<<set $activeSlave.trust -= 5>>
 	<<if canDoVaginal($activeSlave)>>
@@ -2982,7 +2982,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Just confine would-be escapee to prevent future attempts">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You order $activeSlave.slaveName confined until further notice. $activeSlave.slaveName is @@color:hotpink;a little crushed@@ by her failure to escape. However, every single one of your other slaves not already obedient to you is slightly @@color:mediumaquamarine;encouraged in her trust that you won't hurt her@@ by this moderate punishment of an escape attempt.
+	You order $activeSlave.slaveName confined until further notice. $activeSlave.slaveName is @@.hotpink;a little crushed@@ by her failure to escape. However, every single one of your other slaves not already obedient to you is slightly @@.mediumaquamarine;encouraged in her trust that you won't hurt her@@ by this moderate punishment of an escape attempt.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.assignment = "stay confined">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -2995,7 +2995,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Flog the would-be escapee">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Lesser whippings are usually performed by binding a slave's hands and then securing them to the ceiling so that she will dance titillatingly when struck. This is not such a beating. You tie $activeSlave.slaveName to a wall by her wrists and ankles and flog her with workmanlike thoroughness<<if $activeSlave.preg > 10>>, making sure to avoid accidentally ending her pregnancy<</if>>. She passes from angry struggles to agonized sobbing and finally to bloody, exhausted weeping before you untie her now-limp form and apply first aid. $activeSlave.slaveName's rebelliousness is @@color:gold;dulled by the experience,@@ and her @@color:red;health is damaged.@@ Furthermore, every single one of your other slaves not already obedient to you is @@color:gold;frightened@@ by the example set.
+	Lesser whippings are usually performed by binding a slave's hands and then securing them to the ceiling so that she will dance titillatingly when struck. This is not such a beating. You tie $activeSlave.slaveName to a wall by her wrists and ankles and flog her with workmanlike thoroughness<<if $activeSlave.preg > 10>>, making sure to avoid accidentally ending her pregnancy<</if>>. She passes from angry struggles to agonized sobbing and finally to bloody, exhausted weeping before you untie her now-limp form and apply first aid. $activeSlave.slaveName's rebelliousness is @@.gold;dulled by the experience,@@ and her @@.red;health is damaged.@@ Furthermore, every single one of your other slaves not already obedient to you is @@.gold;frightened@@ by the example set.
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.health -= 40>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -3008,7 +3008,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Amputate the would-be escapee's limbs">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@color:mediumorchid;filled with implacable hatred@@ by this terrible punishment, and her @@color:red;health is damaged@@ by the major surgery. However, every single one of your other slaves not already obedient to you is @@color:gold;utterly terrified@@ by the example set.
+	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@.mediumorchid;filled with implacable hatred@@ by this terrible punishment, and her @@.red;health is damaged@@ by the major surgery. However, every single one of your other slaves not already obedient to you is @@.gold;utterly terrified@@ by the example set.
 	<<set $activeSlave.devotion -= 50>>
 	<<set $activeSlave.trust -= 50>>
 	<<set $activeSlave.health -= 40>>
@@ -3026,7 +3026,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Clip the would-be escapee's tendons">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@color:mediumorchid;saddened@@ and @@color:gold;frightened@@ by this punishment, and her @@color:red;health is damaged@@ by the surgery. Every single one of your other slaves with any resistance left in them is @@color:gold;sensibly restrained@@ from trying such rash acts.
+	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@.mediumorchid;saddened@@ and @@.gold;frightened@@ by this punishment, and her @@.red;health is damaged@@ by the surgery. Every single one of your other slaves with any resistance left in them is @@.gold;sensibly restrained@@ from trying such rash acts.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.health -= 10>>
@@ -3042,7 +3042,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Blind the would-be escapee">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. You make sure to point out all the things she'll never get to see again. $activeSlave.slaveName is @@color:mediumorchid;filled with implacable hatred@@ by this terrible punishment, and her @@color:red;health is slightly damaged@@ by the surgery. However, every single one of your other slaves not already obedient to you is @@color:gold;utterly terrified@@ by the example set.
+	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. You make sure to point out all the things she'll never get to see again. $activeSlave.slaveName is @@.mediumorchid;filled with implacable hatred@@ by this terrible punishment, and her @@.red;health is slightly damaged@@ by the surgery. However, every single one of your other slaves not already obedient to you is @@.gold;utterly terrified@@ by the example set.
 	<<set $activeSlave.devotion -= 50>>
 	<<set $activeSlave.trust -= 50>>
 	<<set $activeSlave.health -= 20>>
@@ -3060,7 +3060,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Mute the would-be escapee">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, protesting form through the penthouse to the surgery. She is allowed one last chance to verbally resist you, plead with you, and finally to beg with you, all in vain. $activeSlave.slaveName is @@color:mediumorchid;filled with hatred@@ and @@color:gold;terror@@ by this harsh punishment, and her @@color:red;health is slightly damaged@@ by the surgery. However, every single one of your other slaves not already obedient to you is @@color:hotpink;terrified@@ by the example set.
+	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, protesting form through the penthouse to the surgery. She is allowed one last chance to verbally resist you, plead with you, and finally to beg with you, all in vain. $activeSlave.slaveName is @@.mediumorchid;filled with hatred@@ and @@.gold;terror@@ by this harsh punishment, and her @@.red;health is slightly damaged@@ by the surgery. However, every single one of your other slaves not already obedient to you is @@.hotpink;terrified@@ by the example set.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 25>>
 	<<set $activeSlave.health -= 10>>
@@ -3079,7 +3079,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Extirpate this foolishness with pain">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You seize her and begin to bind her for appropriate punishment. $activeSlave.slaveName does not resist you physically at first. She finds herself tied bent over your desk, face down, with her arms locked behind her<<if $activeSlave.preg > 20>> and her pregnant belly hanging off the edge<</if>>. She struggles a little when you insert your cock into her <<if ($activeSlave.anus == 1)>>poor little anus<<elseif ($activeSlave.anus == 2)>>whore's butt<<else>>gaping rear end<</if>>, but her real agony begins when you place her arms in an inescapable joint lock and apply a little pressure. It doesn't damage her, but it easily causes more pain than she is capable of resisting. She does a little dance within her bindings, squealing and involuntarily clenching you nicely with her anal ring. You require her to recite the litany <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"My name ith $activeSlave.slaveName!"<<else>>"My name is $activeSlave.slaveName!"<</if>>, coaching her with alternate orders and agonizing correction until she's screaming every word at the top of her lungs in an endless wail. Her screeching rises and falls as she feels the burning sensation of your merciless use of her ass, but she works her lungs hard to avoid as much pain as she can. When you've climaxed and cast off her bindings, you make her repeat her name one last time as she stiffly rubs her abused arms and anus. She does, @@color:gold;without hesitation.@@
+	You seize her and begin to bind her for appropriate punishment. $activeSlave.slaveName does not resist you physically at first. She finds herself tied bent over your desk, face down, with her arms locked behind her<<if $activeSlave.preg > 20>> and her pregnant belly hanging off the edge<</if>>. She struggles a little when you insert your cock into her <<if ($activeSlave.anus == 1)>>poor little anus<<elseif ($activeSlave.anus == 2)>>whore's butt<<else>>gaping rear end<</if>>, but her real agony begins when you place her arms in an inescapable joint lock and apply a little pressure. It doesn't damage her, but it easily causes more pain than she is capable of resisting. She does a little dance within her bindings, squealing and involuntarily clenching you nicely with her anal ring. You require her to recite the litany <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"My name ith $activeSlave.slaveName!"<<else>>"My name is $activeSlave.slaveName!"<</if>>, coaching her with alternate orders and agonizing correction until she's screaming every word at the top of her lungs in an endless wail. Her screeching rises and falls as she feels the burning sensation of your merciless use of her ass, but she works her lungs hard to avoid as much pain as she can. When you've climaxed and cast off her bindings, you make her repeat her name one last time as she stiffly rubs her abused arms and anus. She does, @@.gold;without hesitation.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3088,13 +3088,13 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Allow her to resume her birth name, but make it publicly humiliating">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You calmly and charitably tell her that that's acceptable; she can be $activeSlave.birthName again. She has the wit to be worried, and she soon finds that her fears are not unjustified. You bring her out to the club, and explain with equanimity that she has two choices: she can either introduce herself to strangers by name and offer them free oral sex, or she can be whipped until she introduces herself to strangers by name and offers them free oral sex. Her lip quivers a little, but she stumbles over to a nearby group of local worthies and whimpers hesitantly, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"H-hi, my name ith $activeSlave.birthName. Can I thuck you off?"<<else>>"H-hi, my name is $activeSlave.birthName, can I suck you off, please?"<</if>> They laugh, and understanding the situation perfectly, give you a @@color:green;grateful wave@@ even as their leader pushes her to her knees. For the rest of the week, she's seeing to her duties, sleeping, or blowing strangers after telling them her name. Though she has reassumed her birth name, it is @@color:gold;no longer any source of independence to her.@@
+	You calmly and charitably tell her that that's acceptable; she can be $activeSlave.birthName again. She has the wit to be worried, and she soon finds that her fears are not unjustified. You bring her out to the club, and explain with equanimity that she has two choices: she can either introduce herself to strangers by name and offer them free oral sex, or she can be whipped until she introduces herself to strangers by name and offers them free oral sex. Her lip quivers a little, but she stumbles over to a nearby group of local worthies and whimpers hesitantly, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"H-hi, my name ith $activeSlave.birthName. Can I thuck you off?"<<else>>"H-hi, my name is $activeSlave.birthName, can I suck you off, please?"<</if>> They laugh, and understanding the situation perfectly, give you a @@.green;grateful wave@@ even as their leader pushes her to her knees. For the rest of the week, she's seeing to her duties, sleeping, or blowing strangers after telling them her name. Though she has reassumed her birth name, it is @@.gold;no longer any source of independence to her.@@
 	<<set $rep += 100>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.oralCount += 50>>
 	<<set $activeSlave.slaveName = $activeSlave.birthName>>
 	<<set $oralTotal += 50>>
-	<<if random(1,100) > 50>>The experience has given her an @@color:pink;interest in humiliation.@@<<set $activeSlave.fetishStrength = 10>><<set $activeSlave.fetish = "humiliation">><<set $activeSlave.fetishKnown = 1>><</if>>
+	<<if random(1,100) > 50>>The experience has given her an @@.pink;interest in humiliation.@@<<set $activeSlave.fetishStrength = 10>><<set $activeSlave.fetish = "humiliation">><<set $activeSlave.fetishKnown = 1>><</if>>
 	<</replace>>
 <</link>> //This may impact her sexuality.//
 <<if $arcade > 0>>
@@ -3113,7 +3113,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Let her go naked">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if $activeSlave.amp != 1>>She skips away happily,<<else>>She wriggles her stumps with pleasure,<</if>> overjoyed to be free of the clothing you ordered her to wear. Her obedience to you @@color:mediumorchid;has decreased,@@ as has @@color:mediumaquamarine;her fear@@ of you.
+	<<if $activeSlave.amp != 1>>She skips away happily,<<else>>She wriggles her stumps with pleasure,<</if>> overjoyed to be free of the clothing you ordered her to wear. Her obedience to you @@.mediumorchid;has decreased,@@ as has @@.mediumaquamarine;her fear@@ of you.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
@@ -3121,14 +3121,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Force her to choose between her straps and public nudity">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that you understand, and that she can go naked; she looks thrilled until you tell her she'll be walking every hallway in $arcologies[0].name today, nude. Before she can protest, you add that her only other option is to put her proper clothes back on and be a good little bitch. She shudders and @@color:gold;hurries to get her straps back on.@@
+	You tell her that you understand, and that she can go naked; she looks thrilled until you tell her she'll be walking every hallway in $arcologies[0].name today, nude. Before she can protest, you add that her only other option is to put her proper clothes back on and be a good little bitch. She shudders and @@.gold;hurries to get her straps back on.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
 <br><<link "Add dildos to her gear">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that you understand, and that you will get her some new clothing. She is thrilled, but her pleasure turns to horror when she sees that the new clothes are a version of the same slave bondage gear, just with inward-facing dildos for her <<if $activeSlave.vagina > -1>>pussy and <</if>> asshole. For the rest of the week, she walks around awkwardly, unable to find a comfortable position <<if $activeSlave.preg > 20>>between<<else>>since<</if>> her <<if $seeRace == 1>>$activeSlave.race <</if>>body <<if $activeSlave.preg <= 20>>is<</if>> being penetrated by her own clothing<<if $activeSlave.preg > 20>> and the straps digging into her rounded belly<</if>>. @@color:hotpink;She has become more submissive.@@
+	You tell her that you understand, and that you will get her some new clothing. She is thrilled, but her pleasure turns to horror when she sees that the new clothes are a version of the same slave bondage gear, just with inward-facing dildos for her <<if $activeSlave.vagina > -1>>pussy and <</if>> asshole. For the rest of the week, she walks around awkwardly, unable to find a comfortable position <<if $activeSlave.preg > 20>>between<<else>>since<</if>> her <<if $seeRace == 1>>$activeSlave.race <</if>>body <<if $activeSlave.preg <= 20>>is<</if>> being penetrated by her own clothing<<if $activeSlave.preg > 20>> and the straps digging into her rounded belly<</if>>. @@.hotpink;She has become more submissive.@@
 	<<BothVCheck>>
 	<</replace>>
 	<<set $activeSlave.devotion += 4>>
@@ -3149,14 +3149,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Give her a rough spanking">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.amp != 1)>>You tie the protesting slave to your desk <<if $activeSlave.preg > 20>>with<<else>>so that<</if>> her chest <<if $activeSlave.preg <= 20>>is <</if>>against the top of the desk<<if $activeSlave.preg > 20>> with her pregnant belly hanging of the side, so that<<else>> and<</if>> she's standing upright with her ass in the air.<<else>>You place the protesting, defenseless torso on your <<if $activeSlave.preg > 20>>lap, face down with her pregnant belly between your legs<<else>>desk, face down<</if>>.<</if>> You spank her severely, leaving her buttocks bright pink. She must count the strokes or have her punishment start over. Sobbing, she counts <<if ($activeSlave.lips > 70)>>through her massive dick-sucking lips, "Six, UUHHH, Seben, UUHHH, Seben"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through her inconvenient oral piercings, "Six, UUHHH, Seben, UUHHH, Seben"<<else>>"Six, AAGHHH, Seven, AAGHHH, Seven"<</if>> and then realizes her mistake and begs for mercy - in vain, of course. You finish her off with a rough fuck, with her jerking against her restraints every time you stroke into her sore buttocks. @@color:gold;She learns from the experience.@@
+	<<if ($activeSlave.amp != 1)>>You tie the protesting slave to your desk <<if $activeSlave.preg > 20>>with<<else>>so that<</if>> her chest <<if $activeSlave.preg <= 20>>is <</if>>against the top of the desk<<if $activeSlave.preg > 20>> with her pregnant belly hanging of the side, so that<<else>> and<</if>> she's standing upright with her ass in the air.<<else>>You place the protesting, defenseless torso on your <<if $activeSlave.preg > 20>>lap, face down with her pregnant belly between your legs<<else>>desk, face down<</if>>.<</if>> You spank her severely, leaving her buttocks bright pink. She must count the strokes or have her punishment start over. Sobbing, she counts <<if ($activeSlave.lips > 70)>>through her massive dick-sucking lips, "Six, UUHHH, Seben, UUHHH, Seben"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through her inconvenient oral piercings, "Six, UUHHH, Seben, UUHHH, Seben"<<else>>"Six, AAGHHH, Seven, AAGHHH, Seven"<</if>> and then realizes her mistake and begs for mercy - in vain, of course. You finish her off with a rough fuck, with her jerking against her restraints every time you stroke into her sore buttocks. @@.gold;She learns from the experience.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
 <br><<link "Sentence her to public use">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When she <<if canSee($activeSlave)>>sees she's being taken to a sex booth<<else>>hears the sounds of a public sex parlor<</if>>, she begins to cry. She begs <<if ($activeSlave.lips > 70)>>through her massive dick-sucking lips, "Peese, no, mathter, Ah'll be good-"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through her inconvenient oral piercings, "Peese, no, mathter, Ah'll be good-"<<else>>through her tears, "Please, no, master, I'll be good-"<</if>> but is cut off when the machine closes around her head. It will offer her ass and pussy to anyone who pays for the rest of the week, and keep her fed and cleaned. Her world will become nothing but silent, featureless darkness and dick. You earn some money off her, and by the end of the night her holes get well stretched. @@color:hotpink;She learns from the experience.@@<<if $activeSlave.vagina == 0>>@@color:lime; She's lost her virginity.@@<<set $activeSlave.vagina += 1>><<elseif $activeSlave.vagina > -1>><<set $activeSlave.vagina += 1>><</if>>  <<if $activeSlave.anus == 0>>@@color:lime; She's lost her anal cherry.@@<</if>>
+	When she <<if canSee($activeSlave)>>sees she's being taken to a sex booth<<else>>hears the sounds of a public sex parlor<</if>>, she begins to cry. She begs <<if ($activeSlave.lips > 70)>>through her massive dick-sucking lips, "Peese, no, mathter, Ah'll be good-"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through her inconvenient oral piercings, "Peese, no, mathter, Ah'll be good-"<<else>>through her tears, "Please, no, master, I'll be good-"<</if>> but is cut off when the machine closes around her head. It will offer her ass and pussy to anyone who pays for the rest of the week, and keep her fed and cleaned. Her world will become nothing but silent, featureless darkness and dick. You earn some money off her, and by the end of the night her holes get well stretched. @@.hotpink;She learns from the experience.@@<<if $activeSlave.vagina == 0>>@@.lime; She's lost her virginity.@@<<set $activeSlave.vagina += 1>><<elseif $activeSlave.vagina > -1>><<set $activeSlave.vagina += 1>><</if>>  <<if $activeSlave.anus == 0>>@@.lime; She's lost her anal cherry.@@<</if>>
 	<<set $activeSlave.anus += 1>>
 	<<set $activeSlave.devotion += 4>>
 	<<if ndef $activeSlave.publicCount>>
@@ -3179,7 +3179,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Give her the day off">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She skips away happily and spends the rest of the day lounging around. Her obedience to you @@color:mediumorchid;has decreased.@@
+	She skips away happily and spends the rest of the day lounging around. Her obedience to you @@.mediumorchid;has decreased.@@
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 <</link>>
@@ -3189,7 +3189,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Publicly prove the depths of her humiliation to her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You drag a fearful, embarrassed<<if $activeSlave.preg > 20>>, pregnant<</if>>  and totally naked $activeSlave.slaveName out into a public hall. A small knot of passersby gather around grinning, enjoying the sight of her nakedness and anticipating a show. To her surprise, you order her to take a few minutes to recount her life story. She's hesitant at first, but obeys, only realizing as she nears the present day what an abject story of degradation and humiliation her life truly is. She continues shakily, describing in brief her current life, crying a little and trembling with arousal. At a whispered command from you, she concludes <<if canTalk($activeSlave) == false>>in embarrassed gestures, "and now my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> is going to fuck my worthless body in public."<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"an now mah <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> is gonna fuck mah worthless body ehn public."<<else>>"and now my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> is going to fuck my worthless body in public."<</if>> You take her standing there, as she cries with mixed shame and sexual pleasure. <<if ($activeSlave.vagina == -1)>>She <<if ($activeSlave.dick > 0)>>cums even though she's soft<<else>>climaxes even though she's filled<</if>> with the shame, <<if $PC.dick == 0>>her anus clenching around the strap-on you're pumping in and out of it<<else>>adding a sad little dribble to the load dripping out of her asshole<</if>>.<<else>><<if $PC.dick == 0>>You make her clean her pussyjuice off your strap-on with her bitch mouth before you take it off.<<else>>As you pull out of her clenching pussy, cum runs down her quavering thighs.<</if>>.<</if>> @@color:hotpink;She has become more submissive to you,@@ and @@color:green;your reputation has increased.@@
+	You drag a fearful, embarrassed<<if $activeSlave.preg > 20>>, pregnant<</if>>  and totally naked $activeSlave.slaveName out into a public hall. A small knot of passersby gather around grinning, enjoying the sight of her nakedness and anticipating a show. To her surprise, you order her to take a few minutes to recount her life story. She's hesitant at first, but obeys, only realizing as she nears the present day what an abject story of degradation and humiliation her life truly is. She continues shakily, describing in brief her current life, crying a little and trembling with arousal. At a whispered command from you, she concludes <<if canTalk($activeSlave) == false>>in embarrassed gestures, "and now my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> is going to fuck my worthless body in public."<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"an now mah <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> is gonna fuck mah worthless body ehn public."<<else>>"and now my <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> is going to fuck my worthless body in public."<</if>> You take her standing there, as she cries with mixed shame and sexual pleasure. <<if ($activeSlave.vagina == -1)>>She <<if ($activeSlave.dick > 0)>>cums even though she's soft<<else>>climaxes even though she's filled<</if>> with the shame, <<if $PC.dick == 0>>her anus clenching around the strap-on you're pumping in and out of it<<else>>adding a sad little dribble to the load dripping out of her asshole<</if>>.<<else>><<if $PC.dick == 0>>You make her clean her pussyjuice off your strap-on with her bitch mouth before you take it off.<<else>>As you pull out of her clenching pussy, cum runs down her quavering thighs.<</if>>.<</if>> @@.hotpink;She has become more submissive to you,@@ and @@.green;your reputation has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $rep += 100>>
 	<<if ($activeSlave.vagina > -1)>>
@@ -3204,7 +3204,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Use a bait and switch tactic on her, before public use">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You instruct her to get cleaned up and get dressed in her nicest clothing. She obeys, mystified, and is further puzzled to find that you're taking her out for a nice evening at a small bar. You share a tasty meal and listen to good music played on the little stage by an older slave. As the set concludes, you lean over and give $activeSlave.slaveName her real orders for the evening. She freezes in terror but eventually makes her way up to the stage, strips in front of all the patrons, and says <<if canTalk($activeSlave) == false>>in embarrassed gestures, "please use me, I'm cheap."<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Ah'm cheap, please use meh."<<else>>"One credit per fuck, if you'll do my worthless body on stage."<</if>> By the end of the night, she's been fucked by almost everyone in the bar, and her itch for humiliation has been well and truly scratched. As you collect her earnings from the thoroughly pleased bartender, she lies quiescent in a puddle of cum and exhaustion. @@color:yellowgreen;You've collected a decent fee,@@ and @@color:green;your reputation has increased.@@
+	You instruct her to get cleaned up and get dressed in her nicest clothing. She obeys, mystified, and is further puzzled to find that you're taking her out for a nice evening at a small bar. You share a tasty meal and listen to good music played on the little stage by an older slave. As the set concludes, you lean over and give $activeSlave.slaveName her real orders for the evening. She freezes in terror but eventually makes her way up to the stage, strips in front of all the patrons, and says <<if canTalk($activeSlave) == false>>in embarrassed gestures, "please use me, I'm cheap."<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Ah'm cheap, please use meh."<<else>>"One credit per fuck, if you'll do my worthless body on stage."<</if>> By the end of the night, she's been fucked by almost everyone in the bar, and her itch for humiliation has been well and truly scratched. As you collect her earnings from the thoroughly pleased bartender, she lies quiescent in a puddle of cum and exhaustion. @@.yellowgreen;You've collected a decent fee,@@ and @@.green;your reputation has increased.@@
 	<<set $rep += 100>>
 	<<set $cash += 100>>
 	<<if ($activeSlave.vagina > -1)>>
@@ -3224,7 +3224,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Nothing, she'll crawl for the rest of the week">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She is surprised <<if canSee($activeSlave)>>to see the box is empty<<else>>when she reaches into the and finds nothing<</if>>. By the time she realizes what this means, you've confiscated her old heels and seated yourself at your desk. Ordered to suck, she comes gingerly over on all fours<<if $activeSlave.preg > 30>>, her belly dragging along the floor,<<elseif $activeSlave.preg > 20>>, her swollen belly getting in her way,<</if>> and gets you off with her whore's mouth. The rest of the week is a trying experience for her. The most comfortable posture for her to walk along in on all fours displays her anus nicely, so she gets it up her <<if $seeRace == 1>>$activeSlave.race <</if>>ass a lot. <<if $activeSlave.dick != 0>>The effort it takes to move usually keeps her dick soft as she does, so it flops around beneath her all week. <</if>>@@color:hotpink;She has become more submissive to you.@@
+	She is surprised <<if canSee($activeSlave)>>to see the box is empty<<else>>when she reaches into the and finds nothing<</if>>. By the time she realizes what this means, you've confiscated her old heels and seated yourself at your desk. Ordered to suck, she comes gingerly over on all fours<<if $activeSlave.preg > 30>>, her belly dragging along the floor,<<elseif $activeSlave.preg > 20>>, her swollen belly getting in her way,<</if>> and gets you off with her whore's mouth. The rest of the week is a trying experience for her. The most comfortable posture for her to walk along in on all fours displays her anus nicely, so she gets it up her <<if $seeRace == 1>>$activeSlave.race <</if>>ass a lot. <<if $activeSlave.dick != 0>>The effort it takes to move usually keeps her dick soft as she does, so it flops around beneath her all week. <</if>>@@.hotpink;She has become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.shoes = "none">>
 	<<set $activeSlave.analCount += 10>>
@@ -3234,14 +3234,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Pretty heels, we're going out">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You have an appointment, and $activeSlave.slaveName gets to be your arm candy. She's almost beside herself with pride when you leave the penthouse and head out into the warm sun. You have to walk slowly so she can keep her feet and still keep up, since you've taken the unusual step of rewarding her by letting her walk under your arm. To avoid giving the impression that the girl on your arm isn't a slave, she's naked except for her lovely heels. As she minces along her breasts <<if $activeSlave.preg > 20>>jiggle delightfully atop her gravid belly<<else>>sway freely<</if>> and draw the respectful admiration of onlookers. <<if $activeSlave.dick != 0>>Most of the female onlookers and some of the men also spare an eye for her swinging dick. <</if>>@@color:mediumaquamarine;Her trust in you has increased.@@
+	You have an appointment, and $activeSlave.slaveName gets to be your arm candy. She's almost beside herself with pride when you leave the penthouse and head out into the warm sun. You have to walk slowly so she can keep her feet and still keep up, since you've taken the unusual step of rewarding her by letting her walk under your arm. To avoid giving the impression that the girl on your arm isn't a slave, she's naked except for her lovely heels. As she minces along her breasts <<if $activeSlave.preg > 20>>jiggle delightfully atop her gravid belly<<else>>sway freely<</if>> and draw the respectful admiration of onlookers. <<if $activeSlave.dick != 0>>Most of the female onlookers and some of the men also spare an eye for her swinging dick. <</if>>@@.mediumaquamarine;Her trust in you has increased.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Heels for an anal slut">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName is a little perplexed to find that the heels look quite normal, though they're very tall. When she tries them on, however, standing requires her to splay her hips slightly so that her <<if $seeRace == 1>>$activeSlave.race <</if>>butt is a little spread even when she stands upright. What's more, the heels are tall to raise her butt to the exact level <<if $PC.dick == 0>>a strap-on is at when you wear one and<<else>>your cock is at<</if>> when you stand behind her. When you start demonstrating the advantages of this to her, the heels detect that the wearer is being fucked, begin to play a light show, and start playing a heavy beat in time with your thrusts. She would laugh if she weren't concentrating on the buttsex. @@color:hotpink;Her submission to you has increased.@@
+	$activeSlave.slaveName is a little perplexed to find that the heels look quite normal, though they're very tall. When she tries them on, however, standing requires her to splay her hips slightly so that her <<if $seeRace == 1>>$activeSlave.race <</if>>butt is a little spread even when she stands upright. What's more, the heels are tall to raise her butt to the exact level <<if $PC.dick == 0>>a strap-on is at when you wear one and<<else>>your cock is at<</if>> when you stand behind her. When you start demonstrating the advantages of this to her, the heels detect that the wearer is being fucked, begin to play a light show, and start playing a heavy beat in time with your thrusts. She would laugh if she weren't concentrating on the buttsex. @@.hotpink;Her submission to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3253,7 +3253,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Weight her piercings and fuck her so they swing">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You order her to make sure all of her piercings have rings in them, and then come join you when she's done. She enters your office with a mixture of fear and curiosity on her face. You put her down on all fours with her legs spread<<if $activeSlave.preg > 20>>, belly brushing the floor<</if>>, <<if canSee($activeSlave)>>blindfold her, <</if>>and then start clipping little metal weights on short chains to each of her piercings. Before long, her nipples are painfully stretched under the tugging, <<if ($activeSlave.dick > 0)>>and the weights up and down her cock are causing her considerable discomfort.<<elseif $activeSlave.vagina == -1>>and though she lacks any external genitalia to weight, you make sure her ass feels the burn.<<else>>her pussylips are being pulled downward, and even her clit is agonizingly tortured.<</if>> You fuck her thoroughly, pounding her so the weights swing. She sobs and begs. @@color:hotpink;She has become more submissive to you.@@
+	You order her to make sure all of her piercings have rings in them, and then come join you when she's done. She enters your office with a mixture of fear and curiosity on her face. You put her down on all fours with her legs spread<<if $activeSlave.preg > 20>>, belly brushing the floor<</if>>, <<if canSee($activeSlave)>>blindfold her, <</if>>and then start clipping little metal weights on short chains to each of her piercings. Before long, her nipples are painfully stretched under the tugging, <<if ($activeSlave.dick > 0)>>and the weights up and down her cock are causing her considerable discomfort.<<elseif $activeSlave.vagina == -1>>and though she lacks any external genitalia to weight, you make sure her ass feels the burn.<<else>>her pussylips are being pulled downward, and even her clit is agonizingly tortured.<</if>> You fuck her thoroughly, pounding her so the weights swing. She sobs and begs. @@.hotpink;She has become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<if ($activeSlave.vagina > -1)>>
 		<<set $activeSlave.vaginalCount += 1>>
@@ -3269,7 +3269,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Secure her by her piercings for public use">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You order her to make sure all of her piercings have rings in them, and then come to you when she's done. She enters your office with a mixture of fear and curiosity on her face. You lead her outside and secure her in a side hall so that her ass is presented to anyone who takes interest. She's forced to maintain this exact posture by a light chain between <<if $activeSlave.preg > 20>>her popped navel and a ring on the ground.<<elseif ($activeSlave.dick > 0)>>her dickhead and a ring on the ground.<<elseif $activeSlave.vagina == -1>>her nipples and a ring on the ground.<<else>>her pussy and a ring on the ground.<</if>> You fuck her ass to check the bondage; it's good. The chain is out of the way, and she jerks and struggles amusingly to keep it from tugging her painfully. You pull out to leave her fucked butt with cum dribbling out of it, and leave her to the tender mercies of the growing crowd. @@color:green;The sadists among the public are duly grateful.@@
+	You order her to make sure all of her piercings have rings in them, and then come to you when she's done. She enters your office with a mixture of fear and curiosity on her face. You lead her outside and secure her in a side hall so that her ass is presented to anyone who takes interest. She's forced to maintain this exact posture by a light chain between <<if $activeSlave.preg > 20>>her popped navel and a ring on the ground.<<elseif ($activeSlave.dick > 0)>>her dickhead and a ring on the ground.<<elseif $activeSlave.vagina == -1>>her nipples and a ring on the ground.<<else>>her pussy and a ring on the ground.<</if>> You fuck her ass to check the bondage; it's good. The chain is out of the way, and she jerks and struggles amusingly to keep it from tugging her painfully. You pull out to leave her fucked butt with cum dribbling out of it, and leave her to the tender mercies of the growing crowd. @@.green;The sadists among the public are duly grateful.@@
 	<<BothVCheck>>
 	<<set $rep += 500>>
 	<<if ($activeSlave.vagina > -1)>>
@@ -3289,7 +3289,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "She must have at least a little room left">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You call $activeSlave.slaveName in and ask how full she is. She looks confused for a moment but soon figures out what you mean. <<if canTalk($activeSlave) == false && ($activeSlave.amp == 1)>>As a mute amputee she communicates poorly, but she does manage to look hungry.<<elseif canTalk($activeSlave) == false>>She gestures at her<<if $activeSlave.preg > 20>> bulging<</if>> stomach, makes a sign for "full," and then makes a sign for "never."<<elseif ($activeSlave.lips > 70)>>"Ahm never full, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she says past her enormous lips.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Ahm never full, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she says past her mouthful of piercings.<<else>>"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I'll never be full again," she says.<</if>> She comes eagerly over and sucks you off with enthusiasm. As you cum, she orgasms quickly at the taste of the stuff hitting her mouth. <<if canTalk($activeSlave) == false>>She signs that you taste great.<<elseif ($activeSlave.lips > 70)>>"Yeh taste good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she purrs.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Yeh taste good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she purrs.<<else>>"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, you taste great," she purrs.<</if>> @@color:mediumaquamarine;She has become more trusting@@ in your willingness to give her what she wants.
+	You call $activeSlave.slaveName in and ask how full she is. She looks confused for a moment but soon figures out what you mean. <<if canTalk($activeSlave) == false && ($activeSlave.amp == 1)>>As a mute amputee she communicates poorly, but she does manage to look hungry.<<elseif canTalk($activeSlave) == false>>She gestures at her<<if $activeSlave.preg > 20>> bulging<</if>> stomach, makes a sign for "full," and then makes a sign for "never."<<elseif ($activeSlave.lips > 70)>>"Ahm never full, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she says past her enormous lips.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Ahm never full, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she says past her mouthful of piercings.<<else>>"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I'll never be full again," she says.<</if>> She comes eagerly over and sucks you off with enthusiasm. As you cum, she orgasms quickly at the taste of the stuff hitting her mouth. <<if canTalk($activeSlave) == false>>She signs that you taste great.<<elseif ($activeSlave.lips > 70)>>"Yeh taste good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she purrs.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Yeh taste good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she purrs.<<else>>"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, you taste great," she purrs.<</if>> @@.mediumaquamarine;She has become more trusting@@ in your willingness to give her what she wants.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -3298,7 +3298,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Cum in her mouth all night">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You've had a busy day, so you've been unusually remiss in fucking your slaves. Naturally, this means you'll be spending the evening wandering around your home using your living sexual appliances. $activeSlave.slaveName is instructed to follow you and assist. She's tired, so <<if ($activeSlave.amp == 1)>>you bring her limbless torso along as a cum receptacle. Whenever you're about to finish in another slave, you pull out and fill her mouth instead.<<else>>you let her tag meekly along, masturbating gently as you use other slaves or just watching lazily. But whenever you're on the point of coming, you switch to her mouth and let her finish you with a few sucks and pumps of her fatigued hands.<</if>> By the time you put the exhausted $activeSlave.slaveName to bed she's in a haze of cum-induced pleasure. @@color:hotpink;She has become more submissive to you.@@
+	You've had a busy day, so you've been unusually remiss in fucking your slaves. Naturally, this means you'll be spending the evening wandering around your home using your living sexual appliances. $activeSlave.slaveName is instructed to follow you and assist. She's tired, so <<if ($activeSlave.amp == 1)>>you bring her limbless torso along as a cum receptacle. Whenever you're about to finish in another slave, you pull out and fill her mouth instead.<<else>>you let her tag meekly along, masturbating gently as you use other slaves or just watching lazily. But whenever you're on the point of coming, you switch to her mouth and let her finish you with a few sucks and pumps of her fatigued hands.<</if>> By the time you put the exhausted $activeSlave.slaveName to bed she's in a haze of cum-induced pleasure. @@.hotpink;She has become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -3308,7 +3308,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
   <br><<link "Give her access to the Dairy's cockmilk">>
 	  <<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	  You let her know you have a sexual accessory for her to use. This isn't too unusual, so she comes to your office without much anticipation. She doesn't understand why you have an enormous sealed canister of fresh cum on your desk, but when you explain that it's hers to play with on the job, she starts to bounce with excitement. Not all of her customers are interested in cum play, but quite a few are, and she spends almost as much time cleaning up the gorgeous messes that get made as she does making them. It's a valuable and @@color:yellowgreen;profitable@@ whore who @@color:hotpink;looks forward@@ to her next customer.
+	  You let her know you have a sexual accessory for her to use. This isn't too unusual, so she comes to your office without much anticipation. She doesn't understand why you have an enormous sealed canister of fresh cum on your desk, but when you explain that it's hers to play with on the job, she starts to bounce with excitement. Not all of her customers are interested in cum play, but quite a few are, and she spends almost as much time cleaning up the gorgeous messes that get made as she does making them. It's a valuable and @@.yellowgreen;profitable@@ whore who @@.hotpink;looks forward@@ to her next customer.
 	  <<set $activeSlave.devotion += 10>>
 	  <<set $cash += random(500,1000)>>
 	  <</replace>>
@@ -3320,7 +3320,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Add something to fill her completely">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's so occupied that she doesn't hear you until you<<if $PC.dick == 0>> don a strap-on and<</if>> tip her over face forward. With her on her knees, her dildo-stuffed ass is in the air; she's still masturbating between her legs. After a moment's consideration, you slide two exploratory fingers in alongside the dildo. She gasps and masturbates harder. Thus encouraged, you shove <<if $PC.dick == 0>>the strap-on<<else>>your member<</if>> in alongside the dildo. <<if $activeSlave.voice != 0>>She screams at the surprise double anal, sobbing and begging,<<else>>She screams noiselessly at the surprise double anal, waving her hands in distress,<</if>> but she doesn't try to stop you and doggedly keeps rubbing. By the time you're finished her asshole is a gaping hole much bigger than the average pussy. @@color:hotpink;She has become more submissive to you.@@
+	She's so occupied that she doesn't hear you until you<<if $PC.dick == 0>> don a strap-on and<</if>> tip her over face forward. With her on her knees, her dildo-stuffed ass is in the air; she's still masturbating between her legs. After a moment's consideration, you slide two exploratory fingers in alongside the dildo. She gasps and masturbates harder. Thus encouraged, you shove <<if $PC.dick == 0>>the strap-on<<else>>your member<</if>> in alongside the dildo. <<if $activeSlave.voice != 0>>She screams at the surprise double anal, sobbing and begging,<<else>>She screams noiselessly at the surprise double anal, waving her hands in distress,<</if>> but she doesn't try to stop you and doggedly keeps rubbing. By the time you're finished her asshole is a gaping hole much bigger than the average pussy. @@.hotpink;She has become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3367,7 +3367,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 			poor slave is taken to the very limit by your assistant.
 		<</switch>>
 	<</if>>
-	By the time she's climaxed out, she's so tired and apathetic that she can't bring herself to get off it or ask for help, so she just relaxes and enjoys the internal massage<<if $activeSlave.dick != 0>> while her flaccid dick twitches weakly<</if>>. @@color:mediumaquamarine;She has become more trusting of you,@@ since you knew just what she needed.
+	By the time she's climaxed out, she's so tired and apathetic that she can't bring herself to get off it or ask for help, so she just relaxes and enjoys the internal massage<<if $activeSlave.dick != 0>> while her flaccid dick twitches weakly<</if>>. @@.mediumaquamarine;She has become more trusting of you,@@ since you knew just what she needed.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3377,7 +3377,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Call your Head Girl in for double anal">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When $HeadGirl.slaveName comes into your office in response to your summons, she finds $activeSlave.slaveName sitting in your lap with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her gaping butt<<if $PC.vagina == 1>><<if $PC.dick == 1>>, your bare pussy very visible at the base of your working cock<</if>><</if>>. $HeadGirl.slaveName's expression softens when she realizes she's here for pleasure, not business. $activeSlave.slaveName gasps a little when she hears you tell $HeadGirl.slaveName to join you up her asshole, but she doesn't protest. <<if ($HeadGirl.dick > 0) && ($HeadGirl.dickAccessory == "chastity")>>Since your poor Head Girl can't use her caged cock, she takes a dildo and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<<elseif ($HeadGirl.dick > 0) && ($HeadGirl.hormones > 0)>>Since your poor Head Girl can't get hard due to her hormone therapy, she dons a strap-on over her flaccid penis and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<<elseif ($HeadGirl.dick > 0) && ($HeadGirl.balls == 0)>>Since your poor Head Girl can't get hard due to her orchiectomy, she dons a strap-on over her flaccid penis and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<<elseif $HeadGirl.vagina == -1>>Your lusty Head Girl is already hard and shoves herself up $activeSlave.slaveName's already-filled butt while tweaking the writhing slave's nipples.<<else>>She dons a strap-on and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<</if>> The two of you jackhammer in and out of $activeSlave.slaveName's ass without mercy; the poor anal whore does her best to relax, but two phalli at once is a lot, even for her. She's only allowed an anal respite when her sphincter is really fucked out and there's little butthole fun to be had from her any longer. She has become @@color:hotpink;more submissive to you,@@ and $HeadGirl.slaveName @@color:hotpink;enjoyed@@ taking a break to fuck her with you.
+	When $HeadGirl.slaveName comes into your office in response to your summons, she finds $activeSlave.slaveName sitting in your lap with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her gaping butt<<if $PC.vagina == 1>><<if $PC.dick == 1>>, your bare pussy very visible at the base of your working cock<</if>><</if>>. $HeadGirl.slaveName's expression softens when she realizes she's here for pleasure, not business. $activeSlave.slaveName gasps a little when she hears you tell $HeadGirl.slaveName to join you up her asshole, but she doesn't protest. <<if ($HeadGirl.dick > 0) && ($HeadGirl.dickAccessory == "chastity")>>Since your poor Head Girl can't use her caged cock, she takes a dildo and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<<elseif ($HeadGirl.dick > 0) && ($HeadGirl.hormones > 0)>>Since your poor Head Girl can't get hard due to her hormone therapy, she dons a strap-on over her flaccid penis and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<<elseif ($HeadGirl.dick > 0) && ($HeadGirl.balls == 0)>>Since your poor Head Girl can't get hard due to her orchiectomy, she dons a strap-on over her flaccid penis and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<<elseif $HeadGirl.vagina == -1>>Your lusty Head Girl is already hard and shoves herself up $activeSlave.slaveName's already-filled butt while tweaking the writhing slave's nipples.<<else>>She dons a strap-on and shoves it up $activeSlave.slaveName's already-filled butt without further ado.<</if>> The two of you jackhammer in and out of $activeSlave.slaveName's ass without mercy; the poor anal whore does her best to relax, but two phalli at once is a lot, even for her. She's only allowed an anal respite when her sphincter is really fucked out and there's little butthole fun to be had from her any longer. She has become @@.hotpink;more submissive to you,@@ and $HeadGirl.slaveName @@.hotpink;enjoyed@@ taking a break to fuck her with you.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3398,14 +3398,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Keep walking">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	As you walk away from the cell door, the pleas become a desperate, hopeless sobbing. In the coming days, it becomes apparent that $activeSlave.slaveName was right at the edge of a mental precipice when she pled with you. @@color:red;She has sunk into mental incompetence.@@ She's just a <<if $activeSlave.preg > 20>>pregnant <</if>> piece of meat, now.
+	As you walk away from the cell door, the pleas become a desperate, hopeless sobbing. In the coming days, it becomes apparent that $activeSlave.slaveName was right at the edge of a mental precipice when she pled with you. @@.red;She has sunk into mental incompetence.@@ She's just a <<if $activeSlave.preg > 20>>pregnant <</if>> piece of meat, now.
 	<</replace>>
 	<<set $activeSlave.fetish = "mindbroken">>
 <</link>>
 <br><<link "Impersonate a slave and manipulate her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Kneeling next to the port in the cell door, you <<if $PC.title == 1>>set up a voice filter through the arcology systems to make your voice sound feminine.<<else>>abandon your usual commanding woman's tone of voice and adopt the inflections of a slave.<</if>> You sympathize with $activeSlave.slaveName, listening to her pour out her heart. She despairs of being able to avoid punishment, and is afraid that you will hurt her or sell her to a cheap brothel<<if $activeSlave.preg > 20>> or harm her baby<</if>>. In your <<if $PC.title == 1>>fake female<<else>>slave's<</if>> voice, you encourage her to keep trying, and you even give her some useful advice about how to address her faults. She gathers herself together and thanks you. Just then, you pop the door open, <<if canSee($activeSlave)>>revealing who you actually are and letting<<else>>and let<</if>> your voice return to <<if $PC.title == 1>>its masculine harshness<<else>>that of a confident and powerful woman<</if>>. When she realizes the terrible truth, she wordlessly prostrates herself, trembling with terror. @@color:gold;Her fear of you has increased.@@
+	Kneeling next to the port in the cell door, you <<if $PC.title == 1>>set up a voice filter through the arcology systems to make your voice sound feminine.<<else>>abandon your usual commanding woman's tone of voice and adopt the inflections of a slave.<</if>> You sympathize with $activeSlave.slaveName, listening to her pour out her heart. She despairs of being able to avoid punishment, and is afraid that you will hurt her or sell her to a cheap brothel<<if $activeSlave.preg > 20>> or harm her baby<</if>>. In your <<if $PC.title == 1>>fake female<<else>>slave's<</if>> voice, you encourage her to keep trying, and you even give her some useful advice about how to address her faults. She gathers herself together and thanks you. Just then, you pop the door open, <<if canSee($activeSlave)>>revealing who you actually are and letting<<else>>and let<</if>> your voice return to <<if $PC.title == 1>>its masculine harshness<<else>>that of a confident and powerful woman<</if>>. When she realizes the terrible truth, she wordlessly prostrates herself, trembling with terror. @@.gold;Her fear of you has increased.@@
 	<</replace>>
 	<<set $activeSlave.trust -= 5>>
 <</link>>
@@ -3414,7 +3414,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Exploit her need for personal contact">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Without a word, you push your erect member through the hole and into the cell. After a moment's pause, you feel her begin to orally service you with almost desperate concentration. You climax quickly to her manic efforts, and begin to pull out. As you do, she tearfully begs you not to go. She promises something better, anything better, so you reinsert yourself, only to find that she has her <<if ($activeSlave.vagina == -1)>>ass<<else>>pussy<</if>> pressed against the slot. You can't fuck her all that hard through the door, so she has to do the work. You begin to withdraw whenever she shows herself any mercy, so she pounds herself against you so hard that she sobs a little even as you talk to her, the lifeline she so needs. <<if ($activeSlave.vagina > -1)>>In her desperation she even guides your cock into her butt, too, and without prompting. <</if>>@@color:hotpink;Her submission to you has increased.@@
+	Without a word, you push your erect member through the hole and into the cell. After a moment's pause, you feel her begin to orally service you with almost desperate concentration. You climax quickly to her manic efforts, and begin to pull out. As you do, she tearfully begs you not to go. She promises something better, anything better, so you reinsert yourself, only to find that she has her <<if ($activeSlave.vagina == -1)>>ass<<else>>pussy<</if>> pressed against the slot. You can't fuck her all that hard through the door, so she has to do the work. You begin to withdraw whenever she shows herself any mercy, so she pounds herself against you so hard that she sobs a little even as you talk to her, the lifeline she so needs. <<if ($activeSlave.vagina > -1)>>In her desperation she even guides your cock into her butt, too, and without prompting. <</if>>@@.hotpink;Her submission to you has increased.@@
 	<<BothVCheck>>
 	<</replace>>
 	<<set $activeSlave.devotion += 10>>
@@ -3427,7 +3427,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Use her butt to help her scrub">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	In accordance with the rules, she scrambles hurriedly to her feet when you enter and asks <<if canTalk($activeSlave) == false>>in gestures how she can serve you.<<elseif ($activeSlave.lips > 70)>>meekly through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>meekly through her inconvenient oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<else>>meekly, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, how may I serve you?"<</if>> You instruct her to go back to what she was doing. She gets back to her $activeSlave.skin knees, puzzled, and then gasps when she finds <<if $PC.dick == 0>>your fingers<<else>>your cockhead<</if>> pressing against her rosebud. You instruct her imperiously to get on with it, and she soon understands your intent. She scrubs back and forth, panting and moaning, as you buttfuck her in time with her labors<<if $PC.dick == 0>>, using your other hand to look after yourself<<elseif $PC.vagina == 1>>, using your other hand to shlick your pussy while you pound her<</if>>. You even carefully scoot along with her when she needs to reach new spots. By the time she's done her arms and her anus are very tired. Her submission to you @@color:hotpink;has increased.@@
+	In accordance with the rules, she scrambles hurriedly to her feet when you enter and asks <<if canTalk($activeSlave) == false>>in gestures how she can serve you.<<elseif ($activeSlave.lips > 70)>>meekly through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>meekly through her inconvenient oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<else>>meekly, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, how may I serve you?"<</if>> You instruct her to go back to what she was doing. She gets back to her $activeSlave.skin knees, puzzled, and then gasps when she finds <<if $PC.dick == 0>>your fingers<<else>>your cockhead<</if>> pressing against her rosebud. You instruct her imperiously to get on with it, and she soon understands your intent. She scrubs back and forth, panting and moaning, as you buttfuck her in time with her labors<<if $PC.dick == 0>>, using your other hand to look after yourself<<elseif $PC.vagina == 1>>, using your other hand to shlick your pussy while you pound her<</if>>. You even carefully scoot along with her when she needs to reach new spots. By the time she's done her arms and her anus are very tired. Her submission to you @@.hotpink;has increased.@@
 		<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 		<<AnalVCheck>>
@@ -3437,7 +3437,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Give her a bigger mess to deal with">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	In accordance with the rules, she scrambles hurriedly to her feet when you enter and asks <<if canTalk($activeSlave) == false>>in gestures how she can serve you.<<elseif ($activeSlave.lips > 70)>>meekly through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>meekly through her inconvenient oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<else>>meekly, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, how may I serve you?"<</if>> You instruct her to strip off her apron and lay her $activeSlave.skin back against the ground. She does, and you empty a bottle of lubricant across her entire body. She gasps from the cold fluid. You slide around on the floor with her, playfully scrubbing her <<if $seeRace == 1>>$activeSlave.race <</if>>body around in the pool of lube, playing with her wet breasts<<if ($activeSlave.preg > 20)>>, her rounded pregnancy,<</if>> and her lubricated thighs before <<if $PC.dick == 0>>wrestling the slick slave onto her back so you can ride her face while reaching down to spread her legs and molest her ass<<else>>sinking your cock into her <<if $activeSlave.vaginalAccessory == "chastity belt">>now-slick butthole<<elseif $activeSlave.vagina == -1>>now-slick butthole<<else>>now-slick pussy and then her relaxing butthole<</if>><<if $PC.vagina == 1>>, followed by some grinding to coat her face in your pussyjuice<</if>><</if>>. She had fun, though, and her @@color:hotpink;trust in you has increased.@@
+	In accordance with the rules, she scrambles hurriedly to her feet when you enter and asks <<if canTalk($activeSlave) == false>>in gestures how she can serve you.<<elseif ($activeSlave.lips > 70)>>meekly through her massive dick-sucking lips, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>meekly through her inconvenient oral piercings, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, how may Ah therve you?"<<else>>meekly, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, how may I serve you?"<</if>> You instruct her to strip off her apron and lay her $activeSlave.skin back against the ground. She does, and you empty a bottle of lubricant across her entire body. She gasps from the cold fluid. You slide around on the floor with her, playfully scrubbing her <<if $seeRace == 1>>$activeSlave.race <</if>>body around in the pool of lube, playing with her wet breasts<<if ($activeSlave.preg > 20)>>, her rounded pregnancy,<</if>> and her lubricated thighs before <<if $PC.dick == 0>>wrestling the slick slave onto her back so you can ride her face while reaching down to spread her legs and molest her ass<<else>>sinking your cock into her <<if $activeSlave.vaginalAccessory == "chastity belt">>now-slick butthole<<elseif $activeSlave.vagina == -1>>now-slick butthole<<else>>now-slick pussy and then her relaxing butthole<</if>><<if $PC.vagina == 1>>, followed by some grinding to coat her face in your pussyjuice<</if>><</if>>. She had fun, though, and her @@.hotpink;trust in you has increased.@@
 		<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 		<<BothVCheck>>
@@ -3450,17 +3450,17 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Give her some vasodilators so she can get relief">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You give her a shot and send her on her way. Within a few minutes it gives her a raging hardon that lasts for hours. She spends every spare moment masturbating furiously. Of course, this is a temporary solution, and will just make the eventual return of her problem more disappointing. @@color:mediumorchid;She is bitterly frustrated.@@
+	You give her a shot and send her on her way. Within a few minutes it gives her a raging hardon that lasts for hours. She spends every spare moment masturbating furiously. Of course, this is a temporary solution, and will just make the eventual return of her problem more disappointing. @@.mediumorchid;She is bitterly frustrated.@@
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 <</link>>
 <br><<link "Sissy slave girls don't need to climax to serve">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You explain patiently that she needs to stop focusing on getting off. She's a sex slave, and what matters is that she pleasures others. If she doesn't climax herself, that's unfortunate but not really significant. She looks terribly forlorn, so to drive home the point you push her down to the floor, give her a rough face fuck, and send her away with tousled hair, <<if $PC.dick == 0>>a tired tongue<<else>>a mouthful of ejaculate<</if>>, and the same limp dick as before. @@color:mediumorchid;It's frustrating for her.@@
+	You explain patiently that she needs to stop focusing on getting off. She's a sex slave, and what matters is that she pleasures others. If she doesn't climax herself, that's unfortunate but not really significant. She looks terribly forlorn, so to drive home the point you push her down to the floor, give her a rough face fuck, and send her away with tousled hair, <<if $PC.dick == 0>>a tired tongue<<else>>a mouthful of ejaculate<</if>>, and the same limp dick as before. @@.mediumorchid;It's frustrating for her.@@
 	<<set $activeSlave.devotion -= 2>>
 	<<if ($activeSlave.clitSetting != $activeSlave.fetish)>>
-		But, she slowly @@color:lightcoral;accepts her new role as a submissive little sex toy.@@
+		But, she slowly @@.lightcoral;accepts her new role as a submissive little sex toy.@@
 		<<set $activeSlave.fetishStrength = 65>>
 		<<set $activeSlave.fetishKnown = 1>>
 		<<set $activeSlave.fetish = "submissive">>
@@ -3473,11 +3473,11 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Prostate stimulation ought to do the trick">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You explain that she will have to find a new way to climax to be a happy little shemale slut. As you do, you push her against a wall and force her up on tiptoe so that her butt is conveniently positioned, and then ram <<if $PC.dick == 0>>a vibrating strap-on<<else>>yourself<</if>> up her ass. She squeals and dances against the wall on tiptoe, impaled on your <<if $PC.dick == 0>>fake cock<<else>>member<</if>>. She doesn't climax to anal then, or the next time you assfuck her, or the time after that; but some time later a long buttsex session ends when she gives a little shake and a whimper and dribbles a pathetic squirt of cum from her still-limp dick. By the end of the week @@color:mediumaquamarine;she's smiling trustingly@@ and offering you her butt every chance she gets.
+	You explain that she will have to find a new way to climax to be a happy little shemale slut. As you do, you push her against a wall and force her up on tiptoe so that her butt is conveniently positioned, and then ram <<if $PC.dick == 0>>a vibrating strap-on<<else>>yourself<</if>> up her ass. She squeals and dances against the wall on tiptoe, impaled on your <<if $PC.dick == 0>>fake cock<<else>>member<</if>>. She doesn't climax to anal then, or the next time you assfuck her, or the time after that; but some time later a long buttsex session ends when she gives a little shake and a whimper and dribbles a pathetic squirt of cum from her still-limp dick. By the end of the week @@.mediumaquamarine;she's smiling trustingly@@ and offering you her butt every chance she gets.
 	<<BothVCheck>>
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.clitSetting != $activeSlave.fetish)>>
-		@@color:lightcoral;She's become a confirmed anal addict.@@
+		@@.lightcoral;She's become a confirmed anal addict.@@
 		<<set $activeSlave.fetishStrength = 65>>
 		<<set $activeSlave.fetishKnown = 1>>
 		<<set $activeSlave.fetish = "buttslut">>
@@ -3493,21 +3493,21 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Check on her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since she's limbless<<if $activeSlave.preg > 20>> and pregnant<</if>>, her health is more fragile than most slaves'. You look in on her, and when she continues to shiver, you pull the sheets back around her, tucking her in in such a way that she can lie comfortably. In the morning she doesn't understand why she's so snug and well-rested, but @@color:green;her health improves with decent sleep.@@
+	Since she's limbless<<if $activeSlave.preg > 20>> and pregnant<</if>>, her health is more fragile than most slaves'. You look in on her, and when she continues to shiver, you pull the sheets back around her, tucking her in in such a way that she can lie comfortably. In the morning she doesn't understand why she's so snug and well-rested, but @@.green;her health improves with decent sleep.@@
 	<<set $activeSlave.health += 10>>
 	<</replace>>
 <</link>>
 <br><<link "Keep her warm">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You spoon her gently from behind, spending the night sleeping with her <<if $activeSlave.preg > 20>>pregnant<<else>>limbless<</if>> torso cradled in your arms. She snuggles against you in her sleep, enjoying the animal warmth. When she wakes in the morning, she is surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> that it's you keeping her company, but after a few moments' confusion she accepts the unlooked-for comfort and goes back to sleep. @@color:mediumaquamarine;She has become more trusting of you.@@
+	You spoon her gently from behind, spending the night sleeping with her <<if $activeSlave.preg > 20>>pregnant<<else>>limbless<</if>> torso cradled in your arms. She snuggles against you in her sleep, enjoying the animal warmth. When she wakes in the morning, she is surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> that it's you keeping her company, but after a few moments' confusion she accepts the unlooked-for comfort and goes back to sleep. @@.mediumaquamarine;She has become more trusting of you.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Leave her be">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	In the morning, her lips are blue and she's nearly unresponsive. Your other slaves get her working again, but @@color:red;her health has been damaged.@@
+	In the morning, her lips are blue and she's nearly unresponsive. Your other slaves get her working again, but @@.red;her health has been damaged.@@
 	<<set $activeSlave.health -= 10>>
 	<</replace>>
 <</link>>
@@ -3517,7 +3517,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Carry her over to your work">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since you're so busy, you find a way of working and seeing to your sex toy both. You scoop her up, eliciting whimpers of joy at the impending relief, <<if $PC.dick == 0>>and move over to the couch so you can work lying down. You sit her on top of you, reversed so her head is between your legs for a little oral service, and slide a dildo up her butt so you can sodomize her at leisure when you have a spare moment.<<else>>and sit back down at your desk. You slide her onto your erect member and carefully secure her with a few straps so she can serve as your living cocksleeve as you see to your business.<</if>> There isn't much thrusting as you continue with your affairs, but she's so horny she doesn't need it. @@color:hotpink;She has become more submissive to you.@@ There's no telling what the day's faceless business interlocutors would think if they knew the person on the other side of their communications had <<if $PC.dick == 0>>a limbless slave gently sucking their clit while they spoke with them<<else>>his cock inside a limbless slave as he dealt with them<</if>>.
+	Since you're so busy, you find a way of working and seeing to your sex toy both. You scoop her up, eliciting whimpers of joy at the impending relief, <<if $PC.dick == 0>>and move over to the couch so you can work lying down. You sit her on top of you, reversed so her head is between your legs for a little oral service, and slide a dildo up her butt so you can sodomize her at leisure when you have a spare moment.<<else>>and sit back down at your desk. You slide her onto your erect member and carefully secure her with a few straps so she can serve as your living cocksleeve as you see to your business.<</if>> There isn't much thrusting as you continue with your affairs, but she's so horny she doesn't need it. @@.hotpink;She has become more submissive to you.@@ There's no telling what the day's faceless business interlocutors would think if they knew the person on the other side of their communications had <<if $PC.dick == 0>>a limbless slave gently sucking their clit while they spoke with them<<else>>his cock inside a limbless slave as he dealt with them<</if>>.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3527,7 +3527,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Carry her outside">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You scoop her up, eliciting whimpers of joy at the impending relief, and carefully secure her with a few straps so she can serve as your living cocksleeve. She's attached to the front of your torso<<if $activeSlave.preg > 20>>, her pregnancy jutting out in front of you,<</if>> with your cock up inside her, and the gentle motion of your member as you walk outside brings her to climax within a few steps. You take your time and stroll around the nicer levels of the arcology, admiring the views and <<if canSee($activeSlave)>>showing $activeSlave.slaveName the sights she now requires assistance to see<<else>>explaining the sights as $activeSlave.slaveName soaks in the sounds and smells she now requires assistance to experience<</if>>. @@color:hotpink;She has become more devoted to you.@@ The sight of you walking around with a living fucktoy on your cock @@color:green;certainly cements your reputation as a an arcology owner who has everything.@@
+	You scoop her up, eliciting whimpers of joy at the impending relief, and carefully secure her with a few straps so she can serve as your living cocksleeve. She's attached to the front of your torso<<if $activeSlave.preg > 20>>, her pregnancy jutting out in front of you,<</if>> with your cock up inside her, and the gentle motion of your member as you walk outside brings her to climax within a few steps. You take your time and stroll around the nicer levels of the arcology, admiring the views and <<if canSee($activeSlave)>>showing $activeSlave.slaveName the sights she now requires assistance to see<<else>>explaining the sights as $activeSlave.slaveName soaks in the sounds and smells she now requires assistance to experience<</if>>. @@.hotpink;She has become more devoted to you.@@ The sight of you walking around with a living fucktoy on your cock @@.green;certainly cements your reputation as a an arcology owner who has everything.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $rep += 100>>
 	<<set $activeSlave.analCount += 1>>
@@ -3538,7 +3538,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "See how high her arousal will go">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You scoop her up, eliciting whimpers of joy at the impending relief. She moans with disappointment, however, to find herself laid unceremoniously across your desk as you return to your work. You surreptitiously set your desk to monitor her vital signs and gauge her closeness to orgasm. Whenever you can do so without tipping her over, you gently run your fingers across a helpless nipple, across her <<if $activeSlave.vagina == -1>>groin<<else>>moist lips<</if>>,<<if $activeSlave.preg > 20>> over the peak of her pregnant belly,<</if>> or along her surgical scars. After so much of this that she's clearly ready to orgasm at the slightest further touch, you gently massage her anus with a single finger and she comes spastically, abdominal muscles quivering. Her sphincter relaxes and opens naturally; taking the cue, you pick her up and lower her rectum, inch by sobbing inch, onto <<if $PC.dick == 0>>a strap-on you put on while playing with her<<else>>your cock<</if>>. After pumping her helpless torso up and down with your arms, a parody of masturbation with her helpless body, you carry your toy to the shower to wash her. @@color:mediumaquamarine;She has become more trusting of you.@@
+	You scoop her up, eliciting whimpers of joy at the impending relief. She moans with disappointment, however, to find herself laid unceremoniously across your desk as you return to your work. You surreptitiously set your desk to monitor her vital signs and gauge her closeness to orgasm. Whenever you can do so without tipping her over, you gently run your fingers across a helpless nipple, across her <<if $activeSlave.vagina == -1>>groin<<else>>moist lips<</if>>,<<if $activeSlave.preg > 20>> over the peak of her pregnant belly,<</if>> or along her surgical scars. After so much of this that she's clearly ready to orgasm at the slightest further touch, you gently massage her anus with a single finger and she comes spastically, abdominal muscles quivering. Her sphincter relaxes and opens naturally; taking the cue, you pick her up and lower her rectum, inch by sobbing inch, onto <<if $PC.dick == 0>>a strap-on you put on while playing with her<<else>>your cock<</if>>. After pumping her helpless torso up and down with your arms, a parody of masturbation with her helpless body, you carry your toy to the shower to wash her. @@.mediumaquamarine;She has become more trusting of you.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3550,7 +3550,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "It's her role to hurt">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Without a word, you<<if $PC.dick == 0>> don a cruelly knobby strap-on,<</if>> throw her onto the couch, take both her ankles in one hand, and force them back over her head so her poor, doomed asshole is completely defenseless. You then spit on her hole, seize your <<if $PC.dick == 0>>instrument<<else>>rock-hard dick<<if $PC.vagina == 1>>, gather a little of your own pussyjuice and rub it on your cockhead<</if>><</if>>, and shove it up the wriggling slave girl's spasming rectum. You've got the necessary skill to judge exactly where the line between anal pain and anal injury is, and you take her right up to it. Halfway through the long anal rape she gives up struggling and just goes limp, sobbing. She @@color:hotpink;fears you,@@ and has also begun to @@color:red;hate buttsex.@@
+	Without a word, you<<if $PC.dick == 0>> don a cruelly knobby strap-on,<</if>> throw her onto the couch, take both her ankles in one hand, and force them back over her head so her poor, doomed asshole is completely defenseless. You then spit on her hole, seize your <<if $PC.dick == 0>>instrument<<else>>rock-hard dick<<if $PC.vagina == 1>>, gather a little of your own pussyjuice and rub it on your cockhead<</if>><</if>>, and shove it up the wriggling slave girl's spasming rectum. You've got the necessary skill to judge exactly where the line between anal pain and anal injury is, and you take her right up to it. Halfway through the long anal rape she gives up struggling and just goes limp, sobbing. She @@.hotpink;fears you,@@ and has also begun to @@.red;hate buttsex.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.sexualFlaw = "hates anal">>
 	<<set $activeSlave.analCount += 1>>
@@ -3560,14 +3560,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Punish her for disobedience, but address her anal pain">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You patiently and calmly explain to her that disobeying orders isn't acceptable, but that too much pain from her buttplug is a sign that something isn't right. First, you inform her, she will have to be punished for the disobedience, since she should have brought her trouble to you instead of disobeying. She's almost willing as you bend her over the desk and spank her buttocks severely, unsure whether to resent the corporal punishment or appreciate your measured response. When you're done tanning her ass, she's surprised to feel a cool, lubricated digit working its way into her anus. She stiffens a little but eventually relaxes enough to take the finger, then two, and finally three, before you gently and slowly emplace her plug. You instruct her kindly on how to relax in the future when she inserts it on her own. She @@color:hotpink;appreciates@@ your approach.
+	You patiently and calmly explain to her that disobeying orders isn't acceptable, but that too much pain from her buttplug is a sign that something isn't right. First, you inform her, she will have to be punished for the disobedience, since she should have brought her trouble to you instead of disobeying. She's almost willing as you bend her over the desk and spank her buttocks severely, unsure whether to resent the corporal punishment or appreciate your measured response. When you're done tanning her ass, she's surprised to feel a cool, lubricated digit working its way into her anus. She stiffens a little but eventually relaxes enough to take the finger, then two, and finally three, before you gently and slowly emplace her plug. You instruct her kindly on how to relax in the future when she inserts it on her own. She @@.hotpink;appreciates@@ your approach.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Address her worrisome anal pain">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You kindly explain how to relax and prepare one's asshole for such insertions. She's been told already, but you make her fetch her plug and go through the steps in front of you so you can check her approach. She leaves reminded how to wear her plug, but @@color:mediumaquamarine;secretly relieved@@ she got away with disobedience with nothing more than a lecture.
+	You kindly explain how to relax and prepare one's asshole for such insertions. She's been told already, but you make her fetch her plug and go through the steps in front of you so you can check her approach. She leaves reminded how to wear her plug, but @@.mediumaquamarine;secretly relieved@@ she got away with disobedience with nothing more than a lecture.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -3577,7 +3577,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Go out clubbing to make her feel young again">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You call out to stop her, and she turns obediently to listen; you tell her to take the day off and meet you that evening for a trip to $arcologies[0].name's most fashionable nightclub. You emphasize slightly that it's a place you prefer to enjoy with a young slave, and her eyes widen a little at the implied compliment and challenge. Right at the proper time, she arrives in your office wearing neon $activeSlave.hColor makeup to match her hair, and a tiny iridescent clubgirl outfit of the same color. The hem of the skirt is barely low enough to conceal her <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>total lack of private parts<<else>>pussy<</if>>, and it's backless. The front is held up by a halter around her pretty neck, and is <<if ($activeSlave.boobs > 2000)>>specially tailored to cover her massive tits<<elseif ($activeSlave.boobs > 1000)>>strained by her big tits<<elseif ($activeSlave.boobs > 300)>>tightly filled by her healthy tits<<else>>tight against her flat chest<</if>><<if $activeSlave.preg > 20>> and pregnant belly<</if>>. She makes a gaudy and very fashionable spectacle, and in response to your <<if canSee($activeSlave)>>look<<else>>whistle<</if>> she raises both arms over her head and twirls, shimmying her body deliciously. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I hope they let me into the club without checking my I.D., <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she jokes,<<else>>"I hope they let me into the club without checking my I.D., <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she jokes,<</if>> for which she receives a swat on her rear as you head out. With the full day of rest, she is full of vigor and ready to dance. She eagerly heads out onto the floor with you, <<if ($activeSlave.entertainSkill >= 100)>>masterfully moving her<<if $activeSlave.preg > 20>> gravid<</if>> body to the heavy beat, grabbing the attention of all the men and most of the women in $clubName.<<elseif ($activeSlave.entertainSkill > 60)>>expertly moving her<<if $activeSlave.preg > 20>> gravid<</if>> body to the heavy beat, mesmerizing her neighbors on the floor.<<elseif ($activeSlave.entertainSkill > 30)>>skillfully moving her<<if $activeSlave.preg > 20>> gravid<</if>> body to the heavy beat, drawing a lustful gaze or two.<<else>>clumsily moving<<if $activeSlave.preg > 20>> gravid<</if>> her body to the heavy beat, attracting little notice among the press of novices.<</if>> It doesn't take long for her to back herself into you so she can grind; she cranes her neck back to plant an @@color:hotpink;earnest kiss@@ on your chin.
+	You call out to stop her, and she turns obediently to listen; you tell her to take the day off and meet you that evening for a trip to $arcologies[0].name's most fashionable nightclub. You emphasize slightly that it's a place you prefer to enjoy with a young slave, and her eyes widen a little at the implied compliment and challenge. Right at the proper time, she arrives in your office wearing neon $activeSlave.hColor makeup to match her hair, and a tiny iridescent clubgirl outfit of the same color. The hem of the skirt is barely low enough to conceal her <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>total lack of private parts<<else>>pussy<</if>>, and it's backless. The front is held up by a halter around her pretty neck, and is <<if ($activeSlave.boobs > 2000)>>specially tailored to cover her massive tits<<elseif ($activeSlave.boobs > 1000)>>strained by her big tits<<elseif ($activeSlave.boobs > 300)>>tightly filled by her healthy tits<<else>>tight against her flat chest<</if>><<if $activeSlave.preg > 20>> and pregnant belly<</if>>. She makes a gaudy and very fashionable spectacle, and in response to your <<if canSee($activeSlave)>>look<<else>>whistle<</if>> she raises both arms over her head and twirls, shimmying her body deliciously. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I hope they let me into the club without checking my I.D., <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she jokes,<<else>>"I hope they let me into the club without checking my I.D., <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she jokes,<</if>> for which she receives a swat on her rear as you head out. With the full day of rest, she is full of vigor and ready to dance. She eagerly heads out onto the floor with you, <<if ($activeSlave.entertainSkill >= 100)>>masterfully moving her<<if $activeSlave.preg > 20>> gravid<</if>> body to the heavy beat, grabbing the attention of all the men and most of the women in $clubName.<<elseif ($activeSlave.entertainSkill > 60)>>expertly moving her<<if $activeSlave.preg > 20>> gravid<</if>> body to the heavy beat, mesmerizing her neighbors on the floor.<<elseif ($activeSlave.entertainSkill > 30)>>skillfully moving her<<if $activeSlave.preg > 20>> gravid<</if>> body to the heavy beat, drawing a lustful gaze or two.<<else>>clumsily moving<<if $activeSlave.preg > 20>> gravid<</if>> her body to the heavy beat, attracting little notice among the press of novices.<</if>> It doesn't take long for her to back herself into you so she can grind; she cranes her neck back to plant an @@.hotpink;earnest kiss@@ on your chin.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -3586,14 +3586,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#result">>
 	You call out to stop her, and she turns obediently to listen; you tell her she'll be spending the day with you at a game outside the arcology, and she's to meet you at your VTOL pad in two hours. She ponders for a moment but clearly understands this is related to her age, somehow. Right at the proper time, she arrives on the pad. She's clearly spent the whole time getting the right clothing; somehow she used the clothing inventory system to find a cheerleader uniform from the home team. It's one size too small, though you're unsure whether this is intentional or not. The hem of the pleated cheerleader skirt is barely low enough to conceal her <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>lack of private parts<<else>>pussy<</if>>, and she bounces a little on her heels for you to show off how she's going commando underneath it. Her <<if $activeSlave.preg > 20>>pregnant<<elseif ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> midriff is bare. The top <<if ($activeSlave.boobs > 2000)>>somehow contains her tits, with the team's logo at least three feet wide across her chest<<elseif ($activeSlave.boobs > 1000)>>is a great location for the team's logo, since her tits allow it to be quite large<<elseif ($activeSlave.boobs > 300)>>is a good location for the team's logo, since her tits allow it to be pretty big<<else>>flatters her flat chest, especially with the team logo over it<</if>>. She even found a pair of appropriately colored pom-poms somewhere. The implicit message about age was understood; she's made up to look even younger.
 	<br><br>
-	You have a front-row seat, of course, and she excitedly takes her place beside you<<if $activeSlave.butt > 6>>, carefully fitting her big bottom into the seat<<elseif $activeSlave.boobs > 4000>>, her absurd boobs rubbing against your arm<</if>>. She cheers lustily at all the right moments, earning repeated crowd focus shots on the big screen; many fans wonder who their ridiculously hot fellow fan is before @@color:green;recognizing you,@@ putting two and two together, and realizing enviously that she's your sex slave. Since this is the Free Cities, the big screen gives her more attention rather than cutting away when she intentionally cheers hard enough that her skirt rides up. The only slightly embarrassing incident is when she's standing up to rally the crowd behind her, facing away from the game and bending down to show cleavage to the stands in such a way that her <<if ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.butt > 2)>>big butt<<else>>nice ass<</if>> lifts her skirt up enough that the players below can clearly see her <<if ($activeSlave.anus > 2)>>big slit of an asspussy.<<elseif ($activeSlave.anus > 1)>>nice asspussy.<<else>>tight asshole.<</if>> A player from the visiting team is distracted enough to blow a play. Any fans who might have been inclined to disapprove forget their objections when the home team capitalizes on the mistake to score.
+	You have a front-row seat, of course, and she excitedly takes her place beside you<<if $activeSlave.butt > 6>>, carefully fitting her big bottom into the seat<<elseif $activeSlave.boobs > 4000>>, her absurd boobs rubbing against your arm<</if>>. She cheers lustily at all the right moments, earning repeated crowd focus shots on the big screen; many fans wonder who their ridiculously hot fellow fan is before @@.green;recognizing you,@@ putting two and two together, and realizing enviously that she's your sex slave. Since this is the Free Cities, the big screen gives her more attention rather than cutting away when she intentionally cheers hard enough that her skirt rides up. The only slightly embarrassing incident is when she's standing up to rally the crowd behind her, facing away from the game and bending down to show cleavage to the stands in such a way that her <<if ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.butt > 2)>>big butt<<else>>nice ass<</if>> lifts her skirt up enough that the players below can clearly see her <<if ($activeSlave.anus > 2)>>big slit of an asspussy.<<elseif ($activeSlave.anus > 1)>>nice asspussy.<<else>>tight asshole.<</if>> A player from the visiting team is distracted enough to blow a play. Any fans who might have been inclined to disapprove forget their objections when the home team capitalizes on the mistake to score.
 	<<set $rep += 100>>
 	<</replace>>
 <</link>>
 <br><<link "Put the old whore in her place">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You call out to stop her, and she turns obediently to listen. You tell her you're interested to see if her old body can still perform. Something about the way you say 'old' makes her flinch, and she's right to worry. You tell her to go out and make you ¤200, and to hurry back if she wants to avoid punishment. She hesitates for an instant before hurrying outside. A few hours later you check on her remotely. The feed shows her walk quickly up to a couple out on the street; you can't hear what's said, but she turns around to rub her bare butt against the crotch of the man's pants. He pulls them down and fucks her right there, as the woman pulls and abuses her poor nipples. Boring of this, she switches to torturing the poor slave's <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>butthole<<else>>pussy<</if>>, slapping her until she cries and then making out with the weeping whore. Much later, $activeSlave.slaveName limps tiredly into your office and gives you your @@color:yellowgreen;¤200.@@ You ask her how she's feeling, and she mumbles, <<if SlaveStatsChecker.checkForLisp($activeSlave)>> "I'm OK, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. Holeth are pretty thore though. Kinda loothe."<<else>>"I'm OK, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. Holes are pretty sore though. Kinda loose."<</if>> You tell her that's of little concern, since she has relatively few years of use left: you may as well extract what value you can from her. She's too exhausted to hide her response, and collapses, @@color:gold;sobbing.@@
+	You call out to stop her, and she turns obediently to listen. You tell her you're interested to see if her old body can still perform. Something about the way you say 'old' makes her flinch, and she's right to worry. You tell her to go out and make you ¤200, and to hurry back if she wants to avoid punishment. She hesitates for an instant before hurrying outside. A few hours later you check on her remotely. The feed shows her walk quickly up to a couple out on the street; you can't hear what's said, but she turns around to rub her bare butt against the crotch of the man's pants. He pulls them down and fucks her right there, as the woman pulls and abuses her poor nipples. Boring of this, she switches to torturing the poor slave's <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>butthole<<else>>pussy<</if>>, slapping her until she cries and then making out with the weeping whore. Much later, $activeSlave.slaveName limps tiredly into your office and gives you your @@.yellowgreen;¤200.@@ You ask her how she's feeling, and she mumbles, <<if SlaveStatsChecker.checkForLisp($activeSlave)>> "I'm OK, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. Holeth are pretty thore though. Kinda loothe."<<else>>"I'm OK, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. Holes are pretty sore though. Kinda loose."<</if>> You tell her that's of little concern, since she has relatively few years of use left: you may as well extract what value you can from her. She's too exhausted to hide her response, and collapses, @@.gold;sobbing.@@
 	<<set $cash += 200>>
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
@@ -3610,7 +3610,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Lend her some assistance">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand and ask her mockingly if she could use some assistance. She gapes at you for a lust-hazed moment before nodding happily, <<if canTalk($activeSlave) == false>>gesturing her thanks.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisping, "Yeth pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>squealing, "Yes please, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> She stops wanking and takes her hands away, laying herself wide for you like a horny human buffet. You make a show of selecting, but decide on her <<if $activeSlave.anus > 2>>slutty anal slit<<elseif $activeSlave.anus > 1>>well prepared asshole<<else>>still-tight butt<</if>>. She calmed down a little while offering herself to you, so she manages not to climax immediately when you <<if $PC.dick == 0>>push your strap-on into her<<else>>thrust your dick into her<</if>>, but she's in a rare mood. You reward her by guiding her hands back to her crotch as you ramp up the pace, at which she looks up at you with something like wordless glee. She goes back to <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>playing with her limp dick,<<elseif $activeSlave.dick > 4>>jerking off her giant cock,<<elseif $activeSlave.dick > 2>>jerking off,<<elseif $activeSlave.dick > 0>>teasing her girly little dick,<<elseif $activeSlave.clit > 0>>jerking off her ridiculous clit,<<elseif $activeSlave.labia > 0>>spreading and teasing her petals,<<elseif $activeSlave.vagina == -1>>playing with her asspussy,<<else>>rubbing her clit,<</if>> <<if canTalk($activeSlave) == false>>making little raspy pleasure noises<<else>>mewling with pleasure<</if>>. When you're finally done, she's fairly tired, but she manages to give her <<if $activeSlave.butt > 5>>huge<<elseif $activeSlave.butt > 2>>big<<else>>cute<</if>>, well-fucked butt a little wiggle for you, @@color:mediumaquamarine;<<if canSee($activeSlave)>>looking<<else>>smiling<</if>> at you gratefully,@@ as she skips off to wash.
+	You stand and ask her mockingly if she could use some assistance. She gapes at you for a lust-hazed moment before nodding happily, <<if canTalk($activeSlave) == false>>gesturing her thanks.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisping, "Yeth pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>squealing, "Yes please, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> She stops wanking and takes her hands away, laying herself wide for you like a horny human buffet. You make a show of selecting, but decide on her <<if $activeSlave.anus > 2>>slutty anal slit<<elseif $activeSlave.anus > 1>>well prepared asshole<<else>>still-tight butt<</if>>. She calmed down a little while offering herself to you, so she manages not to climax immediately when you <<if $PC.dick == 0>>push your strap-on into her<<else>>thrust your dick into her<</if>>, but she's in a rare mood. You reward her by guiding her hands back to her crotch as you ramp up the pace, at which she looks up at you with something like wordless glee. She goes back to <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>playing with her limp dick,<<elseif $activeSlave.dick > 4>>jerking off her giant cock,<<elseif $activeSlave.dick > 2>>jerking off,<<elseif $activeSlave.dick > 0>>teasing her girly little dick,<<elseif $activeSlave.clit > 0>>jerking off her ridiculous clit,<<elseif $activeSlave.labia > 0>>spreading and teasing her petals,<<elseif $activeSlave.vagina == -1>>playing with her asspussy,<<else>>rubbing her clit,<</if>> <<if canTalk($activeSlave) == false>>making little raspy pleasure noises<<else>>mewling with pleasure<</if>>. When you're finally done, she's fairly tired, but she manages to give her <<if $activeSlave.butt > 5>>huge<<elseif $activeSlave.butt > 2>>big<<else>>cute<</if>>, well-fucked butt a little wiggle for you, @@.mediumaquamarine;<<if canSee($activeSlave)>>looking<<else>>smiling<</if>> at you gratefully,@@ as she skips off to wash.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3619,7 +3619,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Show the slut off">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	It takes a trifling command at your desk to surreptitiously slave one of the office cameras to her impromptu masturbation session, and send the feed to many of the public screens. After a few minutes, <<if canSee($activeSlave)>>she notices the setup through one of the office's glass walls<<else>>you inform the eager masturbator that her show is live across the arcology<</if>>. <<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>She climaxes almost instantly at the realization, which plays right into her fetish.<<else>>She pauses for a moment at the realization, but goes back to her business, blushing a little harder.<</if>> She even plays it up a little for her audience; when she <<if ($activeSlave.preg > 30) && ($activeSlave.dick > 0)>>finally orgasms, she attempts to hike her hips over her head and direct the cum into her mouth. However, her advanced pregnancy thwarts her efforts and she ends up cumming on her stomach's underside. She brushes some cum off with her fingers and brings it to her mouth, smiling at the taste.<<elseif ($activeSlave.dick > 0) && ($activeSlave.dick < 5) && ($activeSlave.preg > 20)>>finally orgasms, she attempts to hike her hips over her head and direct the cum into her mouth. However, she ends up just coating her pregnancy in her own cum.<<elseif ($activeSlave.dick > 4) && ($activeSlave.preg > 20)>>finally orgasms, she attempts to hike her hips over her head and direct the cum into her mouth. Her dick is large enough to extend past her pregnancy, allowing her to blow her load into her waiting maw.<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>finally manages to extract an orgasm from her limp dick, she hikes her hips over her head to direct it into her mouth.<<elseif $activeSlave.dick > 0>>finally empties her balls, she hikes her hips over her head to direct the cum into her mouth.<<elseif $activeSlave.vagina == -1>>climaxes, she makes sure they can see the way her asspussy spasms with orgasm.<<else>>finally climaxes, she carefully licks her hands clean, showing off her enjoyment of her own taste.<</if>> Authenticity is hard to fake, and the many citizens who saw the broadcast don't doubt @@color:green;your ability to train@@ a shameless slut.
+	It takes a trifling command at your desk to surreptitiously slave one of the office cameras to her impromptu masturbation session, and send the feed to many of the public screens. After a few minutes, <<if canSee($activeSlave)>>she notices the setup through one of the office's glass walls<<else>>you inform the eager masturbator that her show is live across the arcology<</if>>. <<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>She climaxes almost instantly at the realization, which plays right into her fetish.<<else>>She pauses for a moment at the realization, but goes back to her business, blushing a little harder.<</if>> She even plays it up a little for her audience; when she <<if ($activeSlave.preg > 30) && ($activeSlave.dick > 0)>>finally orgasms, she attempts to hike her hips over her head and direct the cum into her mouth. However, her advanced pregnancy thwarts her efforts and she ends up cumming on her stomach's underside. She brushes some cum off with her fingers and brings it to her mouth, smiling at the taste.<<elseif ($activeSlave.dick > 0) && ($activeSlave.dick < 5) && ($activeSlave.preg > 20)>>finally orgasms, she attempts to hike her hips over her head and direct the cum into her mouth. However, she ends up just coating her pregnancy in her own cum.<<elseif ($activeSlave.dick > 4) && ($activeSlave.preg > 20)>>finally orgasms, she attempts to hike her hips over her head and direct the cum into her mouth. Her dick is large enough to extend past her pregnancy, allowing her to blow her load into her waiting maw.<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>finally manages to extract an orgasm from her limp dick, she hikes her hips over her head to direct it into her mouth.<<elseif $activeSlave.dick > 0>>finally empties her balls, she hikes her hips over her head to direct the cum into her mouth.<<elseif $activeSlave.vagina == -1>>climaxes, she makes sure they can see the way her asspussy spasms with orgasm.<<else>>finally climaxes, she carefully licks her hands clean, showing off her enjoyment of her own taste.<</if>> Authenticity is hard to fake, and the many citizens who saw the broadcast don't doubt @@.green;your ability to train@@ a shameless slut.
 	<<set $rep += 250>>
 	<</replace>>
 <</link>>
@@ -3629,7 +3629,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Relaxed sex">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You flip the sheet off your naked body, revealing your already <<if $PC.dick == 0>>wet pussy<<else>>stiff prick<<if $PC.vagina == 1>> and the wet pussy below it<</if>><</if>>. She slides herself down, pressing her <<if ($activeSlave.boobs > 2000)>>ridiculous tits<<elseif ($activeSlave.boobs > 800)>>big breasts<<elseif ($activeSlave.boobs > 300)>>nice boobs<<else>>trim chest<</if>> against your legs, and nuzzles her warm nose and wet tongue against <<if $PC.vagina == 1>>your moist folds<<else>>your ballsack<</if>>. You run a languid hand through her hair, but soon relax into a pleasant, tired fugue, letting yourself enjoy her ministrations. You almost drift off under the slow oral loving, but a sudden coolness against you brings you partially awake again: she's taken her mouth off you, leaving the night air against your saliva-wetted <<if $PC.vagina == 1>>pussylips<<else>>cock<</if>>. She quickly realizes the error, and applies herself diligently to you, never letting the warm feeling die down again. You orgasm twice, which she absorbs without stopping, looking up at you with an expression that's unidentifiable in the gloom. But when you finally reach down and give her <<if ($activeSlave.preg > 20)>>gravid belly a light pat<<else>>shoulder a little tug<</if>> to let her know that's enough, she @@color:mediumaquamarine;cuddles up close to you@@ without hesitation.
+	You flip the sheet off your naked body, revealing your already <<if $PC.dick == 0>>wet pussy<<else>>stiff prick<<if $PC.vagina == 1>> and the wet pussy below it<</if>><</if>>. She slides herself down, pressing her <<if ($activeSlave.boobs > 2000)>>ridiculous tits<<elseif ($activeSlave.boobs > 800)>>big breasts<<elseif ($activeSlave.boobs > 300)>>nice boobs<<else>>trim chest<</if>> against your legs, and nuzzles her warm nose and wet tongue against <<if $PC.vagina == 1>>your moist folds<<else>>your ballsack<</if>>. You run a languid hand through her hair, but soon relax into a pleasant, tired fugue, letting yourself enjoy her ministrations. You almost drift off under the slow oral loving, but a sudden coolness against you brings you partially awake again: she's taken her mouth off you, leaving the night air against your saliva-wetted <<if $PC.vagina == 1>>pussylips<<else>>cock<</if>>. She quickly realizes the error, and applies herself diligently to you, never letting the warm feeling die down again. You orgasm twice, which she absorbs without stopping, looking up at you with an expression that's unidentifiable in the gloom. But when you finally reach down and give her <<if ($activeSlave.preg > 20)>>gravid belly a light pat<<else>>shoulder a little tug<</if>> to let her know that's enough, she @@.mediumaquamarine;cuddles up close to you@@ without hesitation.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -3638,7 +3638,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Surprise buttsex">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You uncoil from under the sheet like a striking serpent, tackling her $activeSlave.skin body off the edge of the bed<<if ($activeSlave.preg > 20)>>, twisting in midair,<</if>> and onto the floor with a crash. The wind is knocked out of her with an audible grunt as<<if ($activeSlave.preg > 20)>> she lands on top of you and rolls over<<else>> you land on top of her<</if>>. <<if ($activeSlave.boobs > 2000)>>Her huge breasts squash out to either side of her torso<<elseif ($activeSlave.dick > 0)>>She shifts desperately to get some weight off her trapped dick<<else>>She squirms reflexively<</if>>, but your attention is directed farther down: you wrap an arm around her hips, hoist her, shove a cushion under her middle, and spread her <<if $activeSlave.butt > 5>>inconveniently plush butt<<elseif $activeSlave.butt > 2>>big buttocks<<else>>trim buttocks<</if>> with one hand to get at her asshole. You feel her take a deep breath under you, and she lets it out as you press <<if $PC.dick == 0>>the tip of your strap-on<<else>>your dickhead<</if>> against her anus. The relaxation <<if $activeSlave.anus > 2>>gapes her asspussy wide, welcoming you in without any resistance at all<<elseif $activeSlave.anus > 1>>welcomes you in, offering you only a delicious bit of resistance to push against<<else>>saves her from too much anal pain, though she does buck a little at the first penetration<</if>>. You surprised her badly, but the adrenaline melts into arousal as you pump in and out of her ass. She  grinds shamelessly against the cushion; since she's being a good girl, you reach up to your bedside without giving her any respite to fetch <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>an egg vibe. You shove it between her and the cushion to give her limp dick some stimulation.<<elseif $activeSlave.dick > 4>>a huge onahole. You push it between her and the cushion so she can fuck it.<<elseif $activeSlave.dick > 0>>an onahole. You push it between her and the cushion so she can fuck it.<<elseif $activeSlave.clit > 1>>a shallow vibrating onahole. You push it between her and the cushion so she can stuff her pseudophallic clit into it.<<elseif $activeSlave.vagina == -1>>an egg vibe. You place it under her so it can stimulate the sensitive skin between her legs, just beneath her asspussy.<<else>>an egg vibe. You push it between her and the cushion so she can rub her pussy against it.<</if>> <<if canTalk($activeSlave) == false>>Her hands jerk out a spastic thank you in the darkness<<else>>She coos a wordless thanks<</if>>, and she starts humping away. If she thought you were too tired for sex, you certainly @@color:hotpink;impress her;@@ as you spend an hour exhausting yourself against her asshole, she wonders whether her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> is ever too tired to fuck a butt.
+	You uncoil from under the sheet like a striking serpent, tackling her $activeSlave.skin body off the edge of the bed<<if ($activeSlave.preg > 20)>>, twisting in midair,<</if>> and onto the floor with a crash. The wind is knocked out of her with an audible grunt as<<if ($activeSlave.preg > 20)>> she lands on top of you and rolls over<<else>> you land on top of her<</if>>. <<if ($activeSlave.boobs > 2000)>>Her huge breasts squash out to either side of her torso<<elseif ($activeSlave.dick > 0)>>She shifts desperately to get some weight off her trapped dick<<else>>She squirms reflexively<</if>>, but your attention is directed farther down: you wrap an arm around her hips, hoist her, shove a cushion under her middle, and spread her <<if $activeSlave.butt > 5>>inconveniently plush butt<<elseif $activeSlave.butt > 2>>big buttocks<<else>>trim buttocks<</if>> with one hand to get at her asshole. You feel her take a deep breath under you, and she lets it out as you press <<if $PC.dick == 0>>the tip of your strap-on<<else>>your dickhead<</if>> against her anus. The relaxation <<if $activeSlave.anus > 2>>gapes her asspussy wide, welcoming you in without any resistance at all<<elseif $activeSlave.anus > 1>>welcomes you in, offering you only a delicious bit of resistance to push against<<else>>saves her from too much anal pain, though she does buck a little at the first penetration<</if>>. You surprised her badly, but the adrenaline melts into arousal as you pump in and out of her ass. She  grinds shamelessly against the cushion; since she's being a good girl, you reach up to your bedside without giving her any respite to fetch <<if ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>an egg vibe. You shove it between her and the cushion to give her limp dick some stimulation.<<elseif $activeSlave.dick > 4>>a huge onahole. You push it between her and the cushion so she can fuck it.<<elseif $activeSlave.dick > 0>>an onahole. You push it between her and the cushion so she can fuck it.<<elseif $activeSlave.clit > 1>>a shallow vibrating onahole. You push it between her and the cushion so she can stuff her pseudophallic clit into it.<<elseif $activeSlave.vagina == -1>>an egg vibe. You place it under her so it can stimulate the sensitive skin between her legs, just beneath her asspussy.<<else>>an egg vibe. You push it between her and the cushion so she can rub her pussy against it.<</if>> <<if canTalk($activeSlave) == false>>Her hands jerk out a spastic thank you in the darkness<<else>>She coos a wordless thanks<</if>>, and she starts humping away. If she thought you were too tired for sex, you certainly @@.hotpink;impress her;@@ as you spend an hour exhausting yourself against her asshole, she wonders whether her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>> is ever too tired to fuck a butt.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3650,14 +3650,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Enter the shower and take her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's so occupied that she doesn't hear you until you seize her under the armpits and drag her to her feet. Her massive dickhead pops free of her mouth and she squeaks in surprise as you push her<<if $activeSlave.preg > 20>> gravid body<</if>> against the wall of the shower and stuff your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her ass. She was already very close to orgasm, and the stimulation of her dick rubbing against the warm, wet wall<<if $activeSlave.preg > 20>>s of the shower and her belly<<else>> of the shower<</if>>, not to mention the feeling of being buttfucked, is enough that she climaxes quickly. <<if $activeSlave.balls == 3>>Her huge load coats the shower wall with cum. <</if>>You pull out and let her finish by <<if $PC.dick == 0>>giving you oral<<else>>sucking your dick<<if $PC.vagina == 1>> and eating your pussy<</if>><</if>>, since she started by sucking herself. @@color:hotpink;She has become more submissive to you.@@
+	She's so occupied that she doesn't hear you until you seize her under the armpits and drag her to her feet. Her massive dickhead pops free of her mouth and she squeaks in surprise as you push her<<if $activeSlave.preg > 20>> gravid body<</if>> against the wall of the shower and stuff your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her ass. She was already very close to orgasm, and the stimulation of her dick rubbing against the warm, wet wall<<if $activeSlave.preg > 20>>s of the shower and her belly<<else>> of the shower<</if>>, not to mention the feeling of being buttfucked, is enough that she climaxes quickly. <<if $activeSlave.balls == 3>>Her huge load coats the shower wall with cum. <</if>>You pull out and let her finish by <<if $PC.dick == 0>>giving you oral<<else>>sucking your dick<<if $PC.vagina == 1>> and eating your pussy<</if>><</if>>, since she started by sucking herself. @@.hotpink;She has become more submissive to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<if ($activeSlave.anus == 0)>>
-	  @@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
+	  @@.lime;This breaks in $activeSlave.slaveName's virgin ass.@@
 	  <<set $activeSlave.anus = 1>>
-	  @@color:hotpink;She enjoys losing her butt cherry to you.@@
+	  @@.hotpink;She enjoys losing her butt cherry to you.@@
 	  <<set  $activeSlave.devotion += 4>>
  	<</if>>
 	<</replace>>
@@ -3668,7 +3668,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<br><<link "The only dick she should suck is her Master's">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		She's so occupied that she doesn't hear you until you seize her hair and pull her head back. Her massive dickhead pops free of her mouth and she squeaks in surprise. The noise is cut off by a gag as you ram yourself down her throat. She plays with your <<if $PC.vagina == 1>>cunt<<else>>balls<</if>> as you face fuck her and jacks off with her other hand. She was so close when you intruded that she cums long before you do. There's a lot of cum in the shower when you're through. <<if $activeSlave.balls == 3>>Her huge balls made an especially major contribution. <</if>>@@color:hotpink;She has become more submissive to you.@@
+		She's so occupied that she doesn't hear you until you seize her hair and pull her head back. Her massive dickhead pops free of her mouth and she squeaks in surprise. The noise is cut off by a gag as you ram yourself down her throat. She plays with your <<if $PC.vagina == 1>>cunt<<else>>balls<</if>> as you face fuck her and jacks off with her other hand. She was so close when you intruded that she cums long before you do. There's a lot of cum in the shower when you're through. <<if $activeSlave.balls == 3>>Her huge balls made an especially major contribution. <</if>>@@.hotpink;She has become more submissive to you.@@
 		<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
@@ -3680,7 +3680,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		$activeSlave.slaveName
 		<</replace>>
 	<<replace "#result">>
-		She's so occupied that she doesn't hear you until you seize her hair and pull her head back. Her massive dickhead pops free of her mouth and she squeaks in surprise. The noise is cut off by a gag as you ram yourself down her throat. She plays with your <<if $PC.vagina == 1>>cunt<<else>>balls<</if>> as you face fuck her and jacks off with her other hand. She was so close when you intruded that she cums long before you do. There's a lot of cum in the shower when you're through. <<if $activeSlave.balls == 3>>Her huge balls made an especially major contribution. <</if>>@@color:hotpink;She has become more submissive to you.@@
+		She's so occupied that she doesn't hear you until you seize her hair and pull her head back. Her massive dickhead pops free of her mouth and she squeaks in surprise. The noise is cut off by a gag as you ram yourself down her throat. She plays with your <<if $PC.vagina == 1>>cunt<<else>>balls<</if>> as you face fuck her and jacks off with her other hand. She was so close when you intruded that she cums long before you do. There's a lot of cum in the shower when you're through. <<if $activeSlave.balls == 3>>Her huge balls made an especially major contribution. <</if>>@@.hotpink;She has become more submissive to you.@@
 		<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
@@ -3692,7 +3692,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "See if she can do that while you take her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You interrupt $activeSlave.slaveName and make her lie on a nearby bed. After some preparatory stretching, during which her frustrated erection flops forlornly around, you manage to get both her ankles behind her head. In this position she manages to resume sucking on the head of her penis. So contorted, her anus is not well angled for comfortable sodomy, so she is soon moaning and grunting into her cock as you fuck her. She finishes <<if $activeSlave.balls == 3>>her enormous ejaculation <</if>>into her own mouth and then <<if $PC.dick == 0>>finds herself giving you oral directly, since you pulled your strap-on off<<else>>receives your load into her now-brimming throat<<if $PC.vagina == 1>>. She barely has time to swallow before you press your pussy against her mouth<</if>><</if>>. @@color:hotpink;Her devotion to you has increased.@@
+	You interrupt $activeSlave.slaveName and make her lie on a nearby bed. After some preparatory stretching, during which her frustrated erection flops forlornly around, you manage to get both her ankles behind her head. In this position she manages to resume sucking on the head of her penis. So contorted, her anus is not well angled for comfortable sodomy, so she is soon moaning and grunting into her cock as you fuck her. She finishes <<if $activeSlave.balls == 3>>her enormous ejaculation <</if>>into her own mouth and then <<if $PC.dick == 0>>finds herself giving you oral directly, since you pulled your strap-on off<<else>>receives your load into her now-brimming throat<<if $PC.vagina == 1>>. She barely has time to swallow before you press your pussy against her mouth<</if>><</if>>. @@.hotpink;Her devotion to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3706,7 +3706,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Give her something more appropriate to suck on">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>, as usual, has to give the stupid slut considerable coaching to get her to your office without getting lost. This is a near-miraculous imbecility, as the penthouse is expressly designed to make it nearly impossible to get anywhere from anywhere else without passing by the office door. She understands orders to <<if $PC.vagina == 0>>perform cunnilingus<<else>>suck a dick<</if>>, though, and gets down to it eagerly enough. When she finishes the job, <<if $PC.dick == 0>>wipes her mouth<<else>>she busily swallows every drop of your ejaculate<</if>> and then looks up at you doubtfully. <<if canTalk($activeSlave) == false>>She slowly spells out a question with her hands, asking if she's a good slave.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps a hesitant question: "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, am I a good thlave?"<<else>>She mumbles a hesitant question: "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, am I a good slave?"<</if>> You tell her that she is, running a hand <<if $activeSlave.hStyle == "shaved bald">>across her bald scalp<<else>>through her hair<</if>>. She seems @@color:hotpink;reassured,@@ and thankful when you give her a cup of her proper rations from your own hand.
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>, as usual, has to give the stupid slut considerable coaching to get her to your office without getting lost. This is a near-miraculous imbecility, as the penthouse is expressly designed to make it nearly impossible to get anywhere from anywhere else without passing by the office door. She understands orders to <<if $PC.vagina == 0>>perform cunnilingus<<else>>suck a dick<</if>>, though, and gets down to it eagerly enough. When she finishes the job, <<if $PC.dick == 0>>wipes her mouth<<else>>she busily swallows every drop of your ejaculate<</if>> and then looks up at you doubtfully. <<if canTalk($activeSlave) == false>>She slowly spells out a question with her hands, asking if she's a good slave.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps a hesitant question: "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, am I a good thlave?"<<else>>She mumbles a hesitant question: "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, am I a good slave?"<</if>> You tell her that she is, running a hand <<if $activeSlave.hStyle == "shaved bald">>across her bald scalp<<else>>through her hair<</if>>. She seems @@.hotpink;reassured,@@ and thankful when you give her a cup of her proper rations from your own hand.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -3715,7 +3715,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Reassure her and get her to slow down">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's so intent on trying to suck off the food dispenser that she doesn't hear you enter the room. She starts with surprise when you encircle her<<if $activeSlave.preg > 20>> pregnant belly<<else>> waist<</if>> with your arms and murmur reassuringly in her ear. <<if canTalk($activeSlave) == false>>She sadly gestures at the spigot and then flicks her own head.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps, "Thorry <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I'm trying but ith hard."<<else>>She says sadly, "Sorry <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I'm trying to be a good slave but it's hard."<</if>> You kindly tell her that you know she's trying, and that that's what really matters. <<if canTalk($activeSlave) == false>>Her hands awkwardly ask, "Really?"<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Really, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>?" she asks hopefully.<<else>>"Really, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?" she asks hopefully.<</if>> You whisper into her ear that yes, she will be all right as long as she does her best. She wiggles her butt against you a little and giggles <<if $PC.dick == 1>>at the responding stiffness she feels between her buttocks<<else>>as you shove her to her knees<</if>>. She shimmies down and <<if $PC.dick == 1>>takes you into her mouth<<if $PC.vagina == 1>> and does her best to reach the top of your pussy with the tip of her tongue<</if>><<else>>eats you out<</if>>, <<if canSee($activeSlave)>>looking you in the eyes the whole time and <</if>>@@color:hotpink;smiling@@ as much as she can manage with <<if $PC.dick == 1>>a dick in her mouth<<else>>her tongue working your clit<</if>>.
+	She's so intent on trying to suck off the food dispenser that she doesn't hear you enter the room. She starts with surprise when you encircle her<<if $activeSlave.preg > 20>> pregnant belly<<else>> waist<</if>> with your arms and murmur reassuringly in her ear. <<if canTalk($activeSlave) == false>>She sadly gestures at the spigot and then flicks her own head.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps, "Thorry <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I'm trying but ith hard."<<else>>She says sadly, "Sorry <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I'm trying to be a good slave but it's hard."<</if>> You kindly tell her that you know she's trying, and that that's what really matters. <<if canTalk($activeSlave) == false>>Her hands awkwardly ask, "Really?"<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"Really, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>?" she asks hopefully.<<else>>"Really, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?" she asks hopefully.<</if>> You whisper into her ear that yes, she will be all right as long as she does her best. She wiggles her butt against you a little and giggles <<if $PC.dick == 1>>at the responding stiffness she feels between her buttocks<<else>>as you shove her to her knees<</if>>. She shimmies down and <<if $PC.dick == 1>>takes you into her mouth<<if $PC.vagina == 1>> and does her best to reach the top of your pussy with the tip of her tongue<</if>><<else>>eats you out<</if>>, <<if canSee($activeSlave)>>looking you in the eyes the whole time and <</if>>@@.hotpink;smiling@@ as much as she can manage with <<if $PC.dick == 1>>a dick in her mouth<<else>>her tongue working your clit<</if>>.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -3724,7 +3724,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Spank the stupid out of her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's so intent on trying to suck off the food dispenser that she doesn't hear you enter the room. She starts with surprise when you seize her and push her facedown across the counter. After making her confirm that she can hear you, you patiently repeat the very simple instructions for getting meals from the kitchen. Then, you tell her to repeat them. She manages the first step fine and has completely forgotten the second. The moment she hesitates, she has an instant to hear the rush of air trying to get out of the way of your speeding palm before it contacts the $activeSlave.skin skin of her buttocks. She writhes and cries and promises to try harder, but her poor rear end is almost raw before she gets it all right. She leaves the kitchen snuffling sadly to herself, but in the coming days she really does seem to @@color:gold;do her best@@ to avoid another beating.
+	She's so intent on trying to suck off the food dispenser that she doesn't hear you enter the room. She starts with surprise when you seize her and push her facedown across the counter. After making her confirm that she can hear you, you patiently repeat the very simple instructions for getting meals from the kitchen. Then, you tell her to repeat them. She manages the first step fine and has completely forgotten the second. The moment she hesitates, she has an instant to hear the rush of air trying to get out of the way of your speeding palm before it contacts the $activeSlave.skin skin of her buttocks. She writhes and cries and promises to try harder, but her poor rear end is almost raw before she gets it all right. She leaves the kitchen snuffling sadly to herself, but in the coming days she really does seem to @@.gold;do her best@@ to avoid another beating.
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
@@ -3744,7 +3744,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Cheer her up">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You close in on her, and she starts to present herself with the force of long habit. However, you take her by the hand and draw her in close, running your fingertips along her cheekbone, looking into her $activeSlave.eyeColor eyes. <<if canSee($activeSlave)>>She only holds your gaze for a brief moment before blushing and looking down again,<<else>>Once she feels your hand stop, she quickly glances down while<</if>> muttering another apology. You raise her chin again with a gentle hand and give her a deep kiss. After a moment she hugs you with almost painful fierceness<<if $activeSlave.preg > 20>>, pushing her gravid belly into yours<</if>>, <<if $activeSlave.preg > 20>>where<<else>>and<</if>> you can feel a heat radiating from her. She makes to get down on her knees to serve you again, but instead, you <<if $activeSlave.preg > 20>>gently <</if>>scoop her up and carry her to bed, laying the bemused girl down before cuddling up behind her. The two of you make languid love, with you murmuring reassuringly into her ear, nibbling her neck, cupping her breasts,<<if $activeSlave.preg > 20>>rubbing her distended midriff,<</if>> and massaging her shoulders by turns. After a lovely climax together in her pussy she coquettishly shifts herself to line your recovering cock up with her ass, <<if canSee($activeSlave)>>looking with @@color:hotpink;adoration@@ and new @@color:mediumaquamarine;confidence@@ into your eyes<<else>>gazing with @@color:hotpink;adoration@@ and new @@color:mediumaquamarine;confidence@@ at your face<</if>>.
+	You close in on her, and she starts to present herself with the force of long habit. However, you take her by the hand and draw her in close, running your fingertips along her cheekbone, looking into her $activeSlave.eyeColor eyes. <<if canSee($activeSlave)>>She only holds your gaze for a brief moment before blushing and looking down again,<<else>>Once she feels your hand stop, she quickly glances down while<</if>> muttering another apology. You raise her chin again with a gentle hand and give her a deep kiss. After a moment she hugs you with almost painful fierceness<<if $activeSlave.preg > 20>>, pushing her gravid belly into yours<</if>>, <<if $activeSlave.preg > 20>>where<<else>>and<</if>> you can feel a heat radiating from her. She makes to get down on her knees to serve you again, but instead, you <<if $activeSlave.preg > 20>>gently <</if>>scoop her up and carry her to bed, laying the bemused girl down before cuddling up behind her. The two of you make languid love, with you murmuring reassuringly into her ear, nibbling her neck, cupping her breasts,<<if $activeSlave.preg > 20>>rubbing her distended midriff,<</if>> and massaging her shoulders by turns. After a lovely climax together in her pussy she coquettishly shifts herself to line your recovering cock up with her ass, <<if canSee($activeSlave)>>looking with @@.hotpink;adoration@@ and new @@.mediumaquamarine;confidence@@ into your eyes<<else>>gazing with @@.hotpink;adoration@@ and new @@.mediumaquamarine;confidence@@ at your face<</if>>.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
@@ -3756,7 +3756,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Perform a health exam personally">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She gets a weekly health exam from the automated systems, which also do their best to monitor her well-being, but she does not protest as you take her to the surgery and give her a <<if $PC.medicine >= 100>>professional examination. It feels good to put the old skills to use on an attractive patient<<else>>thorough examination<</if>>. There's nothing the matter other than that she hasn't been 18 for a long time. She looks a little sad at some of the results, but whenever she does, you place a hand on her cheek and give her a kiss. She gets the idea. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I underthtand, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I can thtill therve you," she lisps.<<else>>"I understand, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I can still serve you," she says.<</if>> You adjust her diet and exercise a little, which should @@color:green;slightly improve@@ her health<<if $PC.medicine >= 100>>, and prescribe some new supplements that might help her @@color:green;feel her best@@ all the time<<set $activeSlave.health += 10>><</if>>. As she gets up from the chair and makes to resume her duties, you give her a light swat across the buttocks. She squeaks and turns to @@color:mediumaquamarine;giggle at you,@@ giving you a broad wink and shaking her tits a little for you.
+	She gets a weekly health exam from the automated systems, which also do their best to monitor her well-being, but she does not protest as you take her to the surgery and give her a <<if $PC.medicine >= 100>>professional examination. It feels good to put the old skills to use on an attractive patient<<else>>thorough examination<</if>>. There's nothing the matter other than that she hasn't been 18 for a long time. She looks a little sad at some of the results, but whenever she does, you place a hand on her cheek and give her a kiss. She gets the idea. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I underthtand, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I can thtill therve you," she lisps.<<else>>"I understand, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I can still serve you," she says.<</if>> You adjust her diet and exercise a little, which should @@.green;slightly improve@@ her health<<if $PC.medicine >= 100>>, and prescribe some new supplements that might help her @@.green;feel her best@@ all the time<<set $activeSlave.health += 10>><</if>>. As she gets up from the chair and makes to resume her duties, you give her a light swat across the buttocks. She squeaks and turns to @@.mediumaquamarine;giggle at you,@@ giving you a broad wink and shaking her tits a little for you.
 	<<set $activeSlave.health += 10>>
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
@@ -3765,7 +3765,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Give her an afternoon off for some quality time with your Head Girl">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$HeadGirl.slaveName understands the situation immediately. She gets herself and $activeSlave.slaveName dressed for a nice, non-sexual 'date' in $clubName, and leads her out by the hand with a wink over her shoulder to you. Your Head Girl understands just what kind of break from sexual servitude $activeSlave.slaveName really needs. They enjoy a nice meal, take a stroll and talk as friends, and get some inconsequential but relaxing beauty treatments together. They both @@color:hotpink;enjoy the relaxation,@@ and $activeSlave.slaveName @@color:green;feels much better@@ after the rest, too.
+	$HeadGirl.slaveName understands the situation immediately. She gets herself and $activeSlave.slaveName dressed for a nice, non-sexual 'date' in $clubName, and leads her out by the hand with a wink over her shoulder to you. Your Head Girl understands just what kind of break from sexual servitude $activeSlave.slaveName really needs. They enjoy a nice meal, take a stroll and talk as friends, and get some inconsequential but relaxing beauty treatments together. They both @@.hotpink;enjoy the relaxation,@@ and $activeSlave.slaveName @@.green;feels much better@@ after the rest, too.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.health += 10>>
 	<<set $cash -= 500>>
@@ -3784,14 +3784,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Help her clean herself">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You step into the running water and seat yourself in the shower, drawing her into your lap. She seems surprised and <<if canSee($activeSlave)>>stares at you through the steam<<else>>gazes towards you<</if>> for a moment before looking away with a blush. She expects you to <<if $PC.dick == 0>>ride her wet face<<else>>insert your member into her wet body<</if>>, but finds you handing her the soap instead. You gently support her as she washes, partaking of physical closeness and support. @@color:hotpink;She has become more devoted to you.@@
+	You step into the running water and seat yourself in the shower, drawing her into your lap. She seems surprised and <<if canSee($activeSlave)>>stares at you through the steam<<else>>gazes towards you<</if>> for a moment before looking away with a blush. She expects you to <<if $PC.dick == 0>>ride her wet face<<else>>insert your member into her wet body<</if>>, but finds you handing her the soap instead. You gently support her as she washes, partaking of physical closeness and support. @@.hotpink;She has become more devoted to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Fuck her prostrate body">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You make no answer, entering the shower to stand over her prostrate form. You reach down and grope her soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks, questing fingers moving towards her asscrack. <<if ($activeSlave.anus > 2)>>Her rectum is so fucked out and loose that your groping hand almost slides up it.<<elseif ($activeSlave.vagina > 2)>>Her pussy is so fucked out and loose that your groping hand almost slides up it.<<else>>You finger fuck her for a while, the sting of the soap on her sensitive insides making her gasp.<</if>> As she moans down on the shower floor, you lie down behind her, spooning her helpless body<<if $activeSlave.preg > 20>>, your hands encircling her pregnancy<</if>>. <<if $PC.dick == 0>>Your cock slides into her with ease<<else>>Her soft back is delicious against your hard nipples<</if>> and the warm water playing over your warm bodies is a comforting accompaniment to the comforting sex. <<if $PC.dick == 0>>You ride yourself against her warm wet body until you climax from the rubbing alone<<else>>You leave a load of cum in <<if ($activeSlave.vagina < 0)>>her loosened butthole<<else>>each of her holes<</if>><<if $PC.vagina == 1>> and make her eat your pussy for a quick aftershock,<</if>><</if>> and only then do you help her back to her feet. She drips soap, water, and <<if $PC.dick == 0>>your juices<<else>>ejaculate<</if>>. @@color:hotpink;She has become more submissive.@@
+	You make no answer, entering the shower to stand over her prostrate form. You reach down and grope her soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks, questing fingers moving towards her asscrack. <<if ($activeSlave.anus > 2)>>Her rectum is so fucked out and loose that your groping hand almost slides up it.<<elseif ($activeSlave.vagina > 2)>>Her pussy is so fucked out and loose that your groping hand almost slides up it.<<else>>You finger fuck her for a while, the sting of the soap on her sensitive insides making her gasp.<</if>> As she moans down on the shower floor, you lie down behind her, spooning her helpless body<<if $activeSlave.preg > 20>>, your hands encircling her pregnancy<</if>>. <<if $PC.dick == 0>>Your cock slides into her with ease<<else>>Her soft back is delicious against your hard nipples<</if>> and the warm water playing over your warm bodies is a comforting accompaniment to the comforting sex. <<if $PC.dick == 0>>You ride yourself against her warm wet body until you climax from the rubbing alone<<else>>You leave a load of cum in <<if ($activeSlave.vagina < 0)>>her loosened butthole<<else>>each of her holes<</if>><<if $PC.vagina == 1>> and make her eat your pussy for a quick aftershock,<</if>><</if>> and only then do you help her back to her feet. She drips soap, water, and <<if $PC.dick == 0>>your juices<<else>>ejaculate<</if>>. @@.hotpink;She has become more submissive.@@
 	<<BothVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -3799,7 +3799,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Let her struggle">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She struggles for a while until you get bored and leave her to it. Eventually her thrashing brings another slave in, who helps her. This interdependence between slaves @@color:mediumorchid;reduces her devotion.@@
+	She struggles for a while until you get bored and leave her to it. Eventually her thrashing brings another slave in, who helps her. This interdependence between slaves @@.mediumorchid;reduces her devotion.@@
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 <</link>>
@@ -3809,7 +3809,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "No, and her role is to suck dick and take it in the ass">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You patiently explain that you've decided to use her as an oral and anal slave, and leave her pussy unfucked. She's unsurprised, but she understands your decision. You usually fuck slaves during your inspection, and you don't exempt her from this, but you do let her take it easy. Rather than facefucking her you let her suckle you gently. Rather that a hard buttfuck, you take her to the couch and gently spoon her with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her ass while making out with her and playing with her nipples. She understands your forbearance and @@color:hotpink;appreciates how kind <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> is.@@
+	You patiently explain that you've decided to use her as an oral and anal slave, and leave her pussy unfucked. She's unsurprised, but she understands your decision. You usually fuck slaves during your inspection, and you don't exempt her from this, but you do let her take it easy. Rather than facefucking her you let her suckle you gently. Rather that a hard buttfuck, you take her to the couch and gently spoon her with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her ass while making out with her and playing with her nipples. She understands your forbearance and @@.hotpink;appreciates how kind <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> is.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3818,7 +3818,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "No, and she shouldn't have asked">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Despite being allowed to ask questions she should not question <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>'s choices about her sexual duties. To communicate the point, you<<if $PC.dick == 0>> don a strap-on and<</if>> order her to lie on the desk, on her back, with her throat slack for penetration. After a good long throatfuck that leaves her gasping and moaning, you flip her over and fuck her ass until she's squealing with each thrust. As she leaves, sore all over, she's @@color:mediumorchid;badly confused@@ that she was apparently punished for asking questions.
+	Despite being allowed to ask questions she should not question <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>'s choices about her sexual duties. To communicate the point, you<<if $PC.dick == 0>> don a strap-on and<</if>> order her to lie on the desk, on her back, with her throat slack for penetration. After a good long throatfuck that leaves her gasping and moaning, you flip her over and fuck her ass until she's squealing with each thrust. As she leaves, sore all over, she's @@.mediumorchid;badly confused@@ that she was apparently punished for asking questions.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3829,7 +3829,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Yes, the time has come">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She framed her desire to lose her virginity in businesslike terms, but her reaction to your assent suggests that she also wouldn't mind having vanilla sex with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>. You're already quite <<if $PC.dick == 0>>turned on by the idea, so you pull on a strap-on, pull her over to the couch,<<else>>hard, so you just lie down with her on the couch<</if>> and have gentle vaginal sex in the missionary position<<if $PC.vagina == 1>><<if $PC.dick == 1>>, your own pussy moving back and forth gently at the base of your dick as you fuck her<</if>><</if>>. She gasps at the first penetration, but you take it slowly and lavish attention on her lips, breasts, and nipples. Soon she's shamelessly enjoying herself. Her first vaginal sex is crowned with an abdominal-clenching orgasm. She @@color:hotpink;adores her kind <<if $PC.title == 1>>master<<else>>mistress<</if>>.@@
+	She framed her desire to lose her virginity in businesslike terms, but her reaction to your assent suggests that she also wouldn't mind having vanilla sex with <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>. You're already quite <<if $PC.dick == 0>>turned on by the idea, so you pull on a strap-on, pull her over to the couch,<<else>>hard, so you just lie down with her on the couch<</if>> and have gentle vaginal sex in the missionary position<<if $PC.vagina == 1>><<if $PC.dick == 1>>, your own pussy moving back and forth gently at the base of your dick as you fuck her<</if>><</if>>. She gasps at the first penetration, but you take it slowly and lavish attention on her lips, breasts, and nipples. Soon she's shamelessly enjoying herself. Her first vaginal sex is crowned with an abdominal-clenching orgasm. She @@.hotpink;adores her kind <<if $PC.title == 1>>master<<else>>mistress<</if>>.@@
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -3842,7 +3842,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Beg her pardon and offer to loan the bitch to her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The businesswoman's anger turns to malicious anticipation as you call $activeSlave.slaveName over and inform her that you and the businesswoman have decided $activeSlave.slaveName will be spending the night with her. Now that you look at your business partner, she has certain signs of a sadist. $activeSlave.slaveName notices too, and begins to cry<<if $activeSlave.preg > 20>> and shield her pregnancy<</if>> as the businesswoman promises that there will be "no permanent damage." $activeSlave.slaveName is unceremoniously returned in the early hours of the morning. Her back and buttocks have been meticulously flogged right up to the very edge of damage, leaving angry marks across her $activeSlave.skin skin. Her mouth lolls open, as though she's been doing little but give cunnilingus. <<if $activeSlave.vagina != -1>>Her pussy,<<elseif $activeSlave.dick == 0>>Her shamefully featureless groin with its tiny little hole,<<else>>Her dick,<</if>> anus,<<if $activeSlave.preg > 20>> popped navel,<</if>> and even her nipples show signs of torture. Whenever she thinks of a sharp remark in the future,  @@color:hotpink;she'll remember the pain and keep her mouth shut.@@
+	The businesswoman's anger turns to malicious anticipation as you call $activeSlave.slaveName over and inform her that you and the businesswoman have decided $activeSlave.slaveName will be spending the night with her. Now that you look at your business partner, she has certain signs of a sadist. $activeSlave.slaveName notices too, and begins to cry<<if $activeSlave.preg > 20>> and shield her pregnancy<</if>> as the businesswoman promises that there will be "no permanent damage." $activeSlave.slaveName is unceremoniously returned in the early hours of the morning. Her back and buttocks have been meticulously flogged right up to the very edge of damage, leaving angry marks across her $activeSlave.skin skin. Her mouth lolls open, as though she's been doing little but give cunnilingus. <<if $activeSlave.vagina != -1>>Her pussy,<<elseif $activeSlave.dick == 0>>Her shamefully featureless groin with its tiny little hole,<<else>>Her dick,<</if>> anus,<<if $activeSlave.preg > 20>> popped navel,<</if>> and even her nipples show signs of torture. Whenever she thinks of a sharp remark in the future,  @@.hotpink;she'll remember the pain and keep her mouth shut.@@
 	<<set $activeSlave.behavioralFlaw = "none">>
 	<<set $activeSlave.oralCount += 5>>
 	<<set $oralTotal += 5>>
@@ -3851,7 +3851,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Offer to spitroast the bitch between the two of you">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The businesswoman grins slowly and reaches into her purse as you inform $activeSlave.slaveName that you and the businesswoman will punish her together. $activeSlave.slaveName's eyes widen as the businesswoman fishes a massive strap on out of her bag. The surprise turns to fear as the businesswoman begins to slap it against $activeSlave.slaveName's buttocks as you <<if $activeSlave.amp != 1>>pull her down on all fours<<else>>arrange your bitchy little sex toy between you and your guest<</if>>. The businesswoman clearly wants her ass, so you <<if $PC.vagina == 1>>ride $activeSlave.slaveName's face<<else>>facefuck $activeSlave.slaveName<</if>> roughly as $activeSlave.slaveName takes a painful anal raping from the huge dildo. The businesswoman winks at you companionably and extracts squeals from $activeSlave.slaveName that feel especially delicious <<if $PC.vagina == 1>>against your cunt<<else>>along your dick<</if>>. $activeSlave.slaveName <<if $activeSlave.amp != 1>>collapses<<if $activeSlave.preg > 20>> and rolls onto her side<</if>> after a long punishment fuck<<else>>ends the day a sore toy<</if>>; her @@color:hotpink;submission@@ to you and @@color:gold;fear of you@@ have both increased.
+	The businesswoman grins slowly and reaches into her purse as you inform $activeSlave.slaveName that you and the businesswoman will punish her together. $activeSlave.slaveName's eyes widen as the businesswoman fishes a massive strap on out of her bag. The surprise turns to fear as the businesswoman begins to slap it against $activeSlave.slaveName's buttocks as you <<if $activeSlave.amp != 1>>pull her down on all fours<<else>>arrange your bitchy little sex toy between you and your guest<</if>>. The businesswoman clearly wants her ass, so you <<if $PC.vagina == 1>>ride $activeSlave.slaveName's face<<else>>facefuck $activeSlave.slaveName<</if>> roughly as $activeSlave.slaveName takes a painful anal raping from the huge dildo. The businesswoman winks at you companionably and extracts squeals from $activeSlave.slaveName that feel especially delicious <<if $PC.vagina == 1>>against your cunt<<else>>along your dick<</if>>. $activeSlave.slaveName <<if $activeSlave.amp != 1>>collapses<<if $activeSlave.preg > 20>> and rolls onto her side<</if>> after a long punishment fuck<<else>>ends the day a sore toy<</if>>; her @@.hotpink;submission@@ to you and @@.gold;fear of you@@ have both increased.
 	<<AnalVCheck>>
 	<<set $activeSlave.devotion += 3>>
 	<<set $activeSlave.trust -= 3>>
@@ -3877,7 +3877,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Let her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She moans with gratitude and relief. She masturbates furiously as you continue to use her butt. She was clearly near the edge anyway, and <<if ($activeSlave.balls > 0)>>spatters the couch with cum<<else>>shakes with release<</if>> after just a few strokes of your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her butt. Her <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>loose<<else>>tight<</if>> ass spasms and tightens with her climax<<if $PC.dick == 1>>, a wonderful sensation<</if>>. You aren't finished with her, but she rubs herself languidly and enjoys the hard anal reaming more than she ever has previously. Her devotion to you @@color:hotpink;has increased.@@
+	She moans with gratitude and relief. She masturbates furiously as you continue to use her butt. She was clearly near the edge anyway, and <<if ($activeSlave.balls > 0)>>spatters the couch with cum<<else>>shakes with release<</if>> after just a few strokes of your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her butt. Her <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>loose<<else>>tight<</if>> ass spasms and tightens with her climax<<if $PC.dick == 1>>, a wonderful sensation<</if>>. You aren't finished with her, but she rubs herself languidly and enjoys the hard anal reaming more than she ever has previously. Her devotion to you @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3903,7 +3903,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <<set $activeSlave.fetishStrength = 10>>
 	  <<set $activeSlave.fetish = "buttslut">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of anal sex.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of anal sex.@@
 	<<else>>
 	  Despite being used as an anal slut for a whole week, she was not significantly affected.
 	<</if>>
@@ -3916,7 +3916,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Make an example by forcing her to take a massive dose">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You take her by the shoulders, look into her eyes, and tell her you'll fix things so she doesn't mind so much. She looks hopeful, even when you tell her to take her pill. She does, and you hand her another. And another. She's crying with dread by the fourth pill, knowing that this is her punishment for complaining. Her pupils dilate, she begins to breathe hard, and her $activeSlave.skin skin flushes badly. She tries to beg you to fuck her but can't seem to find the words. She begins to masturbate compulsively, so hard that she collapses to the kitchen floor with her first spastic orgasm. <<if $activeSlave.dick > 3>>Her big cock is agonizingly erect and doesn't soften at all when she spatters her own chest with cum.<<elseif $activeSlave.dick > 1>>Her cock is agonizingly erect and doesn't soften at all when she spatters her own chest with cum.<<elseif $activeSlave.dick > 0>>Her pathetic dick is agonizingly erect and doesn't soften at all when she weakly dribbles cum.<<elseif $activeSlave.vagina == -1>>Her hungry asshole spasms with orgasm, but she doesn't even pause her anal masturbation.<<else>>Her pussy is dripping with moisture and her ragingly stiff clit doesn't soften at all when she comes.<</if>> For the hour or so it takes her to pass out, slaves using the kitchen have to step over her prostrate, orgasming body, lying in a pool of her own drool, tears, sweat, and fluids. The next time you see her in the kitchen, she takes her medicine like a @@color:gold;good girl.@@ All your aphrodisiac addicts recognize the symptoms and the punishment, and @@color:gold;avoid even thinking@@ about resisting the system.
+	You take her by the shoulders, look into her eyes, and tell her you'll fix things so she doesn't mind so much. She looks hopeful, even when you tell her to take her pill. She does, and you hand her another. And another. She's crying with dread by the fourth pill, knowing that this is her punishment for complaining. Her pupils dilate, she begins to breathe hard, and her $activeSlave.skin skin flushes badly. She tries to beg you to fuck her but can't seem to find the words. She begins to masturbate compulsively, so hard that she collapses to the kitchen floor with her first spastic orgasm. <<if $activeSlave.dick > 3>>Her big cock is agonizingly erect and doesn't soften at all when she spatters her own chest with cum.<<elseif $activeSlave.dick > 1>>Her cock is agonizingly erect and doesn't soften at all when she spatters her own chest with cum.<<elseif $activeSlave.dick > 0>>Her pathetic dick is agonizingly erect and doesn't soften at all when she weakly dribbles cum.<<elseif $activeSlave.vagina == -1>>Her hungry asshole spasms with orgasm, but she doesn't even pause her anal masturbation.<<else>>Her pussy is dripping with moisture and her ragingly stiff clit doesn't soften at all when she comes.<</if>> For the hour or so it takes her to pass out, slaves using the kitchen have to step over her prostrate, orgasming body, lying in a pool of her own drool, tears, sweat, and fluids. The next time you see her in the kitchen, she takes her medicine like a @@.gold;good girl.@@ All your aphrodisiac addicts recognize the symptoms and the punishment, and @@.gold;avoid even thinking@@ about resisting the system.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	  <<if ($slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac")>>
 		<<set $slaves[$i].trust -= 5>>
@@ -3927,7 +3927,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Have caring sex with her before she takes the aphrodisiacs">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You back her up against the wall of the kitchen, kissing her, touching her body with care, and quietly shushing her attempts to ask questions. You deftly extract the pill form her hand and put it on the counter for later. With time and skill you bring her to a fine state of arousal, not to mention @@color:hotpink;emotional need;@@ she begins to kiss you back with almost frantic enthusiasm. When she's clearly ready, you lay her across the kitchen table and <<if $PC.dick == 0>>work your groin up between her legs<<else>>enter her<</if>>, drawing out a lusty moan. As the sex continues, however, she begins to look doubtful, then distracted, and then to twitch occasionally. Finally she bursts into tears. <<if canTalk($activeSlave) == false>>She indicates through her weeping that she can't climax without the drugs.<<elseif ($activeSlave.lips > 70) || ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"I can't come without my fixth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she sobs.<<else>>"I - I - fucking need my fix to come, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she sobs.<</if>> You pass her the pill, and she continues to weep inconsolably, apologizing all the while, until the drug takes away her ability to care about anything but getting fucked. When you finish and extract <<if $PC.dick == 0>>yourself from between her legs<<else>>your cock from her well-used hole<</if>>, though, you think you can detect a deep sadness in her eyes that it cannot reach.
+	You back her up against the wall of the kitchen, kissing her, touching her body with care, and quietly shushing her attempts to ask questions. You deftly extract the pill form her hand and put it on the counter for later. With time and skill you bring her to a fine state of arousal, not to mention @@.hotpink;emotional need;@@ she begins to kiss you back with almost frantic enthusiasm. When she's clearly ready, you lay her across the kitchen table and <<if $PC.dick == 0>>work your groin up between her legs<<else>>enter her<</if>>, drawing out a lusty moan. As the sex continues, however, she begins to look doubtful, then distracted, and then to twitch occasionally. Finally she bursts into tears. <<if canTalk($activeSlave) == false>>She indicates through her weeping that she can't climax without the drugs.<<elseif ($activeSlave.lips > 70) || ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"I can't come without my fixth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she sobs.<<else>>"I - I - fucking need my fix to come, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she sobs.<</if>> You pass her the pill, and she continues to weep inconsolably, apologizing all the while, until the drug takes away her ability to care about anything but getting fucked. When you finish and extract <<if $PC.dick == 0>>yourself from between her legs<<else>>your cock from her well-used hole<</if>>, though, you think you can detect a deep sadness in her eyes that it cannot reach.
 	<<set $activeSlave.devotion += 4>>
 	  <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 		  <<set $activeSlave.vaginalCount += 1>>
@@ -3946,7 +3946,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Put a slave in her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Despite herself, she breaks down when she feels your cock enter her <<if ($activeSlave.vagina == 1)>>deliciously tight<<elseif ($activeSlave.vagina == 2)>>well experienced<<else>>fucked-out<</if>> cunt. She smiles up reassuringly at you to let you know she's not in pain or anguish, blinking away her happy tears. She reaches up to hug herself close to you, <<if ($activeSlave.boobs < 600)>>and her modest breasts let her snuggle close to you, face-to-face, as you take her.<<elseif ($activeSlave.boobs < 1200)>>and her big tits form a soft cushion between you as you take her.<<else>>but her massive tits stop her from bringing herself too close to you as you take her.<</if>> She enjoys herself immensely, but she loses it again when she feels your seed in her, blubbering inelegantly and <<if canTalk($activeSlave) == false>>gesturing<<elseif ($activeSlave.lips > 70)>>lisping<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>lisping<<else>>whimpering<</if>> @@color:hotpink;her thanks.@@
+	Despite herself, she breaks down when she feels your cock enter her <<if ($activeSlave.vagina == 1)>>deliciously tight<<elseif ($activeSlave.vagina == 2)>>well experienced<<else>>fucked-out<</if>> cunt. She smiles up reassuringly at you to let you know she's not in pain or anguish, blinking away her happy tears. She reaches up to hug herself close to you, <<if ($activeSlave.boobs < 600)>>and her modest breasts let her snuggle close to you, face-to-face, as you take her.<<elseif ($activeSlave.boobs < 1200)>>and her big tits form a soft cushion between you as you take her.<<else>>but her massive tits stop her from bringing herself too close to you as you take her.<</if>> She enjoys herself immensely, but she loses it again when she feels your seed in her, blubbering inelegantly and <<if canTalk($activeSlave) == false>>gesturing<<elseif ($activeSlave.lips > 70)>>lisping<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>lisping<<else>>whimpering<</if>> @@.hotpink;her thanks.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -3956,7 +3956,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Use her ass but give her what she wants">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that impregnation will be her reward if she's a good little buttslut. She visibly resolves to do her anal best. You recline on the couch and she squats over you, one leg on the floor and the other bent up on the cushion, with one hand on the back of the couch and the other rubbing her pussy. She <<if ($activeSlave.anus == 1)>>winces in pain as she lowers her tight<<elseif ($activeSlave.anus == 2)>>moans with discomfort as she lowers her tight<<else>>barely reacts as she lowers her huge<</if>> butthole down onto your cock. She gets quite a workout, raising and lowering her body to fuck her own ass on your stationary dick. Since she's facing you you get a great view of her body in motion. Her clitoral stimulation is having an effect, and after a while she <<if canTalk($activeSlave) == false>>takes her hand away to make an unintelligible gesture. After she repeats it, you figure out that she means she wishes she could get pregnant anally.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>pants, "That'th good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. It'th too bad I can't get pregnant there."<<else>>pants, "That's so good, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I wish you could get my ass pregnant."<</if>> When you're close, you scoot back to pull yourself out and she spears her cunt down onto your cock. The sudden difference of sensation brings you to violent climax, and she @@color:hotpink;cries with joy@@ at feeling your hot seed.
+	You tell her that impregnation will be her reward if she's a good little buttslut. She visibly resolves to do her anal best. You recline on the couch and she squats over you, one leg on the floor and the other bent up on the cushion, with one hand on the back of the couch and the other rubbing her pussy. She <<if ($activeSlave.anus == 1)>>winces in pain as she lowers her tight<<elseif ($activeSlave.anus == 2)>>moans with discomfort as she lowers her tight<<else>>barely reacts as she lowers her huge<</if>> butthole down onto your cock. She gets quite a workout, raising and lowering her body to fuck her own ass on your stationary dick. Since she's facing you you get a great view of her body in motion. Her clitoral stimulation is having an effect, and after a while she <<if canTalk($activeSlave) == false>>takes her hand away to make an unintelligible gesture. After she repeats it, you figure out that she means she wishes she could get pregnant anally.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>pants, "That'th good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. It'th too bad I can't get pregnant there."<<else>>pants, "That's so good, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I wish you could get my ass pregnant."<</if>> When you're close, you scoot back to pull yourself out and she spears her cunt down onto your cock. The sudden difference of sensation brings you to violent climax, and she @@.hotpink;cries with joy@@ at feeling your hot seed.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3968,7 +3968,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Sneak it into her ass instead">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Despite herself, she breaks down when she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> you coming over and kneeling down to line your cock up with the entrance to her <<if ($activeSlave.vagina == 1)>>deliciously tight<<elseif ($activeSlave.vagina == 2)>>well experienced<<else>>fucked-out<</if>> cunt. Her happy tears turn to a ragged gasp of surprise and pain when you slide your dickhead down to her <<if ($activeSlave.anus == 1)>>painfully inexperienced<<elseif ($activeSlave.anus == 2)>>tight<<else>>loose<</if>> ass and shove it up there instead. She knows better than to protest, but the expression on her face is a wonderful mix of submission, anguish and disappointment as she takes the anal fuck. To stop her fugue of disappointment you give her a light slap on the cheek to get her attention, and then instruct her that it's not her place to plan her pregnancies. They'll happen when they happen, and until then she'll take it up the butt like a good slut. She @@color:gold;nods and wipes her eyes@@ even as <<if ($activeSlave.anus == 1)>>she grimaces involuntarily at your painful use of her tight butthole.<<elseif ($activeSlave.anus == 2)>>she takes your cock up her tight ass.<<else>>her gaping anus makes occasional lewd noises as you pound it.<</if>>
+	Despite herself, she breaks down when she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> you coming over and kneeling down to line your cock up with the entrance to her <<if ($activeSlave.vagina == 1)>>deliciously tight<<elseif ($activeSlave.vagina == 2)>>well experienced<<else>>fucked-out<</if>> cunt. Her happy tears turn to a ragged gasp of surprise and pain when you slide your dickhead down to her <<if ($activeSlave.anus == 1)>>painfully inexperienced<<elseif ($activeSlave.anus == 2)>>tight<<else>>loose<</if>> ass and shove it up there instead. She knows better than to protest, but the expression on her face is a wonderful mix of submission, anguish and disappointment as she takes the anal fuck. To stop her fugue of disappointment you give her a light slap on the cheek to get her attention, and then instruct her that it's not her place to plan her pregnancies. They'll happen when they happen, and until then she'll take it up the butt like a good slut. She @@.gold;nods and wipes her eyes@@ even as <<if ($activeSlave.anus == 1)>>she grimaces involuntarily at your painful use of her tight butthole.<<elseif ($activeSlave.anus == 2)>>she takes your cock up her tight ass.<<else>>her gaping anus makes occasional lewd noises as you pound it.<</if>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -3980,7 +3980,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  $activeSlave.slaveName
 	  <</replace>>
 	  <<replace "#result">>
-	  You tell her she'll be having everyone's children. She looks puzzled until you put her on the couch, legs spread, and produce a large, soft injector full of fresh cum. At this she giggles and thanks you; she rapturously rubs her belly as you gently push the injector home. For the rest of the week, she appears in your office morning and night, receiving the seed of every slave you're currently having cockmilked. She goes about her other business with a @@color:hotpink;deeply pleased@@ expression on her face. Whenever she has a spare moment she steals down to the Dairy to hug the slaves there or otherwise show them a little affection.
+	  You tell her she'll be having everyone's children. She looks puzzled until you put her on the couch, legs spread, and produce a large, soft injector full of fresh cum. At this she giggles and thanks you; she rapturously rubs her belly as you gently push the injector home. For the rest of the week, she appears in your office morning and night, receiving the seed of every slave you're currently having cockmilked. She goes about her other business with a @@.hotpink;deeply pleased@@ expression on her face. Whenever she has a spare moment she steals down to the Dairy to hug the slaves there or otherwise show them a little affection.
 	  <<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -3994,14 +3994,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Threaten her with castration">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You open a drawer of your desk and extract a razor-sharp ceramic-bladed knife. <<if canSee($activeSlave)>>You make a show of inspecting its edge and then place it on your desk before looking meaningfully at her ballsack. She watches this display with wide eyes<<else>>You describe what it is you took out of your desk and how easily it could be used to remove her ballsack. She cocks her head slightly<</if>> until she gets your meaning, and then collapses to the ground, almost wetting herself. <<if canTalk($activeSlave) == false>>She frantically uses her hands to promise you perfect obedience if you'll only spare her from emasculation.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps through tears, "Pleathe no <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe let me keep them!"<<else>>She begs through tears, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please let me keep them! Please!"<</if>> You patiently inform her that she can - for now, and so long as she is a good little girl. She flees from the room backwards, bowing, scraping, and profusely thanking you, repeating desperate @@color:gold;promises of good behavior.@@
+	You open a drawer of your desk and extract a razor-sharp ceramic-bladed knife. <<if canSee($activeSlave)>>You make a show of inspecting its edge and then place it on your desk before looking meaningfully at her ballsack. She watches this display with wide eyes<<else>>You describe what it is you took out of your desk and how easily it could be used to remove her ballsack. She cocks her head slightly<</if>> until she gets your meaning, and then collapses to the ground, almost wetting herself. <<if canTalk($activeSlave) == false>>She frantically uses her hands to promise you perfect obedience if you'll only spare her from emasculation.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps through tears, "Pleathe no <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe let me keep them!"<<else>>She begs through tears, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please let me keep them! Please!"<</if>> You patiently inform her that she can - for now, and so long as she is a good little girl. She flees from the room backwards, bowing, scraping, and profusely thanking you, repeating desperate @@.gold;promises of good behavior.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
 <br><<link "Force obedience using pain">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You shove her unresisting<<if $activeSlave.preg > 20>> gravid<</if>> body over the couch and seize her ballsack. When she feels your tight grip she spasms and tries to pull away reflexively, but goes limp when she feels the agony of a warning squeeze. You fasten a tight rubber ring around the base of her sack, leaving her writhing on the couch in considerable discomfort. After letting her wriggle for a while, you tell her that she can have it off when she gets you off. She scrabbles for your <<if $PC.dick == 0>>pussy and desperately starts to perform cunnilingus; after a while you get bored and ride her face. You finally climax<<else>>dick and starts to desperately suck you off<<if $PC.vagina == 1>> and eat you out<</if>>; you let her work for a while before getting bored and adding painful slaps to her cheeks. You blow your load down her throat<</if>> and then stand, <<if canSee($activeSlave)>>brandishing the knife<<else>>swishing the knife through the air<</if>>. <<if canSee($activeSlave)>>Her eyes are huge<<else>>She grimaces<</if>> with terror, but she holds still. Her private parts have gone so numb that she has to <<if canSee($activeSlave)>>look down<<else>>run her hand across her scrotum<</if>> in trepidation to verify that you cut the rubber, not her. She leaves with the pins and needles working their agonizing way back into her along with the blood flow to her balls, promising tearfully to @@color:gold;stay out of trouble.@@
+	You shove her unresisting<<if $activeSlave.preg > 20>> gravid<</if>> body over the couch and seize her ballsack. When she feels your tight grip she spasms and tries to pull away reflexively, but goes limp when she feels the agony of a warning squeeze. You fasten a tight rubber ring around the base of her sack, leaving her writhing on the couch in considerable discomfort. After letting her wriggle for a while, you tell her that she can have it off when she gets you off. She scrabbles for your <<if $PC.dick == 0>>pussy and desperately starts to perform cunnilingus; after a while you get bored and ride her face. You finally climax<<else>>dick and starts to desperately suck you off<<if $PC.vagina == 1>> and eat you out<</if>>; you let her work for a while before getting bored and adding painful slaps to her cheeks. You blow your load down her throat<</if>> and then stand, <<if canSee($activeSlave)>>brandishing the knife<<else>>swishing the knife through the air<</if>>. <<if canSee($activeSlave)>>Her eyes are huge<<else>>She grimaces<</if>> with terror, but she holds still. Her private parts have gone so numb that she has to <<if canSee($activeSlave)>>look down<<else>>run her hand across her scrotum<</if>> in trepidation to verify that you cut the rubber, not her. She leaves with the pins and needles working their agonizing way back into her along with the blood flow to her balls, promising tearfully to @@.gold;stay out of trouble.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -4010,7 +4010,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Geld her gradually">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You shove her unresisting<<if $activeSlave.preg > 20>> gravid<</if>> body over the couch and seize her ballsack. When she feels your tight grip she spasms and tries to pull away reflexively, but goes limp when she feels the agony of a warning squeeze. You fasten a tight rubber ring around the base of her sack, leaving her writhing on the couch in considerable discomfort. You add leather mittens to her hands to stop her removing the rubber, and then observe that this is a method used to geld livestock. Her tearful begging goes on until you tire of it and put her out. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> tracks her agonized, weeping progress around the arcology for the many hours it takes the lack of blood flow to necessitate a trip to the remote surgery. When that time comes, you make her beg you to remove her balls for an hour straight before you do - and she's so desperate for relief from the pain that she does it. The experience has left her  @@color:red;slightly injured,@@ @@color:orange;gelded,@@ @@color:red;thoroughly traumatized,@@ and @@color:gold;willing to do anything@@ to avoid any more pain.
+	You shove her unresisting<<if $activeSlave.preg > 20>> gravid<</if>> body over the couch and seize her ballsack. When she feels your tight grip she spasms and tries to pull away reflexively, but goes limp when she feels the agony of a warning squeeze. You fasten a tight rubber ring around the base of her sack, leaving her writhing on the couch in considerable discomfort. You add leather mittens to her hands to stop her removing the rubber, and then observe that this is a method used to geld livestock. Her tearful begging goes on until you tire of it and put her out. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> tracks her agonized, weeping progress around the arcology for the many hours it takes the lack of blood flow to necessitate a trip to the remote surgery. When that time comes, you make her beg you to remove her balls for an hour straight before you do - and she's so desperate for relief from the pain that she does it. The experience has left her  @@.red;slightly injured,@@ @@.orange;gelded,@@ @@.red;thoroughly traumatized,@@ and @@.gold;willing to do anything@@ to avoid any more pain.
 	<<set $activeSlave.behavioralFlaw = "odd">>
 	<<set $activeSlave.trust -= 20>>
 	<<set $activeSlave.health -= 10>>
@@ -4024,21 +4024,21 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Take pity and give her relief">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You sit on the edge of the bed and draw her down to sit on your lap. This way, you can enjoy gently fucking her while you draw orgasm after orgasm out of her with your hands. She'll only be relieved for a few hours, but she's @@color:hotpink;tearfully grateful all the same.@@
+	You sit on the edge of the bed and draw her down to sit on your lap. This way, you can enjoy gently fucking her while you draw orgasm after orgasm out of her with your hands. She'll only be relieved for a few hours, but she's @@.hotpink;tearfully grateful all the same.@@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "See how rough you can be and still get her to cum">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	The aphrodisiac dosage she's on will let her orgasm to almost anything. You spend a few minutes playing with her nipples, skillfully edging her away from climax, and she's almost vibrating with discomfort. She's so desperate that she sobs with relief when you order her to <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels")>>kneel<<elseif ($activeSlave.shoes == "heels")>>totter up<<else>>stand<</if>> <<if $activeSlave.preg > 20>>belly <</if>>against a wall and spread her buttocks. A little saliva and<<if $PC.vagina == 1>> a bit of your own pussyjuice, transferred by a couple of fingers, and<</if>> <<if $PC.dick == 0>>your vibrating strap-on<<else>>your dick<</if>> is up her willing ass. The position is uncomfortable for her, and you are not gentle, but she comes anyway. By the end of the night her butthole is so sore that she <<if $activeSlave.preg > 20>>lies on her side<<else>>lies on her stomach<</if>> every chance she gets. Her submissiveness @@color:hotpink;has increased.@@
+	The aphrodisiac dosage she's on will let her orgasm to almost anything. You spend a few minutes playing with her nipples, skillfully edging her away from climax, and she's almost vibrating with discomfort. She's so desperate that she sobs with relief when you order her to <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels")>>kneel<<elseif ($activeSlave.shoes == "heels")>>totter up<<else>>stand<</if>> <<if $activeSlave.preg > 20>>belly <</if>>against a wall and spread her buttocks. A little saliva and<<if $PC.vagina == 1>> a bit of your own pussyjuice, transferred by a couple of fingers, and<</if>> <<if $PC.dick == 0>>your vibrating strap-on<<else>>your dick<</if>> is up her willing ass. The position is uncomfortable for her, and you are not gentle, but she comes anyway. By the end of the night her butthole is so sore that she <<if $activeSlave.preg > 20>>lies on her side<<else>>lies on her stomach<</if>> every chance she gets. Her submissiveness @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Send her away">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She leaves with ill-concealed disappointment, and is faced with the choice between covert, rule-breaking masturbation or a sleepless night. Her regard for you @@color:mediumorchid;has decreased.@@
+	She leaves with ill-concealed disappointment, and is faced with the choice between covert, rule-breaking masturbation or a sleepless night. Her regard for you @@.mediumorchid;has decreased.@@
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 <</link>>
@@ -4048,7 +4048,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Show her off around the arcology">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You give $activeSlave.slaveName a variation on a usual slave gown. It's just as gorgeous, but this one actually covers her <<if $activeSlave.preg > 20>>pregnancy, <</if>>ass and crotch as well. In fact, it covers her <<if $activeSlave.amp == 1>>limbless torso and face completely: everything except her boobs.<<else>>arms, legs, and her face from the nose up.<</if>> The only flesh visible at all is her mouth, her chin, and her huge breasts, supported and presented by gentle corseting. <<if $activeSlave.amp == 1>>You carry her around $arcologies[0].name's club.<<else>>You place a gentle hand on the small of her back to guide her, and stroll around $arcologies[0].name's club.<</if>> $activeSlave.slaveName is blinded by the silk over her face, but she can still hear the appreciative murmurs of onlookers as they eye her magnificent breasts with their <<if $activeSlave.areolae == 4>>heart-shaped<<else>>star-shaped<</if>> areolae. She shivers a little with suppressed pride. @@color:hotpink;Her devotion to you has increased,@@ and @@color:green;your reputation as a person with unique property grows.@@
+	You give $activeSlave.slaveName a variation on a usual slave gown. It's just as gorgeous, but this one actually covers her <<if $activeSlave.preg > 20>>pregnancy, <</if>>ass and crotch as well. In fact, it covers her <<if $activeSlave.amp == 1>>limbless torso and face completely: everything except her boobs.<<else>>arms, legs, and her face from the nose up.<</if>> The only flesh visible at all is her mouth, her chin, and her huge breasts, supported and presented by gentle corseting. <<if $activeSlave.amp == 1>>You carry her around $arcologies[0].name's club.<<else>>You place a gentle hand on the small of her back to guide her, and stroll around $arcologies[0].name's club.<</if>> $activeSlave.slaveName is blinded by the silk over her face, but she can still hear the appreciative murmurs of onlookers as they eye her magnificent breasts with their <<if $activeSlave.areolae == 4>>heart-shaped<<else>>star-shaped<</if>> areolae. She shivers a little with suppressed pride. @@.hotpink;Her devotion to you has increased,@@ and @@.green;your reputation as a person with unique property grows.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $rep += 100>>
 	<</replace>>
@@ -4056,7 +4056,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Use that pride as an advertisement">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	There's all sorts of business going on in $arcologies[0].name, from flesh rented or bought down to more pedestrian affairs. Advertisement never goes amiss. You place $activeSlave.slaveName naked on a slowly rotating pedestal surrounded by a clear plastiglass tube on a busy thoroughfare in the lower parts of $arcologies[0].name. These devices are often used to display slaves for sale or slave whores for rent; $activeSlave.slaveName is simply identified by your name as arcology owner, which is thus @@color:yellowgreen;identified with business prosperity.@@ She spends the day serving as eye candy for passersby, rotating gently on the pedestal as she shows off her body, giving pride of place to her <<if $activeSlave.areolae == 4>>heart-shaped<<else>>star-shaped<</if>> areolae. She loves all the attention, and @@color:hotpink;her devotion to you has increased.@@
+	There's all sorts of business going on in $arcologies[0].name, from flesh rented or bought down to more pedestrian affairs. Advertisement never goes amiss. You place $activeSlave.slaveName naked on a slowly rotating pedestal surrounded by a clear plastiglass tube on a busy thoroughfare in the lower parts of $arcologies[0].name. These devices are often used to display slaves for sale or slave whores for rent; $activeSlave.slaveName is simply identified by your name as arcology owner, which is thus @@.yellowgreen;identified with business prosperity.@@ She spends the day serving as eye candy for passersby, rotating gently on the pedestal as she shows off her body, giving pride of place to her <<if $activeSlave.areolae == 4>>heart-shaped<<else>>star-shaped<</if>> areolae. She loves all the attention, and @@.hotpink;her devotion to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $cash += 100>>
 	<</replace>>
@@ -4067,7 +4067,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Join her in the shower">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You step into the running water and help her to her feet with exaggerated gallantry. She seems surprised <<if canSee($activeSlave)>>and stares at<<else>>faces<</if>> you through the steam for a moment before looking away with a blush. Before long you have her back against the shower wall, her titanic udders<<if $activeSlave.preg > 20>> and pregnant belly<</if>> offering an amusing challenge as they slide soapily between you as you fuck. She comes in no time at all, and a brief massage of her huge soapy nipples produces a whimpering aftershock orgasm. <<if canSee($activeSlave)>>Her $activeSlave.eyeColor eyes stare straight into yours<<else>>You stare into her $activeSlave.eyeColor eyes<</if>> as she writhes with overstimulation, @@color:mediumaquamarine;her trust in your stewardship of her pleasure total.@@
+	You step into the running water and help her to her feet with exaggerated gallantry. She seems surprised <<if canSee($activeSlave)>>and stares at<<else>>faces<</if>> you through the steam for a moment before looking away with a blush. Before long you have her back against the shower wall, her titanic udders<<if $activeSlave.preg > 20>> and pregnant belly<</if>> offering an amusing challenge as they slide soapily between you as you fuck. She comes in no time at all, and a brief massage of her huge soapy nipples produces a whimpering aftershock orgasm. <<if canSee($activeSlave)>>Her $activeSlave.eyeColor eyes stare straight into yours<<else>>You stare into her $activeSlave.eyeColor eyes<</if>> as she writhes with overstimulation, @@.mediumaquamarine;her trust in your stewardship of her pleasure total.@@
 	<<if canDoVaginal($activeSlave)>><<VaginalVCheck>><<elseif canDoAnal($activeSlave)>><<AnalVCheck>><</if>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -4075,7 +4075,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Fuck her immobilized body">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You make no answer, groping her soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks. <<if ($activeSlave.anus > 2)>>Her rectum is so fucked out and loose that your groping hand almost slides up it.<<elseif ($activeSlave.vagina > 2)>>Her pussy is so fucked out and loose that your groping hand almost slides up it.<<else>>You finger fuck her for a while, the sting of the soap on her sensitive insides making her gasp.<</if>> It's not like you can't tie her up and fuck her whenever you like, but sliding back and forth on her soapy body is kind of nice. <<if $PC.dick == 0>>You ride yourself against her until you orgasm<<else>>You leave a load of cum in <<if ($activeSlave.vagina == -1)>>her loosened butthole<<else>>each of her holes<</if>><</if>> and only then do you help her to her feet. She drips soap, water, and <<if $PC.dick == 0>>your juices<<else>>cum<</if>>. @@color:hotpink;She has become more submissive.@@
+	You make no answer, groping her soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks. <<if ($activeSlave.anus > 2)>>Her rectum is so fucked out and loose that your groping hand almost slides up it.<<elseif ($activeSlave.vagina > 2)>>Her pussy is so fucked out and loose that your groping hand almost slides up it.<<else>>You finger fuck her for a while, the sting of the soap on her sensitive insides making her gasp.<</if>> It's not like you can't tie her up and fuck her whenever you like, but sliding back and forth on her soapy body is kind of nice. <<if $PC.dick == 0>>You ride yourself against her until you orgasm<<else>>You leave a load of cum in <<if ($activeSlave.vagina == -1)>>her loosened butthole<<else>>each of her holes<</if>><</if>> and only then do you help her to her feet. She drips soap, water, and <<if $PC.dick == 0>>your juices<<else>>cum<</if>>. @@.hotpink;She has become more submissive.@@
 	<<BothVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -4083,7 +4083,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Let her figure it out">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She flounders around for a while until you get bored and leave her to it. Eventually her whining brings another slave in, who helps her. This interdependence between slaves @@color:mediumorchid;reduces her devotion.@@
+	She flounders around for a while until you get bored and leave her to it. Eventually her whining brings another slave in, who helps her. This interdependence between slaves @@.mediumorchid;reduces her devotion.@@
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 <</link>>
@@ -4093,7 +4093,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "No, reassure her that she doesn't need to be an anal slut">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You kindly explain that you've decided to save her ass - for now. She starts to express understanding and apologize for bothering you, but finds herself swept off her <<if $activeSlave.amp == 1>>stumps<<else>>feet<</if>> and<<if $activeSlave.preg > 20>> gently<</if>> deposited on the couch. She gasps with surprise when she finds herself being teased, fondled, and massaged rather than outright used. In no time at all she's pressing her whole<<if $activeSlave.preg > 20>> gravid<</if>> body against you and shivering with delight. <<if $activeSlave.vagina > 0>>Her shivers reach a crescendo when you <<if $PC.dick == 0>>scissor yourself against<<else>>enter<</if>> her warm, wet pussy, which convulsively flexes against your <<if $PC.dick == 0>>clit<<else>>rock hard dick<</if>>.<<else>><<if $PC.dick == 0>>You ride her face,<<else>>You push your dick<<if $PC.vagina == 1>> and as much of the upper part of your pussy as you can manage<</if>> between her thighs for some frottage,<</if>> lavishing attention on her nipples to ensure that she has fun, too.<</if>> She leaves your office feeling @@color:hotpink;very close to <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> indeed,@@ and seems to have forgotten her unfucked butthole for now.
+	You kindly explain that you've decided to save her ass - for now. She starts to express understanding and apologize for bothering you, but finds herself swept off her <<if $activeSlave.amp == 1>>stumps<<else>>feet<</if>> and<<if $activeSlave.preg > 20>> gently<</if>> deposited on the couch. She gasps with surprise when she finds herself being teased, fondled, and massaged rather than outright used. In no time at all she's pressing her whole<<if $activeSlave.preg > 20>> gravid<</if>> body against you and shivering with delight. <<if $activeSlave.vagina > 0>>Her shivers reach a crescendo when you <<if $PC.dick == 0>>scissor yourself against<<else>>enter<</if>> her warm, wet pussy, which convulsively flexes against your <<if $PC.dick == 0>>clit<<else>>rock hard dick<</if>>.<<else>><<if $PC.dick == 0>>You ride her face,<<else>>You push your dick<<if $PC.vagina == 1>> and as much of the upper part of your pussy as you can manage<</if>> between her thighs for some frottage,<</if>> lavishing attention on her nipples to ensure that she has fun, too.<</if>> She leaves your office feeling @@.hotpink;very close to <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> indeed,@@ and seems to have forgotten her unfucked butthole for now.
 	<<set $activeSlave.devotion += 4>>
 	<<if $activeSlave.vagina > 0>>
 	  <<set $activeSlave.vaginalCount += 1>>
@@ -4104,9 +4104,9 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Make sure her first anal sex is enjoyable">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You bring her over to the couch, set her on your lap, and teasingly play with her<<if $activeSlave.preg > 20>> gravid<</if>> body for a long time. Every so often you graze a finger over her unfucked butthole, making her shiver and press herself against you, but you only make it the center of attention once the poor over-aroused slave <<if canTalk($activeSlave) == false>>begins to use piteous gestures to beg you abjectly for anal.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "I can't take it any more, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe uthe my athole!"<<else>>begs, "I can't take it any more, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please fuck my ass!"<</if>> In reward, you sink a lightly lubricated finger up to the first knuckle in her delightfully tight asshole. She's already on the edge of orgasm, and it takes a long, long time for you to work first a finger, then two, and then your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> up her ass without sending her over. When you finally let her orgasm <<if $PC.dick == 0>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. She's left in a haze of @@color:hotpink;sexual satisfaction@@ that radiates outward from her @@color:lime;newly stretched asshole,@@ and she @@color:mediumaquamarine;trusts you@@ a lot more, now.
+	You bring her over to the couch, set her on your lap, and teasingly play with her<<if $activeSlave.preg > 20>> gravid<</if>> body for a long time. Every so often you graze a finger over her unfucked butthole, making her shiver and press herself against you, but you only make it the center of attention once the poor over-aroused slave <<if canTalk($activeSlave) == false>>begins to use piteous gestures to beg you abjectly for anal.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "I can't take it any more, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! Pleathe uthe my athole!"<<else>>begs, "I can't take it any more, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! Please fuck my ass!"<</if>> In reward, you sink a lightly lubricated finger up to the first knuckle in her delightfully tight asshole. She's already on the edge of orgasm, and it takes a long, long time for you to work first a finger, then two, and then your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> up her ass without sending her over. When you finally let her orgasm <<if $PC.dick == 0>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. She's left in a haze of @@.hotpink;sexual satisfaction@@ that radiates outward from her @@.lime;newly stretched asshole,@@ and she @@.mediumaquamarine;trusts you@@ a lot more, now.
 	<<if ($activeSlave.fetishKnown != 1) || ($activeSlave.fetish != "buttslut")>>
-	  Before the end of the week she's back, begging for @@color:lightcoral;another dick up the ass.@@
+	  Before the end of the week she's back, begging for @@.lightcoral;another dick up the ass.@@
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "buttslut">>
@@ -4121,9 +4121,9 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Make sure her first buttfuck puts her in her place">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You throw her onto the couch facedown<<if $activeSlave.preg > 20>>, her rear pushed into the air by her rounded belly<</if>>, catching a glimpse of her doubtful face as she goes; she's already started to wonder whether this was a mistake. In a few moments she knows it for sure as she feels the burning sensation of a lubricated <<if $PC.dick == 0>>strap-on<<else>>dickhead<</if>> forcing her virgin sphincter wide. Whatever noises she might be making are pretty inaudible, since you have her sobbing face shoved deep between the leather cushions. She tries not to struggle and relax for her beloved master, but her body rebels against the pain and she starts to wriggle spastically, trying to burrow into the couch to get away from the pounding. When you finish, the poor slave is left lying on the couch with <<if $PC.dick == 0>>a<<else>>a thin dribble of ejaculate escaping from her<</if>> @@color:lime;newly fucked butthole,@@ a stream of drying tears running down each side of her face,<<if $activeSlave.dick > 0>> a single drop of precum at the tip of her totally flaccid dick,<</if>> and a new understanding of @@color:gold;her place in life.@@
+	You throw her onto the couch facedown<<if $activeSlave.preg > 20>>, her rear pushed into the air by her rounded belly<</if>>, catching a glimpse of her doubtful face as she goes; she's already started to wonder whether this was a mistake. In a few moments she knows it for sure as she feels the burning sensation of a lubricated <<if $PC.dick == 0>>strap-on<<else>>dickhead<</if>> forcing her virgin sphincter wide. Whatever noises she might be making are pretty inaudible, since you have her sobbing face shoved deep between the leather cushions. She tries not to struggle and relax for her beloved master, but her body rebels against the pain and she starts to wriggle spastically, trying to burrow into the couch to get away from the pounding. When you finish, the poor slave is left lying on the couch with <<if $PC.dick == 0>>a<<else>>a thin dribble of ejaculate escaping from her<</if>> @@.lime;newly fucked butthole,@@ a stream of drying tears running down each side of her face,<<if $activeSlave.dick > 0>> a single drop of precum at the tip of her totally flaccid dick,<</if>> and a new understanding of @@.gold;her place in life.@@
 	<<if ($activeSlave.fetishKnown != 1) || ($activeSlave.fetish != "submissive")>>
-	  Before the end of the week it's clear that she's taken the anal rape to heart, and now sees her body as something @@color:lightcoral;for others to use and abuse.@@
+	  Before the end of the week it's clear that she's taken the anal rape to heart, and now sees her body as something @@.lightcoral;for others to use and abuse.@@
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "submissive">>
@@ -4140,7 +4140,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "She asked for it; give her the works">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	As the sterile doors of the surgical equipment hiss closed over her, you whisper in her ear that she's about to be cut up. She looks at you with a mix of fear and wild excitement. After nearly a whole week of constant surgery and expensive drug-induced recovery, <<if canSee($activeSlave)>>she finally gets to see her new body in the mirror<<elseif $activeSlave.amp == 1>>you finally describe all the new implants in her body and how they make her look<<else>>you finally let her feel her new body, even helping her hands to the less obvious changes<</if>>. She has cartoonishly huge lips, boobs, and buttocks; she looks like a caricature of a bimbo. She cries with gratitude <<if canSee($activeSlave)>>to see herself<<elseif $activeSlave.amp == 1>>to hear how she looks<<else>>as she feels her new body<</if>>, and can scarcely wait to recover enough to get fucked. @@color:hotpink;She has become extremely devoted to you.@@
+	As the sterile doors of the surgical equipment hiss closed over her, you whisper in her ear that she's about to be cut up. She looks at you with a mix of fear and wild excitement. After nearly a whole week of constant surgery and expensive drug-induced recovery, <<if canSee($activeSlave)>>she finally gets to see her new body in the mirror<<elseif $activeSlave.amp == 1>>you finally describe all the new implants in her body and how they make her look<<else>>you finally let her feel her new body, even helping her hands to the less obvious changes<</if>>. She has cartoonishly huge lips, boobs, and buttocks; she looks like a caricature of a bimbo. She cries with gratitude <<if canSee($activeSlave)>>to see herself<<elseif $activeSlave.amp == 1>>to hear how she looks<<else>>as she feels her new body<</if>>, and can scarcely wait to recover enough to get fucked. @@.hotpink;She has become extremely devoted to you.@@
 	<<set $cash -= 125>>
 	<<set $activeSlave.devotion += 10>>
 	<<set $seed = Math.clamp(10000-$activeSlave.boobs, 0, 2000)>>
@@ -4175,7 +4175,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Fuck her as she asks">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She almost sobs with joy as <<if $PC.dick == 0>>your strap-on enters<<else>>you enter<</if>> her. The two of you have <<if $activeSlave.vaginalAccessory == "chastity belt">>gentle anal sex<<elseif $activeSlave.vagina == -1>>gentle anal sex<<else>>passionate oral, vanilla, and finally anal sex<</if>> for the rest of the night<<if $PC.vagina == 1>><<if $PC.dick == 1>>; whenever you go soft for a moment, all she has to to is eat you out, and you're rock hard again<</if>><</if>>. As you move from position to position<<if $activeSlave.preg > 20>>, and exploring several unusual ones thanks to her pregnancy<</if>>, she twists to face you whenever she can. When she manages it, she kisses you when she can reach your lips, and she <<if canSee($activeSlave)>>stares deeply into your eyes<<else>>meets your face with her own<</if>> when she cannot. Her trust in you @@color:mediumaquamarine;has increased.@@
+	She almost sobs with joy as <<if $PC.dick == 0>>your strap-on enters<<else>>you enter<</if>> her. The two of you have <<if $activeSlave.vaginalAccessory == "chastity belt">>gentle anal sex<<elseif $activeSlave.vagina == -1>>gentle anal sex<<else>>passionate oral, vanilla, and finally anal sex<</if>> for the rest of the night<<if $PC.vagina == 1>><<if $PC.dick == 1>>; whenever you go soft for a moment, all she has to to is eat you out, and you're rock hard again<</if>><</if>>. As you move from position to position<<if $activeSlave.preg > 20>>, and exploring several unusual ones thanks to her pregnancy<</if>>, she twists to face you whenever she can. When she manages it, she kisses you when she can reach your lips, and she <<if canSee($activeSlave)>>stares deeply into your eyes<<else>>meets your face with her own<</if>> when she cannot. Her trust in you @@.mediumaquamarine;has increased.@@
 	<<set $activeSlave.trust += 4>>
 	<<if canDoVaginal($activeSlave)>>
 		<<BothVCheck>>
@@ -4189,7 +4189,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Assrape her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You order her to kneel. She looks hopeful and complies, but her anticipation of enjoyable sex vanishes with a pathetic little gasp when you<<if $PC.dick == 0>> don a strap-on and<</if>> <<if $PC.vagina == 1>>use a couple of fingers to collect some of your pussyjuice for improvised lube<<else>>spit on her butthole<</if>>. With only a little saliva as lubrication, you brutally sodomize her, fucking her <<if $seeRace == 1>>$activeSlave.race <</if>>ass to the limit of what you can get away with without damaging her. <<if (($activeSlave.fetish == "buttslut") || ($activeSlave.energy > 95)) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>She loves anal so much that after a while pleasure overwhelms pain to the extent that she manages a @@color:hotpink;sobbing orgasm.@@<<else>>She gets the message: she's your property and her desires are entirely subject to your will. Her @@color:hotpink;submission@@ to you and @@color:gold;fear of you@@ have both increased.<</if>>
+	You order her to kneel. She looks hopeful and complies, but her anticipation of enjoyable sex vanishes with a pathetic little gasp when you<<if $PC.dick == 0>> don a strap-on and<</if>> <<if $PC.vagina == 1>>use a couple of fingers to collect some of your pussyjuice for improvised lube<<else>>spit on her butthole<</if>>. With only a little saliva as lubrication, you brutally sodomize her, fucking her <<if $seeRace == 1>>$activeSlave.race <</if>>ass to the limit of what you can get away with without damaging her. <<if (($activeSlave.fetish == "buttslut") || ($activeSlave.energy > 95)) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>She loves anal so much that after a while pleasure overwhelms pain to the extent that she manages a @@.hotpink;sobbing orgasm.@@<<else>>She gets the message: she's your property and her desires are entirely subject to your will. Her @@.hotpink;submission@@ to you and @@.gold;fear of you@@ have both increased.<</if>>
 	<<set $activeSlave.devotion += 3>>
 	<<set $activeSlave.trust -= 3>>
 	<<AnalVCheck>>
@@ -4199,7 +4199,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Play with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You get into bed and crook a finger, silently ordering her to join you. She<<if $activeSlave.clothes != "no clothing">> hurries out of her clothes and<</if>> bounces over, <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>her posture communicating the arousal that her caged cock cannot<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones > 0)>>her impotent dick already streaming watery precum<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>her dick pathetically soft despite her obvious arousal<<elseif $activeSlave.dick > 4>>her massive cock rock hard<<elseif $activeSlave.dick > 2>>her erection standing out stiffly<<elseif $activeSlave.dick > 0>>her tiny little dick poking out stiffly<<elseif $activeSlave.clit > 0>>her big clit visibly stiff<<elseif $activeSlave.vagina == -1>>already arching her back to present her bottom<<else>>her pussylips shining with arousal<</if>>. As she <<if $activeSlave.preg > 20>>hefts her gravid bulk<<else>>climbs<</if>> into bed you take her $activeSlave.skin hand and guide her into your lap, facing away from you. She sighs happily and snuggles her <<if $activeSlave.muscles > 95>>ripped<<elseif $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.muscles > 5>>toned<<else>>soft<</if>> back into your chest. You<<if $activeSlave.preg > 20>> embrace her pregnant belly before you<</if>> <<if ($activeSlave.boobs > 2000)>>run your hands across her massive chest<<elseif ($activeSlave.boobs > 800)>>heft her heavy breasts<<else>>massage her pretty chest<</if>> and tease her <<if $activeSlave.nipples == "huge">>ridiculous<<elseif $activeSlave.nipples == "puffy">>puffy<<else>>erect<</if>> nipples, as she shimmies herself back <<if $PC.dick == 0>>so her warmth is against yours, your legs spreading her<<else>>onto you so your cock is lodged between her<</if>> <<if ($activeSlave.butt > 5)>>incredible<<elseif ($activeSlave.butt > 2)>>healthy<<else>>pert<</if>> buttocks. When she's close to orgasm from all the stimulation, she reflexively squeezes <<if $PC.dick == 0>>your body between her legs<<else>>your dick between her asscheeks<</if>>, bringing you to climax. At the feeling of your <<if $PC.dick == 0>>juices<<else>>warm cum<</if>> between her <<if ($activeSlave.weight > 10)>> ample<<elseif ($activeSlave.weight >= -10)>> trim<</if>> thighs, she tips over the edge and <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>shivers with orgasm, ejaculate dribbling out of her chastity cage<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones > 0)>>cums weakly, her soft dick twitching<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>shivers with orgasm, her soft dick twitching weakly<<elseif $activeSlave.balls > 4>>making a massive mess all over herself<<elseif $activeSlave.balls > 2>>adding her own load to the mess<<elseif $activeSlave.balls > 0>>adding her own pathetic load to the mess<<elseif $activeSlave.clit > 0>>pitches forward convulsively, gasping with overstimulation at the sensation on her huge clit<<else>>quivers in your grasp, gasping, before relaxing back into you in a puddle of satisfaction<</if>>. Her devotion to you @@color:hotpink;has increased.@@
+	You get into bed and crook a finger, silently ordering her to join you. She<<if $activeSlave.clothes != "no clothing">> hurries out of her clothes and<</if>> bounces over, <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>her posture communicating the arousal that her caged cock cannot<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones > 0)>>her impotent dick already streaming watery precum<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>her dick pathetically soft despite her obvious arousal<<elseif $activeSlave.dick > 4>>her massive cock rock hard<<elseif $activeSlave.dick > 2>>her erection standing out stiffly<<elseif $activeSlave.dick > 0>>her tiny little dick poking out stiffly<<elseif $activeSlave.clit > 0>>her big clit visibly stiff<<elseif $activeSlave.vagina == -1>>already arching her back to present her bottom<<else>>her pussylips shining with arousal<</if>>. As she <<if $activeSlave.preg > 20>>hefts her gravid bulk<<else>>climbs<</if>> into bed you take her $activeSlave.skin hand and guide her into your lap, facing away from you. She sighs happily and snuggles her <<if $activeSlave.muscles > 95>>ripped<<elseif $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.muscles > 5>>toned<<else>>soft<</if>> back into your chest. You<<if $activeSlave.preg > 20>> embrace her pregnant belly before you<</if>> <<if ($activeSlave.boobs > 2000)>>run your hands across her massive chest<<elseif ($activeSlave.boobs > 800)>>heft her heavy breasts<<else>>massage her pretty chest<</if>> and tease her <<if $activeSlave.nipples == "huge">>ridiculous<<elseif $activeSlave.nipples == "puffy">>puffy<<else>>erect<</if>> nipples, as she shimmies herself back <<if $PC.dick == 0>>so her warmth is against yours, your legs spreading her<<else>>onto you so your cock is lodged between her<</if>> <<if ($activeSlave.butt > 5)>>incredible<<elseif ($activeSlave.butt > 2)>>healthy<<else>>pert<</if>> buttocks. When she's close to orgasm from all the stimulation, she reflexively squeezes <<if $PC.dick == 0>>your body between her legs<<else>>your dick between her asscheeks<</if>>, bringing you to climax. At the feeling of your <<if $PC.dick == 0>>juices<<else>>warm cum<</if>> between her <<if ($activeSlave.weight > 10)>> ample<<elseif ($activeSlave.weight >= -10)>> trim<</if>> thighs, she tips over the edge and <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>shivers with orgasm, ejaculate dribbling out of her chastity cage<<elseif ($activeSlave.dick > 0) && ($activeSlave.hormones > 0)>>cums weakly, her soft dick twitching<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>>shivers with orgasm, her soft dick twitching weakly<<elseif $activeSlave.balls > 4>>making a massive mess all over herself<<elseif $activeSlave.balls > 2>>adding her own load to the mess<<elseif $activeSlave.balls > 0>>adding her own pathetic load to the mess<<elseif $activeSlave.clit > 0>>pitches forward convulsively, gasping with overstimulation at the sensation on her huge clit<<else>>quivers in your grasp, gasping, before relaxing back into you in a puddle of satisfaction<</if>>. Her devotion to you @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.mammaryCount += 1>>
 	<<set $mammaryTotal += 1>>
@@ -4208,7 +4208,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Send her away">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She tries to hide her disappointment as she turns to go, and as she flees out the door you hear her begin to cry. By the next morning, however, her responses to your commands have become less flirtatious and much more attentive. Her obedience to you @@color:hotpink;has increased.@@
+	She tries to hide her disappointment as she turns to go, and as she flees out the door you hear her begin to cry. By the next morning, however, her responses to your commands have become less flirtatious and much more attentive. Her obedience to you @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -4239,7 +4239,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  "I've noticed a couple of the girls working better together recently, so I'm making some minor adjustments to give them more shifts together."
 	<</if>>
 	<br><br>
-	You're sure she'll do her best, and you tell her so. She thanks you again, and you both go back to your work. Though your Head Girl continues manipulating her tablet diligently, she can't seem to stop herself from @@color:hotpink;stealing the occasional glance at you.@@ Her $activeSlave.eyeColor eyes, dark in the dimness of the office, seem to have an unaccountable sheen.
+	You're sure she'll do her best, and you tell her so. She thanks you again, and you both go back to your work. Though your Head Girl continues manipulating her tablet diligently, she can't seem to stop herself from @@.hotpink;stealing the occasional glance at you.@@ Her $activeSlave.eyeColor eyes, dark in the dimness of the office, seem to have an unaccountable sheen.
 	<<if $assistant != 0>>
 	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>'s $assistantAppearance avatar appears on your desktop, glowing brightly, and ruins the moment. "$activeSlave.slaveName loooves her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Maaaster<<else>>Miiistress<</if>>," she taunts,
 	<<if $assistantAppearance == "monstergirl">>
@@ -4319,7 +4319,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<else>>
 	  She savors the thrill of using $PC.refreshment for a moment, before turning to you, an almost desperate need on her face.
 	<</if>>
-	You return to work, and she follows your example, though she's rather distracted. When she finishes hers, she sets her tablet down for a moment and comes over to you, doing her best to show her naked body to best advantage as she comes. She gives you a deep kiss, <<if $PC.refreshmentType == 0 || $PC.refreshmentType == 1 || $PC.refreshmentType == 2>>which tastes of fine $PC.refreshment, with a hint of $activeSlave.slaveName,<<else>>with plenty of tongue,<</if>> and then goes back to work, @@color:mediumaquamarine;smiling unconsciously@@ as she savors the lingering <<if $PC.refreshmentType == 3 || $PC.refreshmentType == 4>>rush<<else>>flavor<</if>>.
+	You return to work, and she follows your example, though she's rather distracted. When she finishes hers, she sets her tablet down for a moment and comes over to you, doing her best to show her naked body to best advantage as she comes. She gives you a deep kiss, <<if $PC.refreshmentType == 0 || $PC.refreshmentType == 1 || $PC.refreshmentType == 2>>which tastes of fine $PC.refreshment, with a hint of $activeSlave.slaveName,<<else>>with plenty of tongue,<</if>> and then goes back to work, @@.mediumaquamarine;smiling unconsciously@@ as she savors the lingering <<if $PC.refreshmentType == 3 || $PC.refreshmentType == 4>>rush<<else>>flavor<</if>>.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -4353,7 +4353,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<else>>
 		this way, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I guess this is how I, oh, am now? Oh, oh, it feels so g-good! Yes!
 	<</if>>
-	AHH!" <<if $PC.dick == 1>>Her <<if ($activeSlave.vagina > 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>cunt<<else>>asshole<</if>> tightens around your shaft delightfully as she climaxes.<<else>>She shudders with climax.<</if>> She smiles	@@color:mediumaquamarine;trustingly@@ up at you in the afterglow,<<if $activeSlave.balls > 0>> her ejaculate glistening on her <<if $activeSlave.preg > 10>> gravid<</if>> belly,<</if>> touched that you would tell her something like that so honestly.
+	AHH!" <<if $PC.dick == 1>>Her <<if ($activeSlave.vagina > 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>cunt<<else>>asshole<</if>> tightens around your shaft delightfully as she climaxes.<<else>>She shudders with climax.<</if>> She smiles	@@.mediumaquamarine;trustingly@@ up at you in the afterglow,<<if $activeSlave.balls > 0>> her ejaculate glistening on her <<if $activeSlave.preg > 10>> gravid<</if>> belly,<</if>> touched that you would tell her something like that so honestly.
 	<<if ($activeSlave.vagina > 0) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 		<<BothVCheck>>
 	<<else>>
@@ -4395,12 +4395,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<br><br>
 	She's extremely pent up, and orgasms twice with <<if $PC.dick == 1>>your dick in her mouth<<if $PC.vagina == 1>> first and her tongue quivering along your pussylips second<</if>><<else>>her mouth on your cunt<</if>>. The mental effects of this formative little experience are impossible to control with precision. Over the next few days, you notice that whenever she sees you,
 	<<if (random(0,1) == 1)>>
-		she licks her lips unconsciously. She seems to be developing the beginnings of a lovely @@color:lightcoral;oral fixation.@@
+		she licks her lips unconsciously. She seems to be developing the beginnings of a lovely @@.lightcoral;oral fixation.@@
 		<<set $activeSlave.fetish = "cumslut">>
 		<<set $activeSlave.fetishKnown = 1>>
 		<<set $activeSlave.fetishStrength = 10>>
 	<<else>>
-		she betrays mixed feelings. The shocking intimacy of reaching sexual release as she used her mouth to pleasure you seems to be @@color:hotpink;affecting her.@@
+		she betrays mixed feelings. The shocking intimacy of reaching sexual release as she used her mouth to pleasure you seems to be @@.hotpink;affecting her.@@
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 	<<set $activeSlave.oralCount += 1>>
@@ -4417,12 +4417,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<br><br>
 	As you fuck her, you pull her torso up so you can play with her <<if $activeSlave.boobs > 2000>>udders<<elseif $activeSlave.boobs > 800>>tits<<else>>nipples<</if>> and whisper manipulation into her ear. You tell her she's about to cum like a girl. She says nothing, but her body language communicates incomprehension. Girls, you tell her, cum when they get fucked. They cum when <<if $PC.title == 1>>guys<<else>>their betters<</if>> stick dick inside them. She bursts into tears, sobbing with shame and degradation even as she shakes and <<if $activeSlave.balls > 0>>squirts cum<<else>>dribbles ejaculate<</if>>. The next time she sees you,
 	<<if (random(0,1) == 1)>>
-		she visibly gathers her courage, and flirtily @@color:lightcoral;offers you her ass.@@
+		she visibly gathers her courage, and flirtily @@.lightcoral;offers you her ass.@@
 		<<set $activeSlave.fetish = "buttslut">>
 		<<set $activeSlave.fetishKnown = 1>>
 		<<set $activeSlave.fetishStrength = 10>>
 	<<else>>
-		she manages to stop herself from breaking down, and seems to be @@color:hotpink;working hard@@ to convince herself that she's a girl.
+		she manages to stop herself from breaking down, and seems to be @@.hotpink;working hard@@ to convince herself that she's a girl.
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 	<<AnalVCheck>>
@@ -4436,12 +4436,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<br><br>
 	She cannot hide her disappointment, but has the presence of mind not to protest as you assfuck her hard enough that her <<if $activeSlave.boobs > 2000>>ridiculous tits almost hit her in the face with each stroke<<elseif $activeSlave.boobs > 800>>big boobs bounce all over the place<<else>>boobs bounce<</if>><<if $activeSlave.preg > 20>> and taut belly is forced back<</if>>. Her orgasm sneaks up on her, and comes by surprise, forcing a squeal out of her as her sphincter tightens down involuntarily. She gets up gingerly, clearly feeling sore,
 	<<if (random(0,1) == 1)>>
-		and looks preoccupied. She reaches idly around and massages her well-fucked backdoor meditatively, biting her lower lip as she investigates. Maybe, she seems to be thinking, @@color:lightcoral;anal is fun?@@
+		and looks preoccupied. She reaches idly around and massages her well-fucked backdoor meditatively, biting her lower lip as she investigates. Maybe, she seems to be thinking, @@.lightcoral;anal is fun?@@
 		<<set $activeSlave.fetish = "buttslut">>
 		<<set $activeSlave.fetishKnown = 1>>
 		<<set $activeSlave.fetishStrength = 10>>
 	<<else>>
-		but @@color:hotpink;does her honest best@@ to look grateful. She knows she's a sex slave and can't afford to be particular about little things like getting buttfucked.
+		but @@.hotpink;does her honest best@@ to look grateful. She knows she's a sex slave and can't afford to be particular about little things like getting buttfucked.
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 	<<AnalVCheck>>
@@ -4457,7 +4457,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#result">>
 	You take her by the hand and pull her to her feet, and then kiss her. She knows that this means no, but melts into you anyway, accepting the comforting gesture for what it is. She's surprised when you do not break the kiss, but continues to make out with you compliantly. You take her by the hands, intertwining your fingers with hers and holding them down at your sides for a while before wrapping her arms around you at your <<if $PC.boobs == 1>>feminine<<else>>muscular<</if>> waist. Your hands, thus freed to grope her, tenderly hold her head and neck instead, cupping her <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face >= -10>>pretty<<else>>homely<</if>> jawline and making her moan at the intimacy.
 	<br><br>
-	She's completely forgotten her troubles, and you see that it stays that way. You consider yourself something of an expert on human stimulation at this point, and you manage hers expertly. (Admittedly, you're also cheating, using discreet scanning of her vital signs to check on her state of arousal.) Whenever she's in danger of achieving an erection, which would remind her of her chastity cage with a twinge of discomfort, you cool your makeout session off slightly, massaging her capably instead of kissing her deeply. After some time, she shudders, to her own complete surprise and to your unsurprised satisfaction. She's just done what in a normal sexual encounter would be considered premature ejaculation, since you wrought her to such a subtle state of arousal that she got off without really getting hard. She can muster no coherent response, but @@color:mediumaquamarine;hugs you convulsively,@@ sobbing into your <<if $PC.boobs == 1>>boobs<<else>>strong shoulder<</if>> with gratitude and release.
+	She's completely forgotten her troubles, and you see that it stays that way. You consider yourself something of an expert on human stimulation at this point, and you manage hers expertly. (Admittedly, you're also cheating, using discreet scanning of her vital signs to check on her state of arousal.) Whenever she's in danger of achieving an erection, which would remind her of her chastity cage with a twinge of discomfort, you cool your makeout session off slightly, massaging her capably instead of kissing her deeply. After some time, she shudders, to her own complete surprise and to your unsurprised satisfaction. She's just done what in a normal sexual encounter would be considered premature ejaculation, since you wrought her to such a subtle state of arousal that she got off without really getting hard. She can muster no coherent response, but @@.mediumaquamarine;hugs you convulsively,@@ sobbing into your <<if $PC.boobs == 1>>boobs<<else>>strong shoulder<</if>> with gratitude and release.
 	<br><br>
 	The scans suggest her discomfort will return in less than half an hour.
 	<<set $activeSlave.trust += 4>>
@@ -4466,7 +4466,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Cut her balls off">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You agree, on the condition that she be a good little bitch like she promised. She thanks you frantically, following you with mixed relief, gratitude, and deep terror as you lead her to the surgery. It's a medically simple procedure, but she's @@color:red;retained for recovery@@ for some time, a common precaution in your penthouse where the surgery affects an area that might be reinjured by sexual use without a short break for the curatives to take effect. When the medical equipment verifies that she can be fucked without pain or danger to her health, you order her to come back up to your office. She is a @@color:hotpink;very good little bitch,@@ taking <<if $PC.dick == 1>>a hard buttfuck<<else>>a hard anal fingerfuck<</if>> with apparent enthusiasm and a strong orgasm, though of course her continued use of a chastity cage conceals almost all the effects. When she goes to the bathroom afterward, however, you see her <<if canSee($activeSlave)>>glance at herself in the mirror, just once, and then @@color:gold;glance away again,@@<<else>>run her hand under her cock, just once, and then @@color:gold;quickly removing her hand,@@<</if>> a tear leaking down her cheek.
+	You agree, on the condition that she be a good little bitch like she promised. She thanks you frantically, following you with mixed relief, gratitude, and deep terror as you lead her to the surgery. It's a medically simple procedure, but she's @@.red;retained for recovery@@ for some time, a common precaution in your penthouse where the surgery affects an area that might be reinjured by sexual use without a short break for the curatives to take effect. When the medical equipment verifies that she can be fucked without pain or danger to her health, you order her to come back up to your office. She is a @@.hotpink;very good little bitch,@@ taking <<if $PC.dick == 1>>a hard buttfuck<<else>>a hard anal fingerfuck<</if>> with apparent enthusiasm and a strong orgasm, though of course her continued use of a chastity cage conceals almost all the effects. When she goes to the bathroom afterward, however, you see her <<if canSee($activeSlave)>>glance at herself in the mirror, just once, and then @@.gold;glance away again,@@<<else>>run her hand under her cock, just once, and then @@.gold;quickly removing her hand,@@<</if>> a tear leaking down her cheek.
 	<<set $activeSlave.balls = 0>>
 	<<set $activeSlave.health -= 5>>
 	<<set $activeSlave.trust -= 4>>
@@ -4479,7 +4479,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#result">>
 	You make no reply at all, but walk around to stand behind the slave. She knows she's fucked, and starts to shake with fear. You put a foot on her ass and shove her down<<if $activeSlave.preg > 20>> so her rear is pointed into the air again<<else>> to lie flat on the floor<</if>>, and then straddle her, shoving <<if $PC.dick == 1>>your<<if $PC.vagina == 1>> futa<</if>> cock up her butt<<else>>one more finger than she can comfortably take up her butt<</if>>. She tries to beg some more, but you give her a warning slap, and she shuts up. Despite your roughness, she's so horny that she starts to get hard. You can't see or feel this directly, of course, but it's easy to tell from her desperate sobbing and involuntary writhing, and the lovely spasming of her anal sphincter. Her tears dry up as she builds towards a climax; orgasm might be an uncomfortable experience for her, but it will buy her a few minutes free of discomfort.
 	<br><br>
-	But she's to be disappointed. You <<if $PC.dick == 1>>worm a hand down between her ass and your stomach, and shove a finger up inside her, alongside your dick<<if $PC.vagina == 1>>, dextrously using the thumb of that hand to stroke your own pussy<</if>><<else>>use the hand that isn't fucking her to pull one of her arms around behind her into a painful joint lock<</if>>. The pain ruins her building orgasm, and she cries with frustration and @@color:gold;despair@@ as she realizes that she won't be getting off today. You force her to experience this horrible near-release twice more, bringing her to a terribly uncomfortable state of arousal and then using sudden pain to destroy any chance she has of getting relief. All the wriggling and jerking around is good for you, though.
+	But she's to be disappointed. You <<if $PC.dick == 1>>worm a hand down between her ass and your stomach, and shove a finger up inside her, alongside your dick<<if $PC.vagina == 1>>, dextrously using the thumb of that hand to stroke your own pussy<</if>><<else>>use the hand that isn't fucking her to pull one of her arms around behind her into a painful joint lock<</if>>. The pain ruins her building orgasm, and she cries with frustration and @@.gold;despair@@ as she realizes that she won't be getting off today. You force her to experience this horrible near-release twice more, bringing her to a terribly uncomfortable state of arousal and then using sudden pain to destroy any chance she has of getting relief. All the wriggling and jerking around is good for you, though.
 	<<set $activeSlave.trust -= 4>>
 	<<AnalVCheck>>
 	<</replace>>
@@ -4490,7 +4490,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Use her anyway">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You reach out, grab her shoulder, and shove her against the wall. <<if canTalk($activeSlave) == false>>She manages to use a gesture to beg you not to,<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She manages to lisp, "Pleathe no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> -"<<else>>She manages to beg, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> -"<</if>> before you give her a hard warning slap on the ass to shut her up. She's quiet, but starts to sob a little when she feels <<if $PC.dick == 0>>the head of a strap-on<<else>>your cock<</if>> against her anus. <<if ($activeSlave.anus > 2)>>It's gaped before you even touch it, but it's clearly sore enough that she dreads anal anyway.<<elseif ($activeSlave.anus > 1)>>It's been fucked loose, but it's clearly sore enough that she dreads anal anyway.<<else>>It's somehow not gaped yet, and she dreads having it stretched yet again.<</if>> <<if ($activeSlave.height >= 185)>>She's tall enough that the angle isn't that uncomfortable for her.<<elseif ($activeSlave.anus > 0)>>She hikes herself desperately up on her tiptoes to make the angle less uncomfortable for her.<<else>>She hikes herself desperately up on her tiptoes, but she's so short the angle is desperately uncomfortable for her.<</if>> She decides to try begging one last time, and <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>><<if canTalk($activeSlave) == false>>signs to ask you to use her pussy instead<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "Jutht uthe my puthy, please!"<<else>>whines, "Just use my pussy, please!"<</if>><<else>><<if canTalk($activeSlave) == false>>signs to ask you to let her suck you off instead<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "Let me thuck you off, please!"<<else>>whines, "Let me suck you off, please!"<</if>><</if>> as you shove <<if $PC.dick == 0>>the strap-on<<else>>yourself<</if>> up her butt. She reflexively tries to get away into the wall, <<if ($activeSlave.boobs > 2000)>>her enormous boobs squashing out to either side.<<elseif ($activeSlave.boobs > 1000)>>her big boobs squashing out to either side.<<elseif ($activeSlave.boobs > 300)>>her boobs crashing into it.<<else>>her sore nipples giving her a jerk as she does.<</if>> After some continued whining through her tears, she gives up and just @@color:gold;lets you@@ rape her sore ass. When you finally <<if ($PC.dick == 1)>>fill her butt with your ejaculate and pull out,<<if $PC.vagina == 1>> the motion releasing a waft of the combined cum and pussyjuice smell of a satisfied futa,<</if>><<else>>shudder with orgasm and withdraw your strap-on,<</if>> she slumps and turns to go, looking a bit sad for some reason.
+	You reach out, grab her shoulder, and shove her against the wall. <<if canTalk($activeSlave) == false>>She manages to use a gesture to beg you not to,<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She manages to lisp, "Pleathe no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> -"<<else>>She manages to beg, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> -"<</if>> before you give her a hard warning slap on the ass to shut her up. She's quiet, but starts to sob a little when she feels <<if $PC.dick == 0>>the head of a strap-on<<else>>your cock<</if>> against her anus. <<if ($activeSlave.anus > 2)>>It's gaped before you even touch it, but it's clearly sore enough that she dreads anal anyway.<<elseif ($activeSlave.anus > 1)>>It's been fucked loose, but it's clearly sore enough that she dreads anal anyway.<<else>>It's somehow not gaped yet, and she dreads having it stretched yet again.<</if>> <<if ($activeSlave.height >= 185)>>She's tall enough that the angle isn't that uncomfortable for her.<<elseif ($activeSlave.anus > 0)>>She hikes herself desperately up on her tiptoes to make the angle less uncomfortable for her.<<else>>She hikes herself desperately up on her tiptoes, but she's so short the angle is desperately uncomfortable for her.<</if>> She decides to try begging one last time, and <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>><<if canTalk($activeSlave) == false>>signs to ask you to use her pussy instead<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "Jutht uthe my puthy, please!"<<else>>whines, "Just use my pussy, please!"<</if>><<else>><<if canTalk($activeSlave) == false>>signs to ask you to let her suck you off instead<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "Let me thuck you off, please!"<<else>>whines, "Let me suck you off, please!"<</if>><</if>> as you shove <<if $PC.dick == 0>>the strap-on<<else>>yourself<</if>> up her butt. She reflexively tries to get away into the wall, <<if ($activeSlave.boobs > 2000)>>her enormous boobs squashing out to either side.<<elseif ($activeSlave.boobs > 1000)>>her big boobs squashing out to either side.<<elseif ($activeSlave.boobs > 300)>>her boobs crashing into it.<<else>>her sore nipples giving her a jerk as she does.<</if>> After some continued whining through her tears, she gives up and just @@.gold;lets you@@ rape her sore ass. When you finally <<if ($PC.dick == 1)>>fill her butt with your ejaculate and pull out,<<if $PC.vagina == 1>> the motion releasing a waft of the combined cum and pussyjuice smell of a satisfied futa,<</if>><<else>>shudder with orgasm and withdraw your strap-on,<</if>> she slumps and turns to go, looking a bit sad for some reason.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -4499,7 +4499,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Manipulate her into asking to suck you off">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You reach out, grab her shoulder, and shove her against the wall. <<if canTalk($activeSlave) == false>>She manages to use a gesture to beg you not to,<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She manages to lisp, "Pleathe no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> -"<<else>>She manages to beg, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> -"<</if>> before you give her a hard warning slap on the ass to shut her up. She's quiet, but starts to sob a little when she feels <<if $PC.dick == 0>>the head of a strap-on<<else>>an invading<<if $PC.vagina == 1>> futa<</if>> cockhead<</if>> against her anus. <<if ($activeSlave.anus > 2)>>It's gaped before you even touch it, but it's clearly sore enough that she dreads anal anyway.<<elseif ($activeSlave.anus > 1)>>It's been fucked loose, but it's clearly sore enough that she dreads anal anyway.<<else>>It's somehow not gaped yet, and she dreads having it stretched yet again.<</if>> She <<if canTalk($activeSlave) == false>>signs let her suck you off instead.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "Let me thuck you off, please!"<<else>>whines, "Let me suck you off, please!"<</if>> Having gotten her to beg for what you wanted all along, you spin her so her <<if ($activeSlave.muscles > 95)>>powerful<<elseif ($activeSlave.muscles > 30)>>strong<<else>>feminine<</if>> back hits the wall with a smack and shove her down it until her <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>girlish<</if>> lips are level with your <<if $PC.dick == 0>>fake dick<<else>>dick<</if>>, and push it into her mouth without waiting for her to get ready. She gags, but does her best to work her tired mouth. When you're finally satisfied and you let her up, you aim another slap at her <<if ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.butt > 2)>>big butt<<else>>nice ass<</if>> and let her see it coming; she @@color:hotpink;accepts@@ the spank due to fright at what you might do if she dodged before fleeing.
+	You reach out, grab her shoulder, and shove her against the wall. <<if canTalk($activeSlave) == false>>She manages to use a gesture to beg you not to,<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She manages to lisp, "Pleathe no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> -"<<else>>She manages to beg, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> -"<</if>> before you give her a hard warning slap on the ass to shut her up. She's quiet, but starts to sob a little when she feels <<if $PC.dick == 0>>the head of a strap-on<<else>>an invading<<if $PC.vagina == 1>> futa<</if>> cockhead<</if>> against her anus. <<if ($activeSlave.anus > 2)>>It's gaped before you even touch it, but it's clearly sore enough that she dreads anal anyway.<<elseif ($activeSlave.anus > 1)>>It's been fucked loose, but it's clearly sore enough that she dreads anal anyway.<<else>>It's somehow not gaped yet, and she dreads having it stretched yet again.<</if>> She <<if canTalk($activeSlave) == false>>signs let her suck you off instead.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps, "Let me thuck you off, please!"<<else>>whines, "Let me suck you off, please!"<</if>> Having gotten her to beg for what you wanted all along, you spin her so her <<if ($activeSlave.muscles > 95)>>powerful<<elseif ($activeSlave.muscles > 30)>>strong<<else>>feminine<</if>> back hits the wall with a smack and shove her down it until her <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>girlish<</if>> lips are level with your <<if $PC.dick == 0>>fake dick<<else>>dick<</if>>, and push it into her mouth without waiting for her to get ready. She gags, but does her best to work her tired mouth. When you're finally satisfied and you let her up, you aim another slap at her <<if ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.butt > 2)>>big butt<<else>>nice ass<</if>> and let her see it coming; she @@.hotpink;accepts@@ the spank due to fright at what you might do if she dodged before fleeing.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -4508,18 +4508,18 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Just talk with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You take her by the hand, lead her to a nearby couch, and sit down with her, letting her seat herself beside you so she can <<if $activeSlave.preg > 20>>rest her gravid bulk against you<<else>>lean against you<</if>> without putting too much weight on her poor overused butthole. You ask her about your day. <<if canTalk($activeSlave) == false>>She uses gestures to recount it through her tears. Apparently while one guy was using her anus, another thought it was hot and waited for him to be done before using her in turn, without letting her rest or clean herself. It took four cocks total for another slave to notice and rescue her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps, a little tearfully, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, thith guy wanted to uthe my butt in public. Tho of courthe I let him, and he made me thit in hith lap to do it, and held my legth back tho everyone could thee! And then another guy thought it wath hot and waited, and then fucked me in my ath too. Another girl finally noticed and rethcued me after four cockth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I'm really thore."<<else>>She say, a little tearfully, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, this guy wanted to use my butt in public. So of course I let him, and he made me sit in his lap to do it, and held my legs back so everyone could see! And then another guy thought it was hot and waited, and then fucked me in my ass too. Another girl finally noticed and rescued me after four cocks, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I'm really sore."<</if>> She <<if canSee($activeSlave)>>looks up at you with big $activeSlave.eyeColor eyes<<else>>gazes at you<</if>> for a long moment, a final tear leaking down her $activeSlave.skin cheek, before she suddenly <<if canTalk($activeSlave) == false>>shakes with mute laughter<<else>>giggles<</if>>. She explains herself after a while: it's not what she thought she'd be doing with her life, <<if ($activeSlave.career == 0)>>once upon a time<<else>>back when she was $activeSlave.career<</if>>. <<if canTalk($activeSlave) == false>>She points to herself and uses both hands to mimic sodomy, as though to suggest that's all she is, before giving you a rueful smile.<<else>>"$activeSlave.slaveName the butthole ho, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>that'th me," she lisps sadly,<<else>>that's me," she says sadly,<</if>> before giving you a rueful smile.<</if>> She kisses you on the cheek and @@color:mediumaquamarine;thanks you@@ for listening instead of raping her.
+	You take her by the hand, lead her to a nearby couch, and sit down with her, letting her seat herself beside you so she can <<if $activeSlave.preg > 20>>rest her gravid bulk against you<<else>>lean against you<</if>> without putting too much weight on her poor overused butthole. You ask her about your day. <<if canTalk($activeSlave) == false>>She uses gestures to recount it through her tears. Apparently while one guy was using her anus, another thought it was hot and waited for him to be done before using her in turn, without letting her rest or clean herself. It took four cocks total for another slave to notice and rescue her.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She lisps, a little tearfully, "<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, thith guy wanted to uthe my butt in public. Tho of courthe I let him, and he made me thit in hith lap to do it, and held my legth back tho everyone could thee! And then another guy thought it wath hot and waited, and then fucked me in my ath too. Another girl finally noticed and rethcued me after four cockth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I'm really thore."<<else>>She say, a little tearfully, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, this guy wanted to use my butt in public. So of course I let him, and he made me sit in his lap to do it, and held my legs back so everyone could see! And then another guy thought it was hot and waited, and then fucked me in my ass too. Another girl finally noticed and rescued me after four cocks, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I'm really sore."<</if>> She <<if canSee($activeSlave)>>looks up at you with big $activeSlave.eyeColor eyes<<else>>gazes at you<</if>> for a long moment, a final tear leaking down her $activeSlave.skin cheek, before she suddenly <<if canTalk($activeSlave) == false>>shakes with mute laughter<<else>>giggles<</if>>. She explains herself after a while: it's not what she thought she'd be doing with her life, <<if ($activeSlave.career == 0)>>once upon a time<<else>>back when she was $activeSlave.career<</if>>. <<if canTalk($activeSlave) == false>>She points to herself and uses both hands to mimic sodomy, as though to suggest that's all she is, before giving you a rueful smile.<<else>>"$activeSlave.slaveName the butthole ho, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>that'th me," she lisps sadly,<<else>>that's me," she says sadly,<</if>> before giving you a rueful smile.<</if>> She kisses you on the cheek and @@.mediumaquamarine;thanks you@@ for listening instead of raping her.
 	<<set $activeSlave.trust += 4>>
 	<br><br><span id="result2">
 	<<link "Kiss her back">>
 		<<replace "#result2">>
-			You turn to kiss her back, on the lips this time. She <<if canSee($activeSlave)>>sees<<else>>feels<</if>> your intention and @@color:mediumaquamarine;complies trustingly,@@ closing her eyes and tilting her head slightly so your lips lock perfectly.<<if ($activeSlave.lips > 70)>> Her ridiculous, pillowlike lips part softly.<<elseif ($activeSlave.teeth > 2)>> She opens her jaw wide, careful to keep her shark's teeth well clear of you.<</if>> After a few seconds, she realizes you aren't planning to break the kiss anytime soon, and softens, her<<if $activeSlave.preg > 20>> pregnant<</if>> body relaxing against yours. She scoots closer to you, bringing her legs up under her on the couch cushions so she can face you comfortably. She leans one <<if ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.weight > 10)>>plush<<else>>pretty<</if>> hip against your leg, hiking herself half onto your lap so she can make out with you without having to sit with any weight on her sore butthole.
+			You turn to kiss her back, on the lips this time. She <<if canSee($activeSlave)>>sees<<else>>feels<</if>> your intention and @@.mediumaquamarine;complies trustingly,@@ closing her eyes and tilting her head slightly so your lips lock perfectly.<<if ($activeSlave.lips > 70)>> Her ridiculous, pillowlike lips part softly.<<elseif ($activeSlave.teeth > 2)>> She opens her jaw wide, careful to keep her shark's teeth well clear of you.<</if>> After a few seconds, she realizes you aren't planning to break the kiss anytime soon, and softens, her<<if $activeSlave.preg > 20>> pregnant<</if>> body relaxing against yours. She scoots closer to you, bringing her legs up under her on the couch cushions so she can face you comfortably. She leans one <<if ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.weight > 10)>>plush<<else>>pretty<</if>> hip against your leg, hiking herself half onto your lap so she can make out with you without having to sit with any weight on her sore butthole.
 		<<set $activeSlave.trust += 2>>
 			<</replace>>
 	<</link>>
 	<br><<link "Rape her">>
 		<<replace "#result2">>
-			But she's wrong to place that kind of faith in you. As she withdraws from the kiss, you snake a betraying hand between her butt and the couch, and shove <<if $activeSlave.anus <= 1>>two rude fingers up her sore little anus<<elseif $activeSlave.anus == 2>>three rude fingers up her sore anus<<else>>all four of your fingers and your thumb, formed into a point, as far up her loose butt as they will go<</if>>. She lets out a pained "oh," and then goes silent. For such a little sound, it bears a great weight of @@color:gold;betrayed trust.@@ You insert your fingers to the knuckle, making her writhe with discomfort, and then turf her off the couch to land face first on the floor in front of you. She tries to spread her butt and angle her hips like a good girl, but you slap her hands away and push your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> inside her without regard for her poor anus. She shudders and begins to cry, and keeps crying as you ravage her asshole. When you climax and pull out, she continues to weep, but stumbles off to wash. When she comes back, she's still sniffling, but without being prompted, @@color:hotpink;she gets down on her knees and offers you her sore butthole again.@@
+			But she's wrong to place that kind of faith in you. As she withdraws from the kiss, you snake a betraying hand between her butt and the couch, and shove <<if $activeSlave.anus <= 1>>two rude fingers up her sore little anus<<elseif $activeSlave.anus == 2>>three rude fingers up her sore anus<<else>>all four of your fingers and your thumb, formed into a point, as far up her loose butt as they will go<</if>>. She lets out a pained "oh," and then goes silent. For such a little sound, it bears a great weight of @@.gold;betrayed trust.@@ You insert your fingers to the knuckle, making her writhe with discomfort, and then turf her off the couch to land face first on the floor in front of you. She tries to spread her butt and angle her hips like a good girl, but you slap her hands away and push your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> inside her without regard for her poor anus. She shudders and begins to cry, and keeps crying as you ravage her asshole. When you climax and pull out, she continues to weep, but stumbles off to wash. When she comes back, she's still sniffling, but without being prompted, @@.hotpink;she gets down on her knees and offers you her sore butthole again.@@
 		<<set $activeSlave.trust -= 4>>
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.analCount += 1>>
@@ -4535,7 +4535,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Touch her enough to get her off">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a reward for coming to you. She almost bursts into tears and nods jerkily, unable to do anything else. You brush a finger across her cheek, her ear, her lips; at each touch she <<if canTalk($activeSlave) == false>>breathes in sharply<<else>>gasps<</if>>. Moving around behind her, you run a hand down her flank to her hip, and then around to her<<if $activeSlave.preg > 20>> popped<</if>> navel, and up to cup her breasts. Your run a thumb over each nipple, almost tipping her over the edge. Your hands move down again, spreading her buttocks to tease her clenched anus, and then forward across her perineum - and this is enough. She spasms, pitching forward and almost falling. She hurries to clean up after herself, sobbing with relief and thanking you; her submissiveness @@color:hotpink;has increased.@@
+	You tell her that she deserves a reward for coming to you. She almost bursts into tears and nods jerkily, unable to do anything else. You brush a finger across her cheek, her ear, her lips; at each touch she <<if canTalk($activeSlave) == false>>breathes in sharply<<else>>gasps<</if>>. Moving around behind her, you run a hand down her flank to her hip, and then around to her<<if $activeSlave.preg > 20>> popped<</if>> navel, and up to cup her breasts. Your run a thumb over each nipple, almost tipping her over the edge. Your hands move down again, spreading her buttocks to tease her clenched anus, and then forward across her perineum - and this is enough. She spasms, pitching forward and almost falling. She hurries to clean up after herself, sobbing with relief and thanking you; her submissiveness @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -4592,10 +4592,10 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		tell her to get her ass up on your desk and lie face down. She <<if $activeSlave.preg > 20>>struggles to heft her gravid body<<else>>clambers<</if>> up, and you let her lie there for a while, tortured by anticipation and arousal, before giving her nearest buttock a harsh open-handed slap. The shock and pain send her over the edge immediately, and she grinds forward into the desk involuntarily; the feeling of the cool desk against her <<if ($activeSlave.dick > 0)>>dickhead<<elseif $activeSlave.vagina == -1>>crotch<<else>>mons<</if>> slams her into a second climax, and she sobs with overstimulation. You keep her there for a good long while, using her as a desktop toy that makes interesting noises when you hit it.
 	<</if>>
 	<<if ($activeSlave.fetishStrength > 95)>>
-		Since she's totally sure of what gets her off, this proof you know it too makes her @@color:mediumaquamarine;trust you.@@
+		Since she's totally sure of what gets her off, this proof you know it too makes her @@.mediumaquamarine;trust you.@@
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		Since she's developing her kinks, this reinforcement of her sexual identity @@color:lightcoral;advances her fetish.@@
+		Since she's developing her kinks, this reinforcement of her sexual identity @@.lightcoral;advances her fetish.@@
 		<<set $activeSlave.fetishStrength += 4>>
 	<</if>>
 	<</replace>>
@@ -4606,17 +4606,17 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "while she sucks">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. From now on, she can come to you and ask to <<if $PC.dick == 0>>perform cunnilingus on you<<else>>blow you<<if $PC.vagina == 1>> and eat you out<</if>><</if>>, and masturbate while she does. She nods through her tears and hurriedly gets to her knees, gagging in her clumsy eagerness, crying a little with relief as she masturbates furiously<<if $PC.vagina == 1>><<if $PC.dick == 1>> and does her best to simultaneously please both a cock and a cunt with only one mouth<</if>><</if>>. She doesn't even pause after her first orgasm; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. From now on, she can come to you and ask to <<if $PC.dick == 0>>perform cunnilingus on you<<else>>blow you<<if $PC.vagina == 1>> and eat you out<</if>><</if>>, and masturbate while she does. She nods through her tears and hurriedly gets to her knees, gagging in her clumsy eagerness, crying a little with relief as she masturbates furiously<<if $PC.vagina == 1>><<if $PC.dick == 1>> and does her best to simultaneously please both a cock and a cunt with only one mouth<</if>><</if>>. She doesn't even pause after her first orgasm; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<set $activeSlave.oralCount += 5>>
 	<<set $oralTotal += 5>>
 	<<if ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>> has increased.@@
+	  @@.lightcoral;Her enjoyment of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>> has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "cumslut">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>>.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>>.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -4625,17 +4625,17 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "during nipple play">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. From now on, she can come to you and offer you her breasts; she will be allowed to masturbate while you do. She nods through her tears and hurriedly presents her chest, crying a little with relief as she feels you nip a nipple with your teeth. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. From now on, she can come to you and offer you her breasts; she will be allowed to masturbate while you do. She nods through her tears and hurriedly presents her chest, crying a little with relief as she feels you nip a nipple with your teeth. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<set $activeSlave.mammaryCount += 1>>
 	<<set $mammaryTotal += 1>>
 	<<if ($activeSlave.fetish == "boobs") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of breast play has increased.@@
+	  @@.lightcoral;Her enjoyment of breast play has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "boobs">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at every brush against her breasts.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at every brush against her breasts.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -4644,16 +4644,16 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "during insemination play">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and offer you her <<if ($activeSlave.vagina > 3)>>hopelessly gaped pussy<<elseif ($activeSlave.anus > 2)>>loose pussy<<elseif ($activeSlave.anus > 1)>>nice pussy<<else>>tight pussy<</if>>; she will be allowed to masturbate while you fill her with cum. She nods through her tears and <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on her side and using one hand to spread her buttocks apart while the other is poised to touch herself. She starts crying a little with relief as she feels you slowly insert <<if $PC.dick == 0>>a spurting strap-on<<else>>your cock<</if>> into her spasming cunt. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and offer you her <<if ($activeSlave.vagina > 3)>>hopelessly gaped pussy<<elseif ($activeSlave.anus > 2)>>loose pussy<<elseif ($activeSlave.anus > 1)>>nice pussy<<else>>tight pussy<</if>>; she will be allowed to masturbate while you fill her with cum. She nods through her tears and <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on her side and using one hand to spread her buttocks apart while the other is poised to touch herself. She starts crying a little with relief as she feels you slowly insert <<if $PC.dick == 0>>a spurting strap-on<<else>>your cock<</if>> into her spasming cunt. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<VaginalVCheck 5>>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of pregnancy play has increased.@@
+	  @@.lightcoral;Her enjoyment of pregnancy play has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "pregnancy">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the though of getting pregnant.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the though of getting pregnant.@@
 	<</if>>
 	<</replace>>
 <</link>><<if ($activeSlave.vagina == 0)>> //This option will take her virginity//<</if>>
@@ -4663,16 +4663,16 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "while she takes it up the ass">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and offer you her <<if ($activeSlave.anus > 3)>>hopelessly gaped rectum<<elseif ($activeSlave.anus > 2)>>big slit of an asspussy<<elseif ($activeSlave.anus > 1)>>nice asspussy<<else>>tight asshole<</if>>; she will be allowed to masturbate while you buttfuck her. She nods through her tears and <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on her side and using one hand to spread her buttocks apart while the other is poised to touch herself. She starts crying a little with relief as she feels you slowly insert <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into her spasming rectum. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and offer you her <<if ($activeSlave.anus > 3)>>hopelessly gaped rectum<<elseif ($activeSlave.anus > 2)>>big slit of an asspussy<<elseif ($activeSlave.anus > 1)>>nice asspussy<<else>>tight asshole<</if>>; she will be allowed to masturbate while you buttfuck her. She nods through her tears and <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on her side and using one hand to spread her buttocks apart while the other is poised to touch herself. She starts crying a little with relief as she feels you slowly insert <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into her spasming rectum. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<AnalVCheck 5>>
 	<<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of anal has increased.@@
+	  @@.lightcoral;Her enjoyment of anal has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "buttslut">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of anal sex.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of anal sex.@@
 	<</if>>
 	<</replace>>
 <</link>><<if ($activeSlave.anus == 0)>> //This option will take anal virginity//<</if>>
@@ -4683,15 +4683,15 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can masturbate in $clubName, sitting with her legs spread for as much exposure as possible. She nods through her tears and sprints out of your office, dripping as she goes. She throws herself to the ground outside, to the considerable amusement of passersby, spreading her legs painfully wide. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can masturbate in $clubName, sitting with her legs spread for as much exposure as possible. She nods through her tears and sprints out of your office, dripping as she goes. She throws herself to the ground outside, to the considerable amusement of passersby, spreading her legs painfully wide. She masturbates furiously, not even pausing after her first orgasm; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of humiliation has increased.@@
+	  @@.lightcoral;Her enjoyment of humiliation has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "humiliation">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's starting to long for humiliation.@@
+	  Before she realizes what's happening, @@.lightcoral;she's starting to long for humiliation.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -4700,16 +4700,16 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "after submitting to you">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and offer you her <<if ($activeSlave.anus > 3)>>hopelessly gaped rectum<<elseif ($activeSlave.anus > 2)>>big slit of an asspussy<<elseif ($activeSlave.anus > 1)>>nice asspussy<<else>>tight asshole<</if>>; she will be allowed to masturbate after, but only after, you are finished with her. She nods through her tears and <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on her side and using one hand to spread her buttocks apart while the other is poised to touch herself. She starts crying a little with relief as she feels you slowly insert <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into her spasming rectum. You are not gentle, and despite the anal stimulation she does not orgasm by the time you <<if $PC.dick == 0>>climax to the vibrations of the strap-on, and the pleasure of buttfucking a bitch<<else>>blow your load in her ass<</if>>. She's so eager to get off she doesn't bother to move, and just rolls onto her face to hump herself against her hand, against the desk. <<if $PC.dick == 0>>After the momentary pause of your climax, you<<if $PC.vagina == 1>> use a little manual stimulation of your pussy to force yourself to total hardness again and<</if>> resume thrusting<<else>>Your cum leaks out of her used backdoor and onto her working hand<</if>>; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and offer you her <<if ($activeSlave.anus > 3)>>hopelessly gaped rectum<<elseif ($activeSlave.anus > 2)>>big slit of an asspussy<<elseif ($activeSlave.anus > 1)>>nice asspussy<<else>>tight asshole<</if>>; she will be allowed to masturbate after, but only after, you are finished with her. She nods through her tears and <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on her side and using one hand to spread her buttocks apart while the other is poised to touch herself. She starts crying a little with relief as she feels you slowly insert <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into her spasming rectum. You are not gentle, and despite the anal stimulation she does not orgasm by the time you <<if $PC.dick == 0>>climax to the vibrations of the strap-on, and the pleasure of buttfucking a bitch<<else>>blow your load in her ass<</if>>. She's so eager to get off she doesn't bother to move, and just rolls onto her face to hump herself against her hand, against the desk. <<if $PC.dick == 0>>After the momentary pause of your climax, you<<if $PC.vagina == 1>> use a little manual stimulation of your pussy to force yourself to total hardness again and<</if>> resume thrusting<<else>>Your cum leaks out of her used backdoor and onto her working hand<</if>>; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<AnalVCheck 5>>
 	<<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of submission has increased.@@
+	  @@.lightcoral;Her enjoyment of submission has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "submissive">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of submission.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of submission.@@
 	<</if>>
 	<</replace>>
 <</link>><<if ($activeSlave.anus == 0)>> //This option will take anal virginity//<</if>>
@@ -4718,17 +4718,17 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "while in pain">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and masturbate: but you will abuse her while she does. She starts to cry in fear, but <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk anyway. You swat her thighs apart so she can get a hand down there. She hesitates desperately before touching herself, knowing that as soon as she does the pain will start, but her horniness wins out. You aim a vicious flick at her <<if ($activeSlave.nipples == "huge")>>absurd nipples<<elseif ($activeSlave.nipples != "tiny")>>big nipples<<else>>nipples<</if>> and then take a crop out of your desk, flogging her <<if ($activeSlave.boobsImplant > 600)>>fake<<elseif ($activeSlave.boobs > 1000)>>jiggling<<else>>firm<</if>> breasts without mercy. She finally orgasms and flees, falling over her own feet in her desperation; her acceptance of sexual slavery @@color:hotpink;has increased.@@
+	You tell her that she deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, she can come to you and masturbate: but you will abuse her while she does. She starts to cry in fear, but <<if $activeSlave.preg > 20>>struggles to get<<else>>hurriedly gets<</if>> up on your desk anyway. You swat her thighs apart so she can get a hand down there. She hesitates desperately before touching herself, knowing that as soon as she does the pain will start, but her horniness wins out. You aim a vicious flick at her <<if ($activeSlave.nipples == "huge")>>absurd nipples<<elseif ($activeSlave.nipples != "tiny")>>big nipples<<else>>nipples<</if>> and then take a crop out of your desk, flogging her <<if ($activeSlave.boobsImplant > 600)>>fake<<elseif ($activeSlave.boobs > 1000)>>jiggling<<else>>firm<</if>> breasts without mercy. She finally orgasms and flees, falling over her own feet in her desperation; her acceptance of sexual slavery @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<if $activeSlave.fetish == "none">>
 	<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of pain has increased.@@
+	  @@.lightcoral;Her enjoyment of pain has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetishStrength = 65>>
 	  <<set $activeSlave.fetish = "masochist">>
 	  <<set $activeSlave.fetishKnown = 1>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of <<if $PC.title != 0>>her master<<else>>her mistress<</if>> beating her.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of <<if $PC.title != 0>>her master<<else>>her mistress<</if>> beating her.@@
 	<</if>>
 	<</if>>
 	<</replace>>
@@ -4740,7 +4740,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Have some fun with her once she's using the milkers">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName is face down into a special chair a bit like a massage setup<<if $activeSlave.preg > 20>>, though with a hole for her pregnancy to fit into<</if>>, with her breasts hanging down so the milkers can work away at her nipples. As such, her back and ass are on display as she grunts and groans with relief. She starts at your hand on her back but <<if $activeSlave.devotion > 20>>quickly<<else>>slowly<</if>> relaxes. <<if ($activeSlave.vagina != -1)>>The stimulation of the milking has her soaking wet, and she whimpers with pleasure as you enter her sopping pussy. She's so wet that her plentiful vaginal secretions make it very easy for you to switch <<if $PC.dick == 0>>your strap-on<<else>>your dick<</if>> to the cow's butt.<<elseif ($activeSlave.vaginalAccessory == "chastity belt")>>This milk cow's vagina is protected by a chastity belt, but her butthole isn't. You fuck it<<if $PC.dick == 0>> with a strap-on<</if>> instead as she bucks and grinds against the chair.<<else>>Perversely, this milk cow has no pussy, so you spit on her ass and sodomize her<<if $PC.dick == 0>> with a strap-on<</if>> instead as she bucks and grinds against the chair.<</if>> When she comes, the milkers detect her orgasm to your fucking and shunt the milk into different reservoirs. Though you've never been able to taste much difference, there's a belief out there that 'milk-cum,' the squirts of milk a slave milk girl produces when climaxing with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, have special aphrodisiac powers. @@color:yellowgreen;It can be sold at a special premium.@@ Naturally, @@color:hotpink;her devotion to you has also increased.@@
+	$activeSlave.slaveName is face down into a special chair a bit like a massage setup<<if $activeSlave.preg > 20>>, though with a hole for her pregnancy to fit into<</if>>, with her breasts hanging down so the milkers can work away at her nipples. As such, her back and ass are on display as she grunts and groans with relief. She starts at your hand on her back but <<if $activeSlave.devotion > 20>>quickly<<else>>slowly<</if>> relaxes. <<if ($activeSlave.vagina != -1)>>The stimulation of the milking has her soaking wet, and she whimpers with pleasure as you enter her sopping pussy. She's so wet that her plentiful vaginal secretions make it very easy for you to switch <<if $PC.dick == 0>>your strap-on<<else>>your dick<</if>> to the cow's butt.<<elseif ($activeSlave.vaginalAccessory == "chastity belt")>>This milk cow's vagina is protected by a chastity belt, but her butthole isn't. You fuck it<<if $PC.dick == 0>> with a strap-on<</if>> instead as she bucks and grinds against the chair.<<else>>Perversely, this milk cow has no pussy, so you spit on her ass and sodomize her<<if $PC.dick == 0>> with a strap-on<</if>> instead as she bucks and grinds against the chair.<</if>> When she comes, the milkers detect her orgasm to your fucking and shunt the milk into different reservoirs. Though you've never been able to taste much difference, there's a belief out there that 'milk-cum,' the squirts of milk a slave milk girl produces when climaxing with her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, have special aphrodisiac powers. @@.yellowgreen;It can be sold at a special premium.@@ Naturally, @@.hotpink;her devotion to you has also increased.@@
 	<<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 		<<BothVCheck>>
 	<<else>>
@@ -4753,7 +4753,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Delay her milking and then fuck her in public">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order her to kneel next to your desk the next time she tries to go to the milkers. Her equanimity is severely tested over the next hours as you ignore her. The occasional glance at her shows her growing increasingly frantic as her breasts grow heavier and her nipples get prouder. <<if $activeSlave.preg > 30>>Soon, her child's kicking is forcing milk out of her swollen breasts.<</if>> Eventually, the slight rising and falling of her ribcage as she inhales and exhales induces enough motion in her overfull breasts that milk spurts out of her with each breath. Satisfied that she's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold her upright so you can fuck her standing. When she finally comes through the pain of her overfull udders, you reach forward and squeeze her so that she screams in pain and relief, spraying jets of milk. She continually aftershock orgasms as you continue pounding. You offer her breasts to the growing crowd, many of whom come forward to taste her cream. <<if ($activeSlave.vagina == -1)>>You fuck her butt<<else>>You fuck her pussy and ass, one after the other,<</if>> until they've sucked her empty. @@color:hotpink;Her submission to you has increased@@ and the @@color:green;public certainly appreciated the service.@@
+	$activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order her to kneel next to your desk the next time she tries to go to the milkers. Her equanimity is severely tested over the next hours as you ignore her. The occasional glance at her shows her growing increasingly frantic as her breasts grow heavier and her nipples get prouder. <<if $activeSlave.preg > 30>>Soon, her child's kicking is forcing milk out of her swollen breasts.<</if>> Eventually, the slight rising and falling of her ribcage as she inhales and exhales induces enough motion in her overfull breasts that milk spurts out of her with each breath. Satisfied that she's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold her upright so you can fuck her standing. When she finally comes through the pain of her overfull udders, you reach forward and squeeze her so that she screams in pain and relief, spraying jets of milk. She continually aftershock orgasms as you continue pounding. You offer her breasts to the growing crowd, many of whom come forward to taste her cream. <<if ($activeSlave.vagina == -1)>>You fuck her butt<<else>>You fuck her pussy and ass, one after the other,<</if>> until they've sucked her empty. @@.hotpink;Her submission to you has increased@@ and the @@.green;public certainly appreciated the service.@@
 	<<if ($activeSlave.vagina > -1)>>
 		<<BothVCheck>>
 	<<else>>
@@ -4767,7 +4767,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Delay her milking and torture her with the pressure">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order her to kneel next to your desk the next time she tries to go to the milkers. Her devotion is severely tested over the next hours as you ignore her. The occasional glance at her shows her growing increasingly frantic as her breasts grow heavier and her inverted nipples, which prevent any release of pressure without the strong suction of the milkers to protrude them, grow more tender. Eventually, she loses all composure and begins to beg you abjectly to give her relief. Your cruel smile at the kneeling girl with tears streaming down her $activeSlave.skin cheeks fills her with @@color:gold;anticipatory horror.@@ You tell her to get on all fours like the <<if $activeSlave.preg > 10>>pregnant<</if>> cow she is. She does, but the simple movement is agonizing and she shrieks in spite of herself. You slide <<if $PC.dick == 1>>your turgid cock<<else>>a big strap-on<</if>> into her and seize her by her <<if $activeSlave.weight > 30>>fat<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight >= -30>>trim<<else>>skinny<</if>> hips. She knows what's coming and tries to ready herself, but as you begin to pound her without mercy, the motion of her breasts forces a huge sobbing scream out of her.
+	$activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order her to kneel next to your desk the next time she tries to go to the milkers. Her devotion is severely tested over the next hours as you ignore her. The occasional glance at her shows her growing increasingly frantic as her breasts grow heavier and her inverted nipples, which prevent any release of pressure without the strong suction of the milkers to protrude them, grow more tender. Eventually, she loses all composure and begins to beg you abjectly to give her relief. Your cruel smile at the kneeling girl with tears streaming down her $activeSlave.skin cheeks fills her with @@.gold;anticipatory horror.@@ You tell her to get on all fours like the <<if $activeSlave.preg > 10>>pregnant<</if>> cow she is. She does, but the simple movement is agonizing and she shrieks in spite of herself. You slide <<if $PC.dick == 1>>your turgid cock<<else>>a big strap-on<</if>> into her and seize her by her <<if $activeSlave.weight > 30>>fat<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight >= -30>>trim<<else>>skinny<</if>> hips. She knows what's coming and tries to ready herself, but as you begin to pound her without mercy, the motion of her breasts forces a huge sobbing scream out of her.
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		"Pleathe, <<if $PC.title == 1>>Mathter!<<else>>Mithtreth!<</if>> AAAH! It hurtth! It AAAH hurtth th-tho b-baAAAH!"
 	<<else>>
@@ -4789,7 +4789,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Increase her assignment to 24 hours a day">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You give $activeSlave.slaveName no indication that her public use assignment is about to change. Late in the day, when her shift would normally end, another of your slaves simply maintains her as usual and then leaves her be. $activeSlave.slaveName is so deprived of any way to tell time that she doesn't realize she's been left for some time. The first indication she gets that something's different is when liquid food is squirted down her throat the next morning. When she's finally stripped out of the suit at the end of the week, she's pale and wan and her holes are puffy and red. @@color:red;Her health was damaged.@@ However, her permanent presence became quite noted. @@color:green;Your reputation has increased.@@ And when she's out of the suit, she instantly begs you to allow her to do anything to save herself from more of that. @@color:gold;Her fear of you has increased.@@
+	You give $activeSlave.slaveName no indication that her public use assignment is about to change. Late in the day, when her shift would normally end, another of your slaves simply maintains her as usual and then leaves her be. $activeSlave.slaveName is so deprived of any way to tell time that she doesn't realize she's been left for some time. The first indication she gets that something's different is when liquid food is squirted down her throat the next morning. When she's finally stripped out of the suit at the end of the week, she's pale and wan and her holes are puffy and red. @@.red;Her health was damaged.@@ However, her permanent presence became quite noted. @@.green;Your reputation has increased.@@ And when she's out of the suit, she instantly begs you to allow her to do anything to save herself from more of that. @@.gold;Her fear of you has increased.@@
 	<</replace>>
 	<<set $rep += 100>>
 	<<set $activeSlave.trust -= 10>>
@@ -4812,7 +4812,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Take the first and last every day">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When $activeSlave.slaveName feels a cock entering her mouth right after she's suited up, she knows it's you and wriggles as best she can in the suit. It doesn't help much, and her struggles don't prevent you from moving from her mouth to her ass, either. At the end of the day, on the other hand, the female-shaped latex form is completely still and quiescent as you <<if $PC.dick == 0>>use a couple of fingers to brutally molest<<else>>molest<</if>> each of its holes. It takes viciously hard anal penetration to elicit any response at all, and even then, it's just the slightest hint of a moan. @@color:gold;Her fear of you has increased.@@
+	When $activeSlave.slaveName feels a cock entering her mouth right after she's suited up, she knows it's you and wriggles as best she can in the suit. It doesn't help much, and her struggles don't prevent you from moving from her mouth to her ass, either. At the end of the day, on the other hand, the female-shaped latex form is completely still and quiescent as you <<if $PC.dick == 0>>use a couple of fingers to brutally molest<<else>>molest<</if>> each of its holes. It takes viciously hard anal penetration to elicit any response at all, and even then, it's just the slightest hint of a moan. @@.gold;Her fear of you has increased.@@
 	<</replace>>
 	<<set $activeSlave.trust -= 5>>
 	<<if ndef $activeSlave.publicCount>>
@@ -4846,7 +4846,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Share her body with the public">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	<<if ($activeSlave.amp != 1)>>$activeSlave.slaveName is surprised to find you walking beside her, but obediently falls in behind you as a proper slave should.<<else>>You scoop $activeSlave.slaveName's limbless form up and carry her out.<</if>> You take her to a lovely open balcony and seat yourself on a bench surrounded by the lush greenery and flowing water of $arcologies[0].name's food systems. You pull her ass down onto your <<if $PC.dick == 0>>strap-on<<else>>rigid cock<</if>> so she can offer everything else to the public.<<if $PC.vagina == 1>><<if $PC.dick == 1>> They know not to presume to use the pussy located beneath your thrusting cock.<</if>><</if>> <<if ($activeSlave.vagina != -1)>>For several hours, citizens come and go, most choosing to fuck her wet and available pussy. You climax repeatedly from the <<if $PC.dick == 0>>titillating nature of<<else>>extra fullness of her butt during<</if>> double penetration, and by the time you're finished she's dripping ejaculate from both her holes.<<elseif ($activeSlave.vaginalAccessory == "chastity belt")>>Since she's wearing a chastity belt and you're wearing her backdoor around your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, her mouth is all that's left. She gives so many blowjobs by the time you're finished that her face, hair, chest and <<if $activeSlave.preg > 20>>pregnant belly<<else>>even stomach<</if>> are liberally spattered with cum.<<else>>With your cock pumping her butt as much as you can manage with her seated in your lap, her <<if $activeSlave.dick != 0>>dick flops up and down<<if $activeSlave.preg > 20>> against the bottom of her rounded stomach<</if>><<else>>tiny front hole begins to glisten with the promise of a messy little orgasm<</if>>, lewdly advertising her sexual availability. She gives so many blowjobs by the time you're finished that her face, hair, chest and <<if $activeSlave.preg > 20>>pregnant belly<<else>>even stomach<</if>> are liberally spattered with cum.<</if>> The public is sure to remember this spectacle; @@color:green;your reputation has increased.@@
+	<<if ($activeSlave.amp != 1)>>$activeSlave.slaveName is surprised to find you walking beside her, but obediently falls in behind you as a proper slave should.<<else>>You scoop $activeSlave.slaveName's limbless form up and carry her out.<</if>> You take her to a lovely open balcony and seat yourself on a bench surrounded by the lush greenery and flowing water of $arcologies[0].name's food systems. You pull her ass down onto your <<if $PC.dick == 0>>strap-on<<else>>rigid cock<</if>> so she can offer everything else to the public.<<if $PC.vagina == 1>><<if $PC.dick == 1>> They know not to presume to use the pussy located beneath your thrusting cock.<</if>><</if>> <<if ($activeSlave.vagina != -1)>>For several hours, citizens come and go, most choosing to fuck her wet and available pussy. You climax repeatedly from the <<if $PC.dick == 0>>titillating nature of<<else>>extra fullness of her butt during<</if>> double penetration, and by the time you're finished she's dripping ejaculate from both her holes.<<elseif ($activeSlave.vaginalAccessory == "chastity belt")>>Since she's wearing a chastity belt and you're wearing her backdoor around your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, her mouth is all that's left. She gives so many blowjobs by the time you're finished that her face, hair, chest and <<if $activeSlave.preg > 20>>pregnant belly<<else>>even stomach<</if>> are liberally spattered with cum.<<else>>With your cock pumping her butt as much as you can manage with her seated in your lap, her <<if $activeSlave.dick != 0>>dick flops up and down<<if $activeSlave.preg > 20>> against the bottom of her rounded stomach<</if>><<else>>tiny front hole begins to glisten with the promise of a messy little orgasm<</if>>, lewdly advertising her sexual availability. She gives so many blowjobs by the time you're finished that her face, hair, chest and <<if $activeSlave.preg > 20>>pregnant belly<<else>>even stomach<</if>> are liberally spattered with cum.<</if>> The public is sure to remember this spectacle; @@.green;your reputation has increased.@@
 	<</replace>>
 	<<set $rep += 100>>
 	<<if ($activeSlave.vagina > -1) && canDoVaginal($activeSlave)>>
@@ -4868,7 +4868,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Give her some aftercare">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName returns many hours later. She carefully took breaks for her own safety <<if $activeSlave.preg > 20>>,especially so given her advanced pregnancy<</if>>, and cleaned herself periodically, so there isn't much evidence, but she's obviously bone tired. When you meet her at the entrance to your penthouse she's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but she gives you a little smile anyway. You give her a strong massage and put her to bed. Afterward you turn to be about your business, but she wordlessly offers herself to you as you do. <<if ($activeSlave.vagina == 1)>>Her tight pussy is certainly tempting.<<elseif ($activeSlave.vagina == 2)>>Her soft pussy is certainly tempting.<<elseif ($activeSlave.labia > 0)>>Her generous petals are certainly tempting.<<elseif ($activeSlave.clit > 0)>>Her prominent clit is certainly eye-catching.<<elseif ($activeSlave.vagina == -1)>>Her relaxed anus is certainly inviting.<<else>>Her capacious pussy is certainly inviting.<</if>> She's sore, so you spoon her<<if $activeSlave.preg > 20>> gravid body<</if>> gently in bed, fucking her slowly to sleep. She falls asleep with a serene expression on her face. @@color:mediumaquamarine;Her trust in you has increased.@@
+	$activeSlave.slaveName returns many hours later. She carefully took breaks for her own safety <<if $activeSlave.preg > 20>>,especially so given her advanced pregnancy<</if>>, and cleaned herself periodically, so there isn't much evidence, but she's obviously bone tired. When you meet her at the entrance to your penthouse she's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but she gives you a little smile anyway. You give her a strong massage and put her to bed. Afterward you turn to be about your business, but she wordlessly offers herself to you as you do. <<if ($activeSlave.vagina == 1)>>Her tight pussy is certainly tempting.<<elseif ($activeSlave.vagina == 2)>>Her soft pussy is certainly tempting.<<elseif ($activeSlave.labia > 0)>>Her generous petals are certainly tempting.<<elseif ($activeSlave.clit > 0)>>Her prominent clit is certainly eye-catching.<<elseif ($activeSlave.vagina == -1)>>Her relaxed anus is certainly inviting.<<else>>Her capacious pussy is certainly inviting.<</if>> She's sore, so you spoon her<<if $activeSlave.preg > 20>> gravid body<</if>> gently in bed, fucking her slowly to sleep. She falls asleep with a serene expression on her face. @@.mediumaquamarine;Her trust in you has increased.@@
 	<</replace>>
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.vagina > -1) && canDoVaginal($activeSlave)>>
@@ -4883,7 +4883,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Chat about her day">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName returns many hours later. She's obviously bone tired. When you meet her at the entrance to your penthouse she's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but she gives you a little smile anyway. You bring her back to your office, and she's clearly expecting to get fucked, so she's surprised when you hand her a hot beverage and sit down on the couch with her. She relaxes quickly and chats with you about her day, gossiping about all the private doings of all the prominent citizens who fucked her <<if ($activeSlave.vagina > 0)>>cunt<<elseif ($activeSlave.anus > 0)>>asshole<<else>>mouth<</if>> today. <<if ($activeSlave.intelligence > 1)>>She's witty and holds up her end of the conversation without straying from her role as a slave.<<elseif ($activeSlave.intelligence > -1)>>She has a few juicy items to share, and even gossiping, she's mindful of her role as a slave.<<else>>She may be an idiot, but her babble is amusing enough.<</if>> Time flies, and when you finally stand up to continue with your evening, she thanks you prettily for listening to her <<if $activeSlave.preg > 20>>as you help her pregnant body off the couch<</if>>. @@color:hotpink;Her devotion to you has increased.@@
+	$activeSlave.slaveName returns many hours later. She's obviously bone tired. When you meet her at the entrance to your penthouse she's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but she gives you a little smile anyway. You bring her back to your office, and she's clearly expecting to get fucked, so she's surprised when you hand her a hot beverage and sit down on the couch with her. She relaxes quickly and chats with you about her day, gossiping about all the private doings of all the prominent citizens who fucked her <<if ($activeSlave.vagina > 0)>>cunt<<elseif ($activeSlave.anus > 0)>>asshole<<else>>mouth<</if>> today. <<if ($activeSlave.intelligence > 1)>>She's witty and holds up her end of the conversation without straying from her role as a slave.<<elseif ($activeSlave.intelligence > -1)>>She has a few juicy items to share, and even gossiping, she's mindful of her role as a slave.<<else>>She may be an idiot, but her babble is amusing enough.<</if>> Time flies, and when you finally stand up to continue with your evening, she thanks you prettily for listening to her <<if $activeSlave.preg > 20>>as you help her pregnant body off the couch<</if>>. @@.hotpink;Her devotion to you has increased.@@
 	<</replace>>
 	<<set $activeSlave.devotion += 4>>
 <</link>>
@@ -4894,7 +4894,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Give her her thousandth fuck">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You decide that a slave's thousandth fuck ought to be representative of sexual slavery. So, you<<if $PC.dick == 0>> don a strap-on,<</if>> push her over the arm of the couch next to your desk<<if $activeSlave.preg > 20>> so that her pregnancy hangs off its edge<</if>> and take her <<if $seeRace == 1>>$activeSlave.race <</if>><<if $activeSlave.vaginalAccessory == "chastity belt">>ass<<elseif $activeSlave.vagina == 0>>ass<<elseif $activeSlave.vagina > -1>>pussy<<else>>ass<</if>> hard and fast, doggy style. She's clearly got a lot of experience, so she takes the pounding well. Before long she's happily moaning and begging, pushing herself back into you<<if $PC.vagina == 1>> and using a hand thrust back between her own legs to stimulate your pussy<</if>>. You thrust deep inside her. She thanks you and wishes you a happy millenary. @@color:mediumaquamarine;She has become much more trusting@@ of her place with you.
+	You decide that a slave's thousandth fuck ought to be representative of sexual slavery. So, you<<if $PC.dick == 0>> don a strap-on,<</if>> push her over the arm of the couch next to your desk<<if $activeSlave.preg > 20>> so that her pregnancy hangs off its edge<</if>> and take her <<if $seeRace == 1>>$activeSlave.race <</if>><<if $activeSlave.vaginalAccessory == "chastity belt">>ass<<elseif $activeSlave.vagina == 0>>ass<<elseif $activeSlave.vagina > -1>>pussy<<else>>ass<</if>> hard and fast, doggy style. She's clearly got a lot of experience, so she takes the pounding well. Before long she's happily moaning and begging, pushing herself back into you<<if $PC.vagina == 1>> and using a hand thrust back between her own legs to stimulate your pussy<</if>>. You thrust deep inside her. She thanks you and wishes you a happy millenary. @@.mediumaquamarine;She has become much more trusting@@ of her place with you.
 	<<set $activeSlave.trust += 10>>
 	<<if ($activeSlave.vagina > -1) && canDoVaginal($activeSlave)>>
 		<<set $activeSlave.vaginalCount += 1>>
@@ -4908,7 +4908,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Include everyone in her millenary">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You decide to celebrate this happy event with everyone. You beckon to the watching slaves<<if $PC.dick == 0>>while you don a strap-on<</if>>, and they come eagerly or sullenly according to their natures. They troop in. After some thought, you position a slave on the couch next to your desk, $activeSlave.slaveName <<if $activeSlave.amp != 1>>on all fours<<else>>propped up<</if>> in front of her giving cunnilingus, a third slave<<if $activeSlave.preg > 20>>squeezed<</if>> under $activeSlave.slaveName to orally service her in turn, and yourself behind $activeSlave.slaveName to take her <<if $seeRace == 1>>$activeSlave.race <</if>>ass. Each slave besides $activeSlave.slaveName gets a suck from $activeSlave.slaveName on the couch and then slides under her to reciprocate. She works her way through all your slaves one by one, with feminine lips and tongues delighting her <<if $activeSlave.dick != 0>>dickhead<<elseif $activeSlave.vagina == -1>>soft perineum<<else>>clit<</if>> and your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> gently pumping her butt the whole time. When she's done, she thanks you exhaustedly and begs you to do this for her next millenary. @@color:hotpink;Her love for you has greatly increased.@@
+	You decide to celebrate this happy event with everyone. You beckon to the watching slaves<<if $PC.dick == 0>>while you don a strap-on<</if>>, and they come eagerly or sullenly according to their natures. They troop in. After some thought, you position a slave on the couch next to your desk, $activeSlave.slaveName <<if $activeSlave.amp != 1>>on all fours<<else>>propped up<</if>> in front of her giving cunnilingus, a third slave<<if $activeSlave.preg > 20>>squeezed<</if>> under $activeSlave.slaveName to orally service her in turn, and yourself behind $activeSlave.slaveName to take her <<if $seeRace == 1>>$activeSlave.race <</if>>ass. Each slave besides $activeSlave.slaveName gets a suck from $activeSlave.slaveName on the couch and then slides under her to reciprocate. She works her way through all your slaves one by one, with feminine lips and tongues delighting her <<if $activeSlave.dick != 0>>dickhead<<elseif $activeSlave.vagina == -1>>soft perineum<<else>>clit<</if>> and your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> gently pumping her butt the whole time. When she's done, she thanks you exhaustedly and begs you to do this for her next millenary. @@.hotpink;Her love for you has greatly increased.@@
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.oralCount += $slaves.length>>
 	<<set $oralTotal += $slaves.length>>
@@ -4920,7 +4920,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Drive up her anal count">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You make a ceremony of querying $assistantName, aloud for everyone to hear, into $activeSlave.slaveName's sexual history. She soon realizes this is a sort of recitation of her service for the benefit of the other slaves, and she stands a little straighter. Her <<if canSee($activeSlave)>>$activeSlave.eyeColor eyes glitter<<else>>face beams<</if>> with @@color:mediumaquamarine;pride@@ as $assistantName finishes, "...and her anus has been penetrated $activeSlave.analCount times." You announce that $activeSlave.analCount isn't nearly enough, detail a slave to fetch you a comfortable chair, seat yourself, and draw the compliant $activeSlave.slaveName's head down towards your <<if $PC.dick == 0>>pussy<<else>>cock<</if>>. She gets eagerly to work, surrounded by a circle of slaves staring at the show. You select a favored girl and tell her to get to work driving that anal count up. $activeSlave.slaveName keeps <<if $PC.dick == 0>>eating you out<<else>>sucking your dick<</if>> as the chosen girl pulls $activeSlave.slaveName's hips up a little and <<if $activeSlave.butt > 5>>spreads her big buttocks<<elseif $activeSlave.muscles > 30>>pushes between her muscular buttocks<<else>>massages her butt a little<</if>>. $activeSlave.slaveName snakes a $activeSlave.skin hand down between her legs to <<if $activeSlave.dick > 0>>jack off<<else>>play with herself as much as she can manage<</if>> as her asshole takes its first fuck of the night. You let her change positions between each slave, and by the end she's draped limply across the arm of your chair so she can tiredly <<if $PC.vagina == 1>>nibble your pussylips<<else>>suck on your balls one at a time<</if>> as the last few slaves, taking advantage of her enormously gaped butt, slide lubricated hands in and out of her rectum while giggling at the perversion and playing with each other. As the final slave withdraws her hand, $activeSlave.slaveName crawls into your lap and burrows her face <<if ($PC.boobs == 0)>>into your muscular chest<<else>>between your breasts<</if>> with an exhausted but @@color:hotpink;relaxed@@ sigh.
+	You make a ceremony of querying $assistantName, aloud for everyone to hear, into $activeSlave.slaveName's sexual history. She soon realizes this is a sort of recitation of her service for the benefit of the other slaves, and she stands a little straighter. Her <<if canSee($activeSlave)>>$activeSlave.eyeColor eyes glitter<<else>>face beams<</if>> with @@.mediumaquamarine;pride@@ as $assistantName finishes, "...and her anus has been penetrated $activeSlave.analCount times." You announce that $activeSlave.analCount isn't nearly enough, detail a slave to fetch you a comfortable chair, seat yourself, and draw the compliant $activeSlave.slaveName's head down towards your <<if $PC.dick == 0>>pussy<<else>>cock<</if>>. She gets eagerly to work, surrounded by a circle of slaves staring at the show. You select a favored girl and tell her to get to work driving that anal count up. $activeSlave.slaveName keeps <<if $PC.dick == 0>>eating you out<<else>>sucking your dick<</if>> as the chosen girl pulls $activeSlave.slaveName's hips up a little and <<if $activeSlave.butt > 5>>spreads her big buttocks<<elseif $activeSlave.muscles > 30>>pushes between her muscular buttocks<<else>>massages her butt a little<</if>>. $activeSlave.slaveName snakes a $activeSlave.skin hand down between her legs to <<if $activeSlave.dick > 0>>jack off<<else>>play with herself as much as she can manage<</if>> as her asshole takes its first fuck of the night. You let her change positions between each slave, and by the end she's draped limply across the arm of your chair so she can tiredly <<if $PC.vagina == 1>>nibble your pussylips<<else>>suck on your balls one at a time<</if>> as the last few slaves, taking advantage of her enormously gaped butt, slide lubricated hands in and out of her rectum while giggling at the perversion and playing with each other. As the final slave withdraws her hand, $activeSlave.slaveName crawls into your lap and burrows her face <<if ($PC.boobs == 0)>>into your muscular chest<<else>>between your breasts<</if>> with an exhausted but @@.hotpink;relaxed@@ sigh.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.analCount += $slaves.length+1>>
@@ -4934,7 +4934,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Send her off">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She leaves sadly, and you can see a few of the other slaves comforting her as they prepare for bed. <<if $activeSlave.dick != 0>>To cheer her up, a couple of your slaves let her buttfuck them before bed.<<else>>To cheer her up, a couple of your slaves get her off before bed.<</if>> This disappointment @@color:mediumorchid;reduces her devotion.@@
+	She leaves sadly, and you can see a few of the other slaves comforting her as they prepare for bed. <<if $activeSlave.dick != 0>>To cheer her up, a couple of your slaves let her buttfuck them before bed.<<else>>To cheer her up, a couple of your slaves get her off before bed.<</if>> This disappointment @@.mediumorchid;reduces her devotion.@@
 	<<set $activeSlave.devotion -= 5>>
 	<<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0) && ($activeSlave.hormones < 1) && ($activeSlave.dickAccessory != "chastity")>>
 	  <<set $activeSlave.penetrativeCount += 2>>
@@ -4966,21 +4966,21 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
 	<</if>>
-	She feels so much @@color:hotpink;closer to you@@ than before.
+	She feels so much @@.hotpink;closer to you@@ than before.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>><<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> //This option will take both her virginities//<<elseif canDoVaginal($activeSlave)>> //This option will take her virginity//<<elseif canDoAnal($activeSlave)>> //This option will take her anal virginity//<</if>>
 <br><<link "Teach her a new meaning of birthdays">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You explain at length that she will feel this way once a year, and that this day is special. On the day that makes her feel this way, she is to cover her nipples with whipped cream, add a pattern with chocolate syrup, garnish each with a cherry, and present herself to her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. She nods in understanding and gets to work. When she's done, you help her reach the confection on her left breast herself while you eat the one on her right. When you're done, she @@color:hotpink;kisses you impulsively@@. She tastes like whipped cream and chocolate.
+	You explain at length that she will feel this way once a year, and that this day is special. On the day that makes her feel this way, she is to cover her nipples with whipped cream, add a pattern with chocolate syrup, garnish each with a cherry, and present herself to her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. She nods in understanding and gets to work. When she's done, you help her reach the confection on her left breast herself while you eat the one on her right. When you're done, she @@.hotpink;kisses you impulsively@@. She tastes like whipped cream and chocolate.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Punish her for making a mess">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She begs your forgiveness and quickly cleans up the food and candles. She can't seem to shake the feeling that @@color:mediumorchid;something is wrong with this@@.
+	She begs your forgiveness and quickly cleans up the food and candles. She can't seem to shake the feeling that @@.mediumorchid;something is wrong with this@@.
 	<<set $activeSlave.devotion -= 5>>
 	<</replace>>
 <</link>>
@@ -4990,7 +4990,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Let her have labiaplasty to resolve the issue">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	When you assent, she cheers up immediately, looking remarkably happy for a girl who's just learned her vagina is about to have a surgical operation performed on it. Then again, having those huge pussylips constantly getting in her way when she runs must be extremely uncomfortable, so it's not shocking she would consider a radical solution to her problem. When she exits the remote surgery, she looks @@color:red;sorer than ever,@@ of course, but she @@color:hotpink;smiles gratefully@@ at you the next time she <<if canSee($activeSlave)>>sees<<else>>meets<</if>> you, and lets you know she's really looking forward to recovering enough for her to take her beloved <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> into her @@color:orange;newly streamlined cunt.@@
+	When you assent, she cheers up immediately, looking remarkably happy for a girl who's just learned her vagina is about to have a surgical operation performed on it. Then again, having those huge pussylips constantly getting in her way when she runs must be extremely uncomfortable, so it's not shocking she would consider a radical solution to her problem. When she exits the remote surgery, she looks @@.red;sorer than ever,@@ of course, but she @@.hotpink;smiles gratefully@@ at you the next time she <<if canSee($activeSlave)>>sees<<else>>meets<</if>> you, and lets you know she's really looking forward to recovering enough for her to take her beloved <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> into her @@.orange;newly streamlined cunt.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.health -= 10>>
 	<<set $activeSlave.labia = 0>>
@@ -4999,7 +4999,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Let her know she's got a wonderful vagina">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	By way of an answer, you embrace her and give her a deep kiss on her <<if $activeSlave.lips > 70>>enormous<<elseif $activeSlave.lips > 40>>pillowlike<<elseif $activeSlave.lips > 20>>big<<else>>pretty<</if>> lips, spreading a blush across her $activeSlave.skin cheeks. Your hands rove down her <<if $activeSlave.preg > 10>>pregnant<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight < -10>>thin<<else>>nice<</if>> body, coming to rest on her <<if $activeSlave.butt > 5>>magnificent<<elseif $activeSlave.butt > 3>>rounded<<else>>tight<</if>> butt. You hug her up and into you, crushing her <<if $activeSlave.boobs > 2000>>titanic<<elseif $activeSlave.boobs > 800>>big<<else>>small<</if>> breasts against <<if $PC.boobs == 0>>your manly chest<<else>>yours<</if>>. Before long being kissed and held by her beloved <<if $PC.title == 0>>Mistress<<else>>Master<</if>> has her playing the slut in your arms, and she backs against the wall before wrapping her legs around your middle to bring her pussy against your <<if $PC.dick == 0>>own.<<if $activeSlave.preg > 20>> You move your hands under her to better support her gravid bulk.<</if>> She moans in pain as you scissor against her sore pussy,<<else>>stiff prick.<<if $activeSlave.preg > 20>> You move your hands under her to better support her gravid bulk.<</if>> She gasps in pain as you press past her sore pussylips,<</if>> but before long she's grinding against you with her back propped against the wall, using the embrace of her strong legs to provide the power for a vigorous fuck. When she finally slides down the wall to stand again, a look of @@color:hotpink;profound pleasure@@ on her face, she lets you know that she understands your meaning and that she'll put up with sore petals, since <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> prefers her that way.
+	By way of an answer, you embrace her and give her a deep kiss on her <<if $activeSlave.lips > 70>>enormous<<elseif $activeSlave.lips > 40>>pillowlike<<elseif $activeSlave.lips > 20>>big<<else>>pretty<</if>> lips, spreading a blush across her $activeSlave.skin cheeks. Your hands rove down her <<if $activeSlave.preg > 10>>pregnant<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight < -10>>thin<<else>>nice<</if>> body, coming to rest on her <<if $activeSlave.butt > 5>>magnificent<<elseif $activeSlave.butt > 3>>rounded<<else>>tight<</if>> butt. You hug her up and into you, crushing her <<if $activeSlave.boobs > 2000>>titanic<<elseif $activeSlave.boobs > 800>>big<<else>>small<</if>> breasts against <<if $PC.boobs == 0>>your manly chest<<else>>yours<</if>>. Before long being kissed and held by her beloved <<if $PC.title == 0>>Mistress<<else>>Master<</if>> has her playing the slut in your arms, and she backs against the wall before wrapping her legs around your middle to bring her pussy against your <<if $PC.dick == 0>>own.<<if $activeSlave.preg > 20>> You move your hands under her to better support her gravid bulk.<</if>> She moans in pain as you scissor against her sore pussy,<<else>>stiff prick.<<if $activeSlave.preg > 20>> You move your hands under her to better support her gravid bulk.<</if>> She gasps in pain as you press past her sore pussylips,<</if>> but before long she's grinding against you with her back propped against the wall, using the embrace of her strong legs to provide the power for a vigorous fuck. When she finally slides down the wall to stand again, a look of @@.hotpink;profound pleasure@@ on her face, she lets you know that she understands your meaning and that she'll put up with sore petals, since <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> prefers her that way.
 	<<VaginalVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -5010,7 +5010,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Discuss her future with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You announce matter-of-factly that she's allowed to speak temporarily, and that you'll be discussing where she is and where she sees herself in the near future. She's disconcerted by the subject but so desperate for conversation that she's overjoyed anyway. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I underthtand what you're doing, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps. "I'm to be broken down into a devoted thlave." She looks thoughtful. "I'll help you with that. It'll be eathier if I do, won't it?" She looks up, and you <<if canSee($activeSlave)>>nod<<else>>acknowledge<</if>>; she gives you a rueful smile. "A good thlut would offer to <<if $PC.dick == 0>>give you oral now, I think. So, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, may I pleathe be allowed to lick your puthy?"<<else>>thuck your cock now, I think. Tho <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can I thuck your cock pleathe?"<</if>><<else>>"I understand what you're doing, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says forthrightly. "I'm to be broken down into a devoted slave." She looks thoughtful. "I'll help you with that. It'll be easier if I do, won't it?" She looks up, and you <<if canSee($activeSlave)>>nod<<else>>acknowledge<</if>>; she gives you a rueful smile. "A good slut would offer to <<if $PC.dick == 0>>give you oral now, I think. So, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may I please be allowed to lick your pussy?"<<else>>suck your cock now, I think. So, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may I please be allowed to suck your cock?"<</if>><</if>> You <<if canSee($activeSlave)>>nod<<else>>acknowledge<</if>>, and tell her that the rules are back in effect. As <<if $activeSlave.amp == 1>>you get her helpless form into position<<elseif $activeSlave.preg > 20>>she gently lowers her gravid form to its knees<<else>>she gets down on her knees<</if>> she @@color:hotpink;focuses on the task@@ in front of her with all her considerable intelligence, clearly having decided to make things easier on herself by conforming to her new life.
+	You announce matter-of-factly that she's allowed to speak temporarily, and that you'll be discussing where she is and where she sees herself in the near future. She's disconcerted by the subject but so desperate for conversation that she's overjoyed anyway. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I underthtand what you're doing, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps. "I'm to be broken down into a devoted thlave." She looks thoughtful. "I'll help you with that. It'll be eathier if I do, won't it?" She looks up, and you <<if canSee($activeSlave)>>nod<<else>>acknowledge<</if>>; she gives you a rueful smile. "A good thlut would offer to <<if $PC.dick == 0>>give you oral now, I think. So, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, may I pleathe be allowed to lick your puthy?"<<else>>thuck your cock now, I think. Tho <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, can I thuck your cock pleathe?"<</if>><<else>>"I understand what you're doing, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says forthrightly. "I'm to be broken down into a devoted slave." She looks thoughtful. "I'll help you with that. It'll be easier if I do, won't it?" She looks up, and you <<if canSee($activeSlave)>>nod<<else>>acknowledge<</if>>; she gives you a rueful smile. "A good slut would offer to <<if $PC.dick == 0>>give you oral now, I think. So, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may I please be allowed to lick your pussy?"<<else>>suck your cock now, I think. So, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, may I please be allowed to suck your cock?"<</if>><</if>> You <<if canSee($activeSlave)>>nod<<else>>acknowledge<</if>>, and tell her that the rules are back in effect. As <<if $activeSlave.amp == 1>>you get her helpless form into position<<elseif $activeSlave.preg > 20>>she gently lowers her gravid form to its knees<<else>>she gets down on her knees<</if>> she @@.hotpink;focuses on the task@@ in front of her with all her considerable intelligence, clearly having decided to make things easier on herself by conforming to her new life.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -5020,7 +5020,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Let her talk during a rough buttfuck">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You <<if $activeSlave.amp == 1>>lay her fuckpuppet torso across<<elseif $activeSlave.preg > 20>>tip her motherly body backwards onto<<else>>push her backwards onto<</if>> your desk, groping her <<if $activeSlave.butt > 4>>big<<elseif $activeSlave.butt > 1>>moderate<<else>>meagre<</if>> butt. You instruct her that she'll be allowed to talk if she wants, but not yet, as you <<if $PC.dick == 0>>push a couple of fingers up<<else>>line your cock up with<</if>> her <<if $activeSlave.anus > 2>>gaping<<elseif $activeSlave.anus > 1>>sizeable<<else>>tight<</if>> asshole. As you penetrate her, you tell her that the time to talk is now. <<if $activeSlave.anus > 2>>To make the sex sufficiently uncomfortable, you <<if $PC.dick == 0>>finger fuck<<else>>cock<</if>> her without mercy.<<elseif $activeSlave.anus > 1>>To make the sex sufficiently uncomfortable, you pull yourself out with every stroke, putting her through initial anal penetration over and over.<<else>>Her butt is so tight that just a simple assfuck makes her uncomfortable enough.<</if>> She opens her mouth, closes it again, grunts at the burning sensation of your rough use of her poor ass, and then shuts up. You ask her if she's sure she doesn't have anything to say, and she makes her one verbal comment of the day:	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"No, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>"No, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> She understands the lesson here: fail to @@color:hotpink;conform,@@ @@color:gold;get assraped.@@ It's as simple as that.
+	You <<if $activeSlave.amp == 1>>lay her fuckpuppet torso across<<elseif $activeSlave.preg > 20>>tip her motherly body backwards onto<<else>>push her backwards onto<</if>> your desk, groping her <<if $activeSlave.butt > 4>>big<<elseif $activeSlave.butt > 1>>moderate<<else>>meagre<</if>> butt. You instruct her that she'll be allowed to talk if she wants, but not yet, as you <<if $PC.dick == 0>>push a couple of fingers up<<else>>line your cock up with<</if>> her <<if $activeSlave.anus > 2>>gaping<<elseif $activeSlave.anus > 1>>sizeable<<else>>tight<</if>> asshole. As you penetrate her, you tell her that the time to talk is now. <<if $activeSlave.anus > 2>>To make the sex sufficiently uncomfortable, you <<if $PC.dick == 0>>finger fuck<<else>>cock<</if>> her without mercy.<<elseif $activeSlave.anus > 1>>To make the sex sufficiently uncomfortable, you pull yourself out with every stroke, putting her through initial anal penetration over and over.<<else>>Her butt is so tight that just a simple assfuck makes her uncomfortable enough.<</if>> She opens her mouth, closes it again, grunts at the burning sensation of your rough use of her poor ass, and then shuts up. You ask her if she's sure she doesn't have anything to say, and she makes her one verbal comment of the day:	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"No, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>"No, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> She understands the lesson here: fail to @@.hotpink;conform,@@ @@.gold;get assraped.@@ It's as simple as that.
 	<<set $activeSlave.devotion += 3>>
 	<<set $activeSlave.trust -= 3>>
 	<<AnalVCheck>>
@@ -5033,21 +5033,21 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Let her speak briefly if she's very quiet">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand up from your desk and approach her very closely without touching her. Looking straight into her eyes, which are <<if canSee($activeSlave)>>fixed helplessly on you<<else>>gazing in your general direction<</if>>, you tell her that you'll let her say whatever it is she needs to say to you, but only if she's very quiet. She <<if canSee($activeSlave)>>looks at you with huge eyes but<</if>> nods vigorously. She waits until you lean into her, making her shiver at your proximity, before putting her <<if $activeSlave.lips > 70>>ridiculous<<elseif $activeSlave.lips > 40>>enormous<<elseif $activeSlave.lips > 20>>pillowlike<<else>>girlish<</if>> lips next to your ear and whispering nervously, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I love you, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>"I love you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> She recoils a little as if burned by the audacity of her words, but only manages to back off a little before you gather her <<if $activeSlave.amp == 1>>limbless<<elseif $activeSlave.preg > 20>>gravid<<else>>rocking<</if>> torso into your arms, holding the back of her head with one hand and rubbing her quivering back with the other. Eventually, she relaxes into <<if ($PC.boobs > 0)>>your soft chest<<else>>you<</if>>, knowing that <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> can never and will never reciprocate, but @@color:hotpink;accepting@@ that the loving physical contact is a tremendously kind gesture for a master to make.
+	You stand up from your desk and approach her very closely without touching her. Looking straight into her eyes, which are <<if canSee($activeSlave)>>fixed helplessly on you<<else>>gazing in your general direction<</if>>, you tell her that you'll let her say whatever it is she needs to say to you, but only if she's very quiet. She <<if canSee($activeSlave)>>looks at you with huge eyes but<</if>> nods vigorously. She waits until you lean into her, making her shiver at your proximity, before putting her <<if $activeSlave.lips > 70>>ridiculous<<elseif $activeSlave.lips > 40>>enormous<<elseif $activeSlave.lips > 20>>pillowlike<<else>>girlish<</if>> lips next to your ear and whispering nervously, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I love you, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>"I love you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> She recoils a little as if burned by the audacity of her words, but only manages to back off a little before you gather her <<if $activeSlave.amp == 1>>limbless<<elseif $activeSlave.preg > 20>>gravid<<else>>rocking<</if>> torso into your arms, holding the back of her head with one hand and rubbing her quivering back with the other. Eventually, she relaxes into <<if ($PC.boobs > 0)>>your soft chest<<else>>you<</if>>, knowing that <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> can never and will never reciprocate, but @@.hotpink;accepting@@ that the loving physical contact is a tremendously kind gesture for a master to make.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Make her say it in public">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since you suspect you know what it is she wants to say, you <<if $activeSlave.amp == 1>>carry her out<<else>>lead her by the hand<</if>> onto the club, busy with citizens. You tell her quietly that she's to shout whatever it is she wanted to say, if it's something everyone should hear; otherwise she's to keep it to herself. She <<if canSee($activeSlave)>>looks around<<else>>listens<</if>> nervously, her $activeSlave.skin skin betraying a growing blush, before clearing her throat twice, licking her lips, and howling <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I LOVE <<if $PC.title == 1>>MATHTER<<else>>MITHTRETH<</if>>"<<else>>"I LOVE MY <<if $PC.title == 1>>MASTER<<else>>MISTRESS<</if>>"<</if>> at the tops of her lungs. When this is out of her she collapses a little, as though the pressure of holding it inside were propping her up. This attracted a considerable amount of attention, almost all of it @@color:green;positive,@@ with many passersby laughing at the fun, and your fellow slaveowners giving you discreet winks and quiet congratulations.
+	Since you suspect you know what it is she wants to say, you <<if $activeSlave.amp == 1>>carry her out<<else>>lead her by the hand<</if>> onto the club, busy with citizens. You tell her quietly that she's to shout whatever it is she wanted to say, if it's something everyone should hear; otherwise she's to keep it to herself. She <<if canSee($activeSlave)>>looks around<<else>>listens<</if>> nervously, her $activeSlave.skin skin betraying a growing blush, before clearing her throat twice, licking her lips, and howling <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"I LOVE <<if $PC.title == 1>>MATHTER<<else>>MITHTRETH<</if>>"<<else>>"I LOVE MY <<if $PC.title == 1>>MASTER<<else>>MISTRESS<</if>>"<</if>> at the tops of her lungs. When this is out of her she collapses a little, as though the pressure of holding it inside were propping her up. This attracted a considerable amount of attention, almost all of it @@.green;positive,@@ with many passersby laughing at the fun, and your fellow slaveowners giving you discreet winks and quiet congratulations.
 	<<set $rep += 150>>
 	<</replace>>
 <</link>>
 <br><<link "Keep her quiet but spend some time with her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You announce that you're finished with business for the day, and feel like some quiet time. She cannot keep <<if canSee($activeSlave)>>a gleam of humor out of her eye<<else>>the corners of her lips from rising slightly<</if>> at hearing 'quiet time,' and she <<if $activeSlave.amp == 1>>presents herself to be carried<<else>>follows you<</if>> happily enough. When she <<if canSee($activeSlave)>>sees<<else>>realizes<</if>> you're headed to your bedroom she begins to anticipate <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>'s <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, but is surprised to find that instead of using her you simply <<if $activeSlave.amp == 1>>place her in bed and curl up around her limbless torso.<<elseif $activeSlave.preg > 20>>help her into bed and curl up with her, your arms encircling her prominent baby bump.<<else>>climb into bed and pull her under the sheets with you.<</if>> She's almost disappointed, but after looking into your resting face for a while, nestles her head onto your broad chest and goes to sleep with a @@color:hotpink;look of contentment@@ on her face. When the two of you wake from your brief nap, you ask her if she has anything else to communicate to you. She smiles sleepily and shakes her head no.
+	You announce that you're finished with business for the day, and feel like some quiet time. She cannot keep <<if canSee($activeSlave)>>a gleam of humor out of her eye<<else>>the corners of her lips from rising slightly<</if>> at hearing 'quiet time,' and she <<if $activeSlave.amp == 1>>presents herself to be carried<<else>>follows you<</if>> happily enough. When she <<if canSee($activeSlave)>>sees<<else>>realizes<</if>> you're headed to your bedroom she begins to anticipate <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>'s <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, but is surprised to find that instead of using her you simply <<if $activeSlave.amp == 1>>place her in bed and curl up around her limbless torso.<<elseif $activeSlave.preg > 20>>help her into bed and curl up with her, your arms encircling her prominent baby bump.<<else>>climb into bed and pull her under the sheets with you.<</if>> She's almost disappointed, but after looking into your resting face for a while, nestles her head onto your broad chest and goes to sleep with a @@.hotpink;look of contentment@@ on her face. When the two of you wake from your brief nap, you ask her if she has anything else to communicate to you. She smiles sleepily and shakes her head no.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -5063,7 +5063,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "These slaves clearly have too much time on their hands">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You thank her kindly, tell her to put her offering on your desk, and go back to your work. She flees, and once she's gone, you <<if $HeadGirl != 0>>have $assistantName pass a note to your Head Girl instructing her<<else>>instruct $assistantName<</if>> to tighten up your slaves' schedules, since you feel that they have too much time on their hands. Then you direct another slave to return the napkin to its proper place. Your slaves find their spare moments occupied by household minutiae during the coming week, @@color:yellowgreen;saving you some money@@ on penthouse and slave upkeep.
+	You thank her kindly, tell her to put her offering on your desk, and go back to your work. She flees, and once she's gone, you <<if $HeadGirl != 0>>have $assistantName pass a note to your Head Girl instructing her<<else>>instruct $assistantName<</if>> to tighten up your slaves' schedules, since you feel that they have too much time on their hands. Then you direct another slave to return the napkin to its proper place. Your slaves find their spare moments occupied by household minutiae during the coming week, @@.yellowgreen;saving you some money@@ on penthouse and slave upkeep.
 	<<set $cash += 2000>>
 	<</replace>>
 <</link>>
@@ -5181,10 +5181,10 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		<</if>>
 	<</if>>
 	<<if ($activeSlave.fetishStrength > 95)>>
-		This is very close to her dream of the ideal sexual encounter, and getting rewarded for such devoted behavior with pleasure on such a level encourages her to @@color:mediumaquamarine;trust you.@@
+		This is very close to her dream of the ideal sexual encounter, and getting rewarded for such devoted behavior with pleasure on such a level encourages her to @@.mediumaquamarine;trust you.@@
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		It isn't exactly an old world romance, but sharing this with you @@color:lightcoral;advances her fetish.@@ In the Free Cities, it will do for romance.
+		It isn't exactly an old world romance, but sharing this with you @@.lightcoral;advances her fetish.@@ In the Free Cities, it will do for romance.
 		<<set $activeSlave.fetishStrength += 4>>
 	<</if>>
 	When she's gone, you direct another slave to return the napkin to its proper place.
@@ -5195,14 +5195,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "She's already gift enough">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You smile gently at her and tell her to put her gift down on your desk. She does, looking doubtful, but then you thank her, going on to say that it was very nice of her to have the thought, but she's already gift enough. She looks momentarily confused, but you continue, describing her body in rhapsodic terms, lingering on her <<if ($activeSlave.boobs > 5000)>>gargantuan tits<<elseif ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.face > 40)>>model's face<<elseif $activeSlave.preg > 20>>rounded pregnancy<<elseif ($activeSlave.muscles > 30)>>ripped abs<<elseif ($activeSlave.weight > 10)>>plush belly<<else>>nice butt<</if>> and <<if ($activeSlave.boobs < 500)>>cute chest<<elseif ($activeSlave.butt < 3)>>cute rear<<elseif ($activeSlave.anus > 1)>>wonderful butthole<<elseif ($activeSlave.clit > 1)>>cute clit<<elseif ($activeSlave.waist < -10)>>wasp waist<<else>>nice nipples<</if>>. She blushes more and more furiously as you continue, alternately <<if canSee($activeSlave)>>glancing back down at her feet and stealing looks at you, @@color:hotpink;adoration@@ in her eyes<<else>>facing her feet and facing you, @@color:hotpink;adoration@@ on her face<</if>>. When she's gone, you direct another slave to return the napkin to its proper place.
+	You smile gently at her and tell her to put her gift down on your desk. She does, looking doubtful, but then you thank her, going on to say that it was very nice of her to have the thought, but she's already gift enough. She looks momentarily confused, but you continue, describing her body in rhapsodic terms, lingering on her <<if ($activeSlave.boobs > 5000)>>gargantuan tits<<elseif ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.face > 40)>>model's face<<elseif $activeSlave.preg > 20>>rounded pregnancy<<elseif ($activeSlave.muscles > 30)>>ripped abs<<elseif ($activeSlave.weight > 10)>>plush belly<<else>>nice butt<</if>> and <<if ($activeSlave.boobs < 500)>>cute chest<<elseif ($activeSlave.butt < 3)>>cute rear<<elseif ($activeSlave.anus > 1)>>wonderful butthole<<elseif ($activeSlave.clit > 1)>>cute clit<<elseif ($activeSlave.waist < -10)>>wasp waist<<else>>nice nipples<</if>>. She blushes more and more furiously as you continue, alternately <<if canSee($activeSlave)>>glancing back down at her feet and stealing looks at you, @@.hotpink;adoration@@ in her eyes<<else>>facing her feet and facing you, @@.hotpink;adoration@@ on her face<</if>>. When she's gone, you direct another slave to return the napkin to its proper place.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Place it in your display case">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You thank her kindly, and hold out your hand. She places her creation in your hands with something like reverence. You enter a secure command on your desk, and the display case behind you slides open. You place the folded napkin in its own little place within. $activeSlave.slaveName watches incredulously, unable to believe what you're doing. When she finally processes it, she bursts into inelegant tears. Cuffing them away from her eyes and sniffling, she tells you @@color:hotpink;she loves you.@@
+	You thank her kindly, and hold out your hand. She places her creation in your hands with something like reverence. You enter a secure command on your desk, and the display case behind you slides open. You place the folded napkin in its own little place within. $activeSlave.slaveName watches incredulously, unable to believe what you're doing. When she finally processes it, she bursts into inelegant tears. Cuffing them away from her eyes and sniffling, she tells you @@.hotpink;she loves you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set _napkin = "a cloth napkin skillfully folded into the shape of " + _napkin + " given to you by " + $activeSlave.slaveName>>
 	<<set $trinkets.push(_napkin)>>
@@ -5218,16 +5218,16 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<br><br>
 	Manipulating the machine, you
 	<<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1)>>
-	  place the first piercing, eliciting a hum of mild pain and abject submission from $activeSlave.slaveName. The piercing session goes on and on, with the slave sinking into a boneless, mindless state in which her being is completely in your hands. She's almost sleepy when you finally release her, but she rises and <<if canSee($activeSlave)>>turns, craning around to see in the mirror<<else>>gingerly feeling around her new piercings<</if>>. She @@color:hotpink;smiles devotedly,@@ and asks you when she'll be healed enough that she can be laced up.
+	  place the first piercing, eliciting a hum of mild pain and abject submission from $activeSlave.slaveName. The piercing session goes on and on, with the slave sinking into a boneless, mindless state in which her being is completely in your hands. She's almost sleepy when you finally release her, but she rises and <<if canSee($activeSlave)>>turns, craning around to see in the mirror<<else>>gingerly feeling around her new piercings<</if>>. She @@.hotpink;smiles devotedly,@@ and asks you when she'll be healed enough that she can be laced up.
 	  <<set $activeSlave.corsetPiercing = 1>>
 	<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown == 1)>>
-	  hold her mouth agape and place the first piercing. She can't make much of a facial expression with her mouth that wide, but there is a lewd <<if canSee($activeSlave)>>glint in her eye<<else>>look on her face<</if>> when she realizes she's getting more than one. When you're done, she's sore enough that she gestures her thanks, @@color:hotpink;smiling devotedly,@@ and begs you to try her out when she's healed up.
+	  hold her mouth agape and place the first piercing. She can't make much of a facial expression with her mouth that wide, but there is a lewd <<if canSee($activeSlave)>>glint in her eye<<else>>look on her face<</if>> when she realizes she's getting more than one. When you're done, she's sore enough that she gestures her thanks, @@.hotpink;smiling devotedly,@@ and begs you to try her out when she's healed up.
 	  <<set $activeSlave.tonguePiercing = 2>>
 	<<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>
-	  activate the ink gun, its low buzzing drawing a moan of anticipation out of $activeSlave.slaveName. Working at a touchscreen, you exercise your artistic talents, inscribing the slave's status as a sex object on her forehead. The pain is intense, but she tolerates it, the tears running fast out of the corners of her eyes and low groans rising out of her throat. When she's finally allowed to rise<<if canSee($activeSlave)>> and sees herself in a mirror<<else>>and listens intently on your descriptions of her new face<</if>>, she blushes furiously and cries harder, knowing that her status as a humiliation slut is now permanent. This culmination of her deeply perverse sense of self @@color:hotpink;draws her closer to you.@@
+	  activate the ink gun, its low buzzing drawing a moan of anticipation out of $activeSlave.slaveName. Working at a touchscreen, you exercise your artistic talents, inscribing the slave's status as a sex object on her forehead. The pain is intense, but she tolerates it, the tears running fast out of the corners of her eyes and low groans rising out of her throat. When she's finally allowed to rise<<if canSee($activeSlave)>> and sees herself in a mirror<<else>>and listens intently on your descriptions of her new face<</if>>, she blushes furiously and cries harder, knowing that her status as a humiliation slut is now permanent. This culmination of her deeply perverse sense of self @@.hotpink;draws her closer to you.@@
 	  <<set $activeSlave.lipsTat = "degradation">>
 	<<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>
-	  place a spreader to keep her legs and cheeks apart and start piercing. She whines with the pain, and then gasps when she realizes that the piercing is going on much longer than she expected. You give her a couple of huge piercings below her anus, big enough that she'll never be free of them rubbing against her slutty butthole. Not done yet, you put some small, smooth studs around it, just to make sure nobody can possibly misunderstand where to fuck this bitch. She gets up gingerly, but @@color:hotpink;smiling sluttily.@@
+	  place a spreader to keep her legs and cheeks apart and start piercing. She whines with the pain, and then gasps when she realizes that the piercing is going on much longer than she expected. You give her a couple of huge piercings below her anus, big enough that she'll never be free of them rubbing against her slutty butthole. Not done yet, you put some small, smooth studs around it, just to make sure nobody can possibly misunderstand where to fuck this bitch. She gets up gingerly, but @@.hotpink;smiling sluttily.@@
 	  <<set $activeSlave.anusPiercing to 2>>
 	<<elseif ($activeSlave.fetish is "boobs") && ($activeSlave.fetishKnown == 1)>>
 	  <<if ($activeSlave.nipples.includes("inverted"))>>
@@ -5235,13 +5235,13 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <<else>>
 		use its actuators to pull her nipples out as far as they will go, forcing a gasp of pain out of her.
 	  <</if>>
-	  She expects a simple nipple piercing, one for each boob; what she gets is a set of heavy rings in each nipple. She's no masochist, so the pleasure will come later, but she moans as she feels the gradual addition of weight to her nipples. She rises very carefully, trying to keep her boobs still, and @@color:hotpink;smiles devotedly@@ at you. Soon enough, she'll be able to orgasm by walking.
+	  She expects a simple nipple piercing, one for each boob; what she gets is a set of heavy rings in each nipple. She's no masochist, so the pleasure will come later, but she moans as she feels the gradual addition of weight to her nipples. She rises very carefully, trying to keep her boobs still, and @@.hotpink;smiles devotedly@@ at you. Soon enough, she'll be able to orgasm by walking.
 	  <<set $activeSlave.nipplesPiercing = 2>>
 	<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishKnown == 1)>>
-	  activate the ink gun, its low buzzing drawing a moan of anticipation out of $activeSlave.slaveName. Working at a touchscreen, you exercise your artistic talents, beautifying her <<if $activeSlave.preg > 20>>pregnancy<<else>>abdomen<</if>> with an inducement to fuck her. <<if canSee($activeSlave)>><<if $activeSlave.preg > 20>>She can't see what you are inking into the underside of her belly, but she tries anyway<<else>>She's just able to crane her head enough to see the work, and eagerly watches<</if>>. When you're done, she stares at herself for a long time,<<else>>Once you finish her new tattoo, you describe it to her in detail. She pauses for a moment,<</if>> a curiously mixed expression on her face. This is her life now; it's permanently written on her, and @@color:hotpink;she knows it.@@
+	  activate the ink gun, its low buzzing drawing a moan of anticipation out of $activeSlave.slaveName. Working at a touchscreen, you exercise your artistic talents, beautifying her <<if $activeSlave.preg > 20>>pregnancy<<else>>abdomen<</if>> with an inducement to fuck her. <<if canSee($activeSlave)>><<if $activeSlave.preg > 20>>She can't see what you are inking into the underside of her belly, but she tries anyway<<else>>She's just able to crane her head enough to see the work, and eagerly watches<</if>>. When you're done, she stares at herself for a long time,<<else>>Once you finish her new tattoo, you describe it to her in detail. She pauses for a moment,<</if>> a curiously mixed expression on her face. This is her life now; it's permanently written on her, and @@.hotpink;she knows it.@@
 	  <<set $activeSlave.vaginaTat = "degradation">>
 	<<elseif ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1)>>
-	  activate the ink gun, its low buzzing drawing a moan of anticipation out of $activeSlave.slaveName. Working at a touchscreen, you exercise your artistic talents, making the side of her face fierce with tribal patterns. Tattooing over such thin and sensitive skin is intensely painful, but she tolerates it, permitting nothing but a low and continuing growl to escape. She's obviously tired out by the pain when she's finally allowed to rise, but she <<if canSee($activeSlave)>>looks at herself in the mirror<<else>>listens to your description<</if>> with @@color:hotpink;obvious approval.@@
+	  activate the ink gun, its low buzzing drawing a moan of anticipation out of $activeSlave.slaveName. Working at a touchscreen, you exercise your artistic talents, making the side of her face fierce with tribal patterns. Tattooing over such thin and sensitive skin is intensely painful, but she tolerates it, permitting nothing but a low and continuing growl to escape. She's obviously tired out by the pain when she's finally allowed to rise, but she <<if canSee($activeSlave)>>looks at herself in the mirror<<else>>listens to your description<</if>> with @@.hotpink;obvious approval.@@
 	  <<set $activeSlave.lipsTat = "tribal">>
 	<<elseif ($activeSlave.fetish == "sadist") && ($activeSlave.fetishKnown == 1)>>
 	  take hold of her most intimate parts and put a set of massive piercings straight through her
@@ -5252,7 +5252,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		pussylips. She shrieks with agony, the noise going on and on before diminishing into breathless sobbing. Much later, when she gets gingerly up from the chair, she doesn't look eager to trib anything,
 		<<set $activeSlave.vaginaPiercing = 2>>
 	  <</if>>
-	  but she's @@color:hotpink;thankful enough.@@
+	  but she's @@.hotpink;thankful enough.@@
 	<<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1)>>
 	  take hold of her most intimate parts and put a series of massive piercing straight through her
 	  <<if $activeSlave.dick > 0>>
@@ -5262,14 +5262,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		pussylips.
 		<<set $activeSlave.vaginaPiercing = 2>>
 	  <</if>>
-	  She shrieks with agony and then orgasms as strongly as you've ever seen a slave climax, her every fiber tensing against the restraints. For a long, long time she has to work to breathe, the overstimulation clearing slowly. When you finally let her up, she hasn't remembered how to talk yet, but her gaze says it for her. It looks like she's just had @@color:hotpink;the best sex of her life.@@
+	  She shrieks with agony and then orgasms as strongly as you've ever seen a slave climax, her every fiber tensing against the restraints. For a long, long time she has to work to breathe, the overstimulation clearing slowly. When you finally let her up, she hasn't remembered how to talk yet, but her gaze says it for her. It looks like she's just had @@.hotpink;the best sex of her life.@@
 	<<else>>
 	  <<if ($activeSlave.nipples.includes("inverted"))>>
 		use a couple of its actuators to stimulate her nipples until they're almost all the way protruded, and then direct them to pull them out all the way. She screams wholeheartedly at the pain, yelling on and on until she's out of breath and relaxes against the restraints, gasping and crying.
 	  <<else>>
 		use its actuators to pull her nipples out as far as they will go, forcing a gasp of pain out of her.
 	  <</if>>
-	  This done, you give her a simple pair of barbell nipple piercings. The machine makes this take less time than it takes to describe it, and after a shocked squeal of pain she's released. She rises carefully, trying to keep her boobs still, and @@color:hotpink;smiles thankfully@@ at you. She <<if canSee($activeSlave)>>glances at herself in the mirror<<else>>listens to your description of her<</if>>, looking pleased.
+	  This done, you give her a simple pair of barbell nipple piercings. The machine makes this take less time than it takes to describe it, and after a shocked squeal of pain she's released. She rises carefully, trying to keep her boobs still, and @@.hotpink;smiles thankfully@@ at you. She <<if canSee($activeSlave)>>glances at herself in the mirror<<else>>listens to your description of her<</if>>, looking pleased.
 	  <<set $activeSlave.nipplesPiercing = 1>>
 	<</if>>
 	<<set $activeSlave.devotion += 5>>
@@ -5278,7 +5278,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "She's beautiful just the way she is">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her firmly that she's beautiful just the way she is. She blushes and giggles at the absurdly trite statement. You conclude the inspection, and she continues on to the next item in her life as a sex slave, @@color:mediumaquamarine;pleased and reassured@@ that you have a plan for what she should look like.
+	You tell her firmly that she's beautiful just the way she is. She blushes and giggles at the absurdly trite statement. You conclude the inspection, and she continues on to the next item in her life as a sex slave, @@.mediumaquamarine;pleased and reassured@@ that you have a plan for what she should look like.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -5307,40 +5307,40 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <<elseif $seed == "dickMinus">>
 		girly dick,
 	  <</if>>
-	  producing a hiss each time as pressurized gas painlessly drives the drugs deep into her tissues. She leaves @@color:hotpink;thanking@@ you profusely, massaging herself in anticipation.
+	  producing a hiss each time as pressurized gas painlessly drives the drugs deep into her tissues. She leaves @@.hotpink;thanking@@ you profusely, massaging herself in anticipation.
 	  <<set $activeSlave.devotion += 2>>
 	  Before the end of the week, her
 	  <<if $seed == "boobs">>
-		@@color:lime;boobs have grown,@@ delighting her.
+		@@.lime;boobs have grown,@@ delighting her.
 		<<if ($activeSlave.markings == "freckles") || ($activeSlave.markings == "heavily freckled")>>
 		  She proudly shows your other slaves her breast growth by keeping track of the increasing distance between a couple of chosen freckles on the front of her boobs.
 		<</if>>
 		<<set $activeSlave.boobs += 200>>
-		The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@color:red;rather ill,@@ but she is recovering normally.
+		The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally.
 		<<set $activeSlave.health -= 10>>
 	  <<elseif $seed == "butt">>
-		@@color:lime;buttocks have grown,@@ delighting her.
+		@@.lime;buttocks have grown,@@ delighting her.
 		<<set $activeSlave.butt += 1>>
-		The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@color:red;rather ill,@@ but she is recovering normally.
+		The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally.
 		<<set $activeSlave.health -= 10>>
 	  <<elseif $seed == "lips">>
-		@@color:lime;lips have swelled,@@ delighting her.
+		@@.lime;lips have swelled,@@ delighting her.
 		<<set $activeSlave.lips += 10>>
-		The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@color:red;rather ill,@@ but she is recovering normally.
+		The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally.
 		<<set $activeSlave.health -= 10>>
 	  <<elseif $seed == "dick">>
-		@@color:lime;cock has grown,@@ delighting her.
+		@@.lime;cock has grown,@@ delighting her.
 		<<set $activeSlave.dick += 1>>
 		<<if $activeSlave.balls < 5>>
 		  <<if random(1,100) > 70>>
-		  	As a side effect, her @@color:lime;balls have also swelled,@@ which she sees as an added benefit.
+		  	As a side effect, her @@.lime;balls have also swelled,@@ which she sees as an added benefit.
 			<<set $activeSlave.balls += 1>>
 		  <</if>>
 		<</if>>
-		The dose of growth hormones and male hormone treatment necessary to cause such rapid change left her feeling @@color:red;rather ill,@@ but she is recovering normally.
+		The dose of growth hormones and male hormone treatment necessary to cause such rapid change left her feeling @@.red;rather ill,@@ but she is recovering normally.
 		<<set $activeSlave.health -= 10>>
 	  <<elseif $seed == "dickMinus">>
-		@@color:orange;dick has shrunk,@@ delighting her.
+		@@.orange;dick has shrunk,@@ delighting her.
 		<<set $activeSlave.dick -= 1>>
 		<<if $activeSlave.balls > 1>>
 		  <<if random(1,100) > 70>>
@@ -5348,7 +5348,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 			<<set $activeSlave.balls -= 1>>
 		  <</if>>
 		<</if>>
-		The dose of growth hormones and male hormone treatment necessary to cause such rapid tissue reduction left her feeling @@color:red;rather ill,@@ but she is recovering normally.
+		The dose of growth hormones and male hormone treatment necessary to cause such rapid tissue reduction left her feeling @@.red;rather ill,@@ but she is recovering normally.
 		<<set $activeSlave.health -= 10>>
 	  <</if>>
 	<</replace>>
@@ -5356,14 +5356,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<if $activeSlave.preg > 10>>
 <br><<link "Not when you're pregnant">>
 	<<replace "#result">>
-	You tell her that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and she must respect your judgment in this regard. She leaves looking disappointed, but vows to return once she has given birth. She isn't satisfied with her body, but @@color:mediumaquamarine;trusts@@ that <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> cares for her and her unborn child's health.
+	You tell her that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and she must respect your judgment in this regard. She leaves looking disappointed, but vows to return once she has given birth. She isn't satisfied with her body, but @@.mediumaquamarine;trusts@@ that <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> cares for her and her unborn child's health.
 	<<set $activeSlave.trust += 1>>
 	<</replace>>
 <</link>>
 <</if>>
 <br><<link "Decline">>
 	<<replace "#result">>
-	You tell her that she's better as she is, and she must respect your judgment in this regard. She leaves looking more @@color:hotpink;flattered@@ than disappointed. She's less insecure in her own body, and @@color:mediumaquamarine;trusts@@ that <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> has a plan for her.
+	You tell her that she's better as she is, and she must respect your judgment in this regard. She leaves looking more @@.hotpink;flattered@@ than disappointed. She's less insecure in her own body, and @@.mediumaquamarine;trusts@@ that <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> has a plan for her.
 	<<set $activeSlave.devotion += 1>>
 	<<set $activeSlave.trust += 1>>
 	<</replace>>
@@ -5394,7 +5394,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		<<else>>
 			You pull her up onto her toes and slide yourself inside her, the slave gasping when she feels your hot dick enter her <<if $activeSlave.vagina > -1>>cunt<<else>>anus<</if>>. Once you're hilted, you bring her hands up on either side of her head to grasp your shoulders behind her, and then scoop her legs up and hoist her to rest against your chest, held in midair and impaled on your dick. You can't pound her all that hard in this challenging position, but the effort of holding herself this way forces her to tighten her muscles down hard, producing an excellent sensation.<<if $PC.vagina == 1>> The position angles your dick upward, producing a lovely massaging sensation in your pussy as you slide in and out of her.<</if>><<if $activeSlave.vagina > -1>> After a while, you lift her up as high as you can, freeing your member, and then lower her back down again, forcing yourself up her butt instead despite the slave's anxious begging.<</if>> It doesn't take long before you fill her ass with cum.
 		<</if>>
-		You tell your quivering sex toy that she doesn't have to be embarrassed about her needs. @@color:mediumaquamarine;She seems relieved@@ that the sexual being she's becoming is acceptable, at least to you.
+		You tell your quivering sex toy that she doesn't have to be embarrassed about her needs. @@.mediumaquamarine;She seems relieved@@ that the sexual being she's becoming is acceptable, at least to you.
 		<<if $activeSlave.vagina > -1>>
 		  <<VaginalVCheck>>
 		<</if>>
@@ -5423,7 +5423,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		<<else>>
 			stiff prick, and she gives you an enthusiastic blowjob<<if $PC.vagina == 1>> before turning her oral attentions to your pussy<</if>>
 		<</if>>
-		as the water plays over you both. After looking up and letting the water cascade down your face for a long moment, you quietly tell her to masturbate before opening your mouth to drink from the downpour. With your eyes closed against the stream, your only indications that she's obeying the command is a slight increase in the force with which she sucks, and a faint <<if $activeSlave.vagina != -1>>schlicking<<elseif $activeSlave.dick == 0>>rubbing<<else>>wanking<</if>> noise as she jerks off. She must @@color:hotpink;find you quite attractive,@@ since giving you oral in the shower while playing with herself brings her to orgasm with almost indecent speed.
+		as the water plays over you both. After looking up and letting the water cascade down your face for a long moment, you quietly tell her to masturbate before opening your mouth to drink from the downpour. With your eyes closed against the stream, your only indications that she's obeying the command is a slight increase in the force with which she sucks, and a faint <<if $activeSlave.vagina != -1>>schlicking<<elseif $activeSlave.dick == 0>>rubbing<<else>>wanking<</if>> noise as she jerks off. She must @@.hotpink;find you quite attractive,@@ since giving you oral in the shower while playing with herself brings her to orgasm with almost indecent speed.
 		<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
 		<<set $activeSlave.devotion += 4>>
@@ -5435,7 +5435,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Let her go">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You let her go, and she hurries off to go on with her day. But her attraction to you does not go away, and neither does the embarrassment of having made a fool of herself in front of you. The experience leaves her @@color:gold;a bit worried@@ about how life as your slave is affecting her, but @@color:hotpink;increasingly infatuated with you.@@ Before long, love will conquer doubt.
+	You let her go, and she hurries off to go on with her day. But her attraction to you does not go away, and neither does the embarrassment of having made a fool of herself in front of you. The experience leaves her @@.gold;a bit worried@@ about how life as your slave is affecting her, but @@.hotpink;increasingly infatuated with you.@@ Before long, love will conquer doubt.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust -= 2>>
 	<</replace>>
@@ -5454,7 +5454,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <br><br>
 	  She hesitates, clearly surprised that you're allowing her to fondle you, but building arousal is making her forget her awkwardness and she begins to play with your boobs in earnest. You direct her fingers to your nipples, and she obeys the nonverbal cue, devoting more attention to the hard, sensitive nubs. Satisfied that she's got the idea, you run your hands lightly down her <<if $activeSlave.preg > 20>>pregnant<<elseif $activeSlave.muscles > 30>>rock hard<<elseif $activeSlave.weight > 10>>plush<<else>>soft<</if>> body and give her <<if $activeSlave.butt > 6>>monstrous<<elseif $activeSlave.butt > 3>>healthy<<else>>cute<</if>> buttocks a gentle massage.
 	  <br><br>
-	  She has her eyes closed, and is spared any indication that she's petting and being petted by a person with a cock. Her arousal builds quickly, and so does yours. You resolve the situation by using a hand on each of you: you finish yourself off with practiced ease while giving her <<if $activeSlave.vagina > -1>>clit<<elseif canAchieveErection($activeSlave)>>own erection<<elseif $activeSlave.dick == 0>>soft perineum<<else>>soft member<</if>> some manual stimulation that tips her over the edge. She opens her eyes slowly, @@color:hotpink;grateful@@ that you were so merciful.
+	  She has her eyes closed, and is spared any indication that she's petting and being petted by a person with a cock. Her arousal builds quickly, and so does yours. You resolve the situation by using a hand on each of you: you finish yourself off with practiced ease while giving her <<if $activeSlave.vagina > -1>>clit<<elseif canAchieveErection($activeSlave)>>own erection<<elseif $activeSlave.dick == 0>>soft perineum<<else>>soft member<</if>> some manual stimulation that tips her over the edge. She opens her eyes slowly, @@.hotpink;grateful@@ that you were so merciful.
 	<<else>>
 	  girls, so you decide to be kind to her and play up your masculine side. You grab the side of her neck with a rough grip, and pull her downward, forcing her to her knees. She goes willingly, her field of vision filling with your rapidly hardening member.
 	  <<if ($activeSlave.teeth == "removable")>>
@@ -5466,7 +5466,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <</if>>
 	  She takes you into her mouth without hesitation, and keeps her eyes closed. She visibly concentrates all her attention on your dick, ignoring the breasts that are starting to bounce right over her head as you begin rocking your hips with enjoyment.
 	  <br><br>
-	  You run a possessive hand through her $activeSlave.hColor hair, and let her know what a good little cocksucker she is. She moans submissively in response, and the humming feels so wonderful that you order her to do it again. Knowing that you're being nice to her by letting her ignore your more feminine characteristics for the moment, she does her best to please you, humming as best she can and using both hands to pleasure your base and balls. You blow your load down her throat, and she swallows it all. She opens her eyes slowly, @@color:mediumaquamarine;relieved@@ that you were so merciful.
+	  You run a possessive hand through her $activeSlave.hColor hair, and let her know what a good little cocksucker she is. She moans submissively in response, and the humming feels so wonderful that you order her to do it again. Knowing that you're being nice to her by letting her ignore your more feminine characteristics for the moment, she does her best to please you, humming as best she can and using both hands to pleasure your base and balls. You blow your load down her throat, and she swallows it all. She opens her eyes slowly, @@.mediumaquamarine;relieved@@ that you were so merciful.
 	<</if>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -5521,10 +5521,10 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <br><br>
 	  Over the week, you force her to achieve daily orgasm as your cock pounds in and out of her. It's difficult, blowing your load inside a compliant slave girl every day, but you make the necessary sacrifice.
 	  <<if random (1,2) == 1>>
-		After a few days, she's @@color:green;obviously reconsidering her previous hesitations about dick.@@
+		After a few days, she's @@.green;obviously reconsidering her previous hesitations about dick.@@
 		<<set $activeSlave.attrXY += 5>>
 	  <<else>>
-		She takes it like a good slave. Her dislike for dick doesn't change, but she gets better at @@color:hotpink;suppressing her own inclinations@@ and serving as your cum receptacle.
+		She takes it like a good slave. Her dislike for dick doesn't change, but she gets better at @@.hotpink;suppressing her own inclinations@@ and serving as your cum receptacle.
 		<<set $activeSlave.devotion += 4>>
 	  <</if>>
 	<<else>>
@@ -5543,10 +5543,10 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <br><br>
 	  Over the week, you require her to repeat this sexually confusing performance daily. It's difficult, having one of your slaves detailed to stimulate your nipples every day, but you make the necessary sacrifice.
 	  <<if random (1,2) == 1>>
-		After a few days, she's @@color:green;obviously reconsidering her previous hesitations about tits and ass.@@
+		After a few days, she's @@.green;obviously reconsidering her previous hesitations about tits and ass.@@
 		<<set $activeSlave.attrXX += 5>>
 	  <<else>>
-		She serves your feminine body like a good slave. Her dislike for sex with girls doesn't change, but she gets better at @@color:hotpink;suppressing her own inclinations@@ and serving as your plaything.
+		She serves your feminine body like a good slave. Her dislike for sex with girls doesn't change, but she gets better at @@.hotpink;suppressing her own inclinations@@ and serving as your plaything.
 		<<set $activeSlave.devotion += 4>>
 	  <</if>>
 	<</if>>
@@ -5558,16 +5558,16 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Require her to self-flagellate">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that you will offer her a method of expiating her deep and troubling sin. She looks almost hopeful at this, until you lead her out onto a balcony and order her to strip before handing her a simple length of hempen rope. She already knows what's coming next, but she breaks down as she obeys your orders to kneel. She sobs abjectly, but you don't even have to give the next order: she's already flogging the rope against her own back in the hope of earning a reprieve by obedience. You count the strokes aloud, stopping at one in disapproval of how light she's hitting herself. She flogs herself harder and harder, screaming a little and crying in pain and fear as you obstinately refuse to say "two." When she strikes so hard that she draws a little blood, you finally say the terrible word. When you're finally satisfied with her self-torture, she's so exhausted that you carry her limp, bloody, vaguely urine-scented <<if $activeSlave.preg > 20>>pregnant <</if>>form into the shower, wash her, and apply curatives, @@color:red;though she's still quite injured.@@ She wakes to find herself curled up in your lap, and she stiffens for a brief moment before @@color:hotpink;relaxing against your chest,@@ weeping softly.
+	You tell her that you will offer her a method of expiating her deep and troubling sin. She looks almost hopeful at this, until you lead her out onto a balcony and order her to strip before handing her a simple length of hempen rope. She already knows what's coming next, but she breaks down as she obeys your orders to kneel. She sobs abjectly, but you don't even have to give the next order: she's already flogging the rope against her own back in the hope of earning a reprieve by obedience. You count the strokes aloud, stopping at one in disapproval of how light she's hitting herself. She flogs herself harder and harder, screaming a little and crying in pain and fear as you obstinately refuse to say "two." When she strikes so hard that she draws a little blood, you finally say the terrible word. When you're finally satisfied with her self-torture, she's so exhausted that you carry her limp, bloody, vaguely urine-scented <<if $activeSlave.preg > 20>>pregnant <</if>>form into the shower, wash her, and apply curatives, @@.red;though she's still quite injured.@@ She wakes to find herself curled up in your lap, and she stiffens for a brief moment before @@.hotpink;relaxing against your chest,@@ weeping softly.
 	<<if ($activeSlave.fetish != "submissive") && (random(1,100) > 50)>>
 	  <<set $activeSlave.fetish = "submissive">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 10>>
-	  She has come to associate @@color:pink;submission@@ with sexual fulfillment.
+	  She has come to associate @@.pink;submission@@ with sexual fulfillment.
 	<</if>>
 	<<if ($activeSlave.behavioralFlaw != "odd") && (random(1,100) > 50)>>
 	  <<set $activeSlave.behavioralFlaw = "odd">>
-	  The terrible experience has left her with @@color:red;unpleasant nervous tics.@@
+	  The terrible experience has left her with @@.red;unpleasant nervous tics.@@
 	<</if>>
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.health -= 10>>
@@ -5576,12 +5576,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Sodomize her while she prays">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName finds herself standing in front of you, feeling you roughly probe her ass with two fingers. She gasps out: <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Oh <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, owner and protector, forgive my thinth, jutht ath you forgave my thithterth in thlavery before me. Count not my tranthgrethionth againtht your ruleth, but, rather, my tearth of anal thervice. Remember not my iniquitieth but my willingneth to be athraped by you. I long to therve your <<if $PC.dick == 0>>puthy<<else>><<if $PC.vagina == 1>>futa <</if>>dick<</if>>, and beg that you will uthe me and make your dwelling place within my butthole. I promithe to thubmit to you ath your anal thlut all the dayth of my thervitude."<<else>>"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, owner and protector, forgive my sins, just as you forgave my sisters in slavery before me. Count not my transgressions against your rules, but, rather, my tears of anal service. Remember not my iniquities but my willingness to be assraped by you. I long to serve your <<if $PC.dick == 0>>puthy<<else>><<if $PC.vagina == 1>>futa <</if>>dick<</if>>, and beg that you will use me and make your dwelling place within my butthole. I promise to submit to you as your anal slut all the days of my servitude."<</if>> She moans with relief when she feels you withdraw your penetrating digits partway through her recitation, but by the time she's finished, you've shoved <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>> up her loosened ass. She @@color:hotpink;does her best@@ to relax and resumes, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Oh <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>..."<<else>>"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>..."<</if>>
+	$activeSlave.slaveName finds herself standing in front of you, feeling you roughly probe her ass with two fingers. She gasps out: <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Oh <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, owner and protector, forgive my thinth, jutht ath you forgave my thithterth in thlavery before me. Count not my tranthgrethionth againtht your ruleth, but, rather, my tearth of anal thervice. Remember not my iniquitieth but my willingneth to be athraped by you. I long to therve your <<if $PC.dick == 0>>puthy<<else>><<if $PC.vagina == 1>>futa <</if>>dick<</if>>, and beg that you will uthe me and make your dwelling place within my butthole. I promithe to thubmit to you ath your anal thlut all the dayth of my thervitude."<<else>>"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, owner and protector, forgive my sins, just as you forgave my sisters in slavery before me. Count not my transgressions against your rules, but, rather, my tears of anal service. Remember not my iniquities but my willingness to be assraped by you. I long to serve your <<if $PC.dick == 0>>puthy<<else>><<if $PC.vagina == 1>>futa <</if>>dick<</if>>, and beg that you will use me and make your dwelling place within my butthole. I promise to submit to you as your anal slut all the days of my servitude."<</if>> She moans with relief when she feels you withdraw your penetrating digits partway through her recitation, but by the time she's finished, you've shoved <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>> up her loosened ass. She @@.hotpink;does her best@@ to relax and resumes, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Oh <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>..."<<else>>"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>..."<</if>>
 	<<if ($activeSlave.fetish != "humiliation") && (random(1,100) > 50)>>
 	  <<set $activeSlave.fetish = "humiliation">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 10>>
-	  She has come to associate @@color:pink;humiliation@@ with sexual fulfillment.
+	  She has come to associate @@.pink;humiliation@@ with sexual fulfillment.
 	<</if>>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
@@ -5594,7 +5594,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Let her earn continued anal virginity">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her she's a sex slave, and that she needs to learn how to take a dick up the ass. <<if canTalk($activeSlave) == false && ($activeSlave.amp != 1)>>She frantically begs with gestures, pleading on her knees.<<elseif canTalk($activeSlave) == false>>She frantically mouths pleas that you leave her butt alone.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She slurs, "Pleese no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleese don rape my ass, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>She begs, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't rape me in my ass, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You make a show of considering, and then tell her that if she's extra obedient, you might let her keep her butt - for now. You tell her to <<if $PC.dick == 1>>blow you<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>lick your pussy<</if>>, and she does with unusual obedience. When she's done, you bend down and whisper in her ear that if she shows any sign of rebelliousness, you'll ruin her little asshole. @@color:gold;She's terrified.@@
+	You tell her she's a sex slave, and that she needs to learn how to take a dick up the ass. <<if canTalk($activeSlave) == false && ($activeSlave.amp != 1)>>She frantically begs with gestures, pleading on her knees.<<elseif canTalk($activeSlave) == false>>She frantically mouths pleas that you leave her butt alone.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She slurs, "Pleese no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleese don rape my ass, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>She begs, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't rape me in my ass, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You make a show of considering, and then tell her that if she's extra obedient, you might let her keep her butt - for now. You tell her to <<if $PC.dick == 1>>blow you<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>lick your pussy<</if>>, and she does with unusual obedience. When she's done, you bend down and whisper in her ear that if she shows any sign of rebelliousness, you'll ruin her little asshole. @@.gold;She's terrified.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -5605,7 +5605,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Force her to degrade herself">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Suction cup dildos are terribly useful. You place a moderate-sized one on a low table in your office, and order her to squat down on it and fuck her own asshole. She hesitates, incredulous, and finds herself bound to the couch and thoroughly whipped. It isn't a sexual whipping, either, but a methodical and scientific administration of pain right up to the border of damage. When she's been reduced to a state of abject, sobbing surrender, you free her and repeat your orders as though nothing had happened. Still crying, she hobbles over and up onto the table,<<if $activeSlave.preg > 20>>gingerly lowers her pregnant bulk onto it,<</if>> and fucks her little ass open on the dildo. You keep her up there until her legs give out<<if $activeSlave.preg > 20>>and her gravid weight pinning her on the toy;<<else>>, and<</if>> then let her lie down on the couch, telling her to keep working the dildo with her hands or suffer another whipping. After she's had her ass filled for a good while, she has no trouble taking a <<if $PC.dick == 0>>strap-on<<else>>real dick<</if>> for the first time, and is by this point too exhausted to do anything but lie there and be a good little anal slave. @@color:hotpink;She fears you,@@ and @@color:lime;her butthole has been broken in.@@
+	Suction cup dildos are terribly useful. You place a moderate-sized one on a low table in your office, and order her to squat down on it and fuck her own asshole. She hesitates, incredulous, and finds herself bound to the couch and thoroughly whipped. It isn't a sexual whipping, either, but a methodical and scientific administration of pain right up to the border of damage. When she's been reduced to a state of abject, sobbing surrender, you free her and repeat your orders as though nothing had happened. Still crying, she hobbles over and up onto the table,<<if $activeSlave.preg > 20>>gingerly lowers her pregnant bulk onto it,<</if>> and fucks her little ass open on the dildo. You keep her up there until her legs give out<<if $activeSlave.preg > 20>>and her gravid weight pinning her on the toy;<<else>>, and<</if>> then let her lie down on the couch, telling her to keep working the dildo with her hands or suffer another whipping. After she's had her ass filled for a good while, she has no trouble taking a <<if $PC.dick == 0>>strap-on<<else>>real dick<</if>> for the first time, and is by this point too exhausted to do anything but lie there and be a good little anal slave. @@.hotpink;She fears you,@@ and @@.lime;her butthole has been broken in.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.anus = 1>>
 	<<set $activeSlave.analCount += 1>>
@@ -5620,7 +5620,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Join her and see if your hands can span her waist">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	By the time you reach the shower, $activeSlave.slaveName is towelling herself. She notices your approach and folds the towel neatly before performing a little naked pirouette that shows off her artificial curviness while displaying <<if $activeSlave.vagina == -1>>her slutty asshole.<<else>>each of her delectable holes.<</if>> You take her about the <<if $activeSlave.preg > 10>>middle and, with a little imagination, find that, indeed, you could make your thumbs and fingertips meet around it if you were to press.<<else>>waist and find that, indeed, you can make your thumbs and fingertips meet around it if you press, which elicits a squeak<</if>>. This can be applied during sex many ways. First, she sits on the bathroom counter and bends herself almost double for anal. Your control over the pace is perfected by your grip around her tiny middle. Finally, she goes down on all fours for a hard buttfuck doggy style, losing herself in the intense anal as you use your hold around her to give it to her even harder. By the end she's tired but @@color:mediumaquamarine;confident in her sexual uniqueness.@@
+	By the time you reach the shower, $activeSlave.slaveName is towelling herself. She notices your approach and folds the towel neatly before performing a little naked pirouette that shows off her artificial curviness while displaying <<if $activeSlave.vagina == -1>>her slutty asshole.<<else>>each of her delectable holes.<</if>> You take her about the <<if $activeSlave.preg > 10>>middle and, with a little imagination, find that, indeed, you could make your thumbs and fingertips meet around it if you were to press.<<else>>waist and find that, indeed, you can make your thumbs and fingertips meet around it if you press, which elicits a squeak<</if>>. This can be applied during sex many ways. First, she sits on the bathroom counter and bends herself almost double for anal. Your control over the pace is perfected by your grip around her tiny middle. Finally, she goes down on all fours for a hard buttfuck doggy style, losing herself in the intense anal as you use your hold around her to give it to her even harder. By the end she's tired but @@.mediumaquamarine;confident in her sexual uniqueness.@@
 	<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
@@ -5629,7 +5629,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Such a lovely work of art must be displayed">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	There is a polite soiree tonight at one of $arcologies[0].name's more upscale eating establishments. Many couples are there to enjoy themselves and preen, but even so, you make a stir as you enter wearing the latest in men's eveningwear. $activeSlave.slaveName is a confection on your arm, displayed in a silk gown of strips and cuts that accentuates her artificial figure while leaving her breasts, <<if $activeSlave.dick > 0>>cock,<<elseif $activeSlave.vagina == -1>>featureless groin,<<else>>pussy,<</if>> and butt lusciously bare. Your appearance together with your living accessory @@color:green;increases your reputation.@@ After a refined meal and some sedate dancing, the maître d' announces that the establishment has become (the Free Cities definition of) a salon for the evening. After the more prudish couples file out, those who remain engage in public sexual congress; $activeSlave.slaveName's gown allows you to take her in a <<if $activeSlave.preg > 20>>tight<<else>>close<</if>> lotus position on the cleared table, face to face. @@color:hotpink;She has become more devoted to you.@@
+	There is a polite soiree tonight at one of $arcologies[0].name's more upscale eating establishments. Many couples are there to enjoy themselves and preen, but even so, you make a stir as you enter wearing the latest in men's eveningwear. $activeSlave.slaveName is a confection on your arm, displayed in a silk gown of strips and cuts that accentuates her artificial figure while leaving her breasts, <<if $activeSlave.dick > 0>>cock,<<elseif $activeSlave.vagina == -1>>featureless groin,<<else>>pussy,<</if>> and butt lusciously bare. Your appearance together with your living accessory @@.green;increases your reputation.@@ After a refined meal and some sedate dancing, the maître d' announces that the establishment has become (the Free Cities definition of) a salon for the evening. After the more prudish couples file out, those who remain engage in public sexual congress; $activeSlave.slaveName's gown allows you to take her in a <<if $activeSlave.preg > 20>>tight<<else>>close<</if>> lotus position on the cleared table, face to face. @@.hotpink;She has become more devoted to you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $rep += 100>>
 	<<if ($activeSlave.vagina > -1)>>
@@ -5647,7 +5647,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Reward her for her gains">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her to spread her towel on the floor and lie <<if $activeSlave.preg > 20>>on her side<<else>>face down<</if>> on it. <<if $activeSlave.preg > 20>>You lie next to her and<<else>>You<</if>> run your hands across her sweaty <<if $seeRace == 1>>$activeSlave.race <</if>>muscles before giving her a thorough, skillful and very intense massage. She moans and grunts as you work the lactic acid out of her muscles, slowly reducing her to a puddle of ripped sex slave. As you're rubbing her down to finish the massage, she meekly begs you to fuck her. As she lies still, <<if $PC.dick == 0>>you lift one of her legs and straddle yourself in to bring your groin against hers.<<else>>you slowly push your cock into her ass; she's so relaxed from the massage that it slides in easily.<</if>> It's a strange sensation, this mass of muscle lying quietly still beneath you, whimpering with delight as you gently <<if $PC.dick == 0>>scissor yourself against her.<<else>>take her ass.<</if>> She comes in no time at all. When she does <<if $PC.dick == 0>>she squeezes you between vicelike thighs,<<if $PC.vagina == 1>> pressing your pussy deliciously and<</if>> bringing you to climax, too.<<else>>you happen to be halfway inside her; her sphincter mercilessly squeezes your head while her muscular buttocks clench your shaft between them. You explode into her.<</if>> <<if $activeSlave.dick != 0>>As she stands, her now-softening penis drips cum. <</if>>@@color:hotpink;Her love for you has increased.@@
+	You tell her to spread her towel on the floor and lie <<if $activeSlave.preg > 20>>on her side<<else>>face down<</if>> on it. <<if $activeSlave.preg > 20>>You lie next to her and<<else>>You<</if>> run your hands across her sweaty <<if $seeRace == 1>>$activeSlave.race <</if>>muscles before giving her a thorough, skillful and very intense massage. She moans and grunts as you work the lactic acid out of her muscles, slowly reducing her to a puddle of ripped sex slave. As you're rubbing her down to finish the massage, she meekly begs you to fuck her. As she lies still, <<if $PC.dick == 0>>you lift one of her legs and straddle yourself in to bring your groin against hers.<<else>>you slowly push your cock into her ass; she's so relaxed from the massage that it slides in easily.<</if>> It's a strange sensation, this mass of muscle lying quietly still beneath you, whimpering with delight as you gently <<if $PC.dick == 0>>scissor yourself against her.<<else>>take her ass.<</if>> She comes in no time at all. When she does <<if $PC.dick == 0>>she squeezes you between vicelike thighs,<<if $PC.vagina == 1>> pressing your pussy deliciously and<</if>> bringing you to climax, too.<<else>>you happen to be halfway inside her; her sphincter mercilessly squeezes your head while her muscular buttocks clench your shaft between them. You explode into her.<</if>> <<if $activeSlave.dick != 0>>As she stands, her now-softening penis drips cum. <</if>>@@.hotpink;Her love for you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
@@ -5656,7 +5656,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Take advantage of her gains with a powerfuck">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	It's time to see if she's got anything left in those sore <<if $seeRace == 1>>$activeSlave.race <</if>>muscles. You push the towel off her shoulder, take a lick of the delicious salty sweat along her collarbone, and get to work. For the next hour, you put her through a series of sexual positions that require her to balance and support herself in difficult positions. She hangs from the ceiling, goes up on one tiptoe, and fucks in a handstand. She's as muscular inside as she is outside. <<if $PC.dick == 0>>You climax repeatedly, mixing your pussy juice with her sweat all across her body.<<else>><<if $activeSlave.vagina == -1>>You come repeatedly, and before long cum is dripping out of her ass as you continue.<<else>>You come repeatedly, and before long cum is dripping out of her pussy as you continue.<</if>><</if>> <<if $activeSlave.dick != 0>>From position to position, her erection adds its own fluids to the mess on the floor. <</if>>By the end, she's shaking from muscle fatigue and panting her gratitude. @@color:mediumaquamarine;Her confidence in her place has increased.@@
+	It's time to see if she's got anything left in those sore <<if $seeRace == 1>>$activeSlave.race <</if>>muscles. You push the towel off her shoulder, take a lick of the delicious salty sweat along her collarbone, and get to work. For the next hour, you put her through a series of sexual positions that require her to balance and support herself in difficult positions. She hangs from the ceiling, goes up on one tiptoe, and fucks in a handstand. She's as muscular inside as she is outside. <<if $PC.dick == 0>>You climax repeatedly, mixing your pussy juice with her sweat all across her body.<<else>><<if $activeSlave.vagina == -1>>You come repeatedly, and before long cum is dripping out of her ass as you continue.<<else>>You come repeatedly, and before long cum is dripping out of her pussy as you continue.<</if>><</if>> <<if $activeSlave.dick != 0>>From position to position, her erection adds its own fluids to the mess on the floor. <</if>>By the end, she's shaking from muscle fatigue and panting her gratitude. @@.mediumaquamarine;Her confidence in her place has increased.@@
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.vagina > -1)>>
 		<<set $activeSlave.vaginalCount += 1>>
@@ -5692,7 +5692,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		she's happy to take it up the ass, though there's no sign of an erection from her useless sissy dick.
 	<<elseif $activeSlave.vagina == -1>>
 		she's obviously ready and willing to get buttfucked, even if her body has no physically obvious way to shot it off.
-	<<else>>she's wet and ready and moans happily as you enter her.<</if>> There's no hesitation or fear at all on her face when she sees you're returning her to your penthouse; @@color:mediumaquamarine;her trust in you has increased.@@
+	<<else>>she's wet and ready and moans happily as you enter her.<</if>> There's no hesitation or fear at all on her face when she sees you're returning her to your penthouse; @@.mediumaquamarine;her trust in you has increased.@@
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.vagina > -1)>>
 		<<VaginalVCheck>>
@@ -5705,7 +5705,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Dominate her narrow ass">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You make a show of examining her with a critical air that makes her aware of her modest endowments. Finished, you announce in a serious tone that you're concerned that you can't tell if she's a girl, since girls have breasts and butts.<<if $activeSlave.preg > 10>> She should do something about that bulbous gut too, you mock.<</if>> <<if canTalk($activeSlave) == false || ($activeSlave.accent >= 3)>>She protests wordlessly, gesturing desperately at herself.<<elseif ($activeSlave.lips > 70)>>She protests through her huge lips, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ah'm a thlave girl!"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She protests through her piercings, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ah'm a thlave girl!"<<else>>She protests, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I'm a slave girl! Please, just look at me, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> <<if canSee($activeSlave)>>Shaking your head<<else>>Tutting<</if>> with pretended doubt, you say that since you're not sure you'll have to make do. Your order her to lie face down on the couch<<if $PC.dick == 0>> while you don a strap-on<</if>>. She does doubtfully, only realizing what you intend when she feels <<if $PC.dick == 0>>the strap-on<<else>>your dickhead<</if>> forcing its way between her narrow buttcheeks. She whimpers and moans into the couch as you roughly sodomize her. It's true, she's pretty androgynous from this angle, especially while she takes it up the butthole. @@color:hotpink;She has become more submissive to you,@@ but there's @@color:gold;some fear there, too.@@
+	You make a show of examining her with a critical air that makes her aware of her modest endowments. Finished, you announce in a serious tone that you're concerned that you can't tell if she's a girl, since girls have breasts and butts.<<if $activeSlave.preg > 10>> She should do something about that bulbous gut too, you mock.<</if>> <<if canTalk($activeSlave) == false || ($activeSlave.accent >= 3)>>She protests wordlessly, gesturing desperately at herself.<<elseif ($activeSlave.lips > 70)>>She protests through her huge lips, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ah'm a thlave girl!"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She protests through her piercings, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ah'm a thlave girl!"<<else>>She protests, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I'm a slave girl! Please, just look at me, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> <<if canSee($activeSlave)>>Shaking your head<<else>>Tutting<</if>> with pretended doubt, you say that since you're not sure you'll have to make do. Your order her to lie face down on the couch<<if $PC.dick == 0>> while you don a strap-on<</if>>. She does doubtfully, only realizing what you intend when she feels <<if $PC.dick == 0>>the strap-on<<else>>your dickhead<</if>> forcing its way between her narrow buttcheeks. She whimpers and moans into the couch as you roughly sodomize her. It's true, she's pretty androgynous from this angle, especially while she takes it up the butthole. @@.hotpink;She has become more submissive to you,@@ but there's @@.gold;some fear there, too.@@
 	<<set $activeSlave.trust -= 2>>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.analCount += 1>>
@@ -5719,14 +5719,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Catch her at it and punish her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	It's childishly easy to catch her at it. You simply call a slave eating her breakfast away over the arcology's audio system, and then enter the kitchen by a different door. $activeSlave.slaveName has the departed slave's cup in her hand and halfway to her mouth when she's caught in the act. You relieve her of her prize, and finding that she has not started her own proper portion, pour it out onto the floor. You tell her to lap it up without using her hands, and begin counting down from ten. She obeys, but slowly and hesitantly. When you reach zero you order her to get to all fours and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. She alternates ten seconds of desperate lapping with being beaten across the buttocks until she's done, by which time she is @@color:gold;desperate to obey and avoid further punishment.@@
+	It's childishly easy to catch her at it. You simply call a slave eating her breakfast away over the arcology's audio system, and then enter the kitchen by a different door. $activeSlave.slaveName has the departed slave's cup in her hand and halfway to her mouth when she's caught in the act. You relieve her of her prize, and finding that she has not started her own proper portion, pour it out onto the floor. You tell her to lap it up without using her hands, and begin counting down from ten. She obeys, but slowly and hesitantly. When you reach zero you order her to get to all fours and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. She alternates ten seconds of desperate lapping with being beaten across the buttocks until she's done, by which time she is @@.gold;desperate to obey and avoid further punishment.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
 <br><<link "Make her eat in your office and keep her busy while she does">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She knows what it means when she's informed that her meals will now be available in your office only. You not only supervise her intake strictly, but set up a bowl for her on a little stand so the chubby bitch can lap up her food hands free on all fours, leaving her free for use from behind. You're careful to avoid associating pleasure with misbehavior by taking her cruelly every time she eats, pinching her nipples, and slapping her <<if $seeRace == 1>>$activeSlave.race <</if>> ass as you ride her. This is so effective that  @@color:gold;she learns to obey@@ and @@color:orange;loses weight@@ both.
+	She knows what it means when she's informed that her meals will now be available in your office only. You not only supervise her intake strictly, but set up a bowl for her on a little stand so the chubby bitch can lap up her food hands free on all fours, leaving her free for use from behind. You're careful to avoid associating pleasure with misbehavior by taking her cruelly every time she eats, pinching her nipples, and slapping her <<if $seeRace == 1>>$activeSlave.race <</if>> ass as you ride her. This is so effective that  @@.gold;she learns to obey@@ and @@.orange;loses weight@@ both.
 	<<set $activeSlave.trust -= 5>>
   <<set $activeSlave.weight -= 10>>
   <<set $activeSlave.diet = "healthy">>
@@ -5742,7 +5742,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Fill her up with water as punishment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You meet her in time for her next meal and tell her that you're aware of her stealing. You indicate a table full of cups, and tell her that she can drink as much as she wants from them if she'll tell you the truth. She confesses, and is horrified to find they're full of water, not food. You add casually that she can choose not to 'eat' the contents... but that she'll get no real food until she finishes every one. Torn between hunger and reluctance, she spends the next hour struggling with so much water that you have to check her for water intoxication. She finishes with <<if $activeSlave.preg > 20>>an even more bulbous<<else>>a bulging<</if>> stomach and a @@color:gold;sincere desire to avoid further punishment.@@
+	You meet her in time for her next meal and tell her that you're aware of her stealing. You indicate a table full of cups, and tell her that she can drink as much as she wants from them if she'll tell you the truth. She confesses, and is horrified to find they're full of water, not food. You add casually that she can choose not to 'eat' the contents... but that she'll get no real food until she finishes every one. Torn between hunger and reluctance, she spends the next hour struggling with so much water that you have to check her for water intoxication. She finishes with <<if $activeSlave.preg > 20>>an even more bulbous<<else>>a bulging<</if>> stomach and a @@.gold;sincere desire to avoid further punishment.@@
 	<<set $activeSlave.trust -= 5>>
 	<</replace>>
 <</link>>
@@ -5750,7 +5750,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
   <br><<link "Restrict her to nothing but fresh cum from the Dairy">>
 	  <<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	  You meet her in time for her next meal and tell her that you're aware of her stealing. You tell her that you understand her need to eat, and that for the rest of the week you'll mercifully be allowing her to try a new diet on which she can eat as much as she wants. She's overjoyed to hear it, though this pleasure is replaced with extreme disgust when she learns that her only culinary options are limited to cum. It's just nutritionally augmented enough to prevent starvation. Disgust is defeated by hunger pangs, and she spends most of the week going around with a @@color:hotpink;preoccupied@@ look on her face and<<if $activeSlave.preg > 20>> an even more<<else>> a slightly<</if>> distended belly. By the end, she's starting to @@color:lightcoral;salivate@@ at the mere scent of ejaculate.
+	  You meet her in time for her next meal and tell her that you're aware of her stealing. You tell her that you understand her need to eat, and that for the rest of the week you'll mercifully be allowing her to try a new diet on which she can eat as much as she wants. She's overjoyed to hear it, though this pleasure is replaced with extreme disgust when she learns that her only culinary options are limited to cum. It's just nutritionally augmented enough to prevent starvation. Disgust is defeated by hunger pangs, and she spends most of the week going around with a @@.hotpink;preoccupied@@ look on her face and<<if $activeSlave.preg > 20>> an even more<<else>> a slightly<</if>> distended belly. By the end, she's starting to @@.lightcoral;salivate@@ at the mere scent of ejaculate.
 	  <<set $activeSlave.devotion += 4>>
 	  <<set $activeSlave.fetish = "cumslut">>
 	  <<set $activeSlave.fetishKnown = 1>>
@@ -5764,7 +5764,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Give her a nice massage">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You sit on the couch next to your desk and pat your thighs. She smiles and comes over, lowering herself <<if $PC.dick == 0>>into your lap<<else>>onto your member<<if $PC.vagina == 1>> and sliding a hand down to see to your pussy<</if>><</if>> without hesitation. You help her get comfortable and instead of <<if $PC.dick == 0>>grinding<<else>>thrusting<</if>> or telling her to ride, you just sit there with her in your lap, gently massaging her massive tits. They get sore from swinging around as she moves, works, and fucks, and soon she's groaning with pleasure at the attention. You finally manage to bring her to orgasm with almost nothing but delicate stimulation of her nipples. @@color:mediumaquamarine;She has become more trusting of you.@@
+	You sit on the couch next to your desk and pat your thighs. She smiles and comes over, lowering herself <<if $PC.dick == 0>>into your lap<<else>>onto your member<<if $PC.vagina == 1>> and sliding a hand down to see to your pussy<</if>><</if>> without hesitation. You help her get comfortable and instead of <<if $PC.dick == 0>>grinding<<else>>thrusting<</if>> or telling her to ride, you just sit there with her in your lap, gently massaging her massive tits. They get sore from swinging around as she moves, works, and fucks, and soon she's groaning with pleasure at the attention. You finally manage to bring her to orgasm with almost nothing but delicate stimulation of her nipples. @@.mediumaquamarine;She has become more trusting of you.@@
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.vagina > -1)>>
 		<<set $activeSlave.vaginalCount += 1>>
@@ -5778,7 +5778,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Use her so they swing around">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her to kneel on the smooth floor. She knows this means doggy style, so she compliantly arches her back and cocks her hips to offer herself to you. You<<if $PC.dick == 0>> don a strap-on and<</if>> enter <<if ($activeSlave.vagina == -1)>>her ass<<else>>her pussy<</if>> without preamble and seize her hips. She braces herself, knowing what's coming, but soon she discovers a new disadvantage to her pendulous breasts: as you pound her hard, her long nipples frequently brush against the floor, causing her to wince and buck. <<if ($activeSlave.dick > 0)>>Her cock doesn't help, either, flopping around half-erect as she vacillates between pain and arousal. <<elseif ($activeSlave.clit > 2)>>Her huge clit doesn't help, either, flopping around half-erect as she vacillates between pain and arousal. <</if>><<if ($activeSlave.vagina > -1)>>When you switch to her ass, the shallower strokes give her nipples a bit of respite. <</if>> You finish with a particularly hard thrust <<if $PC.dick == 0>>and shake with climax<<else>>to spill your seed deep inside her butt<</if>>, ramming forward hard enough to spill her down onto her bosom. As you rise, her discomfited form is a pretty sight, with her breasts squashed against the floor and her well fucked butt lewdly relaxed. @@color:hotpink;She has become more submissive.@@
+	You tell her to kneel on the smooth floor. She knows this means doggy style, so she compliantly arches her back and cocks her hips to offer herself to you. You<<if $PC.dick == 0>> don a strap-on and<</if>> enter <<if ($activeSlave.vagina == -1)>>her ass<<else>>her pussy<</if>> without preamble and seize her hips. She braces herself, knowing what's coming, but soon she discovers a new disadvantage to her pendulous breasts: as you pound her hard, her long nipples frequently brush against the floor, causing her to wince and buck. <<if ($activeSlave.dick > 0)>>Her cock doesn't help, either, flopping around half-erect as she vacillates between pain and arousal. <<elseif ($activeSlave.clit > 2)>>Her huge clit doesn't help, either, flopping around half-erect as she vacillates between pain and arousal. <</if>><<if ($activeSlave.vagina > -1)>>When you switch to her ass, the shallower strokes give her nipples a bit of respite. <</if>> You finish with a particularly hard thrust <<if $PC.dick == 0>>and shake with climax<<else>>to spill your seed deep inside her butt<</if>>, ramming forward hard enough to spill her down onto her bosom. As you rise, her discomfited form is a pretty sight, with her breasts squashed against the floor and her well fucked butt lewdly relaxed. @@.hotpink;She has become more submissive.@@
 	<<set $activeSlave.devotion += 4>>
 	<<BothVCheck>>
 	<</replace>>
@@ -5802,7 +5802,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<else>>
 		her poor anal ring tightening.
 	<</if>>
-	The crowd that surrounds you during this noisy spectacle @@color:green;is suitably impressed.@@
+	The crowd that surrounds you during this noisy spectacle @@.green;is suitably impressed.@@
 	<<set $rep += 250>>
 	<<BothVCheck>>
 	<</replace>>
@@ -5813,7 +5813,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Gently fuck her while helping her apply lotion">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's absorbed enough with her application that she starts with surprise when you gently encircle her from behind with a hug. When you take the lotion and begin to lovingly massage it into her harder to reach areas, she sighs with pleasure and leans back into you. She feels <<if $PC.dick == 0>>the warmth of your growing arousal<<else>>your erection hard<</if>> against her, so she <<if ($activeSlave.amp == 1)>>wriggles her limbless form around on the floor so as to offer herself to you<<else>>slowly kneels down with you into a comfortable lotus position on the bathroom floor<</if>>. Coupling like this, you can't <<if $PC.dick == 0>>scissor<<else>>fuck<</if>> her all that hard, but that's just fine given her condition. She snuggles back into you as you have gentle sex while looking after her drum-taut skin. <<if (canTalk($activeSlave) == false)>>She looks like she would love to thank you, were she not mute.<<elseif ($activeSlave.accent >= 3)>>She looks like she would love to thank you, if she knew how.<<elseif ($activeSlave.lips > 70)>>She murmurs through her huge lips, "Dat feelth good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She murmurs through her piercings, "Dat feelth good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>She murmurs, "That feels really nice, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> @@color:mediumaquamarine;She has become more trusting of you.@@
+	She's absorbed enough with her application that she starts with surprise when you gently encircle her from behind with a hug. When you take the lotion and begin to lovingly massage it into her harder to reach areas, she sighs with pleasure and leans back into you. She feels <<if $PC.dick == 0>>the warmth of your growing arousal<<else>>your erection hard<</if>> against her, so she <<if ($activeSlave.amp == 1)>>wriggles her limbless form around on the floor so as to offer herself to you<<else>>slowly kneels down with you into a comfortable lotus position on the bathroom floor<</if>>. Coupling like this, you can't <<if $PC.dick == 0>>scissor<<else>>fuck<</if>> her all that hard, but that's just fine given her condition. She snuggles back into you as you have gentle sex while looking after her drum-taut skin. <<if (canTalk($activeSlave) == false)>>She looks like she would love to thank you, were she not mute.<<elseif ($activeSlave.accent >= 3)>>She looks like she would love to thank you, if she knew how.<<elseif ($activeSlave.lips > 70)>>She murmurs through her huge lips, "Dat feelth good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>She murmurs through her piercings, "Dat feelth good, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>."<<else>>She murmurs, "That feels really nice, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>."<</if>> @@.mediumaquamarine;She has become more trusting of you.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -5823,7 +5823,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Her backdoor isn't pregnant">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's absorbed enough with her application that she starts with surprise when you seize her hips and bend her over the sink for a quick assfuck. <<if ($activeSlave.amp != 1)>>She does her best to brace herself against the sink, but her hands are slick from the lotion and she slides around for a while before she gives up and accepts that she's in for an uncomfortable time. <</if>>Taking it up the ass while hugely pregnant isn't the most comfortable way to have sex, but such is the life of a sex slave.<<if ($activeSlave.lactation == 1)>> As you pound her her breasts, sore from lactation, give her quite a bit of discomfort.<<elseif ($activeSlave.boobs > 1000)>> As you pound her, her huge breasts compound the discomfort.<</if>> When you finally finish and withdraw your <<if $PC.dick == 0>>vibrating strap-on<<else>>cock<</if>>, she groans with relief. @@color:hotpink;She has become more submissive.@@
+	She's absorbed enough with her application that she starts with surprise when you seize her hips and bend her over the sink for a quick assfuck. <<if ($activeSlave.amp != 1)>>She does her best to brace herself against the sink, but her hands are slick from the lotion and she slides around for a while before she gives up and accepts that she's in for an uncomfortable time. <</if>>Taking it up the ass while hugely pregnant isn't the most comfortable way to have sex, but such is the life of a sex slave.<<if ($activeSlave.lactation == 1)>> As you pound her her breasts, sore from lactation, give her quite a bit of discomfort.<<elseif ($activeSlave.boobs > 1000)>> As you pound her, her huge breasts compound the discomfort.<</if>> When you finally finish and withdraw your <<if $PC.dick == 0>>vibrating strap-on<<else>>cock<</if>>, she groans with relief. @@.hotpink;She has become more submissive.@@
 	<<set $activeSlave.devotion += 4>>
 	<<AnalVCheck>>
 	<</replace>>
@@ -5835,7 +5835,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Fuck the bottom">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since the other slave is riding $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>dick, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop the other slave's riding for a moment, and insert yourself into her anus. The other slave <<if $activeSlave.dick <= 2>>gasps as your <<if $PC.dick == 0>>strap-on complements the small dick<<else>>big dick complements the small one<</if>> in her pussy<<elseif $activeSlave.dick < 4>>shrieks as she feels her holes stretched by <<if $PC.dick == 0>>a strap-on and a cock<<else>>two cocks<</if>><<else>>struggles and begs for mercy as her holes are brutally stretched<</if>>. The poor<<if $activeSlave.preg > 20>> pregnant<</if>> slave rides out the sexual storm as you and $activeSlave.slaveName fuck her<<if $PC.vagina == 1>>, your pussy sliding against the base of $activeSlave.slaveName's thrusting shaft<</if>>. $activeSlave.slaveName flirts outrageously with you over the other slave's shoulder whenever she can. @@color:mediumaquamarine;She has become more trusting of you.@@
+	Since the other slave is riding $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>dick, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop the other slave's riding for a moment, and insert yourself into her anus. The other slave <<if $activeSlave.dick <= 2>>gasps as your <<if $PC.dick == 0>>strap-on complements the small dick<<else>>big dick complements the small one<</if>> in her pussy<<elseif $activeSlave.dick < 4>>shrieks as she feels her holes stretched by <<if $PC.dick == 0>>a strap-on and a cock<<else>>two cocks<</if>><<else>>struggles and begs for mercy as her holes are brutally stretched<</if>>. The poor<<if $activeSlave.preg > 20>> pregnant<</if>> slave rides out the sexual storm as you and $activeSlave.slaveName fuck her<<if $PC.vagina == 1>>, your pussy sliding against the base of $activeSlave.slaveName's thrusting shaft<</if>>. $activeSlave.slaveName flirts outrageously with you over the other slave's shoulder whenever she can. @@.mediumaquamarine;She has become more trusting of you.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.penetrativeCount += 1>>
 	<<set $penetrativeTotal += 1>>
@@ -5844,7 +5844,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "Fuck the top">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and penetrate her butthole. <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown) == 1>>She shivers with delight as she feels her anal ring stretch to accommodate your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>>. <</if>>Fucking a slave with prostate stimulation from your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> in her <<if $seeRace == 1>>$activeSlave.race <</if>>ass makes her cum with indecent speed. You let her slide down so she can finish the other slave with her mouth while you continue using her anus. The other slave definitely enjoys $activeSlave.slaveName's moaning into her pussy as you use $activeSlave.slaveName's ass. The hard buttfucking $activeSlave.slaveName is getting keeps her dick stiff all the way through. @@color:hotpink;Her submission to you has increased.@@
+	Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and penetrate her butthole. <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown) == 1>>She shivers with delight as she feels her anal ring stretch to accommodate your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>>. <</if>>Fucking a slave with prostate stimulation from your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> in her <<if $seeRace == 1>>$activeSlave.race <</if>>ass makes her cum with indecent speed. You let her slide down so she can finish the other slave with her mouth while you continue using her anus. The other slave definitely enjoys $activeSlave.slaveName's moaning into her pussy as you use $activeSlave.slaveName's ass. The hard buttfucking $activeSlave.slaveName is getting keeps her dick stiff all the way through. @@.hotpink;Her submission to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.penetrativeCount += 1>>
 	<<set $penetrativeTotal += 1>>
@@ -5855,7 +5855,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "The slave giving it has a free pussy, use that">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName's hermaphroditic genitalia is a little crammed together; it's busy down there. She obediently stops fucking so you can maneuver into her. Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her erection a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and two slaves successfully have two separate instances of vaginal intercourse running at once.<<if $PC.vagina == 1>><<if $PC.dick == 1>> You add a third by grabbing a free hand and guiding it to your own pussy; its owner gets the idea and strokes it as best she can.<</if>><</if>> $activeSlave.slaveName's orgasm is general and intense. @@color:hotpink;Her devotion to you has increased.@@
+	$activeSlave.slaveName's hermaphroditic genitalia is a little crammed together; it's busy down there. She obediently stops fucking so you can maneuver into her. Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her erection a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and two slaves successfully have two separate instances of vaginal intercourse running at once.<<if $PC.vagina == 1>><<if $PC.dick == 1>> You add a third by grabbing a free hand and guiding it to your own pussy; its owner gets the idea and strokes it as best she can.<</if>><</if>> $activeSlave.slaveName's orgasm is general and intense. @@.hotpink;Her devotion to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.penetrativeCount += 1>>
 	<<set $penetrativeTotal += 1>>
@@ -5869,7 +5869,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "The slave taking it has a free anus, use that">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since the other slave is riding $activeSlave.slaveName's huge clit, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop the other slave's riding for a moment, and insert yourself into her anus. The other slave gasps as your <<if $PC.dick == 0>>strap-on complements the clit<<else>>big dick complements the clit<</if>> in her pussy. The poor<<if $activeSlave.preg > 20>> pregnant<</if>> slave rides out the sexual storm as you and $activeSlave.slaveName fuck her. $activeSlave.slaveName flirts outrageously with you over the other slave's shoulder whenever she can. @@color:mediumaquamarine;She has become more trusting of you.@@
+	Since the other slave is riding $activeSlave.slaveName's huge clit, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop the other slave's riding for a moment, and insert yourself into her anus. The other slave gasps as your <<if $PC.dick == 0>>strap-on complements the clit<<else>>big dick complements the clit<</if>> in her pussy. The poor<<if $activeSlave.preg > 20>> pregnant<</if>> slave rides out the sexual storm as you and $activeSlave.slaveName fuck her. $activeSlave.slaveName flirts outrageously with you over the other slave's shoulder whenever she can. @@.mediumaquamarine;She has become more trusting of you.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.penetrativeCount += 1>>
 	<<set $penetrativeTotal += 1>>
@@ -5879,7 +5879,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "The slave giving it has a free anus, use that">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and insert yourself into her anus. <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>She shivers with delight as she feels her anal ring stretch to accommodate your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>>. <<set $activeSlave.devotion += 1>><</if>>Fucking a slave with stimulation from your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> in her ass makes her cum with indecent speed. You let her slide down so she can finish the other slave with her mouth while you continue using her anus. The other slave definitely enjoys $activeSlave.slaveName's moaning into her pussy as you use $activeSlave.slaveName's ass. The hard buttfucking $activeSlave.slaveName is getting keeps her clit hard all the way through. @@color:hotpink;Her submission to you has increased.@@
+	Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and insert yourself into her anus. <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>She shivers with delight as she feels her anal ring stretch to accommodate your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>>. <<set $activeSlave.devotion += 1>><</if>>Fucking a slave with stimulation from your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> in her ass makes her cum with indecent speed. You let her slide down so she can finish the other slave with her mouth while you continue using her anus. The other slave definitely enjoys $activeSlave.slaveName's moaning into her pussy as you use $activeSlave.slaveName's ass. The hard buttfucking $activeSlave.slaveName is getting keeps her clit hard all the way through. @@.hotpink;Her submission to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.penetrativeCount += 1>>
 	<<set $penetrativeTotal += 1>>
@@ -5891,7 +5891,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br><<link "The slave giving it has a free pussy, use that">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and insert yourself into her pussy. She obediently stops fucking so you can maneuver into her. Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her ability to use her engorged clit like a penis a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and two slaves successfully have two separate instances of vaginal intercourse running at once. Her orgasm is general and intense. @@color:hotpink;Her devotion to you has increased.@@
+	Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and insert yourself into her pussy. She obediently stops fucking so you can maneuver into her. Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her ability to use her engorged clit like a penis a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and two slaves successfully have two separate instances of vaginal intercourse running at once. Her orgasm is general and intense. @@.hotpink;Her devotion to you has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.penetrativeCount += 1>>
 	<<set $penetrativeTotal += 1>>
@@ -5936,7 +5936,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<</if>>
 	"Clean me off, $activeSlave.slaveName," she demands, winking broadly at you. The slave, knowing that commands from her are commands from you, repositions herself to lick up the <<if $PC.dick == 1>>ejaculate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>girlcum<</if>>.
 	<br><br>
-	This brings the slave into a crouch with her ass pointed at you, <<if $activeSlave.anus > 2>>her big asspussy practically begging for a pounding<<elseif $activeSlave.anus > 1>>her nice asshole practically begging for a good hard fucking<<else>>her tight little rosebud completely vulnerable<</if>>. As <<if $PC.dick == 1>><<if $PC.vagina == 1>>use manual stimulation of your pussy to get your dick<<else>>stroke yourself<</if>> rapidly back to full mast<<else>>don a strap-on<</if>>, $assistantName opines helpfully, "Hey $activeSlave.slaveName! You're about to get buttfucked!" The slave reacts by obediently reaching back to spread her buttocks, and relaxes her anus, but $assistantName ruins her attempt at graceful anal submission. "<<if $PC.title == 1>>Siiir,<<else>>Ma'aaam,<</if>> she's bluuuushing," she says tauntingly, and the slave stiffens with renewed embarrassment, not to mention discomfort, as you penetrate her. She keeps licking away, cleaning up the mess you made as $assistantName does everything she can to make it seem like the slave is pleasuring her. Partway through, $assistantName sticks out a hand for a high-five from you, producing a gurgle of indignation @@color:mediumaquamarine;or perhaps even laughter@@ as her owner and her owner's personal assistant program high-five over her back.
+	This brings the slave into a crouch with her ass pointed at you, <<if $activeSlave.anus > 2>>her big asspussy practically begging for a pounding<<elseif $activeSlave.anus > 1>>her nice asshole practically begging for a good hard fucking<<else>>her tight little rosebud completely vulnerable<</if>>. As <<if $PC.dick == 1>><<if $PC.vagina == 1>>use manual stimulation of your pussy to get your dick<<else>>stroke yourself<</if>> rapidly back to full mast<<else>>don a strap-on<</if>>, $assistantName opines helpfully, "Hey $activeSlave.slaveName! You're about to get buttfucked!" The slave reacts by obediently reaching back to spread her buttocks, and relaxes her anus, but $assistantName ruins her attempt at graceful anal submission. "<<if $PC.title == 1>>Siiir,<<else>>Ma'aaam,<</if>> she's bluuuushing," she says tauntingly, and the slave stiffens with renewed embarrassment, not to mention discomfort, as you penetrate her. She keeps licking away, cleaning up the mess you made as $assistantName does everything she can to make it seem like the slave is pleasuring her. Partway through, $assistantName sticks out a hand for a high-five from you, producing a gurgle of indignation @@.mediumaquamarine;or perhaps even laughter@@ as her owner and her owner's personal assistant program high-five over her back.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -5982,7 +5982,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<else>>
 	  She gasps as she feels you push a finger up her already-full butt and pull her sphincter a bit wider. You withdraw it and replace it with <<if $PC.dick == 1>>your turgid cock<<else>>your strap-on<</if>>; the slave writhes involuntarily, her body trying to refuse the invasion of yet another phallus. When you're all the way in, the <<if $assistantAppearance == "monstergirl">>dildos alongside your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> in her butt begin<<else>>dildo alongside your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> in her butt begins<</if>> to fuck her, harder and harder, as $assistantName moans happily. The all-encompassing feeling of fullness as her ass is fucked to the very limit of its capacity
 	<</if>>
-	quickly drives all feminine grace, presence of mind, or really, @@color:hotpink;conscious thought out of the poor slave.@@ After begging for mercy for a short while, she lapses into animal groans, drooling and leaking tears out the corner of her eyes as you and $assistantName fuck her into insensibility. When you climax, $assistantName ejaculates, filling the slave's anus with warm fluid.
+	quickly drives all feminine grace, presence of mind, or really, @@.hotpink;conscious thought out of the poor slave.@@ After begging for mercy for a short while, she lapses into animal groans, drooling and leaking tears out the corner of her eyes as you and $assistantName fuck her into insensibility. When you climax, $assistantName ejaculates, filling the slave's anus with warm fluid.
 	<br><br>
 	By this point she's so helpless that you gently lift her off the fuckmachine and carry her to the shower. You set her down there, and $assistantName activates the water, using the powerful jets in pulses to massage life back into your exhausted fuckpuppet. Her avatar appears on a screen behind the shower, creating an optical illusion that makes it look like she's petting the slave in time with the water. She reassures to the slave as she does:
 	<<if $assistantAppearance == "monstergirl">>
@@ -6015,9 +6015,9 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#result">>
 	She asked for it, and she'll get it. You get to your feet and snap your fingers, pointing
 	<<if $PC.dick == 0>>
-		at the floor in front of you<<if !canSee($activeSlave)>> along with a commanding "floor"<</if>>. She hurries over, but hesitates for an instant, unsure of what to do next. You help her understand by grabbing her on either side of her neck and shoving her down to kneel at your feet with her face level with your cunt. One of your hands shifts behind her head and tilts it back as you step forward, grinding against her mouth. She struggles involuntarily, but then perceptibly recollects herself, relaxes, and starts to eat you out. Whatever internal turmoil she's working through, you don't care, and neither does your pussy. When you climax and release her, she stumbles off, looking oddly proud of herself. It seems she got something out of that: @@color:mediumaquamarine;a confidence boost,@@ at least.
+		at the floor in front of you<<if !canSee($activeSlave)>> along with a commanding "floor"<</if>>. She hurries over, but hesitates for an instant, unsure of what to do next. You help her understand by grabbing her on either side of her neck and shoving her down to kneel at your feet with her face level with your cunt. One of your hands shifts behind her head and tilts it back as you step forward, grinding against her mouth. She struggles involuntarily, but then perceptibly recollects herself, relaxes, and starts to eat you out. Whatever internal turmoil she's working through, you don't care, and neither does your pussy. When you climax and release her, she stumbles off, looking oddly proud of herself. It seems she got something out of that: @@.mediumaquamarine;a confidence boost,@@ at least.
 	<<else>>
-		at the couch next to the desk<<if !canSee($activeSlave)>> along with a commanding "couch"<</if>>. She hurries over and <<if $activeSlave.preg > 20>>gently eases her pregnant body to the ground<<else>>kneels<</if>>, her rear pointing at you, but hesitates for an instant, unsure of what to do next. You help her understand by shoving her down so her collarbone is resting on the back of the couch and her ass is at just the right height.<<if $PC.vagina == 1>> You ensure that you're fully hard and get her in the right frame of mind by grinding the pussy beneath your dick against her.<</if>> You fuck <<if $activeSlave.vagina > -1>>her pussy and then her ass in quick succession, plundering her holes without much regard for her pleasure. She gasps and bucks at all the right parts, and even manages to moan almost authentically when you blow your load up her butt<<else>>her ass hard, without cruelty but without much concern for her pleasure, either. She takes it obediently, and does her best to act like she's enjoying being sodomized<</if>>. She stumbles off to wash, looking oddly proud of herself. It seems she got something out of that: @@color:mediumaquamarine;a confidence boost,@@ at least.
+		at the couch next to the desk<<if !canSee($activeSlave)>> along with a commanding "couch"<</if>>. She hurries over and <<if $activeSlave.preg > 20>>gently eases her pregnant body to the ground<<else>>kneels<</if>>, her rear pointing at you, but hesitates for an instant, unsure of what to do next. You help her understand by shoving her down so her collarbone is resting on the back of the couch and her ass is at just the right height.<<if $PC.vagina == 1>> You ensure that you're fully hard and get her in the right frame of mind by grinding the pussy beneath your dick against her.<</if>> You fuck <<if $activeSlave.vagina > -1>>her pussy and then her ass in quick succession, plundering her holes without much regard for her pleasure. She gasps and bucks at all the right parts, and even manages to moan almost authentically when you blow your load up her butt<<else>>her ass hard, without cruelty but without much concern for her pleasure, either. She takes it obediently, and does her best to act like she's enjoying being sodomized<</if>>. She stumbles off to wash, looking oddly proud of herself. It seems she got something out of that: @@.mediumaquamarine;a confidence boost,@@ at least.
 		<<BothVCheck>>
 	<</if>>
 	<<set $activeSlave.trust += 4>>
@@ -6033,7 +6033,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		at the couch next to the desk<<if !canSee($activeSlave)>> along with a commanding "couch"<</if>>. She hurries over and <<if $activeSlave.preg > 20>>gently eases her pregnant body to the ground<<else>>kneels<</if>>, her rear pointing at you, but hesitates for an instant, unsure of what to do next. You help her understand by jabbing a thumb into one of her kidneys, forcing her back to arch in involuntary response, and then grinding her face into the couch cushions. <<if $activeSlave.vagina > -1>>Her cunt isn't all that wet, and she has cause to regret this, first when you fuck it without mercy, and then when you switch your barely-lubricated dick to her anus.<<else>>You spit on her asshole and then give her some anal foreplay, if slapping your dick against her anus twice before shoving it inside her counts as anal foreplay.<</if>> She tries to be brave and relax, but those are contradictory goals and she manages neither as you assrape her into inelegant, tearful begging for you to take your dick out of her butt, because it hurts. It isn't the first time you've heard that, or the hundredth.
 		<<BothVCheck>>
 	<</if>>
-	When you're done, you discard her like the human sex toy she is, and go back to your work. She stumbles off, looking @@color:gold;fearful@@ but strangely @@color:hotpink;complacent,@@ as though she's accepted this to an extent.
+	When you're done, you discard her like the human sex toy she is, and go back to your work. She stumbles off, looking @@.gold;fearful@@ but strangely @@.hotpink;complacent,@@ as though she's accepted this to an extent.
 	<<set $activeSlave.trust -= 4>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -6060,7 +6060,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 			at the couch next to the desk<<if !canSee($activeSlave)>> along with a commanding "couch"<</if>>. She hurries over and <<if $activeSlave.preg > 20>>gently eases her pregnant body to the ground<<else>>kneels<</if>>, her rear pointing at you, but hesitates for an instant, unsure of what to do next. You help her understand by shoving her down so her collarbone is resting on the back of the couch and her ass is at just the right height. You fuck <<if $activeSlave.vagina > -1>>her pussy and then her ass in quick succession, plundering her holes without much regard for her pleasure. She gasps and bucks at all the right parts, and even manages to moan almost authentically when you blow your load up her butt<<else>>her ass hard, without cruelty but without much concern for her pleasure, either. She takes it obediently, and does her best to act like she's enjoying being sodomized<</if>>. She stumbles off to wash,
 			<<BothVCheck>>
 		<</if>>
-		looking @@color:mediumaquamarine;much more confident.@@
+		looking @@.mediumaquamarine;much more confident.@@
 		<<set $activeSlave.trust += 4>>
 			<</replace>>
 	<</link>><<if (($activeSlave.anus == 0) || ($activeSlave.vagina == 0)) && ($PC.dick == 1)>> //This option will take virginity//<</if>>
@@ -6073,7 +6073,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 			at the couch next to the desk<<if !canSee($activeSlave)>> along with a commanding "couch"<</if>>. She hurries over and <<if $activeSlave.preg > 20>>gently eases her pregnant body to the ground<<else>>kneels<</if>>, her rear pointing at you, but hesitates for an instant, unsure of what to do next. You help her understand by jabbing a thumb into one of her kidneys, forcing her back to arch in involuntary response, and then grinding her face into the couch cushions. <<if $activeSlave.vagina > -1>>Her cunt isn't all that wet, and she has cause to regret this, first when you fuck it without mercy, and then when you switch your barely-lubricated dick to her anus.<<else>>You spit on her asshole and then give her some anal foreplay, if slapping your dick against her anus twice before shoving it inside her counts as anal foreplay.<</if>> She tries to be brave and relax, but those are contradictory goals and she manages neither as you assrape her into inelegant, tearful begging for you to take your dick out of her butt, because it hurts. It isn't the first time you've heard that, or the hundredth.
 			<<BothVCheck>>
 		<</if>>
-		When you're done, you discard her like the human sex toy she is, and go back to your work. She stumbles off, looking @@color:gold;fearful@@ but @@color:hotpink;submissive,@@ knowing that she now has a better idea of what you want, even if what you want isn't very nice.
+		When you're done, you discard her like the human sex toy she is, and go back to your work. She stumbles off, looking @@.gold;fearful@@ but @@.hotpink;submissive,@@ knowing that she now has a better idea of what you want, even if what you want isn't very nice.
 		<<set $activeSlave.trust -= 4>>
 		<<set $activeSlave.devotion += 4>>
 			<</replace>>
@@ -6088,7 +6088,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 		<<else>>
 		  "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> and I'm sorry for being silly," she apologizes.
 		<</if>>
-		You dismiss her, and she goes, a strangely @@color:hotpink;respectful@@ look on her face. She's no more confident of her ability to find safety and stability here with you than she was before, but she seems to like that it apparently isn't as simple as <<if $PC.dick == 1>>taking your cock up her butt<<if $PC.vagina == 1>> or <</if>><</if>><<if $PC.vagina == 1>>eating you out<</if>>.
+		You dismiss her, and she goes, a strangely @@.hotpink;respectful@@ look on her face. She's no more confident of her ability to find safety and stability here with you than she was before, but she seems to like that it apparently isn't as simple as <<if $PC.dick == 1>>taking your cock up her butt<<if $PC.vagina == 1>> or <</if>><</if>><<if $PC.vagina == 1>>eating you out<</if>>.
 		<<set $activeSlave.devotion += 4>>
 			<</replace>>
 	<</link>>
@@ -6103,7 +6103,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#result">>
 	You order her to sit next to you. Sure enough, she hesitates, but she seems to have gotten the 'next to you' part, and comes carefully over, <<if canSee($activeSlave)>>watching you<<else>>listening<</if>> intently for any indication that she's misunderstood you. Once there, she stops, knees bent partway as she second-guesses herself about whether she's supposed to sit. Sighing internally, you grab <<if $activeSlave.nipplePiercings > 0>>a nipple piercing<<elseif $activeSlave.lactation > 0>>a milky nipple<<else>>a nipple<</if>> and pull downward gently. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Thorry <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>"Sorry <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> she mutters in her barbarous $activeSlave.nationality accent, and sits <<if $activeSlave.preg > 20>>carefully<<else>>hurriedly<</if>> down.
 	<br><br>
-	You review 'next,' praising her for getting that, and then move on to 'sit,' 'stand,' and other such useful terms, teaching the $language language to the nude slave sitting crosslegged next to you. She listens raptly, parroting obediently and clearly doing her best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. She's obviously having trouble believing that her owner would trouble <<if $PC.title == 1>>himself<<else>>herself<</if>> with her vocabulary lessons. You work with her several times a day, and she's so diligent that by the end of the week she's @@color:green;beginning to make herself understood,@@ though her accent is still pretty atrocious.
+	You review 'next,' praising her for getting that, and then move on to 'sit,' 'stand,' and other such useful terms, teaching the $language language to the nude slave sitting crosslegged next to you. She listens raptly, parroting obediently and clearly doing her best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. She's obviously having trouble believing that her owner would trouble <<if $PC.title == 1>>himself<<else>>herself<</if>> with her vocabulary lessons. You work with her several times a day, and she's so diligent that by the end of the week she's @@.green;beginning to make herself understood,@@ though her accent is still pretty atrocious.
 	<<set $activeSlave.accent -= 1>>
 	<</replace>>
 <</link>>
@@ -6132,7 +6132,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<br><br><span id="result2">
 	<<link "Now let her review">>
 		<<replace "#result2">>
-			You tell her to do the inspection routine again, narrating it herself. She understands immediately, and hustles back to stand in front of your desk, brow furrowed in concentration as she struggles to keep the vocabulary in her head. She shows each part of her body to you in turn, and gets every single one of the terms to describe her body - which in the legal sense, is actually //your// body, one of many you own - perfectly right, though of course she repeats them in her atrocious $activeSlave.nationality accent. She even @@color:mediumaquamarine;has the confidence@@ to throw in a little flourish: she says
+			You tell her to do the inspection routine again, narrating it herself. She understands immediately, and hustles back to stand in front of your desk, brow furrowed in concentration as she struggles to keep the vocabulary in her head. She shows each part of her body to you in turn, and gets every single one of the terms to describe her body - which in the legal sense, is actually //your// body, one of many you own - perfectly right, though of course she repeats them in her atrocious $activeSlave.nationality accent. She even @@.mediumaquamarine;has the confidence@@ to throw in a little flourish: she says
 		<<if ($activeSlave.boobs > 3000)>>
 		  <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Boobth!"<<else>>"Boobs!"<</if>> with flirty emphasis, bouncing them for you.
 		<<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>>
@@ -6151,14 +6151,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<</link>>
 	<br><<link "Cover some sexual vocabulary, and make sure she doesn't forget it">>
 		<<replace "#result2">>
-			A glance at one of your desk monitors reveals that another slave whose business brought her past this area of the penthouse has paused and is listening quizzically, trying to figure out what this odd, heavily accented chant coming out of your office means. It soon becomes obvious. "Fingerfuuuck!" comes $activeSlave.slaveName's voice, loud and clear, and @@color:hotpink;desperately eager to please.@@ She continues, moving from
+			A glance at one of your desk monitors reveals that another slave whose business brought her past this area of the penthouse has paused and is listening quizzically, trying to figure out what this odd, heavily accented chant coming out of your office means. It soon becomes obvious. "Fingerfuuuck!" comes $activeSlave.slaveName's voice, loud and clear, and @@.hotpink;desperately eager to please.@@ She continues, moving from
 		<<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Thphincter"<<else>>"Sphincter"<</if>> to
 		<<if ($PC.dick == 1)>>
 		  "<<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter'th<<else>>Mithtreth;th<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master's<<else>>Mistress's<</if>><</if>><<if $PC.vagina == 1>> futa<</if>> cock, oh no,"
 		<<else>>
 		  "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Thtrap-on<<else>>Strap-on<</if>>, oh no,"
 		<</if>>
-		to repetition of "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Anal, butthex, unh, athfucking, thodomy, um, buttfucking<<else>>Anal, buttsex, unh, assfucking, sodomy, um, buttfucking<</if>>," and so on. Just when the eavesdropping girl decides that this has become monotonous and turns to go about her business, $activeSlave.slaveName's voice rises sharply in pitch. "Aaah! "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>@@color:gold;Athrape!@@ Oh pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ohh, athrape, athrape<<else>>@@color:gold;Assrape!@@ Oh please, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ohh, assrape, assrape<</if>>," followed by much tearful repetition of what's happening to her, and a final, sad <<if $PC.dick == 1>>"C-creampie,"<<else>>"Gape,"<</if>> in a defeated little voice.
+		to repetition of "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Anal, butthex, unh, athfucking, thodomy, um, buttfucking<<else>>Anal, buttsex, unh, assfucking, sodomy, um, buttfucking<</if>>," and so on. Just when the eavesdropping girl decides that this has become monotonous and turns to go about her business, $activeSlave.slaveName's voice rises sharply in pitch. "Aaah! "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>@@.gold;Athrape!@@ Oh pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ohh, athrape, athrape<<else>>@@.gold;Assrape!@@ Oh please, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, ohh, assrape, assrape<</if>>," followed by much tearful repetition of what's happening to her, and a final, sad <<if $PC.dick == 1>>"C-creampie,"<<else>>"Gape,"<</if>> in a defeated little voice.
 		<<set $activeSlave.trust -= 2>>
 		<<set $activeSlave.devotion += 4>>
 		<<AnalVCheck>>
@@ -6175,7 +6175,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<replace "#result">>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust += 4>>
-	You leave for the moment, but appear at the next mealtime before even she does. You shut off all the phallic feeders but one, and make an announcement. You decree that just for this one meal, $activeSlave.slaveName is to lie in front of the one functional feeder, <<if ($activeSlave.dick > 0) && ($activeSlave.hormones < 1) && ($activeSlave.balls > 0) && ($activeSlave.dickAccessory != "chastity")>>her cock in the air; in order to eat, each slave must ride $activeSlave.slaveName for as long as it takes to suck down her meal<<else>>with a dildo jutting up from her crotch; each slave must ride $activeSlave.slaveName for as long as it takes to suck down her meal<</if>>. $activeSlave.slaveName gapes at you openmouthed for a long moment, looking like she wants to @@color:hotpink;declaim a speech of thanks,@@ but you cut her off by pointing peremptorily at her place; she almost runs over, her @@color:mediumaquamarine;trust in your whim@@ nearly absolute. But the true shape of your plan isn't apparent yet. When the first girl seats herself on $activeSlave.slaveName and starts sucking off the dispenser dildo, you crouch behind her and insert yourself as well; the bitch is now airtight. She gags and splutters with the discomfort but keeps working away until she gets her meal down and struggles off the three phalluses she has in her. The next girl gets to it with some trepidation: and so it goes, slave by slave.
+	You leave for the moment, but appear at the next mealtime before even she does. You shut off all the phallic feeders but one, and make an announcement. You decree that just for this one meal, $activeSlave.slaveName is to lie in front of the one functional feeder, <<if ($activeSlave.dick > 0) && ($activeSlave.hormones < 1) && ($activeSlave.balls > 0) && ($activeSlave.dickAccessory != "chastity")>>her cock in the air; in order to eat, each slave must ride $activeSlave.slaveName for as long as it takes to suck down her meal<<else>>with a dildo jutting up from her crotch; each slave must ride $activeSlave.slaveName for as long as it takes to suck down her meal<</if>>. $activeSlave.slaveName gapes at you openmouthed for a long moment, looking like she wants to @@.hotpink;declaim a speech of thanks,@@ but you cut her off by pointing peremptorily at her place; she almost runs over, her @@.mediumaquamarine;trust in your whim@@ nearly absolute. But the true shape of your plan isn't apparent yet. When the first girl seats herself on $activeSlave.slaveName and starts sucking off the dispenser dildo, you crouch behind her and insert yourself as well; the bitch is now airtight. She gags and splutters with the discomfort but keeps working away until she gets her meal down and struggles off the three phalluses she has in her. The next girl gets to it with some trepidation: and so it goes, slave by slave.
 	<<set $seed = 0>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	  <<if ($slaves[$i].anus == 0) || ($slaves[$i].vagina == 0)>>
@@ -6196,7 +6196,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  Girls without pussies are forced to take both you and $activeSlave.slaveName up the butt at once.
 	<</if>>
 	<<if $seed == 1>>
-	  Experienced assholes can take the strain just fine, but your tighter-assed slaves are @@color:gold;frightened@@ by the anal pain they suffer.
+	  Experienced assholes can take the strain just fine, but your tighter-assed slaves are @@.gold;frightened@@ by the anal pain they suffer.
 	<</if>>
 	<<set $seed = 0>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -6206,14 +6206,14 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <</if>>
 	<</for>>
 	<<if $seed == 1>>
-	  Your subs on the other hand think this is @@color:hotpink;a meal worth remembering.@@
+	  Your subs on the other hand think this is @@.hotpink;a meal worth remembering.@@
 	<</if>>
 	<</replace>>
 <</link>>
 <br><<link "The rule about consent works both ways">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell $activeSlave.slaveName to get up on the kitchen counter and spread her legs. She catches something in the tone of your voice and looks frightened, but obeys. You then make several conversational observations, as though for no particular reason, to the rest of the slaves. First, you point out, the consent rule works for everyone: they, hypothetically, would not need to ask $activeSlave.slaveName her permission to fuck her ass, just like she doesn't have to ask their permission to molest them during meals. (At this $activeSlave.slaveName's fear deepens into obvious @@color:gold;terror.@@) Second, you have decided $activeSlave.slaveName will not be getting down off the counter until everyone's done with her meal - and anything else she wishes to do in the kitchen. And third, you conclude, any number of large strap-ons and dildos can be found in the kitchen cabinets. There is a general rush for these; you tell $activeSlave.slaveName, whose<<if $activeSlave.lips > 40>> bimbo<<elseif $activeSlave.lips > 20>> big<<elseif $activeSlave.lips > 10>> soft<</if>> lips are quivering, to come see you after she's done here. About an hour later, she hobbles into your office, and you tell her to show you her anus. Her longtime targets for mealtime molestation were not merciful; they weren't stupid enough to damage her, but that's one well-gaped butthole. You fuck it anyway, and she's too tired and desensitized to care. Your less trusting slaves carefully consider the rules, and realize that there's a @@color:mediumaquamarine;built-in mechanism for correction:@@ if anyone gets too rapey, they can rape her right back.
+	You tell $activeSlave.slaveName to get up on the kitchen counter and spread her legs. She catches something in the tone of your voice and looks frightened, but obeys. You then make several conversational observations, as though for no particular reason, to the rest of the slaves. First, you point out, the consent rule works for everyone: they, hypothetically, would not need to ask $activeSlave.slaveName her permission to fuck her ass, just like she doesn't have to ask their permission to molest them during meals. (At this $activeSlave.slaveName's fear deepens into obvious @@.gold;terror.@@) Second, you have decided $activeSlave.slaveName will not be getting down off the counter until everyone's done with her meal - and anything else she wishes to do in the kitchen. And third, you conclude, any number of large strap-ons and dildos can be found in the kitchen cabinets. There is a general rush for these; you tell $activeSlave.slaveName, whose<<if $activeSlave.lips > 40>> bimbo<<elseif $activeSlave.lips > 20>> big<<elseif $activeSlave.lips > 10>> soft<</if>> lips are quivering, to come see you after she's done here. About an hour later, she hobbles into your office, and you tell her to show you her anus. Her longtime targets for mealtime molestation were not merciful; they weren't stupid enough to damage her, but that's one well-gaped butthole. You fuck it anyway, and she's too tired and desensitized to care. Your less trusting slaves carefully consider the rules, and realize that there's a @@.mediumaquamarine;built-in mechanism for correction:@@ if anyone gets too rapey, they can rape her right back.
 	<<set $activeSlave.trust -= 5>>
 	<<AnalVCheck 20>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -6222,7 +6222,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	  <</if>>
 	<</for>>
 	<<if $activeSlave.anus == 1>>
-	  Poor $activeSlave.slaveName's butthole @@color:lime;isn't quite the same@@ afterward.
+	  Poor $activeSlave.slaveName's butthole @@.lime;isn't quite the same@@ afterward.
 	  <<set $activeSlave.anus += 1>>
 	<</if>>
 	<</replace>>
@@ -6233,7 +6233,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Let her earn relief">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	She's extremely relieved that you're not going to punish her for the rulebreaking when you tell her that she can touch herself if she gets on her knees and sucks you off. She does a decent job, playing with herself all the while. She's learned that she can get away with infractions if she's willing to suck dick afterward. Her resistance to your will @@color:mediumorchid;has increased.@@
+	She's extremely relieved that you're not going to punish her for the rulebreaking when you tell her that she can touch herself if she gets on her knees and sucks you off. She does a decent job, playing with herself all the while. She's learned that she can get away with infractions if she's willing to suck dick afterward. Her resistance to your will @@.mediumorchid;has increased.@@
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -6249,12 +6249,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<set $oralTotal += 5>>
 	<<if ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>> has increased.@@
+	  @@.lightcoral;Her enjoyment of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>> has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "cumslut">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>>.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of <<if $PC.dick == 0>>giving head<<else>>sucking cock<</if>>.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -6268,12 +6268,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<set $mammaryTotal += 1>>
 	<<if ($activeSlave.fetish == "boobs") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of breast play has increased.@@
+	  @@.lightcoral;Her enjoyment of breast play has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "boobs">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at every brush against her breasts.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at every brush against her breasts.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -6285,12 +6285,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	You pull her into a sitting position on your lap and grope her pregnancy thoroughly, allowing her to reach the painful edge of orgasm. You feel her belly shudder as she reaches climax under your ministrations. You tease her popped navel as she comes down from her masturbation session.
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of pregnancy has increased.@@
+	  @@.lightcoral;Her enjoyment of pregnancy has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "pregnancy">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at every thought about her pregnancy.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at every thought about her pregnancy.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -6303,12 +6303,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<AnalVCheck 5>>
 	<<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of anal has increased.@@
+	  @@.lightcoral;Her enjoyment of anal has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "buttslut">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of anal sex.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of anal sex.@@
 	<</if>>
 	<</replace>>
 <</link>><<if ($activeSlave.anus == 0)>> //This option will take anal virginity//<</if>>
@@ -6320,12 +6320,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	You bring her out onto the club and secure her upright with a set of vibrators attached to all of her erogenous zones. There's a lot of them, and they're extremely powerful; when you test the setup, she wriggles with the intensity of the stimulation, and is about to climax when you shut it down. Without telling her, you slave the vibrators to a program originally designed for VIP security details. It uses the cameras scattered through the area to detect when passersby are looking at her. The more eyes on her, the stronger the vibrations.
 	<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of humiliation has increased.@@
+	  @@.lightcoral;Her enjoyment of humiliation has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "humiliation">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she's starting to long for humiliation.@@
+	  Before she realizes what's happening, @@.lightcoral;she's starting to long for humiliation.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -6337,12 +6337,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	You tell her that she can get herself off while she's being spanked, and that's it: you don't tell her to offer her bottom, much less start spanking her. She doesn't understand for a long moment, but before long she's begging abjectly for a spanking, and has her buttocks presented, quivering with simultaneous arousal and fear of pain. The pain comes soon enough, with a delicious crack of palm on flesh <<if $activeSlave.voice == 0>>and a hoarse grunt, the most noise she can make.<<else>>and a shriek of agony.<</if>> She masturbates furiously, but you're an accomplished spanker, and you repeatedly cause her just enough pain to prevent climax. Eventually she gets off in part because of, rather than in spite of, the lengthy beating.
 	<<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of submission has increased.@@
+	  @@.lightcoral;Her enjoyment of submission has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "submissive">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she starts to associate submitting to you with getting off.@@
+	  Before she realizes what's happening, @@.lightcoral;she starts to associate submitting to you with getting off.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -6351,16 +6351,16 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "while in pain">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You order her to <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>kneel<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>teeter<<else>>stand<</if>> with her arms over her head and her legs splayed, and tell her that if she moves or resists her punishment will begin again from the start. <<if ($activeSlave.vaginalAccessory == "chastity belt") || ($activeSlave.vaginalAccessory == "combined chastity")>>She was touching her nipples and ass, so you flick and torture her nipples and give her a severe spanking.<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>She was touching her limp dick and ass, so you slap and torture her offending dick and give her a severe spanking.<<elseif $activeSlave.dick == 0>>She was desperately rubbing her perineum and anus, the most sensitive parts she has left, so you slap that part of her repeatedly, enjoying the way it spasms.<<elseif $activeSlave.vagina == -1>>She was jacking it, so you force her to get herself hard for punishment and then deliver a series of agonizing slaps and flicks to her offending member.<<elseif $activeSlave.labia > 1>>Her generous pussylips bear a sheen of incriminating moisture, so you slap and flick them, causing her intense agony.<<else>>You deliver a series of agonizing slaps to her mons.<</if>> You have to start over twice. By the end, she's managed to orgasm to all the stimulation, but she's crying and desperately promising never to touch herself again without your permission. Her submission to you @@color:hotpink;has increased.@@
+	You order her to <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>kneel<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>teeter<<else>>stand<</if>> with her arms over her head and her legs splayed, and tell her that if she moves or resists her punishment will begin again from the start. <<if ($activeSlave.vaginalAccessory == "chastity belt") || ($activeSlave.vaginalAccessory == "combined chastity")>>She was touching her nipples and ass, so you flick and torture her nipples and give her a severe spanking.<<elseif ($activeSlave.dick > 0) && ((($activeSlave.balls == 0) || ($activeSlave.hormones > 0)))>>She was touching her limp dick and ass, so you slap and torture her offending dick and give her a severe spanking.<<elseif $activeSlave.dick == 0>>She was desperately rubbing her perineum and anus, the most sensitive parts she has left, so you slap that part of her repeatedly, enjoying the way it spasms.<<elseif $activeSlave.vagina == -1>>She was jacking it, so you force her to get herself hard for punishment and then deliver a series of agonizing slaps and flicks to her offending member.<<elseif $activeSlave.labia > 1>>Her generous pussylips bear a sheen of incriminating moisture, so you slap and flick them, causing her intense agony.<<else>>You deliver a series of agonizing slaps to her mons.<</if>> You have to start over twice. By the end, she's managed to orgasm to all the stimulation, but she's crying and desperately promising never to touch herself again without your permission. Her submission to you @@.hotpink;has increased.@@
 	<<set $activeSlave.devotion += 4>>
 	<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1)>>
 	  <<set $activeSlave.fetishStrength += 4>>
-	  @@color:lightcoral;Her enjoyment of pain has increased.@@
+	  @@.lightcoral;Her enjoyment of pain has increased.@@
 	<<elseif random(1,100) > 50>>
 	  <<set $activeSlave.fetish = "masochist">>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetishStrength = 65>>
-	  Before she realizes what's happening, @@color:lightcoral;she's getting aroused at the thought of <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> beating her.@@
+	  Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>> beating her.@@
 	<</if>>
 	<</replace>>
 <</link>>
@@ -6381,7 +6381,7 @@ You tell her to bend over and spread her ass for you, because if she doesn't wan
 <<else>>
 You tell her that if she's going to hesitate to use her mouth when <<if $activeSlave.vagina != -1>>all her other holes are still virgin<<else>>her girly little butthole is still virgin<</if>>, she's going to have to find an amazingly thorough way to please a dick if she's going to earn her throat a reprieve. She looks<<if $activeSlave.intelligence < 0>> uncharacteristically<</if>> thoughtful for a moment before bending over before you, spitting in her hand <<if $activeSlave.vagina == 0>>and thoroughly coating her inner thighs with her saliva.<<else>>and thoroughly coating the crack of her <<if $activeSlave.butt <= 2>>slender<<elseif $activeSlave.butt <= 4>>curvy<<else>>huge<</if>> ass.<</if>> The invitation is obvious, but just to be sure she pleads with you to satisfy yourself alongside her virgin holes. You answer her pleading with your dick, and though it's not quite as pleasurable as a newly-deflowered hole, <<if $activeSlave.vagina == 0>>before long her virgin cunt starts to supply extra lubrication and she starts to gasp and moan along with your thrusts.<<else>>$activeSlave.slaveName's trembling whenever your thrusts come perilously close to penetrating her virgin ass is thoroughly entertaining.<</if>> Before long, you plaster her still-virgin hole with your cum.
 <</if>>
-When you're done, you bend down and whisper in her ear that if she shows any sign of rebelliousness, you'll give every dick in $arcologies[0].name free access to her throat. @@color:hotpink;She has become more obedient,@@ in the hope this will persuade you to not follow through on your threat.
+When you're done, you bend down and whisper in her ear that if she shows any sign of rebelliousness, you'll give every dick in $arcologies[0].name free access to her throat. @@.hotpink;She has become more obedient,@@ in the hope this will persuade you to not follow through on your threat.
 <<set $activeSlave.devotion += 4>>
 <</replace>>
 <</link>>
@@ -6394,7 +6394,7 @@ Simple problems require simple solutions - she'll get fucked in the mouth until
 
 $activeSlave.slaveName tries, she really does. But when word gets out as to the conditions of her enslavement, her users take a perverse enjoyment in being rougher than usual to evoke the exact reactions she's trying to avoid. By the third failed streak, you've started to grow bored of the spectacle, but luckily you find entertainment in conversation with those who have already been entertained by poor $activeSlave.slaveName. Before long more chairs have been brought up and an impromptu salon has been set up alongside the blowbang line. By the sixth failed streak, an enterprising citizen has set up a small bar and is serving drinks. By the ninth, you've delegated watching $activeSlave.slaveName to your assistant. You personally break the 11th streak after she reached four, to general acclaim from your newfound friends and a toast to your virility.
 
-When the 14th streak is finally successful, there are serious talks about making these blowbang salons a regular occurrence and some backslapping directed towards you for your innovation in genteel hedonism. While you seriously doubt $activeSlave.slaveName enjoys oral sex any more than she did at the start of the day, she's certainly @@color:green;learned to keep her feelings on the matter to herself@@. She did, however, @@color:red;have quite a rough time@@ of it<<if $activeSlave.oralSkill <= 30>>, though she did learn a thing or two about sucking dick.<<set $skillIncrease = 10>><<OralSkillIncrease $activeSlave>><<else>>.<</if>> And last of all, you and $activeSlave.slaveName did make @@color:green;quite a good impression@@ today, though for widely differing reasons.
+When the 14th streak is finally successful, there are serious talks about making these blowbang salons a regular occurrence and some backslapping directed towards you for your innovation in genteel hedonism. While you seriously doubt $activeSlave.slaveName enjoys oral sex any more than she did at the start of the day, she's certainly @@.green;learned to keep her feelings on the matter to herself@@. She did, however, @@.red;have quite a rough time@@ of it<<if $activeSlave.oralSkill <= 30>>, though she did learn a thing or two about sucking dick.<<set $skillIncrease = 10>><<OralSkillIncrease $activeSlave>><<else>>.<</if>> And last of all, you and $activeSlave.slaveName did make @@.green;quite a good impression@@ today, though for widely differing reasons.
 <<set $activeSlave.health -= 10>>
 <<set $activeSlave.sexualFlaw = "none">>
 <<set $seed = random(65,80)>>
@@ -6408,7 +6408,7 @@ When the 14th streak is finally successful, there are serious talks about making
 $activeSlave.slaveName
 <</replace>>
 <<replace "#result">>
-You bring $activeSlave.slaveName into your office and stand her in front of your leather couch. She <<if canSee($activeSlave)>>eyes you <<else>>listens <</if>><<if $activeSlave.devotion < -20>>suspiciously<<else>>worriedly<</if>> as you ready <<if ($activeSlave.vagina >= 0) && ($activeSlave.dick > 0)>>two bullet vibrators<<else>>a bullet vibrator<</if>>. <<if ($activeSlave.vagina >= 0) && ($activeSlave.dick > 0)>>You secure one bullet to $activeSlave.slaveName's frenulum and one to her clit<<elseif $activeSlave.dick > 0>>You secure the bullet to $activeSlave.slaveName's frenulum<<elseif $activeSlave.vagina == -1>>You secure the bullet to her perineum<<else>>You secure the bullet to $activeSlave.slaveName's clit<</if>>. You explain that the arcology continually monitors your vital signs, and will use them to estimate your arousal; the system controls the bullet vibrators, which will emit stimulating vibrations scaled to your pleasure. The more pleasure you feel, the more pleasant the vibrations will be, though they will not bring her to orgasm until you climax. To demonstrate, you give the head of your cock a quick squeeze. $activeSlave.slaveName squeals in surprise at the sudden stimulation as the bullets spring to life. You tell her to get to work. Though timid at first, as she proceeds to blow you, she becomes more and more enthusiastic as her own pleasure builds. It isn't long until she's deepthroating you enthusiastically and begging you to cum in her mouth. You make her hold out a bit longer, and then you complete the training session, filling her mouth with your cum. She climaxes in turn, and virtually melts into a quivering mess on your floor.<<if $activeSlave.dick > 0>> $activeSlave.slaveName's cock oozes cum from her intense orgasm, and you command her to clean it off the floor before she gets back to her duties.<</if>><<if random(1,4) == 4>>@@color:lightcoral;You've successfully linked cum and pleasure in her mind@@, guaranteeing her a confusing few days as she tries to reconcile this with her hatred of oral sex.<<set ($activeSlave.fetish = "cumslut")>><<set ($activeSlave.fetishKnown = 1)>><<set ($activeSlave.fetishStrength = 10)>><<else>> This has @@color:green;broken her of her bad habits.@@<<set $activeSlave.sexualFlaw = "none">><</if>> This demonstration of your control over her has @@color:hotpink;worn down her resistance to your commands.@@
+You bring $activeSlave.slaveName into your office and stand her in front of your leather couch. She <<if canSee($activeSlave)>>eyes you <<else>>listens <</if>><<if $activeSlave.devotion < -20>>suspiciously<<else>>worriedly<</if>> as you ready <<if ($activeSlave.vagina >= 0) && ($activeSlave.dick > 0)>>two bullet vibrators<<else>>a bullet vibrator<</if>>. <<if ($activeSlave.vagina >= 0) && ($activeSlave.dick > 0)>>You secure one bullet to $activeSlave.slaveName's frenulum and one to her clit<<elseif $activeSlave.dick > 0>>You secure the bullet to $activeSlave.slaveName's frenulum<<elseif $activeSlave.vagina == -1>>You secure the bullet to her perineum<<else>>You secure the bullet to $activeSlave.slaveName's clit<</if>>. You explain that the arcology continually monitors your vital signs, and will use them to estimate your arousal; the system controls the bullet vibrators, which will emit stimulating vibrations scaled to your pleasure. The more pleasure you feel, the more pleasant the vibrations will be, though they will not bring her to orgasm until you climax. To demonstrate, you give the head of your cock a quick squeeze. $activeSlave.slaveName squeals in surprise at the sudden stimulation as the bullets spring to life. You tell her to get to work. Though timid at first, as she proceeds to blow you, she becomes more and more enthusiastic as her own pleasure builds. It isn't long until she's deepthroating you enthusiastically and begging you to cum in her mouth. You make her hold out a bit longer, and then you complete the training session, filling her mouth with your cum. She climaxes in turn, and virtually melts into a quivering mess on your floor.<<if $activeSlave.dick > 0>> $activeSlave.slaveName's cock oozes cum from her intense orgasm, and you command her to clean it off the floor before she gets back to her duties.<</if>><<if random(1,4) == 4>>@@.lightcoral;You've successfully linked cum and pleasure in her mind@@, guaranteeing her a confusing few days as she tries to reconcile this with her hatred of oral sex.<<set ($activeSlave.fetish = "cumslut")>><<set ($activeSlave.fetishKnown = 1)>><<set ($activeSlave.fetishStrength = 10)>><<else>> This has @@.green;broken her of her bad habits.@@<<set $activeSlave.sexualFlaw = "none">><</if>> This demonstration of your control over her has @@.hotpink;worn down her resistance to your commands.@@
 <<set $activeSlave.oralCount += 1>>
 <<set $oralTotal += 1>>
 <<set $activeSlave.devotion += 4>>
@@ -6420,7 +6420,7 @@ You bring $activeSlave.slaveName into your office and stand her in front of your
 $activeSlave.slaveName
 <</replace>>
 <<replace "#result">>
-Your cum training tactics have two components: Cum should be linked with pleasure, and cum should not be disgusting to $activeSlave.slaveName, because even $activeSlave.slaveName produces it. To drive home these lessons, you lead $activeSlave.slaveName to your office's leather couch, arranging her<<if $activeSlave.height < 150>> petite<<elseif $activeSlave.height < 160>> short<<elseif $activeSlave.height >= 170>>  tall<<elseif $activeSlave.height >= 185>> very tall<</if>> form upside down with her head on the cushion, her back on the backrest, and her <<if $activeSlave.amp == 1>>stumps<<else>>legs<</if>> in the air. In this position, her <<if ($activeSlave.dick > 5)>>gigantic<<elseif ($activeSlave.dick > 4)>>huge<<elseif ($activeSlave.dick > 3)>>large<<elseif ($activeSlave.dick > 2)>>average<<elseif ($activeSlave.dick > 1)>>small<<elseif ($activeSlave.dick > 0)>>tiny<</if>> cock <<if $activeSlave.preg > 10>>rests over her early pregnancy and <</if>>hangs directly over her anxious face. <<if ($activeSlave.aphrodisiacs > 0) || $slaves[$i].inflationType == "aphrodisiac">>The aphrodisiacs in her system already have her so aroused she's already dripping precum; as you approach her vulnerable form on the couch, a drop lands on her chin.<<else>>You sit next to her vulnerable form on the couch as she looks at you in anticipation.<</if>> You <<if ($activeSlave.anus > 2)>>insert a wide vibrating plug into her gaping anus<<elseif ($activeSlave.anus > 1)>>insert a big vibrating plug into her ass<<elseif ($activeSlave.anus > 0)>>insert a vibrating plug into her tight ass<<else>>place a bullet vibrator over the pucker of her virgin anus<</if>>, secure a bullet vibrator her quivering perineum, and another to the base of her dick, and set them all to gradually increase the strength of their vibrations. In no time at all she releases a <<if ($activeSlave.dickAccessory == "chastity")>>squirt of ejaculate from her cock cage<<elseif $activeSlave.balls > 0>>torrent of thick, white semen<<else>>pathetic dribble of watery ejaculate<</if>>, all of which lands right on her outstretched tongue and pools in her throat. You nudge her chin to make her close her mouth and swallow. After a week of such treatment, she @@color:lightcoral;acquires a taste for semen.@@<<set ($activeSlave.fetish = "cumslut")>><<set ($activeSlave.fetishKnown = 1)>><<set ($activeSlave.fetishStrength = 10)>>
+Your cum training tactics have two components: Cum should be linked with pleasure, and cum should not be disgusting to $activeSlave.slaveName, because even $activeSlave.slaveName produces it. To drive home these lessons, you lead $activeSlave.slaveName to your office's leather couch, arranging her<<if $activeSlave.height < 150>> petite<<elseif $activeSlave.height < 160>> short<<elseif $activeSlave.height >= 170>>  tall<<elseif $activeSlave.height >= 185>> very tall<</if>> form upside down with her head on the cushion, her back on the backrest, and her <<if $activeSlave.amp == 1>>stumps<<else>>legs<</if>> in the air. In this position, her <<if ($activeSlave.dick > 5)>>gigantic<<elseif ($activeSlave.dick > 4)>>huge<<elseif ($activeSlave.dick > 3)>>large<<elseif ($activeSlave.dick > 2)>>average<<elseif ($activeSlave.dick > 1)>>small<<elseif ($activeSlave.dick > 0)>>tiny<</if>> cock <<if $activeSlave.preg > 10>>rests over her early pregnancy and <</if>>hangs directly over her anxious face. <<if ($activeSlave.aphrodisiacs > 0) || $slaves[$i].inflationType == "aphrodisiac">>The aphrodisiacs in her system already have her so aroused she's already dripping precum; as you approach her vulnerable form on the couch, a drop lands on her chin.<<else>>You sit next to her vulnerable form on the couch as she looks at you in anticipation.<</if>> You <<if ($activeSlave.anus > 2)>>insert a wide vibrating plug into her gaping anus<<elseif ($activeSlave.anus > 1)>>insert a big vibrating plug into her ass<<elseif ($activeSlave.anus > 0)>>insert a vibrating plug into her tight ass<<else>>place a bullet vibrator over the pucker of her virgin anus<</if>>, secure a bullet vibrator her quivering perineum, and another to the base of her dick, and set them all to gradually increase the strength of their vibrations. In no time at all she releases a <<if ($activeSlave.dickAccessory == "chastity")>>squirt of ejaculate from her cock cage<<elseif $activeSlave.balls > 0>>torrent of thick, white semen<<else>>pathetic dribble of watery ejaculate<</if>>, all of which lands right on her outstretched tongue and pools in her throat. You nudge her chin to make her close her mouth and swallow. After a week of such treatment, she @@.lightcoral;acquires a taste for semen.@@<<set ($activeSlave.fetish = "cumslut")>><<set ($activeSlave.fetishKnown = 1)>><<set ($activeSlave.fetishStrength = 10)>>
 <<set $activeSlave.devotion += 4>>
 <</replace>>
 <</link>>
@@ -6449,21 +6449,21 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 <<link "Go clubbing">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.preg > 20>> barely noticeable under her pregnant belly<</if>>, and a string bikini top so brief that her areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving with every beat and catching every eye<<if $activeSlave.preg > 20>>, despite how far along she is<</if>>. Her skills could have half the club lining up to fuck her for money, but tonight she's all yours. The entire floor is envious of you as the night wears on and her dancing turns into sexual servicing you in time with the music. <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0) && ($activeSlave.hormones < 1)>>Her tiny skirt does nothing to hide her erection<<elseif ($activeSlave.clit > 0)>>Her tiny skirt displays her big, engorged clit<<elseif $activeSlave.vagina == -1>>Her arched back and cocked hips make it very clear that she wants her asspussy fucked<<else>>The smell of her arousal is noticeable even over the stink of sweat<</if>>. <<if ($activeSlave.boobs > 1000)>>Her breasts get groped and mauled all night<<elseif ($activeSlave.butt > 5)>>She grinds her ass against your crotch all night<<else>>Cum joins the sweat running off her<</if>>. The crowd is duly impressed; @@color:green;your reputation has increased.@@
+	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.preg > 20>> barely noticeable under her pregnant belly<</if>>, and a string bikini top so brief that her areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving with every beat and catching every eye<<if $activeSlave.preg > 20>>, despite how far along she is<</if>>. Her skills could have half the club lining up to fuck her for money, but tonight she's all yours. The entire floor is envious of you as the night wears on and her dancing turns into sexual servicing you in time with the music. <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0) && ($activeSlave.hormones < 1)>>Her tiny skirt does nothing to hide her erection<<elseif ($activeSlave.clit > 0)>>Her tiny skirt displays her big, engorged clit<<elseif $activeSlave.vagina == -1>>Her arched back and cocked hips make it very clear that she wants her asspussy fucked<<else>>The smell of her arousal is noticeable even over the stink of sweat<</if>>. <<if ($activeSlave.boobs > 1000)>>Her breasts get groped and mauled all night<<elseif ($activeSlave.butt > 5)>>She grinds her ass against your crotch all night<<else>>Cum joins the sweat running off her<</if>>. The crowd is duly impressed; @@.green;your reputation has increased.@@
 	<</replace>>
 	<<set $rep += 100>>
 <</link>>
 <br><<link "Attend a milonga">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door wearing classy heels and a gorgeous long dress cunningly designed to adhere to her while she dances despite the fact that it displays all of one leg, her entire back<<if $activeSlave.preg > 20>>, her pregnant belly<</if>>, cleavage, and the sides of both breasts. She has her hair up in a perfect bun accented with a spray of the latest jewelry, and is wearing severe makeup that makes her look aristocratic and elegant by turns. The host of the milonga, an old-world tango enthusiast, knows well the social graces and invites you, as the most prominent attendee, to perform the traditional demonstration tango that begins the dance. It goes wonderfully, and the entire party sighs in appreciation as you perform the classic tango. You lower $activeSlave.slaveName<<if $activeSlave.preg > 20>>'s heavy body<</if>> gracefully and pull her back up into a close embrace, and breath catches in more than one throat. As tradition dictates she dances with many partners throughout the night. One concession to Free Cities sensibilities is that the male and female roles in the tango may be filled by anyone, and $activeSlave.slaveName switches flawlessly between playing the female role to the elderly host one dance and the male role to his teenage granddaughter the next. The poor girl spends the rest of the evening staring at $activeSlave.slaveName with her tongue tied. Whoever $activeSlave.slaveName dances with, she always subtly shows by glance and gesture that it's you she truly wants. Everyone is quite envious of you; @@color:green;your reputation has increased.@@
+	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door wearing classy heels and a gorgeous long dress cunningly designed to adhere to her while she dances despite the fact that it displays all of one leg, her entire back<<if $activeSlave.preg > 20>>, her pregnant belly<</if>>, cleavage, and the sides of both breasts. She has her hair up in a perfect bun accented with a spray of the latest jewelry, and is wearing severe makeup that makes her look aristocratic and elegant by turns. The host of the milonga, an old-world tango enthusiast, knows well the social graces and invites you, as the most prominent attendee, to perform the traditional demonstration tango that begins the dance. It goes wonderfully, and the entire party sighs in appreciation as you perform the classic tango. You lower $activeSlave.slaveName<<if $activeSlave.preg > 20>>'s heavy body<</if>> gracefully and pull her back up into a close embrace, and breath catches in more than one throat. As tradition dictates she dances with many partners throughout the night. One concession to Free Cities sensibilities is that the male and female roles in the tango may be filled by anyone, and $activeSlave.slaveName switches flawlessly between playing the female role to the elderly host one dance and the male role to his teenage granddaughter the next. The poor girl spends the rest of the evening staring at $activeSlave.slaveName with her tongue tied. Whoever $activeSlave.slaveName dances with, she always subtly shows by glance and gesture that it's you she truly wants. Everyone is quite envious of you; @@.green;your reputation has increased.@@
 	<</replace>>
 	<<set $rep += 100>>
 <</link>>
 <br><<link "Never mind Friday night, the moon's out and it's romantic on the balcony">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door absolutely naked<<if $activeSlave.preg > 20>>, her motherly body on full display<</if>>. She has half a question on her face, wondering whether this is going too far, but it vanishes when you <<if canSee($activeSlave)>>smile reassuringly at<<else>>compliment<</if>> her. You take her by the hand and lead her out onto the private balcony outside your office. It's a cloudless night, and the moon is full. You order the arcology to play a classic dance medley, and $activeSlave.slaveName becomes all innocence and grace, the perfect dance partner<<if $activeSlave.preg > 20>>, despite her heavy pregnancy<</if>>. The only real consequence of her nudity is the extra sway of her breasts<<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0) && ($activeSlave.hormones < 1)>>, her visible erection,<<elseif ($activeSlave.clit > 0)>>, her visibly engorged clit,<</if>> and the hardness of her nipples in the cool night when the dance brings you close. She enjoys herself immensely and in no time at all, she's meekly asking you to take her inside and dance with her on the bed. Naturally, you oblige. Her @@color:hotpink;devotion to you@@ and @@color:mediumaquamarine;trust in you@@ have increased.
+	You inform $activeSlave.slaveName of your plans and tell her to get dressed appropriately. She meets you at the door absolutely naked<<if $activeSlave.preg > 20>>, her motherly body on full display<</if>>. She has half a question on her face, wondering whether this is going too far, but it vanishes when you <<if canSee($activeSlave)>>smile reassuringly at<<else>>compliment<</if>> her. You take her by the hand and lead her out onto the private balcony outside your office. It's a cloudless night, and the moon is full. You order the arcology to play a classic dance medley, and $activeSlave.slaveName becomes all innocence and grace, the perfect dance partner<<if $activeSlave.preg > 20>>, despite her heavy pregnancy<</if>>. The only real consequence of her nudity is the extra sway of her breasts<<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0) && ($activeSlave.hormones < 1)>>, her visible erection,<<elseif ($activeSlave.clit > 0)>>, her visibly engorged clit,<</if>> and the hardness of her nipples in the cool night when the dance brings you close. She enjoys herself immensely and in no time at all, she's meekly asking you to take her inside and dance with her on the bed. Naturally, you oblige. Her @@.hotpink;devotion to you@@ and @@.mediumaquamarine;trust in you@@ have increased.
 	<</replace>>
 	<<set $activeSlave.devotion += 3>>
 	<<set $activeSlave.devotion += 3>>
@@ -6481,21 +6481,21 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 <<link "Require double repayment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he @@color:yellowgreen;repay double what he owes.@@
+	Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he @@.yellowgreen;repay double what he owes.@@
 	<<set $cash += random(150,200)*10>>
 	<</replace>>
 <</link>>
 <br><<link "Require double repayment and spend it on her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. She spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing her to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. She's @@color:hotpink;deeply touched@@ by an evening of affection without sex.
+	Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. She spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing her to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. She's @@.hotpink;deeply touched@@ by an evening of affection without sex.
 	<<set $activeSlave.devotion += 10>>
 	<</replace>>
 <</link>>
 <br><<link "Leverage the situation and reward her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by favored and hopefully more honest competitor, who @@color:green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing her to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. She's @@color:hotpink;deeply touched@@ by an evening of affection without sex, and she @@color:mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors.
+	Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing her to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. She's @@.hotpink;deeply touched@@ by an evening of affection without sex, and she @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors.
 	<<set $activeSlave.devotion += 3>>
 	<<set $activeSlave.trust += 3>>
 	<<set $cash -= 2000>>
@@ -6520,7 +6520,7 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 	<<else>>
 		You're massaging and squeezing her flat chest.
 	<</if>>
-	Her face contorts with surprise and then outrage, but then she <<if !canSee($activeSlave)>>recognizes your familiar smell and <</if>>realizes whose hand it is that's taking liberties with her. <<if $activeSlave.intelligence > 1>>Though she's smart,<<elseif $activeSlave.intelligence > -1>>Though she's not dumb,<<else>>She's an idiot, and<</if>> in her drowsy state she can't figure out what to do. She settles for @@color:hotpink;freezing submissively@@ and letting you do what you like. You test her compliance by
+	Her face contorts with surprise and then outrage, but then she <<if !canSee($activeSlave)>>recognizes your familiar smell and <</if>>realizes whose hand it is that's taking liberties with her. <<if $activeSlave.intelligence > 1>>Though she's smart,<<elseif $activeSlave.intelligence > -1>>Though she's not dumb,<<else>>She's an idiot, and<</if>> in her drowsy state she can't figure out what to do. She settles for @@.hotpink;freezing submissively@@ and letting you do what you like. You test her compliance by
 	<<switch $activeSlave.nipples>>
 	<<case "inverted">>
 		painfully protruding her fully inverted nipple. She puts up with even that, though she cries a little as it pops out.
@@ -6547,7 +6547,7 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 	<<else>>
 		You're massaging and teasing her taut belly.
 	<</if>>
-	Her face contorts with surprise and then outrage, but then she <<if !canSee($activeSlave)>>recognizes your familiar smell and <</if>>realizes whose hand it is that's taking liberties with her. <<if $activeSlave.intelligence > 1>>Though she's smart,<<elseif $activeSlave.intelligence > -1>>Though she's not dumb,<<else>>She's an idiot, and<</if>> in her drowsy state she can't figure out what to do. She settles for @@color:hotpink;freezing submissively@@ and letting you do what you like. You test her compliance by
+	Her face contorts with surprise and then outrage, but then she <<if !canSee($activeSlave)>>recognizes your familiar smell and <</if>>realizes whose hand it is that's taking liberties with her. <<if $activeSlave.intelligence > 1>>Though she's smart,<<elseif $activeSlave.intelligence > -1>>Though she's not dumb,<<else>>She's an idiot, and<</if>> in her drowsy state she can't figure out what to do. She settles for @@.hotpink;freezing submissively@@ and letting you do what you like. You test her compliance by
 	<<if $activeSlave.weight > 10>>
 		sinking your hands into her fat to get a good feel off the life growing within.
 	<<else>>
@@ -6569,13 +6569,13 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 <br><<link "Cum on her face">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand over her, quietly masturbating while watching her sleep. Several of her fellow slaves come and go as you do so, but if they're surprised by the sight, they have the presence of mind not to show it. You fancy yourself a bit of a marks<<if $PC.title == 1>>man<<else>>woman<</if>>, and you don't feel the need to bend over her to score good hits. Your load comes in three main jets: the first hits her on the nipple, the second tracks up her sternum and throat, and the third splashes full across her face as her eyes fly open<<if $PC.vagina == 1>>, each of these accompanied by some less directionally perfect girlcum<</if>>. She sputters with surprise and then outrage, but <<if !canSee($activeSlave)>>once she recognizes your taste and<<else>>then she<</if>> realizes who it is standing over her <<if canSee($activeSlave)>>and<<else>>does she<</if>> @@color:gold;freezes in terror.@@ <<if $activeSlave.intelligence > 1>>She's quick, and she immediately realizes<<elseif $activeSlave.intelligence > -1>>She's not dumb, and she quickly realizes<<else>>She gradually manages to calculate<</if>> that doing anything other than thanking you would be phenomenally stupid. "Thank you,
+	You stand over her, quietly masturbating while watching her sleep. Several of her fellow slaves come and go as you do so, but if they're surprised by the sight, they have the presence of mind not to show it. You fancy yourself a bit of a marks<<if $PC.title == 1>>man<<else>>woman<</if>>, and you don't feel the need to bend over her to score good hits. Your load comes in three main jets: the first hits her on the nipple, the second tracks up her sternum and throat, and the third splashes full across her face as her eyes fly open<<if $PC.vagina == 1>>, each of these accompanied by some less directionally perfect girlcum<</if>>. She sputters with surprise and then outrage, but <<if !canSee($activeSlave)>>once she recognizes your taste and<<else>>then she<</if>> realizes who it is standing over her <<if canSee($activeSlave)>>and<<else>>does she<</if>> @@.gold;freezes in terror.@@ <<if $activeSlave.intelligence > 1>>She's quick, and she immediately realizes<<elseif $activeSlave.intelligence > -1>>She's not dumb, and she quickly realizes<<else>>She gradually manages to calculate<</if>> that doing anything other than thanking you would be phenomenally stupid. "Thank you,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps
 	<<else>>
 		<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she mumbles
 	<</if>>
-	blearily. You leave her to @@color:hotpink;puzzle over her own submissiveness,@@ covered in your cum.
+	blearily. You leave her to @@.hotpink;puzzle over her own submissiveness,@@ covered in your cum.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust -= 2>>
 	<</replace>>
@@ -6584,13 +6584,13 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 <br><<link "Squirt on her face">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You stand over her, quietly masturbating while watching her sleep. Several of her fellow slaves come and go as you do so, but if they're surprised by the sight, they have the presence of mind not to show it. You're on excellent terms with your cunt, and you know just what it takes to make yourself squirt. When you feel the heat building just right, you quickly straddle her face without touching her, angling yourself carefully and increasing the pace of your schlicking. In no time at all, a jet of femcum splashes onto her face and down across her chest. She sputters with surprise and then outrage, but then she <<if canSee($activeSlave)>>realizes whose pussy she's staring straight into<<else>>recognizes your flavor<</if>> and @@color:gold;freezes in terror.@@ <<if $activeSlave.intelligence > 1>>She's quick, and she immediately realizes<<elseif $activeSlave.intelligence > -1>>She's not dumb, and she quickly realizes<<else>>She gradually manages to calculate<</if>> that doing anything other than thanking you would be phenomenally stupid. "Thank you,
+	You stand over her, quietly masturbating while watching her sleep. Several of her fellow slaves come and go as you do so, but if they're surprised by the sight, they have the presence of mind not to show it. You're on excellent terms with your cunt, and you know just what it takes to make yourself squirt. When you feel the heat building just right, you quickly straddle her face without touching her, angling yourself carefully and increasing the pace of your schlicking. In no time at all, a jet of femcum splashes onto her face and down across her chest. She sputters with surprise and then outrage, but then she <<if canSee($activeSlave)>>realizes whose pussy she's staring straight into<<else>>recognizes your flavor<</if>> and @@.gold;freezes in terror.@@ <<if $activeSlave.intelligence > 1>>She's quick, and she immediately realizes<<elseif $activeSlave.intelligence > -1>>She's not dumb, and she quickly realizes<<else>>She gradually manages to calculate<</if>> that doing anything other than thanking you would be phenomenally stupid. "Thank you,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps
 	<<else>>
 		<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she mumbles
 	<</if>>
-	blearily. You leave her to @@color:hotpink;puzzle over her own submissiveness,@@ covered in your pussyjuice.
+	blearily. You leave her to @@.hotpink;puzzle over her own submissiveness,@@ covered in your pussyjuice.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust -= 2>>
 	<</replace>>
@@ -6601,7 +6601,7 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 	<<replace "#result">>
 	You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of her slumbering little movements hold your attention for a time.<<if $activeSlave.preg > 20>> You watch the subtle movements going on within her womb as well.<</if>> After a while, you head to your own bed. Several of her fellow slaves came and went as you watched her, but if they're surprised by the sight, they have the presence of mind not to show it.
 	<br><br>
-	One of them quietly lets her know about the incident the next day, though, and the overall impact on her mental state is surprisingly positive. In a more normal human setting, the news that someone watched her sleep last night without her consent or even knowledge at the time would disturb her greatly. However, it's not uncommon for slaves in the dormitory to wake up to the sounds of the occupant of the bedroll next to theirs getting fucked, and without her consent, either. Perhaps you're odd, she's obviously thinking, but @@color:mediumaquamarine;perhaps you won't rape her while she sleeps.@@
+	One of them quietly lets her know about the incident the next day, though, and the overall impact on her mental state is surprisingly positive. In a more normal human setting, the news that someone watched her sleep last night without her consent or even knowledge at the time would disturb her greatly. However, it's not uncommon for slaves in the dormitory to wake up to the sounds of the occupant of the bedroll next to theirs getting fucked, and without her consent, either. Perhaps you're odd, she's obviously thinking, but @@.mediumaquamarine;perhaps you won't rape her while she sleeps.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -6625,16 +6625,16 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 	"That was such a big meal <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, look how full it made me!" She teases, pretending her gravid belly is filled with your fluids.
 	<</if>>
 	<</if>>
-	She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the part of a vampiric sex
+	She's obviously @@.mediumaquamarine;becoming more comfortable@@ playing the part of a vampiric sex
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 95)>>
-	  demon, and it's a role the incorrigible cumslut @@color:hotpink;loves.@@
+	  demon, and it's a role the incorrigible cumslut @@.hotpink;loves.@@
 	  <<set $activeSlave.devotion += 2>>
 	<<elseif ($activeSlave.fetish == "cumslut")>>
-	  demon, and it's a role that @@color:lightcoral;reinforces her oral fixation.@@
+	  demon, and it's a role that @@.lightcoral;reinforces her oral fixation.@@
 	  <<set $activeSlave.fetishStrength += 4>>
 	<<elseif (($activeSlave.fetishStrength <= 95) || ($activeSlave.fetishKnown == 0)) && (random(0,1) == 0)>>
-	  demon, and the role @@color:lightcoral;focuses her attention on her mouth.@@
+	  demon, and the role @@.lightcoral;focuses her attention on her mouth.@@
 	  <<set $activeSlave.fetishStrength = 10>>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetish = "cumslut">>
@@ -6657,16 +6657,16 @@ Your cum training tactics have two components: Cum should be linked with pleasur
 	"Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! I'm swelling so fast with imps for you!" She teases, cradling her pregnant belly and pretending it just grew that big.
 	<</if>>
 	<</if>>
-She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the part of a sex demon whose hunger knows no
+She's obviously @@.mediumaquamarine;becoming more comfortable@@ playing the part of a sex demon whose hunger knows no
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 95)>>
-	  end, and it's a role the pregnancy fetishist @@color:hotpink;loves.@@
+	  end, and it's a role the pregnancy fetishist @@.hotpink;loves.@@
 	  <<set $activeSlave.devotion += 2>>
 	<<elseif ($activeSlave.fetish == "pregnancy")>>
-	  end, and it's a role that @@color:lightcoral;reinforces her love of insemination.@@
+	  end, and it's a role that @@.lightcoral;reinforces her love of insemination.@@
 	  <<set $activeSlave.fetishStrength += 4>>
 	<<elseif (($activeSlave.fetishStrength <= 95) || ($activeSlave.fetishKnown == 0)) && (random(0,1) == 0)>>
-	  end, and the role @@color:lightcoral;focuses her attention on insemination.@@
+	  end, and the role @@.lightcoral;focuses her attention on insemination.@@
 	  <<set $activeSlave.fetishStrength = 10>>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetish = "pregnancy">>
@@ -6709,18 +6709,18 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<if $activeSlave.anus > 2>>It's not like her experienced butt can't take an assraping, but<<elseif $activeSlave.anus > 1>>Her practiced ass relaxes and accommodates your dick, but<<else>>Her tight asshole spasms with pain as it stretches to accommodate you, and<</if>> she whines at your sudden aggression, wiggling within your dominating grip. You fill her ass with cum as she struggles, still playing her part, begging you not to cum in her bottom, since succubi can't live on buttsex.
 	<<set $activeSlave.trust += 4>>
 	<<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 95)>>
-	  It's a role the submissive slut @@color:hotpink;loves.@@
+	  It's a role the submissive slut @@.hotpink;loves.@@
 	  <<set $activeSlave.devotion += 2>>
 	<<elseif ($activeSlave.fetish == "submissive")>>
-	  It's a role that @@color:lightcoral;reinforces her submissive streak.@@
+	  It's a role that @@.lightcoral;reinforces her submissive streak.@@
 	  <<set $activeSlave.fetishStrength += 4>>
 	<<elseif (($activeSlave.fetishStrength <= 95) || ($activeSlave.fetishKnown == 0)) && (random(0,1) == 0)>>
-	  The role @@color:lightcoral;focuses her attention on submission.@@
+	  The role @@.lightcoral;focuses her attention on submission.@@
 	  <<set $activeSlave.fetishStrength = 10>>
 	  <<set $activeSlave.fetishKnown = 1>>
 	  <<set $activeSlave.fetish = "submissive">>
 	<<else>>
-	  She @@color:hotpink;plays the role well.@@
+	  She @@.hotpink;plays the role well.@@
 	<</if>>
 	<<if $activeSlave.vagina > 0>>
 	  <<set $activeSlave.vaginalCount += 1>>
@@ -6874,7 +6874,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	  <</if>>
 	  it's an ejaculating model, and it's filled her so completely that each thrust sends a gush of fake cum down her legs to join the puddle on the floor.
 	<</if>>
-	"@@color:hotpink;Good girl,@@" $assistantName says. The new slave turns resolutely away from the arresting sight and gets on with the inspection, doing her best to ignore the lewd noises coming from that part of the room.
+	"@@.hotpink;Good girl,@@" $assistantName says. The new slave turns resolutely away from the arresting sight and gets on with the inspection, doing her best to ignore the lewd noises coming from that part of the room.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -6955,7 +6955,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 		<<set $analTotal += 1>>
 	  <</if>>
 	<</if>>
-	$activeSlave.slaveName probably isn't thinking about how far this is from vanilla human sexuality at the moment. But if she took a moment to reflect, you muse, she might be surprised at what @@color:mediumaquamarine;she's learned to be comfortable with.@@
+	$activeSlave.slaveName probably isn't thinking about how far this is from vanilla human sexuality at the moment. But if she took a moment to reflect, you muse, she might be surprised at what @@.mediumaquamarine;she's learned to be comfortable with.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -6973,11 +6973,11 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><br>
 	She's so discombobulated by this that she goes limp, offering no resistance as you extract yourself, <<if $PC.dick == 1>>straddle her torso, and press your dick inside her mouth to climax there, adding your own ejaculate<<else>>slip out of the harness with the ease of long practice, and straddle her face so that your climax adds a good quantity of your pussyjuice<</if>> to everything she's already gotten down<<if $PC.vagina == 1>><<if $PC.dick == 1>> and leaving quite a lot of your pussyjuice on her chin<</if>><</if>>. When you finally release her, she slithers down to the floor, utterly spent.
 	<<if canTalk($activeSlave) == false>>
-		She raises a shaky hand to @@color:mediumaquamarine;gesture thanks.@@
+		She raises a shaky hand to @@.mediumaquamarine;gesture thanks.@@
 	<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>
-		"@@color:mediumaquamarine;Thank you,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps weakly.
+		"@@.mediumaquamarine;Thank you,@@ <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>," she lisps weakly.
 	<<else>>
-		"@@color:mediumaquamarine;Thank you,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she murmurs in a tiny voice.
+		"@@.mediumaquamarine;Thank you,@@ <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she murmurs in a tiny voice.
 	<</if>>
 	<<set $activeSlave.trust += 4>>
 	<<if $activeSlave.vagina > -1>>
@@ -6998,7 +6998,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><br>
 	She's so pent up that she reaches her first climax quickly, filling her capped dick with cum. She <<if $activeSlave.voice == 0>>tries to moan<<else>>moans<</if>> at the combination of relief and pressure inside her dick, and then slumps a little when she feels the <<if $PC.dick == 1>>penis<<else>>hard phallus<</if>> inside her fuck her even harder, forcing her towards a second orgasm. And after that one, a third. And a fourth.
 	<br><br>
-	When you finally climax yourself, you stand, leaving her writhing at your feet with her huge soft cock positively pressurized. Considering the situation, you kneel down at her side, deciding what to do. Stroking her in a mockery of reassurance, you grab her agonized member, producing a <<if $activeSlave.voice == 0>>gaping, silent scream<<else>>little shriek<</if>>. You maneuver the massive thing inside the slave's own well-fucked <<if $activeSlave.vagina > -1>>pussy<<else>>asshole<</if>>, and then slide fingers in alongside the monstrous thing as she <<if $activeSlave.voice == 0>>cries desperately<<else>>begs abjectly for mercy<</if>>. Popping the elastic off, you get to watch her face as she floods her own <<if $activeSlave.vagina > -1>>womanhood<<else>>bowels<</if>> with cum. The cum pressurization brought her almost to half-hardness, and as this effect diminishes, her dick slides out again, releasing a lewd torrent of cum. She cries with overstimulation, relief, pain, and humiliation, @@color:hotpink;groveling below you@@ in utter subjugation.
+	When you finally climax yourself, you stand, leaving her writhing at your feet with her huge soft cock positively pressurized. Considering the situation, you kneel down at her side, deciding what to do. Stroking her in a mockery of reassurance, you grab her agonized member, producing a <<if $activeSlave.voice == 0>>gaping, silent scream<<else>>little shriek<</if>>. You maneuver the massive thing inside the slave's own well-fucked <<if $activeSlave.vagina > -1>>pussy<<else>>asshole<</if>>, and then slide fingers in alongside the monstrous thing as she <<if $activeSlave.voice == 0>>cries desperately<<else>>begs abjectly for mercy<</if>>. Popping the elastic off, you get to watch her face as she floods her own <<if $activeSlave.vagina > -1>>womanhood<<else>>bowels<</if>> with cum. The cum pressurization brought her almost to half-hardness, and as this effect diminishes, her dick slides out again, releasing a lewd torrent of cum. She cries with overstimulation, relief, pain, and humiliation, @@.hotpink;groveling below you@@ in utter subjugation.
 	<<set $activeSlave.devotion += 4>>
 	<<if $activeSlave.vagina > -1>>
 		<<set $activeSlave.vaginalCount += 1>>
@@ -7079,7 +7079,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<elseif $activeSlave.fetish == "pregnancy">>
 	  Being on the bottom for some missionary lovemaking is very much to her tastes, even though the encounter isn't particularly likely to get her pregnant. She builds to orgasm slowly, revelling in the feeling of being your woman.
 	<</if>>
-	As you made love to her, the gentle motions, feminine sighs, and delicate aroma of pleasure woke the other girls in bed with you, and they began their own intimacy with each other. As you go back to sleep, you're surrounded with something very like Sapphic paradise. $activeSlave.slaveName nestles up to you once more, embracing you with @@color:mediumaquamarine;trust born of love.@@
+	As you made love to her, the gentle motions, feminine sighs, and delicate aroma of pleasure woke the other girls in bed with you, and they began their own intimacy with each other. As you go back to sleep, you're surrounded with something very like Sapphic paradise. $activeSlave.slaveName nestles up to you once more, embracing you with @@.mediumaquamarine;trust born of love.@@
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -7090,7 +7090,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You feel your libido building, building, building within you, an endless cycle that mounts rapidly to an inevitable explosion. It comes, and you perform a catlike glide around until your head is at her feet. As you did, you infiltrated one of your legs between hers from its convenient starting point. She wakes suddenly to the feeling of being manhandled, and then comes fully awake to the shockingly intimate sensation of your pussies pressed together as closely as physically possible.
 	<br><br>
-	Holding her upper thighs with your hands to pull her against you, you grind into her, fucking her about as comprehensively as it's possible for someone without a cock to fuck a woman. She's most definitely up for it, and you see her eyes fly wide in the gloom as the full weight of the pleasure crashes into her. It's not exactly a position for lovemaking, since your faces are about as far apart as they can possibly be during sex, but kissing be damned, you're here to fuck. Naturally, this evolution wakes everyone else up too, and before long, there's a regular lesbian orgy going on. When it's over, $activeSlave.slaveName finds herself returning exhaustedly to sleep, one of your arms curled <<if $activeSlave.preg > 20>>under her pregnancy<<else>>around her middle<</if>> to cup her pussy possessively. She finds that @@color:hotpink;she doesn't mind.@@ She's your girl.
+	Holding her upper thighs with your hands to pull her against you, you grind into her, fucking her about as comprehensively as it's possible for someone without a cock to fuck a woman. She's most definitely up for it, and you see her eyes fly wide in the gloom as the full weight of the pleasure crashes into her. It's not exactly a position for lovemaking, since your faces are about as far apart as they can possibly be during sex, but kissing be damned, you're here to fuck. Naturally, this evolution wakes everyone else up too, and before long, there's a regular lesbian orgy going on. When it's over, $activeSlave.slaveName finds herself returning exhaustedly to sleep, one of your arms curled <<if $activeSlave.preg > 20>>under her pregnancy<<else>>around her middle<</if>> to cup her pussy possessively. She finds that @@.hotpink;she doesn't mind.@@ She's your girl.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
@@ -7104,7 +7104,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You give her a reassuring swat across the rump and tell her you'd be happy to. You head toward the utility area with the milkers, and she follows eagerly behind you, <<if $activeSlave.fetish == "boobs">>very ready to have you touch her favorite part of her body<<else>>pleased you'd do this for her and very ready to relieve the pressure in her tits<</if>>. To her surprise, you seat yourself on a stool and draw her onto your lap rather than sitting her at a milking machine. Reaching behind yourself, you give the $desc cow on your lap a broad bucket, and tell her to hold it <<if $activeSlave.preg > 20>>under her breasts as best she can, given her pregnant belly<<else>>on her lap<</if>>. Then you reach around her and take her <<if $activeSlave.boobs > 6000>>gargantuan<<elseif $activeSlave.boobs > 2000>>huge<<else>>heavy<</if>> udders in your hands. She gasps as she realizes exactly how you plan to do this, and adjusts the bucket so it's below both of her nipples at once.
 	<br><br>
-	She instinctually expects the rhythmic tugging that the milkers usually produce, but what she gets is a methodical massage of her breasts, both at once. They're large enough to be more than a single handful, so you go bit by bit, ensuring that no part of her udders goes untouched. Her nipples start to gush milk without help after a few moments of this, and she groans with relief and satisfaction as she feels her breasts begin to empty and enjoys the sensation of the massage.<<if $activeSlave.fetish == "boobs">>She orgasms strongly soon after the first jet of milk, producing an especially thick squirt. <</if>> After you're satisfied, you move your hands to her nipples and milk her like a cow, getting the last drops of milk out of her <<if $activeSlave.fetish == "boobs">>and producing a shuddering series of aftershocks<<else>>and bringing her to a surprise orgasm<</if>>. When she's done, she leans back into you for a moment before setting the milk bucket down, a wordless gesture of @@color:mediumaquamarine;considerable trust.@@ It means a lot to her that you would milk her yourself.
+	She instinctually expects the rhythmic tugging that the milkers usually produce, but what she gets is a methodical massage of her breasts, both at once. They're large enough to be more than a single handful, so you go bit by bit, ensuring that no part of her udders goes untouched. Her nipples start to gush milk without help after a few moments of this, and she groans with relief and satisfaction as she feels her breasts begin to empty and enjoys the sensation of the massage.<<if $activeSlave.fetish == "boobs">>She orgasms strongly soon after the first jet of milk, producing an especially thick squirt. <</if>> After you're satisfied, you move your hands to her nipples and milk her like a cow, getting the last drops of milk out of her <<if $activeSlave.fetish == "boobs">>and producing a shuddering series of aftershocks<<else>>and bringing her to a surprise orgasm<</if>>. When she's done, she leans back into you for a moment before setting the milk bucket down, a wordless gesture of @@.mediumaquamarine;considerable trust.@@ It means a lot to her that you would milk her yourself.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.mammaryCount += 1>>
 	<<set $mammaryTotal += 1>>
@@ -7130,7 +7130,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 		<<set $analTotal += 1>>
 	<</if>>
 	and ask her what cows say. "Um, moo?" she responds in a small,
-	@@color:hotpink;submissive@@ voice.
+	@@.hotpink;submissive@@ voice.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.mammaryCount += 1>>
 	<<set $mammaryTotal += 1>>
@@ -7142,7 +7142,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <<link "Enjoy some oral with your refreshments">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	There were many things about being an arcology owner you didn't properly understand before you became one. One of the smallest and yet most enjoyable is the unlimited availability of <<if $PC.refreshmentType == 0>>a good $PC.refreshment<<elseif $PC.refreshmentType == 1>>a glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>a plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>$PC.refreshment<<else>>a syringe of $PC.refreshment<</if>> and <<if $PC.dick == 1>>a blowjob<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>some cunnilingus<</if>>. Turning to $activeSlave.slaveName, you <<if $PC.refreshmentType == 0>>select a $PC.refreshment<<elseif $PC.refreshmentType == 1>>pour yourself some $PC.refreshment<<elseif $PC.refreshmentType == 2>>serve yourself a plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>prepare a line of $PC.refreshment<<else>>select a syringe of $PC.refreshment<</if>>, relieve the slave of the tray, and <<if !canSee($activeSlave)>>audibly <</if>>widen your legs slightly in your chair. She <<if $activeSlave.preg > 20>>gently lowers her pregnant body to its<<else>>immediately drops to her<</if>> knees and gets to work, <<if $activeSlave.oralSkill >= 100>>using all of her mastery at giving oral pleasure<<elseif $activeSlave.oralSkill > 60>>using all of her skills at in oral pleasure<<else>>doing her best despite her mediocre oral skills<</if>>.<<if $activeSlave.teeth > 2>> You can feel the extreme care she has to take to keep her sharklike teeth clear of you.<<elseif $activeSlave.lips > 40>> Her huge lips are soft and pillowy against you.<<elseif ($activeSlave.teeth == "straightening braces") || ($activeSlave.teeth == "cosmetic braces")>>	You can feel the slight hesitations as she takes care to keep her braces off you.<</if>> You take your time, <<if $PC.refreshmentType == 0>>smoking meditatively<<elseif $PC.refreshmentType == 1>>taking meditative sips<<elseif $PC.refreshmentType == 2>>taking meditative bites<<elseif $PC.refreshmentType == 3>>enjoying your $PC.refreshment high<<else>>injecting a fix into your arm<</if>> and running a thoughtful hand <<if $activeSlave.hLength > 1>>through $activeSlave.slaveName's $activeSlave.hColor hair<<else>>across $activeSlave.slaveName's scalp<</if>> while you look at the view out your office windows. This isn't the first time you've done this, nor will it be the last, and $activeSlave.slaveName is @@color:hotpink;used to being used as a serving girl.@@
+	There were many things about being an arcology owner you didn't properly understand before you became one. One of the smallest and yet most enjoyable is the unlimited availability of <<if $PC.refreshmentType == 0>>a good $PC.refreshment<<elseif $PC.refreshmentType == 1>>a glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>a plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>$PC.refreshment<<else>>a syringe of $PC.refreshment<</if>> and <<if $PC.dick == 1>>a blowjob<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>some cunnilingus<</if>>. Turning to $activeSlave.slaveName, you <<if $PC.refreshmentType == 0>>select a $PC.refreshment<<elseif $PC.refreshmentType == 1>>pour yourself some $PC.refreshment<<elseif $PC.refreshmentType == 2>>serve yourself a plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>prepare a line of $PC.refreshment<<else>>select a syringe of $PC.refreshment<</if>>, relieve the slave of the tray, and <<if !canSee($activeSlave)>>audibly <</if>>widen your legs slightly in your chair. She <<if $activeSlave.preg > 20>>gently lowers her pregnant body to its<<else>>immediately drops to her<</if>> knees and gets to work, <<if $activeSlave.oralSkill >= 100>>using all of her mastery at giving oral pleasure<<elseif $activeSlave.oralSkill > 60>>using all of her skills at in oral pleasure<<else>>doing her best despite her mediocre oral skills<</if>>.<<if $activeSlave.teeth > 2>> You can feel the extreme care she has to take to keep her sharklike teeth clear of you.<<elseif $activeSlave.lips > 40>> Her huge lips are soft and pillowy against you.<<elseif ($activeSlave.teeth == "straightening braces") || ($activeSlave.teeth == "cosmetic braces")>>	You can feel the slight hesitations as she takes care to keep her braces off you.<</if>> You take your time, <<if $PC.refreshmentType == 0>>smoking meditatively<<elseif $PC.refreshmentType == 1>>taking meditative sips<<elseif $PC.refreshmentType == 2>>taking meditative bites<<elseif $PC.refreshmentType == 3>>enjoying your $PC.refreshment high<<else>>injecting a fix into your arm<</if>> and running a thoughtful hand <<if $activeSlave.hLength > 1>>through $activeSlave.slaveName's $activeSlave.hColor hair<<else>>across $activeSlave.slaveName's scalp<</if>> while you look at the view out your office windows. This isn't the first time you've done this, nor will it be the last, and $activeSlave.slaveName is @@.hotpink;used to being used as a serving girl.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -7162,7 +7162,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<else>>
 		the tip of the syringe penetrate her <<if $activeSlave.dick > 0>>cock head<<elseif $activeSlave.vagina == -1>>tiny front hole<<else>>clit<</if>> and the sting of the contents being forced into her sex organ. You didn't give her much, but her body is very sensitive there, and the effects hit her very quickly.
 	<</if>>
-	You go back to work, letting the slave loll around on your desk, enjoying the effects. You reflect that it's probably some kind of milestone in wealth that you're willing to throw the good stuff around like this. When she's had time to reflect on the strange incident, she @@color:mediumaquamarine;resolves to trust you more in the future,@@ since it can be fun.
+	You go back to work, letting the slave loll around on your desk, enjoying the effects. You reflect that it's probably some kind of milestone in wealth that you're willing to throw the good stuff around like this. When she's had time to reflect on the strange incident, she @@.mediumaquamarine;resolves to trust you more in the future,@@ since it can be fun.
 	<<else>>
 	You tell her to hop up on the desk and face you. She obeys promptly, <<if $activeSlave.energy > 95>>already starting to pant<<else>><<if canSee($activeSlave)>>watching you<<else>>listening<</if>> closely for further instructions<</if>>. To her surprise, you <<if $PC.breasts == 1>>unfasten your top, freeing your breasts, and <</if>>uncover your <<if $PC.dick == 1>>stiffening cock<<if $PC.vagina == 1>> and moistening pussy<</if>><<else>>moistening pussy<</if>>. Taking some $PC.refreshment in your fingers, you massage it onto your erect
 	<<if $PC.dick == 1 && $PC.breasts == 1>>
@@ -7184,7 +7184,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<else>>
 		She has no idea how to make this pleasurable; she is merely greedily lapping up the $PC.refreshment off your body. As she nears finishing your crotch, you grab her head and hold her to yourself until you are satisfied with her licking.
 	<</if>>
-	You go back to work, letting the slave sits back on your desk, licking her lips of the combined taste of you and $PC.refreshment. You reflect that it's probably some kind of milestone in wealth that you're willing to throw the good stuff around like this. When she's had time to reflect on the strange incident, she @@color:mediumaquamarine;resolves to trust you more in the future,@@ since it can be fun and tasty.
+	You go back to work, letting the slave sits back on your desk, licking her lips of the combined taste of you and $PC.refreshment. You reflect that it's probably some kind of milestone in wealth that you're willing to throw the good stuff around like this. When she's had time to reflect on the strange incident, she @@.mediumaquamarine;resolves to trust you more in the future,@@ since it can be fun and tasty.
 	<</if>>
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
@@ -7195,7 +7195,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <br><<link "Put your $PC.refreshment out on her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You select a $PC.refreshment and start smoking, ordering her to stick around and get her tits out. She sees nothing too unusual about this, and obeys complaisantly, standing beside you with her breasts bare. You reach over and play with her as you smoke, teasing her <<if $activeSlave.nipples == "huge">>massive, erect nipples<<elseif $activeSlave.nipples == "inverted">>painfully tender inverted nipples<<elseif $activeSlave.nipples == "partially inverted">>tender, partially inverted nipples<<elseif $activeSlave.lactation > 0>>motherly nipples<<else>>nipples and playing with her boobs<</if>>. Deciding that you're done with the $PC.refreshment, you pull a long draw of smoke into your mouth, bringing the coal at its foot to a fine glow. Then you pull it out of your mouth and press it against the slave's defenseless $activeSlave.skin <<if $activeSlave.preg > 20>>pregnant belly<<else>>breast<</if>>. She <<if $activeSlave.voice == 0>>makes the horrible rasping noise that her mute throat substitutes for screams of agony<<else>>shrieks with agony<</if>>, flinching away instinctively, and collapses to the ground<<if $activeSlave.fetish == "masochist">>, orgasming from the sudden rush of stimulation<</if>>. Writhing in pain, she cherishes the burn on her <<if $activeSlave.preg > 20>>stomach<<else>>breast<</if>> with both hands, her sobbing only interrupted by ragged gasps for breath. You order her to go get her burn looked at, and go back to your work. She scrabbles toward the door, weeping,<<if $activeSlave.fetish == "masochist">> horrified at herself for getting off to that, @@color:hotpink;more convinced than ever that she's a pain slut,@@ and yet<</if>> @@color:gold;eager to get away.@@
+	You select a $PC.refreshment and start smoking, ordering her to stick around and get her tits out. She sees nothing too unusual about this, and obeys complaisantly, standing beside you with her breasts bare. You reach over and play with her as you smoke, teasing her <<if $activeSlave.nipples == "huge">>massive, erect nipples<<elseif $activeSlave.nipples == "inverted">>painfully tender inverted nipples<<elseif $activeSlave.nipples == "partially inverted">>tender, partially inverted nipples<<elseif $activeSlave.lactation > 0>>motherly nipples<<else>>nipples and playing with her boobs<</if>>. Deciding that you're done with the $PC.refreshment, you pull a long draw of smoke into your mouth, bringing the coal at its foot to a fine glow. Then you pull it out of your mouth and press it against the slave's defenseless $activeSlave.skin <<if $activeSlave.preg > 20>>pregnant belly<<else>>breast<</if>>. She <<if $activeSlave.voice == 0>>makes the horrible rasping noise that her mute throat substitutes for screams of agony<<else>>shrieks with agony<</if>>, flinching away instinctively, and collapses to the ground<<if $activeSlave.fetish == "masochist">>, orgasming from the sudden rush of stimulation<</if>>. Writhing in pain, she cherishes the burn on her <<if $activeSlave.preg > 20>>stomach<<else>>breast<</if>> with both hands, her sobbing only interrupted by ragged gasps for breath. You order her to go get her burn looked at, and go back to your work. She scrabbles toward the door, weeping,<<if $activeSlave.fetish == "masochist">> horrified at herself for getting off to that, @@.hotpink;more convinced than ever that she's a pain slut,@@ and yet<</if>> @@.gold;eager to get away.@@
 	<<set $activeSlave.trust -= 5>>
 	<<if $activeSlave.fetish == "masochist">><<set $activeSlave.devotion += 4>><</if>>
 	<</replace>>
@@ -7207,7 +7207,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <<link "Use her as a cushion">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her she's looking very nice today. Surprised,she manages <<if $activeSlave.devotion > 20>>to thank you prettily, wondering<<else>>to thank you hesitantly, worrying about<</if>> what comes next. You pick up a tablet, come around your desk, and fold yourself into a lotus position, just in front of her and with your back to her. Struck by this strange and trusting maneuver, she keeps still, letting you get yourself situated. You slide backward until you are pressed against the mound of breasts behind you, and then relax into their soft, fleshy mass. Your back nestles naturally into her cleavage, and the give of her huge mammaries conforms to you, allowing you to rest your elbows comfortably on each breast as though they were armrests. Feeling the weight of you against her chest, $activeSlave.slaveName throws her arms back, bracing herself against the floor.<<if $activeSlave.preg > 30>> You can feel her full, taut, pregnancy just barely once you have sunk deep into her cleavage.<</if>> You begin to tap away at the tablet, and she realizes <<if $activeSlave.devotion > 20>>with pleased surprise<<else>>with mixed resentment and relief<</if>> that you intend to use her as a sort of human cushion for a while. From where she's sitting, she <<if canSee($activeSlave)>>can easily read over your shoulder, and you make no attempt to stop her<<else>>could read over your shoulder, if she could see<</if>>; keeping secrets from your slaves is generally impractical, and <<if $activeSlave.devotion > 20>>this $desc is trustworthy<<else>>there's nothing she could do with your secrets, even if she were to try<</if>>. After an hour or so, you inspect her and dismiss her, and she leaves @@color:mediumaquamarine;trusting her bizarre place@@ in your world.
+	You tell her she's looking very nice today. Surprised,she manages <<if $activeSlave.devotion > 20>>to thank you prettily, wondering<<else>>to thank you hesitantly, worrying about<</if>> what comes next. You pick up a tablet, come around your desk, and fold yourself into a lotus position, just in front of her and with your back to her. Struck by this strange and trusting maneuver, she keeps still, letting you get yourself situated. You slide backward until you are pressed against the mound of breasts behind you, and then relax into their soft, fleshy mass. Your back nestles naturally into her cleavage, and the give of her huge mammaries conforms to you, allowing you to rest your elbows comfortably on each breast as though they were armrests. Feeling the weight of you against her chest, $activeSlave.slaveName throws her arms back, bracing herself against the floor.<<if $activeSlave.preg > 30>> You can feel her full, taut, pregnancy just barely once you have sunk deep into her cleavage.<</if>> You begin to tap away at the tablet, and she realizes <<if $activeSlave.devotion > 20>>with pleased surprise<<else>>with mixed resentment and relief<</if>> that you intend to use her as a sort of human cushion for a while. From where she's sitting, she <<if canSee($activeSlave)>>can easily read over your shoulder, and you make no attempt to stop her<<else>>could read over your shoulder, if she could see<</if>>; keeping secrets from your slaves is generally impractical, and <<if $activeSlave.devotion > 20>>this $desc is trustworthy<<else>>there's nothing she could do with your secrets, even if she were to try<</if>>. After an hour or so, you inspect her and dismiss her, and she leaves @@.mediumaquamarine;trusting her bizarre place@@ in your world.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -7217,7 +7217,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You give her no orders at all, since her helplessness makes her <<if $activeSlave.devotion > 20>>cooperation<<else>>consent<</if>> completely unnecessary for what you're planning. She makes to turn as you come around behind her, but she can manage only a partial crane of her shoulders and neck to <<if canSee($activeSlave)>>see<<else>>figure out<</if>> what you're doing. Seizing her ankles, you haul her legs out from under her boobs and body, and then push her forward, balancing her body atop her tits as though they were an exercise ball. <<if $activeSlave.devotion > 20>>She giggles at this<<else>>She struggles a little at the sudden discomfort<</if>>, and tries to steady herself with her hands, so you pull them around behind her and pin her arms to her $activeSlave.skin back with one of your hands. You <<if $PC.dick == 1>>shove your dick up<<else>>pull on a strap-on with your other hand and insert it into<</if>> her defenseless <<if ($activeSlave.vagina >= 0) && canDoVaginal($activeSlave)>>pussy<<else>>asshole<</if>>. Then you fuck her.
 	<br><br>
-	You're physically fit to begin with, and between that and all the practice you get, you pride yourself on your <<if $PC.dick == 1>><<if $PC.vagina == 1>>master level futa skills<<else>>cocksmanship<</if>><<else>>power with a strap-on<</if>>. You can fuck hard, and $activeSlave.slaveName gets fucked hard. Having all of her weight on her tits, and being sawed back and forth on top of those tits, is not comfortable.<<if ($activeSlave.vagina >= 0) && canDoVaginal($activeSlave)>><<if $activeSlave.vagina < 3>> Worse, only the most veteran cunt could accept this kind of treatment without some pain, and hers is far tighter than you're treating it.<</if>><<else>><<if $activeSlave.anus < 3>> Worse, only the most veteran asspussy could accept this kind of treatment without some pain, and hers is far tighter than you're treating it.<</if>><</if>> <<if $activeSlave.voice == 0>>Since she cannot groan, she begins to gasp raggedly<<else>>She begins to grunt and groan<</if>> with each forward thrust as you penetrate her, pressing her forward across her cushion of boobs. She tries to take some of the weight off with her feet, but after some vain scrabbling she's obliged to @@color:hotpink;give up and take it.@@
+	You're physically fit to begin with, and between that and all the practice you get, you pride yourself on your <<if $PC.dick == 1>><<if $PC.vagina == 1>>master level futa skills<<else>>cocksmanship<</if>><<else>>power with a strap-on<</if>>. You can fuck hard, and $activeSlave.slaveName gets fucked hard. Having all of her weight on her tits, and being sawed back and forth on top of those tits, is not comfortable.<<if ($activeSlave.vagina >= 0) && canDoVaginal($activeSlave)>><<if $activeSlave.vagina < 3>> Worse, only the most veteran cunt could accept this kind of treatment without some pain, and hers is far tighter than you're treating it.<</if>><<else>><<if $activeSlave.anus < 3>> Worse, only the most veteran asspussy could accept this kind of treatment without some pain, and hers is far tighter than you're treating it.<</if>><</if>> <<if $activeSlave.voice == 0>>Since she cannot groan, she begins to gasp raggedly<<else>>She begins to grunt and groan<</if>> with each forward thrust as you penetrate her, pressing her forward across her cushion of boobs. She tries to take some of the weight off with her feet, but after some vain scrabbling she's obliged to @@.hotpink;give up and take it.@@
 	<br><br>
 	When you're finished, you withdraw and drop her, letting her slump against her sore breasts. She's too tired and overstimulated to do anything but stay limp, and her relaxed <<if ($activeSlave.vagina >= 0) && canDoVaginal($activeSlave)>>pussy<<else>>butthole<</if>> <<if $PC.dick == 1>>releases drips of your cum to go sliding down her thighs<<else>>glistens attractively with lube<</if>>. You direct <<if $boobAccessibility == 1>>the accessibility assistance functions of your office to<<else>>the slaves who helped her in to return and<</if>> help her get cleaned up, and turn to your desk to get some work done as they struggle with the mountain of exhausted, fucked-out tits discarded in the middle of your office.
 	<<SimpleVCheck>>
@@ -7231,7 +7231,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <<link "Tell her she's a good slave">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	Without turning your head, you tell her she's a very good slave. She laughs happily<<if canTalk($activeSlave)>>, though of course this is silent<<else>> throatily<</if>>, her warm breath gusting against your ear. It took confidence for her to come in here and tell her she loved you, and she @@color:mediumaquamarine;trusts you more@@ for responding this way. She plants a light kiss on your cheek and walks quickly out of your office, hurrying to go about her day's business, but careful to strut her stuff for you on her way out.
+	Without turning your head, you tell her she's a very good slave. She laughs happily<<if canTalk($activeSlave)>>, though of course this is silent<<else>> throatily<</if>>, her warm breath gusting against your ear. It took confidence for her to come in here and tell her she loved you, and she @@.mediumaquamarine;trusts you more@@ for responding this way. She plants a light kiss on your cheek and walks quickly out of your office, hurrying to go about her day's business, but careful to strut her stuff for you on her way out.
 	<<if $activeSlave.butt < 3>>
 		Her nice little butt moves cutely as she goes. Her small buttocks leave <<if $activeSlave.analArea > 3>>the huge area of puckered skin around her asspussy clearly visible from the rear, and her asshole works lewdly with the motion.<<elseif $activeSlave.anus > 1>>her asshole visible, the pucker of her backdoor lewdly available.<<else>>her tight anus visible from the rear as she walks.<</if>>
 	<<elseif $activeSlave.butt < 6>>
@@ -7246,7 +7246,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <br><<link "Tell her you love her too">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You turn towards her and direct the full weight of your gaze into her eyes. <<if canSee($activeSlave)>>Her eyelids flicker with the shock of the shared look<<else>>Her eyes may not be capable of sight, but she can feel your gaze<</if>>, so close, but she bears it, biting her lower lip. Then you kiss her. The released tension is too much for her, and she moans, slumping against you a little as you kiss her like a lover. She's so lost in it that when you break the kiss, her mouth stays slightly open and pursues yours slightly, hungry for more. You place a finger against her moist lips, making her wait a moment, and tell her that you love her too. She makes <<if $activeSlave.voice == 0>>a quiet moaning sound, deep in her useless throat,<<else>>an almost animal sound, somewhere between a sob and a moan,<</if>> and as you withdraw your finger, she kisses you back. She knows she has a job to do today, and it's waiting for her, so when you give her no indication that you'd like her to stay, she withdraws, keeping her <<if canSee($activeSlave)>>eyes<<else>>face<</if>> on yours, doing her best to @@color:hotpink;make love to you@@ with her gaze.
+	You turn towards her and direct the full weight of your gaze into her eyes. <<if canSee($activeSlave)>>Her eyelids flicker with the shock of the shared look<<else>>Her eyes may not be capable of sight, but she can feel your gaze<</if>>, so close, but she bears it, biting her lower lip. Then you kiss her. The released tension is too much for her, and she moans, slumping against you a little as you kiss her like a lover. She's so lost in it that when you break the kiss, her mouth stays slightly open and pursues yours slightly, hungry for more. You place a finger against her moist lips, making her wait a moment, and tell her that you love her too. She makes <<if $activeSlave.voice == 0>>a quiet moaning sound, deep in her useless throat,<<else>>an almost animal sound, somewhere between a sob and a moan,<</if>> and as you withdraw your finger, she kisses you back. She knows she has a job to do today, and it's waiting for her, so when you give her no indication that you'd like her to stay, she withdraws, keeping her <<if canSee($activeSlave)>>eyes<<else>>face<</if>> on yours, doing her best to @@.hotpink;make love to you@@ with her gaze.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -7256,7 +7256,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <<link "Hug her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You reach out to hug her, but as soon as your hand touches her shoulder, she writhes instinctively away. <<if canSee($activeSlave)>>Her eyes fly open, searching frantically for her assailant. Seeing that it's you, she screams and scrabbles away even harder. After making it a few feet, she collects her wits enough to bring herself to a stop and stop screaming, though she continues to sob, staring at you in terror<<else>>She gropes frantically for her assailant, before making contact with you. She screams and scrabbles away, only stopping when she collides with the nearest solid object. Only after several call outs that it is you does she stop screaming, though she continues to sob, listening to your every breath in terror<</if>>. She remains frozen in place as you slowly advance on her and give her a light embrace. Her tears gradually stop, but she does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let her go, and she crawls pathetically back under her sheet, still weeping softly. It seems she is @@color:gold;more afraid of you@@ than ever, and if you thought that a simple hug could win her over, you were wrong.
+	You reach out to hug her, but as soon as your hand touches her shoulder, she writhes instinctively away. <<if canSee($activeSlave)>>Her eyes fly open, searching frantically for her assailant. Seeing that it's you, she screams and scrabbles away even harder. After making it a few feet, she collects her wits enough to bring herself to a stop and stop screaming, though she continues to sob, staring at you in terror<<else>>She gropes frantically for her assailant, before making contact with you. She screams and scrabbles away, only stopping when she collides with the nearest solid object. Only after several call outs that it is you does she stop screaming, though she continues to sob, listening to your every breath in terror<</if>>. She remains frozen in place as you slowly advance on her and give her a light embrace. Her tears gradually stop, but she does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let her go, and she crawls pathetically back under her sheet, still weeping softly. It seems she is @@.gold;more afraid of you@@ than ever, and if you thought that a simple hug could win her over, you were wrong.
 	<<if canSee($activeSlave)>>
 		<<set $activeSlave.trust -= 4>>
 	<<else>>
@@ -7290,10 +7290,10 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 			poor virgin anus
 		<</if>>
 	<</if>>
-	in the dark as she begins to @@color:gold;struggle and scream.@@ She comes fully awake when she feels your rough fingers searching for and then finding her
+	in the dark as she begins to @@.gold;struggle and scream.@@ She comes fully awake when she feels your rough fingers searching for and then finding her
 	<<if ($activeSlave.vagina >= 0) && canDoVaginal($activeSlave)>>vagina<<else>>crinkled hole<</if>>, and her noise increases to the point where it becomes annoying. You stuff her face into the pillow and take her mercilessly, using the pillow to cut off her breath whenever she struggles too much, until oncoming suffocation forces her to go still and take it like a good little bitch.
 	<br><br>
-	@@color:mediumorchid;Sometimes dreams do come true.@@
+	@@.mediumorchid;Sometimes dreams do come true.@@
 	<br><br>
 	<<SimpleVCheck>>
 	<<set $activeSlave.trust -= 4>>
@@ -7309,16 +7309,16 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You put as much quiet authority into your voice as you can, and explain to her that she must eat her breakfast this way. You do not explain any of the actual reasons why you require slaves to eat from cocks, but couch your quiet explanation in terms of her life as a slave. You tell her that eating breakfast out of a dick is something you've ordered her to do. She needs to do it. If she does, she'll be treated well; if she does not, that will oblige you to punish her. You tell her that you would like her to be a good slave, and that it would be disappointing if you had to punish her. You put just a hint of steel into the last sentence, and she stiffens a little at it. Hesitantly, she scoots forward and bends down to take the tip of the big feeder dick in her mouth. Sensing that it's being sucked, it gently presses into her mouth, fucking her <<if $activeSlave.lips > 95>>big-lipped facepussy<<else>>face<</if>>. Its strokes get longer and faster, until she's gulping down her breakfast as it's shot down her throat like a huge load.
 	<<if ($suppository != 0) && ($activeSlave.drugs != "none")>>By this time, the kitchen is also dosing her with drugs by fucking her butt with a phallus that ejaculates them for absorption. She's being spitroasted by the kitchen.<</if>>
-	Once she's fully awake, she's mostly @@color:mediumaquamarine;relieved@@ that you let her get away with hesitation about obedience and took the time to talk her through it.
+	Once she's fully awake, she's mostly @@.mediumaquamarine;relieved@@ that you let her get away with hesitation about obedience and took the time to talk her through it.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Punish her with a bigger feeder">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You give the kitchen an order by voice command. It's technical, so she doesn't understand it, but the meaning becomes clear soon enough. The phallus dangling in her face is withdrawn, and she's halfway through a shocked thank you when it's replaced by another, noticeably larger<<if !canSee($activeSlave)>>. She doesn't notice its larger size until it bumps into her cheek, causing her to scoot back<</if>>. You tell her in deceptively mild tones that you'll keep increasing the size of her feeder until she decides to suck it off like a good little $desc, or you run out of size options and are forced to strap her down and push them down her throat. At that point, she might be able to breathe; then again, she might not. She begins to cry, her <<if $activeSlave.face > 95>>heartbreakingly beautiful<<elseif $activeSlave.face > 10>>pretty<<else>>homely<</if>> face clouding with anguish, but is so @@color:gold;frightened@@ by the threat that she doesn't let her tears distract her from scooting forward to suck off a huge dildo for her breakfast.
+	You give the kitchen an order by voice command. It's technical, so she doesn't understand it, but the meaning becomes clear soon enough. The phallus dangling in her face is withdrawn, and she's halfway through a shocked thank you when it's replaced by another, noticeably larger<<if !canSee($activeSlave)>>. She doesn't notice its larger size until it bumps into her cheek, causing her to scoot back<</if>>. You tell her in deceptively mild tones that you'll keep increasing the size of her feeder until she decides to suck it off like a good little $desc, or you run out of size options and are forced to strap her down and push them down her throat. At that point, she might be able to breathe; then again, she might not. She begins to cry, her <<if $activeSlave.face > 95>>heartbreakingly beautiful<<elseif $activeSlave.face > 10>>pretty<<else>>homely<</if>> face clouding with anguish, but is so @@.gold;frightened@@ by the threat that she doesn't let her tears distract her from scooting forward to suck off a huge dildo for her breakfast.
 	<<if ($suppository != 0) && ($activeSlave.drugs != "none")>>Once it senses she's complying, the kitchen starts dosing her with drugs by fucking her butt with a phallus that ejaculates them for absorption. Mercifully, she doesn't try to refuse the anal fuckmachine, and avoids having her asshole filled by a bigger phallus too.<</if>>
-	She keeps the threat in mind, and has a slightly sore throat to @@color:hotpink;help her remember to obey without question.@@
+	She keeps the threat in mind, and has a slightly sore throat to @@.hotpink;help her remember to obey without question.@@
 	<<set $activeSlave.trust -= 2>>
 	<<set $activeSlave.devotion += 2>>
 	<</replace>>
@@ -7326,7 +7326,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <br><<link "Double penetrate her mouth for insolence">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You step forward and caress the slave's throat, telling her to suck like a good little $desc. You make no threat, but give her the order in a voice of brass. She knows what you can do to her, and scrabbles forward to obey, @@color:gold;terribly frightened.@@ Her fear is justified. You announce that she's avoided serious punishment, but she still needs correction for her hesitation and insolence. She can't beg or even moan, since she's being facefucked by the feeder dildo by now, but her $activeSlave.eyeColor eyes widen in terror. She <<if canSee($activeSlave)>>can't watch you, since she can't turn her head,<<else>>can't see what you are doing,<</if>> so she has almost no time to prepare when you haul her head most of the way off the feeder and shove <<if $PC.dick == 1>>your own phallus<<else>>a strap-on<</if>> into her mouth, too. She gags instantly, almost vomiting, but forces herself to relax as you begin to thrust into her throat, alternately with the feeder. The liquid food provides plenty of lubrication, and a lot of liquid for her to gag on, and before long she's a degraded, humiliating mess. She often clamps her eyes shut as she desperately concentrates on breathing, squeezing the tears out to run down her $activeSlave.skin cheeks.
+	You step forward and caress the slave's throat, telling her to suck like a good little $desc. You make no threat, but give her the order in a voice of brass. She knows what you can do to her, and scrabbles forward to obey, @@.gold;terribly frightened.@@ Her fear is justified. You announce that she's avoided serious punishment, but she still needs correction for her hesitation and insolence. She can't beg or even moan, since she's being facefucked by the feeder dildo by now, but her $activeSlave.eyeColor eyes widen in terror. She <<if canSee($activeSlave)>>can't watch you, since she can't turn her head,<<else>>can't see what you are doing,<</if>> so she has almost no time to prepare when you haul her head most of the way off the feeder and shove <<if $PC.dick == 1>>your own phallus<<else>>a strap-on<</if>> into her mouth, too. She gags instantly, almost vomiting, but forces herself to relax as you begin to thrust into her throat, alternately with the feeder. The liquid food provides plenty of lubrication, and a lot of liquid for her to gag on, and before long she's a degraded, humiliating mess. She often clamps her eyes shut as she desperately concentrates on breathing, squeezing the tears out to run down her $activeSlave.skin cheeks.
 	<<if ($suppository != 0) && ($activeSlave.drugs != "none")>>You leave the poor slave to take her drugs up the ass, since the kitchen administers those by phallus, too. Fortunately for her, she doesn't object to that.<</if>>
 	<<set $activeSlave.trust -= 4>>
 	<<set $activeSlave.oralCount += 1>>
@@ -7341,16 +7341,16 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You put as much quiet authority into your voice as you can, and explain to her that she is required to take her drugs up her ass. You do not explain any of the actual reasons why you require slaves to submit to daily machine anal, but couch your quiet explanation in terms of her life as a slave. You tell her that taking a solid buttfuck from a machine first thing in the morning is something you've ordered her to do. She needs to do it. If she does, she'll be treated well; if she does not, that will oblige you to punish her. You tell her that you would like her to be a good slave, and that it would be disappointing if you had to punish her. You put just a hint of steel into the last sentence, and she stiffens a little at it. Hesitantly, she gets to her knees, using her hands to spread her cheeks for the phallus. Sensing that it's being offered an anus, it gently pushes inside her rectum. Its strokes get longer and faster, <<if $activeSlave.anus > 2>>until she's groaning under the sodomy despite her loose ass<<elseif $activeSlave.anus > 1>>quickly gaping her big butthole and making her groan<<else>>making her gasp as it stretches her poor little asshole<</if>>.
 	<<if ($suppository != 0) && ($activeSlave.drugs != "none")>>She doesn't manage to groan for long, though, since the kitchen extends another phallus to feed her her breakfast. Before long, she's being spitroasted by machines.<</if>>
-	Once she's fully awake, she's mostly @@color:mediumaquamarine;relieved@@ that you let her get away with hesitation about obedience and took the time to talk her through it.
+	Once she's fully awake, she's mostly @@.mediumaquamarine;relieved@@ that you let her get away with hesitation about obedience and took the time to talk her through it.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
 <br><<link "Punish her with a bigger phallus">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You give the kitchen an order by voice command. It's technical, so she doesn't understand it, but the meaning becomes clear soon enough. The phallus aiming meaningfully at the place where she's supposed to kneel and offer up her butthole is withdrawn, and she's halfway through a shocked thank you when it's replaced by another, noticeably larger. You tell her in deceptively mild tones that you'll keep increasing the size of her phallus until she decides to get down and take it like a good little $desc, or you run out of size options and are forced to strap her down and apply two at once. At that point, her ass might be able to take it; then again, it might not. She begins to cry, but is so @@color:gold;frightened@@ by the threat that she doesn't let her tears distract her from a delectable scramble to get down on her knees and <<if $activeSlave.butt > 6>>heave her huge buttocks apart<<elseif $activeSlave.butt > 3>>spread her broad buttocks<<else>>spread her cute ass wide<</if>>.
+	You give the kitchen an order by voice command. It's technical, so she doesn't understand it, but the meaning becomes clear soon enough. The phallus aiming meaningfully at the place where she's supposed to kneel and offer up her butthole is withdrawn, and she's halfway through a shocked thank you when it's replaced by another, noticeably larger. You tell her in deceptively mild tones that you'll keep increasing the size of her phallus until she decides to get down and take it like a good little $desc, or you run out of size options and are forced to strap her down and apply two at once. At that point, her ass might be able to take it; then again, it might not. She begins to cry, but is so @@.gold;frightened@@ by the threat that she doesn't let her tears distract her from a delectable scramble to get down on her knees and <<if $activeSlave.butt > 6>>heave her huge buttocks apart<<elseif $activeSlave.butt > 3>>spread her broad buttocks<<else>>spread her cute ass wide<</if>>.
 	<<if ($suppository != 0) && ($activeSlave.drugs != "none")>>Once it's got its phallus sliding in and out of her asshole, the kitchen gives her another, to suck off for her breakfast. Fortunately for her, she doesn't object, and only gets facefucked by the normal dildo.<</if>>
-	She keeps the threat in mind, and has a slightly sore ass to @@color:hotpink;help her remember to obey without question.@@
+	She keeps the threat in mind, and has a slightly sore ass to @@.hotpink;help her remember to obey without question.@@
 	<<set $activeSlave.trust -= 2>>
 	<<set $activeSlave.devotion += 2>>
 	<</replace>>
@@ -7359,7 +7359,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <br><<link "Double penetrate her ass for insolence">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You step forward and take gentle hold of the slave's throat, telling her to get down on her knees like a good little $desc. You make no threat, but give her the order in a voice of brass. She knows what you can do to her, and hurries to obey, @@color:gold;terribly frightened.@@ Her fear is justified. You announce that she's avoided serious punishment, but she still needs correction for her hesitation and insolence. She's concerned when she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> you <<if $PC.dick == 1>>get your dick<<if $PC.vagina == 1>>and pussy<</if>> out<<else>>don a strap-on<</if>>, though she's distracted by the rapidly accelerating buttfuck she's getting from the machine. She tries to offer you her throat, but her hopes are dashed when you walk around behind her, swing a leg over the machine pistoning in and out of her asshole, and command it to stop for a moment. Then you work <<if $PC.dick == 1>>yourself<<else>>your own dildo<</if>> up her ass alongside the phallus that already fills it. The drugs are delivered with lubricant, and you do fit, but only after a nice long session of sobbing, spasming, and finally crying resignation. Then you order the machine to go back to what it was doing, and the resignation vanishes, replaced with anal pain as $activeSlave.slaveName takes double penetration up her <<if $activeSlave.anus > 2>>gaping anus<<elseif $activeSlave.anus == 2>>big butthole<<else>>poor, abused little butt<</if>>.
+	You step forward and take gentle hold of the slave's throat, telling her to get down on her knees like a good little $desc. You make no threat, but give her the order in a voice of brass. She knows what you can do to her, and hurries to obey, @@.gold;terribly frightened.@@ Her fear is justified. You announce that she's avoided serious punishment, but she still needs correction for her hesitation and insolence. She's concerned when she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> you <<if $PC.dick == 1>>get your dick<<if $PC.vagina == 1>>and pussy<</if>> out<<else>>don a strap-on<</if>>, though she's distracted by the rapidly accelerating buttfuck she's getting from the machine. She tries to offer you her throat, but her hopes are dashed when you walk around behind her, swing a leg over the machine pistoning in and out of her asshole, and command it to stop for a moment. Then you work <<if $PC.dick == 1>>yourself<<else>>your own dildo<</if>> up her ass alongside the phallus that already fills it. The drugs are delivered with lubricant, and you do fit, but only after a nice long session of sobbing, spasming, and finally crying resignation. Then you order the machine to go back to what it was doing, and the resignation vanishes, replaced with anal pain as $activeSlave.slaveName takes double penetration up her <<if $activeSlave.anus > 2>>gaping anus<<elseif $activeSlave.anus == 2>>big butthole<<else>>poor, abused little butt<</if>>.
 	<<if ($suppository != 0) && ($activeSlave.drugs != "none")>>When you grow tired of the whining, you order the kitchen to give the bitch breakfast. It extends a feeding phallus and fills her throat, muffling the noise somewhat.<</if>>
 	<<set $activeSlave.trust -= 4>>
 	<<set $activeSlave.analCount += 1>>
@@ -7375,7 +7375,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You scoop her up into a bridal carry. She <<if $activeSlave.voice == 0>>gasps, since she can't squeal<<else>>squeals cutely<</if>>, holding on for dear life, and keeps her face nestled against her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>.
 	<<if $activeSlave.boobs > 8000>>Her boobs add tremendously to her weight, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.height > 180>>She's a big girl, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.weight > 30>>She's a chubby girl, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.preg > 20>>She's heavily pregnant, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her some distance.<<elseif $activeSlave.height > 160>>She's no little girl, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her.<<elseif $activeSlave.weight > 10>>She's got a deliciously plush body, but you're <<if $PC.title == 1>>strong<<else>>fit<</if>> enough to carry her.<<else>>You could carry the little slave like this as long as you like.<</if>>
-	Knowing that she'll need to get dressed before the next part of her day, you carry her to <<if $activeSlave.livingRules == "luxurious">>her room<<else>>the part of the common area with where clothes are kept<</if>>. She remains perfectly limp, letting herself be carried without a word. When you set her on her feet, there's a little unaccountable moisture in her $activeSlave.eyeColor eyes @@color:mediumaquamarine;for some reason.@@ She gives you a kiss and thanks you prettily.
+	Knowing that she'll need to get dressed before the next part of her day, you carry her to <<if $activeSlave.livingRules == "luxurious">>her room<<else>>the part of the common area with where clothes are kept<</if>>. She remains perfectly limp, letting herself be carried without a word. When you set her on her feet, there's a little unaccountable moisture in her $activeSlave.eyeColor eyes @@.mediumaquamarine;for some reason.@@ She gives you a kiss and thanks you prettily.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -7405,7 +7405,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<else>>
 		making her shudder.
 	<</if>>
-	When you're done, you let her down, and the first thing she does is spin in your embrace to give you an @@color:hotpink;earnest kiss.@@
+	When you're done, you let her down, and the first thing she does is spin in your embrace to give you an @@.hotpink;earnest kiss.@@
 	<<SimpleVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -7444,7 +7444,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 		<</if>>
 		as she moves.
 	<</if>>
-	She gives you an excellent nude lapdance, expressing the art at the level only the finest old world strippers can manage. The interaction is all about you, your eyes on her body, your desire for her touch, and finally your <<if $PC.dick == 1>>cum flowing into her mouth as she sucks your dick<<if $PC.vagina == 1>> and the wetness against her fingers as they tease your pussy<</if>><<else>>pussyjuice coating her lips as she eats you out<</if>>. She @@color:mediumaquamarine;knows her place@@ very well.
+	She gives you an excellent nude lapdance, expressing the art at the level only the finest old world strippers can manage. The interaction is all about you, your eyes on her body, your desire for her touch, and finally your <<if $PC.dick == 1>>cum flowing into her mouth as she sucks your dick<<if $PC.vagina == 1>> and the wetness against her fingers as they tease your pussy<</if>><<else>>pussyjuice coating her lips as she eats you out<</if>>. She @@.mediumaquamarine;knows her place@@ very well.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -7457,7 +7457,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><br>
 	There's a momentary flaw in her rhythm, a catch in her breath as she realizes what you're doing, but she gets right back into it, displaying her pleasure with nothing more than a ghost of a smile and a <<if canSee($activeSlave)>>widening of her eyes as she looks you up and down<<else>>slight perk of her ears as she tracks your motion<</if>>. She doesn't shove herself against you; that would be coarse. Instead she dances alluringly, just out of your grasp. Taking the dominant role, you encircle her in your arms and draw her in close, her heat perceptible against your skin before the very first graze of her $activeSlave.skin body against yours. She continues to dance gorgeously as she helps you out of your clothes.
 	<br><br>
-	When you're nude, she turns her back to you and starts to grind, letting you feel her <<if $activeSlave.muscles > 30>>muscled<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight < -10>>thin<<else>>soft<</if>> body all up and down your front. Feeling your <<if $PC.dick == 0>>building heat, she begins to incorporate gentle caresses of your womanhood<<else>>erection brushing against her, she begins to corral it between her buttocks and thighs<</if>>, and you return the favor by teasing her nipples<<if $activeSlave.vagina >= 0>>, pussylips, clit,<</if>> and even her ass. You orgasm one after the other, and as the music fades, she @@color:hotpink;throws her arms around you.@@
+	When you're nude, she turns her back to you and starts to grind, letting you feel her <<if $activeSlave.muscles > 30>>muscled<<elseif $activeSlave.weight > 10>>plush<<elseif $activeSlave.weight < -10>>thin<<else>>soft<</if>> body all up and down your front. Feeling your <<if $PC.dick == 0>>building heat, she begins to incorporate gentle caresses of your womanhood<<else>>erection brushing against her, she begins to corral it between her buttocks and thighs<</if>>, and you return the favor by teasing her nipples<<if $activeSlave.vagina >= 0>>, pussylips, clit,<</if>> and even her ass. You orgasm one after the other, and as the music fades, she @@.hotpink;throws her arms around you.@@
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -7494,7 +7494,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<else>>
 		"<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, would you please attach the rest of them for me?" she asks politely.
 	<</if>>
-	A transitory nervousness crosses her $activeSlave.faceShape face as she asks, but clears into @@color:mediumaquamarine;trusting happiness@@ when you nod and pick up her other arm. She tests each limb as it's attached, and then tests them all by getting up into a kneel and giving you a hug.
+	A transitory nervousness crosses her $activeSlave.faceShape face as she asks, but clears into @@.mediumaquamarine;trusting happiness@@ when you nod and pick up her other arm. She tests each limb as it's attached, and then tests them all by getting up into a kneel and giving you a hug.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -7520,7 +7520,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 		moaning her climax into your pussy with abandon.
 	<</if>>
 	<br><br>
-	When you've climaxed yourself, she looks back towards where her P-Limbs are waiting, but you're not done with her yet. You pick her up again and bring her into the shower. She tries to help you, but again, she gives up after a while, letting you wash her. As you're rinsing the soap off her, she @@color:hotpink;thanks you devotedly.@@ With the water streaming down her face, you barely notice her gentle tears.
+	When you've climaxed yourself, she looks back towards where her P-Limbs are waiting, but you're not done with her yet. You pick her up again and bring her into the shower. She tries to help you, but again, she gives up after a while, letting you wash her. As you're rinsing the soap off her, she @@.hotpink;thanks you devotedly.@@ With the water streaming down her face, you barely notice her gentle tears.
 	<<SimpleVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
@@ -7532,14 +7532,14 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <<link "Order her to behave herself">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You give her stern orders to be a good girl and behave herself, regardless of her silly moods. You don't deign to directly deny her request for a genital reconfiguration, and she has the presence of mind not to ask for an explicit denial. She offers you profoundly submissive promises to control her emotions and be a good slave, though she can't hide a glimmer of @@color:gold;fear@@ that she'll fail and suffer punishment.
+	You give her stern orders to be a good girl and behave herself, regardless of her silly moods. You don't deign to directly deny her request for a genital reconfiguration, and she has the presence of mind not to ask for an explicit denial. She offers you profoundly submissive promises to control her emotions and be a good slave, though she can't hide a glimmer of @@.gold;fear@@ that she'll fail and suffer punishment.
 	<<set $activeSlave.trust -= 2>>
 	<</replace>>
 <</link>>
 <br><<link "Reassure her about her body">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her you aren't planning to do that to her. You explain that she might be feeling like she's fully integrated into a life of sexual slavery now, but she's not even close; she's got a long way to go before she's perfectly devoted and trusting. The words might sound harsh, but you deliver them kindly, making the statement one of hope. She listens without disappointment, and brightens further when you predict that in a few weeks, she'll get used to her body's chemistry and accept it. Finally, you add, her current configuration is the best for her sex drive. She bites her lip and gives you a daring little look when she hears that, but you decide to keep her waiting and send her on her way. She @@color:hotpink;thanks you@@ without dissembling, not realizing how profoundly her life has changed, for her to be reassured by that.
+	You tell her you aren't planning to do that to her. You explain that she might be feeling like she's fully integrated into a life of sexual slavery now, but she's not even close; she's got a long way to go before she's perfectly devoted and trusting. The words might sound harsh, but you deliver them kindly, making the statement one of hope. She listens without disappointment, and brightens further when you predict that in a few weeks, she'll get used to her body's chemistry and accept it. Finally, you add, her current configuration is the best for her sex drive. She bites her lip and gives you a daring little look when she hears that, but you decide to keep her waiting and send her on her way. She @@.hotpink;thanks you@@ without dissembling, not realizing how profoundly her life has changed, for her to be reassured by that.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -7548,7 +7548,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<replace "#result">>
 	You agree and send her straight to the surgery. She looks a little hesitant, as though the prospect is intimidating now that it's actually about to happen, but she complies obediently. You direct $assistantName to bring her back to your office as soon as she's fully recovered. The curatives applied right after surgery hasten her recovery, and she's back the next day, standing a little gingerly, her limp dick looking a bit sore. She greets you properly, and comes over willingly when you recline in your chair and <<if canSee($activeSlave)>>crook a finger at<<else>>beckon<</if>> her. <<if canSee($activeSlave)>>As she approaches, she notices that <<if $PC.dick == 1>>you've got your<<if $PC.vagina == 1>> futa<</if>> dick out<<else>>you're wearing a strap-on<</if>>, and looks a little apprehensive<<else>>She approaches gingerly, still slightly sore<</if>>, but she sits down obediently, <<if $PC.dick == 1>>your erection<<else>>the phallus<</if>> coming to rest between her legs and lower buttocks, resting against her perineum and the smooth, recently healed patch of skin at the base of her dick where her ballsack used to be. She gasps at the sensation of <<if $PC.dick == 1>>your hot cock<<if $PC.vagina == 1>> and the wet pussy beneath it<</if>><<else>>the hard thing<</if>> pressed against her most intimate area, but she doesn't flinch away.
 	<br><br>
-	You take your time with her, leaning back in your chair so that she's lying <<if $PC.boobs == 1>>against your tits<<else>>on your chest<</if>> and bringing her head around so you can make out. You play with her <<if $activeSlave.boobs > 1000>>udders<<elseif $activeSlave.boobs > 200>>boobs<<else>>nipples<</if>> for a while, slowly starting to grind <<if $PC.dick == 1>>your dick<<if $PC.vagina == 1>> and the pussy attached to it<</if>><<else>>the strap-on<</if>> back and forth between her legs. She starts to ride you, and starts to beg you to fuck her. You take her under the arms and pull her up, letting <<if $PC.dick == 1>>your erection<<else>>the dildo<</if>> spring free; she takes the cue and lines its head up with her <<if $activeSlave.anus > 2>>asspussy<<elseif $activeSlave.anus > 1>>asshole<<else>>tight pucker<</if>>. She shivers with pleasure as you lower her onto it and she feels the pressure against her prostate. She's so aroused that she climaxes immediately, shuddering as her <<if $activeSlave.dick > 6>>monstrous floppy dick twitches, dripping<<elseif $activeSlave.dick > 3>>big but now permanently soft dick drips<<elseif $activeSlave.dick > 1>>little bouncing bitch dick dribbles<<else>>shockingly tiny penis dribbles<</if>> a small amount of clear fluid. By the time you carry her @@color:hotpink;limply submissive@@ body to the shower, she's orgasmed twice more to your artful anal lovemaking.
+	You take your time with her, leaning back in your chair so that she's lying <<if $PC.boobs == 1>>against your tits<<else>>on your chest<</if>> and bringing her head around so you can make out. You play with her <<if $activeSlave.boobs > 1000>>udders<<elseif $activeSlave.boobs > 200>>boobs<<else>>nipples<</if>> for a while, slowly starting to grind <<if $PC.dick == 1>>your dick<<if $PC.vagina == 1>> and the pussy attached to it<</if>><<else>>the strap-on<</if>> back and forth between her legs. She starts to ride you, and starts to beg you to fuck her. You take her under the arms and pull her up, letting <<if $PC.dick == 1>>your erection<<else>>the dildo<</if>> spring free; she takes the cue and lines its head up with her <<if $activeSlave.anus > 2>>asspussy<<elseif $activeSlave.anus > 1>>asshole<<else>>tight pucker<</if>>. She shivers with pleasure as you lower her onto it and she feels the pressure against her prostate. She's so aroused that she climaxes immediately, shuddering as her <<if $activeSlave.dick > 6>>monstrous floppy dick twitches, dripping<<elseif $activeSlave.dick > 3>>big but now permanently soft dick drips<<elseif $activeSlave.dick > 1>>little bouncing bitch dick dribbles<<else>>shockingly tiny penis dribbles<</if>> a small amount of clear fluid. By the time you carry her @@.hotpink;limply submissive@@ body to the shower, she's orgasmed twice more to your artful anal lovemaking.
 	<<AnalVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.balls = 0>>
@@ -7655,7 +7655,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 			<<case "masochist">>
 				As a masochist, she's naturally inclined to be on the receiving end, but in this case she makes an exception for the sake of justice. And it's to her victims' anguish that she does, because she knows pain like a lover, and inflicts it in excruciating crescendos without leaving a single mark.
 			<</switch>>
-			The horrible experience is certainly @@color:gold;educational@@ for your new slaves, and $eventSlave.slaveName is @@color:hotpink;well pleased.@@ Tolerating insults is part of being a public slave, but getting this opportunity to take her pent-up frustrations out on some deserving targets is a @@color:mediumaquamarine;trust building@@ exercise for her. It seems their insults really did upset her.
+			The horrible experience is certainly @@.gold;educational@@ for your new slaves, and $eventSlave.slaveName is @@.hotpink;well pleased.@@ Tolerating insults is part of being a public slave, but getting this opportunity to take her pent-up frustrations out on some deserving targets is a @@.mediumaquamarine;trust building@@ exercise for her. It seems their insults really did upset her.
 			<<for $i = 0; $i < $slaves.length; $i++>><<if $slaves[$i].origin == _origin>><<set $slaves[$i].trust -= 4>><</if>><</for>>
 			<<for $i = 0; $i < $slaves.length; $i++>><<if $slaves[$i].ID == $eventSlave.ID>><<set $slaves[$i].devotion += 5>><<set $slaves[$i].trust += 5>><<break>><</if>><</for>>
 		<<else>>
@@ -7675,7 +7675,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	You move stealthily up behind her in a predatory crouch, your arms forward and your fingers spread. When she reaches up to <<if $activeSlave.makeup != 0>>do her eyes<<else>>massage her forehead<</if>>, you take advantage of her newly vulnerable flanks and reach around her to take her torpedo tits in hand. She <<if $activeSlave.voice != 0>>howls<<else>>makes the raspy noise that mute slaves make when<</if>> in shock, writhing away from the grasping digits. Your hands aren't particularly cold, but she's deliciously warm from the shower and you're holding onto her firmly. Her <<if $activeSlave.butt > 5>>massive ass<<elseif $activeSlave.butt > 2>>plush bottom<<else>>trim behind<</if>> bumps into you as she recoils, and she freezes, realizing who you are. You slide your grip back towards her, down away from the point of each tit, grab her back where she's broader, and knead her gently, moving forward down her breasts.
 	<<if $activeSlave.fetish == "boobs">>
 		<<if $activeSlave.fetishKnown != 1>>
-			Her chest swells in your embrace as she sucks in her breath, stiffening with arousal. She seems to @@color:lightcoral;love breast play,@@ and if properly encouraged, might orgasm to it.
+			Her chest swells in your embrace as she sucks in her breath, stiffening with arousal. She seems to @@.lightcoral;love breast play,@@ and if properly encouraged, might orgasm to it.
 			<<set $activeSlave.fetishKnown = 1>>
 		<<else>>
 			She stiffens with arousal, since breast play is the main sexual event as far as she's concerned. <<if canAchieveErection($activeSlave)>>There's an audible little smack as she achieves an erection, bringing her dickhead against the bottom of the counter.<</if>>
@@ -7687,7 +7687,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<<else>>
 		She remains stiff and afraid, shivering a little against your <<if $PC.boobs == 1>>bosom<<else>>chest<</if>>.
 	<</if>>
-	She expects to get fucked, but you just massage her breasts thoroughly, give her <<if $activeSlave.preg > 0>>belly<<else>>butt<</if>> a possessive pat, and continue on your way. She thanks you <<if $activeSlave.devotion > 50>>with touching sincerity<<elseif $activeSlave.devotion > 20>>sincerely<<else>>hesitantly<</if>> and returns to her business, @@color:mediumaquamarine;smiling a little.@@
+	She expects to get fucked, but you just massage her breasts thoroughly, give her <<if $activeSlave.preg > 0>>belly<<else>>butt<</if>> a possessive pat, and continue on your way. She thanks you <<if $activeSlave.devotion > 50>>with touching sincerity<<elseif $activeSlave.devotion > 20>>sincerely<<else>>hesitantly<</if>> and returns to her business, @@.mediumaquamarine;smiling a little.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -7700,7 +7700,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	She bounces up and down, watching for your reaction in the mirror. Harder, you tell her, and she bounces harder. Harder, you tell her again, and then again. She jumps up and down hard enough that her promontories slap painfully against her,
 	<<if $activeSlave.fetish == "masochist">>
 		<<if $activeSlave.fetishKnown != 1>>
-			making her gasp with arousal. She stares at herself in shock, and then at your reflection, mystified and a little frightened that you might have seen. You did see, and you're not perplexed. $activeSlave.slaveName is a @@color:lightcoral;sexual masochist,@@ and if properly encouraged, can probably be trained to be a proper slut for pain.
+			making her gasp with arousal. She stares at herself in shock, and then at your reflection, mystified and a little frightened that you might have seen. You did see, and you're not perplexed. $activeSlave.slaveName is a @@.lightcoral;sexual masochist,@@ and if properly encouraged, can probably be trained to be a proper slut for pain.
 			<<set $activeSlave.fetishKnown = 1>>
 		<<else>>
 			making the masochistic $desc gasp with arousal.
@@ -7715,10 +7715,10 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><br>
 	Pleased, you tell her to keep it up as best she can, and trap her hips against the edge of the counter before sliding <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> <<if canDoVaginal($activeSlave)>>into her pussy<<else>>up her asshole<</if>>. It's not a comfortable angle, and between the rough penetration and the continued mammary torture, <<if $activeSlave.fetish == "masochist">>she orgasms promptly<<if $activeSlave.balls > 0>>, scattering cum all over the counter<</if>><<else>>tears begin to run down her cheeks<</if>>. When you climax, you grab the undersides of her breasts and hoist her up in a parody of exaltation, thrusting as far into her as you can manage<<if $PC.dick == 1>> and <<if canDoVaginal($activeSlave)>>coming inside her<<else>>blowing your load in her butt<</if>><</if>>. The thrust, the lift, and the harsh hold on her poor boobs extracts <<if $activeSlave.voice != 0>>a shriek<<else>>the pathetic little gasping noise that mute slaves make when in agony<</if>> from her<<if $activeSlave.lactation > 0>>, not to mention <<if $activeSlave.lactation == 1>>a few drops of milk<<else>>an ejaculation-like stream of milk<</if>> from each of her nipples<</if>>. You discard your toy on the counter,
 	<<if $activeSlave.fetish == "masochist">>
-		leaving the poor pain addict in a state of @@color:hotpink;high sexual satiation,@@ even if she does move her battered breasts gingerly as she climbs down.
+		leaving the poor pain addict in a state of @@.hotpink;high sexual satiation,@@ even if she does move her battered breasts gingerly as she climbs down.
 		<<set $activeSlave.devotion += 4>>
 	<<else>>
-		leaving her to climb down herself, @@color:gold;fearfully@@ watching your receding back as she gets off the counter, favoring her battered breasts.
+		leaving her to climb down herself, @@.gold;fearfully@@ watching your receding back as she gets off the counter, favoring her battered breasts.
 		<<set $activeSlave.trust -= 4>>
 	<</if>>
 	<<SimpleVCheck>>
@@ -7731,7 +7731,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 <<link "Have mercy on the poor girl and take her off her cum diet for now">>
   <<replace "#name">>$activeSlave.slaveName<</replace>>
   <<replace "#result">>
-    You see how $activeSlave.slaveName is suffering and you decide to reconsider her dietary prescription.  You instruct $assistantName to change <<print $activeSlave.slaveName>>'s diet to exclude cum for now.  Slaves who can't eat are unhealthy, and unhealthy slaves are unprofitable slaves.  She is now @@color:mediumorchid;more confident that she can resist you and get her way@@, she also @@color:mediumaquamarine;trusts you a little more@@ to look after her well being.  
+    You see how $activeSlave.slaveName is suffering and you decide to reconsider her dietary prescription.  You instruct $assistantName to change <<print $activeSlave.slaveName>>'s diet to exclude cum for now.  Slaves who can't eat are unhealthy, and unhealthy slaves are unprofitable slaves.  She is now @@.mediumorchid;more confident that she can resist you and get her way@@, she also @@.mediumaquamarine;trusts you a little more@@ to look after her well being.  
     <<set $activeSlave.trust += 5>>
     <<set $activeSlave.devotion -= 5>>
   <<set $activeSlave.dietCum = 0>>
@@ -7741,7 +7741,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><<link "Force her onto a heavy cum diet, and double up on her ejaculate intake">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You instruct $assistantName to double down on <<print $activeSlave.slaveName>>'s cum diet.  Ungrateful little sluts who retch up their expensive food sometimes need tough love.  Making her cum-food thicker and more concentrated might help her to learn that no matter how bad things seem, you can always make them worse. Initially her new heavy cum diet makes no difference in her ability to keep it down, but you tell her to give it some time.  Eventually she will learn to appreciate cum as the primary ingredient in everything she ingests.  All of your future cumsluts do, sooner or later.  Her pathetic tears reveal how @@color:gold;helpless she feels@@, but they don't hide the @@color:mediumorchid;streak of rebelliousness@@ that remains burning inside her.
+	You instruct $assistantName to double down on <<print $activeSlave.slaveName>>'s cum diet.  Ungrateful little sluts who retch up their expensive food sometimes need tough love.  Making her cum-food thicker and more concentrated might help her to learn that no matter how bad things seem, you can always make them worse. Initially her new heavy cum diet makes no difference in her ability to keep it down, but you tell her to give it some time.  Eventually she will learn to appreciate cum as the primary ingredient in everything she ingests.  All of your future cumsluts do, sooner or later.  Her pathetic tears reveal how @@.gold;helpless she feels@@, but they don't hide the @@.mediumorchid;streak of rebelliousness@@ that remains burning inside her.
 	<<set $activeSlave.devotion -= 3>>
 	<<set $activeSlave.trust -= 3>>
 	<<set $activeSlave.dietCum = 2>>
@@ -7751,7 +7751,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><<link "Give the poor girl a break and reduce her cum intake to a more modest level">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	$activeSlave.slaveName is on a very heavy cum diet, and it's possible you're forcing her to take too much, too soon.  You decide to give her a break and instruct $assistantName to reduce, but not eliminate the amount of cum in her diet.  Although it doesn't immediately make her hate cum any less, @@color:hotpink;she appreciates your willingness@@ to make things a little less unpleasant for her.  @@color:mediumaquamarine;She is a little less afraid of you too@@, although not as much as if you'd taken her off her cum diet altogether.
+	$activeSlave.slaveName is on a very heavy cum diet, and it's possible you're forcing her to take too much, too soon.  You decide to give her a break and instruct $assistantName to reduce, but not eliminate the amount of cum in her diet.  Although it doesn't immediately make her hate cum any less, @@.hotpink;she appreciates your willingness@@ to make things a little less unpleasant for her.  @@.mediumaquamarine;She is a little less afraid of you too@@, although not as much as if you'd taken her off her cum diet altogether.
 	<<set $activeSlave.devotion += 2>>
 	<<set $activeSlave.trust += 2>>
 	<<set $activeSlave.dietCum = 1>>
@@ -7760,7 +7760,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
 	<br><<link "Suppress her gag reflex and double her cum intake for a week">>
   <<replace "#name">>$activeSlave.slaveName<</replace>>
   <<replace "#result">>
-    She is already on a very heavy cum-based diet, and there's only so much ejaculate you can force a slut to ingest before it negatively affects her health.  However, as a temporary measure, you still have options.  You instruct $assistantName to re-double the amount of ejaculate in <<print $activeSlave.slaveName>>'s diet for the week.  You also have her closely monitored and injected with anti-nausea drugs to help her hold down her food.  Although the idea of being forced to eat large amounts of human reproductive fluid still disgusts her, the week of having a super-concentrated cum-diet, along with the suppressed reflex to purge it has its effect.  Knowing that you monitor and control every aspect of her life @@color:hotpink;breaks down her resistance to your will@@, and by the end of the week, she is grateful that you return her to a more nutritionally viable regimen--even if its cum content is still overwhelmingly high. <<if $activeSlave.fetishKnown == 1>>@@color:lightcoral;Her brain has now begun to accept the sexual perversity of her food as a turn on.@@<<else>>She is now able to eat and digest her prescribed diet without pharmacological assistance.<</if>>
+    She is already on a very heavy cum-based diet, and there's only so much ejaculate you can force a slut to ingest before it negatively affects her health.  However, as a temporary measure, you still have options.  You instruct $assistantName to re-double the amount of ejaculate in <<print $activeSlave.slaveName>>'s diet for the week.  You also have her closely monitored and injected with anti-nausea drugs to help her hold down her food.  Although the idea of being forced to eat large amounts of human reproductive fluid still disgusts her, the week of having a super-concentrated cum-diet, along with the suppressed reflex to purge it has its effect.  Knowing that you monitor and control every aspect of her life @@.hotpink;breaks down her resistance to your will@@, and by the end of the week, she is grateful that you return her to a more nutritionally viable regimen--even if its cum content is still overwhelmingly high. <<if $activeSlave.fetishKnown == 1>>@@.lightcoral;Her brain has now begun to accept the sexual perversity of her food as a turn on.@@<<else>>She is now able to eat and digest her prescribed diet without pharmacological assistance.<</if>>
     <<set $activeSlave.devotion += 5>>
   <<set $activeSlave.fetish = "cumslut">>
   <<if $activeSlave.fetishKnown == 1>>
@@ -7773,7 +7773,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
   <br><<link "Sentence her to a day in $arcadeName for cum injection therapy">>
   <<replace "#name">>$activeSlave.slaveName<</replace>>
   <<replace "#result">>
-    You have $assistantName inform $activeSlave.slaveName of her unacceptable behavior and sentence her to a day in $arcadeName.  She cries and pleads for mercy, and even begs to be allowed to suck a cock, any cock, so she can prove her newfound enthusiasm for cum, but you are unmerciful as two other slaves drag her off to serve her sentence.  She is forced to wear a<<if $activeSlave.vagina != -1>> combined vaginal and<<else>>n<</if>> anal chastity belt so that the only hole available is her mouth, and is then confined in $arcadeName with her mouth spread open by a ring gag and her head sticking through the hole in the wall.  A sign below her mouth proclaims her to be a "cum extraction tube" and she is used that way for the duration of her stay--a gruelling, 18-hour marathon of relentless throat fucking.  <<if $activeSlave.sexualFlaw != "hates oral">>Her ordeal is so extreme that she now @@color:red;hates oral sex@@<<else>>Her hatred of oral sex makes her ordeal that much more horrific<</if>>, but it @@color:hotpink;breaks down her resistance@@.  She now @@color:gold;better understands the terrifying power you have over her@@, and the sheer amount of cum she is forced to ingest @@color:red;negatively effects her health@@.  Your other cum-fed slaves take note of what you do to girls who can't hold down their assigned diet. 
+    You have $assistantName inform $activeSlave.slaveName of her unacceptable behavior and sentence her to a day in $arcadeName.  She cries and pleads for mercy, and even begs to be allowed to suck a cock, any cock, so she can prove her newfound enthusiasm for cum, but you are unmerciful as two other slaves drag her off to serve her sentence.  She is forced to wear a<<if $activeSlave.vagina != -1>> combined vaginal and<<else>>n<</if>> anal chastity belt so that the only hole available is her mouth, and is then confined in $arcadeName with her mouth spread open by a ring gag and her head sticking through the hole in the wall.  A sign below her mouth proclaims her to be a "cum extraction tube" and she is used that way for the duration of her stay--a gruelling, 18-hour marathon of relentless throat fucking.  <<if $activeSlave.sexualFlaw != "hates oral">>Her ordeal is so extreme that she now @@.red;hates oral sex@@<<else>>Her hatred of oral sex makes her ordeal that much more horrific<</if>>, but it @@.hotpink;breaks down her resistance@@.  She now @@.gold;better understands the terrifying power you have over her@@, and the sheer amount of cum she is forced to ingest @@.red;negatively effects her health@@.  Your other cum-fed slaves take note of what you do to girls who can't hold down their assigned diet. 
     <<set $activeSlave.devotion += 5>>
     <<set $activeSlave.trust -= 5>>
     <<set $activeSlave.health -= 5>>
@@ -7792,7 +7792,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the
   <<replace "#result">>
 Some slaves have a bigger potential price to pay for disobedience than they realize.  $activeSlave.slaveName is $activeSlave.race, which is<<if $activeSlave.race != $arcologies[0].FSSupremacistRace>> not particularly noteworthy.<<else>> advantageous to her, as it is generally unpopular to enslave a girl of the superior race.<</if>> However, she's about to learn that her racial appearance isn't immutable, and in your arcology, it can make a big difference in how she is treated.  You escort the struggling <<if $activeSlave.preg > 5>>mother-to-be<<else>>girl<</if>> to the surgery center and instruct $assistantName to alter her appearance so that she appears to be <<print $arcologies[0].FSSubjugationistRace>>.  The full meaning of your instructions <<if $activeSlave.intelligence < 0>> slowly start to dawn on <<print $activeSlave.slaveName>>'s stupid face <<else>> spark a quick reaction <<if canSee($activeSlave)>>from <<print $activeSlave.slaveName>>'s intelligent eyes<<else>>on <<print $activeSlave.slaveName>>'s intelligent face<</if>><</if>> and she whimpers and begs for you to reconsider even as she's strapped onto the operating table.  
 <br><br>
-By the time she wakes up from the anesthesia, you've already made the necessary alterations to her permanent records, which now clearly indicate that she was born <<print $arcologies[0].FSSubjugationistRace>>, and as such, can be rightfully regarded as the racially inferior fuck-animal she now is.  Of course, your fellow slave owners and the slave market will be savvy enough to see through the alterations you've forced upon her, but when you make her available for a day of use in the public square, all your average citizen knows is that the girl they are fucking is simply a worthless $arcologies[0].FSSubjugationistRace slut who doesn't deserve much more than a stomach full of cum.  The surgery @@color:red;negatively effects her health@@, but by the end of a long day she'll likely never forget, she has gotten a crash course in what it means to be a $arcologies[0].FSSubjugationistRace slave in your arcology, and any evidence that she was born $activeSlave.race has been efficiently expunged from her records. <<if ($activeSlave.vagina == 0 || $activeSlave.anus == 0)>>@@color:lime;All vestiges of her virginity have been unceremoniously stripped away@@.<</if>> The experience has  @@color:hotpink;broken down her resistance@@, and your willingness to go to such extremes to subjugate her @@color:gold;greatly increases her fear of you@@.  
+By the time she wakes up from the anesthesia, you've already made the necessary alterations to her permanent records, which now clearly indicate that she was born <<print $arcologies[0].FSSubjugationistRace>>, and as such, can be rightfully regarded as the racially inferior fuck-animal she now is.  Of course, your fellow slave owners and the slave market will be savvy enough to see through the alterations you've forced upon her, but when you make her available for a day of use in the public square, all your average citizen knows is that the girl they are fucking is simply a worthless $arcologies[0].FSSubjugationistRace slut who doesn't deserve much more than a stomach full of cum.  The surgery @@.red;negatively effects her health@@, but by the end of a long day she'll likely never forget, she has gotten a crash course in what it means to be a $arcologies[0].FSSubjugationistRace slave in your arcology, and any evidence that she was born $activeSlave.race has been efficiently expunged from her records. <<if ($activeSlave.vagina == 0 || $activeSlave.anus == 0)>>@@.lime;All vestiges of her virginity have been unceremoniously stripped away@@.<</if>> The experience has  @@.hotpink;broken down her resistance@@, and your willingness to go to such extremes to subjugate her @@.gold;greatly increases her fear of you@@.  
        <<set $activeSlave.devotion += 5>>
        <<set $activeSlave.trust -= 10>>
        <<set $activeSlave.vagina += 1>>
@@ -7844,7 +7844,7 @@ By the time she wakes up from the anesthesia, you've already made the necessary
   <<replace "#result">>
 You stroke <<print $activeSlave.slaveName>>'s $activeSlave.skin cheek and tell her that she has much more to lose than she realizes.   You decide to give her a tour of the arcology to show her what you mean.  You make sure to <<if canSee($activeSlave)>>point out<<else>>explain<</if>> everything that makes living in your arcology as a $arcologies[0].FSSubjugationistRace slut special.  <<if $dairy > 0>>There are the specially calibrated "<<print $arcologies[0].FSSubjugationistRace>> only" industrial human milking machines in $dairyName which have been set for maximum milking efficiency, disregarding any need for slave comfort. <<else>>There are the segregated milking stalls, where only the dirtiest and most dilapidated machines are reserved for filthy $arcologies[0].FSSubjugationistRace sluts. <</if>><<if $club > 0>>There are the "refresher" sinks in $clubName where normal slaves can go to periodically clean the cum out of their holes before returning to service more citizens--but such a luxury is off limits to $arcologies[0].FSSubjugationistRace animals--who simply have to work through their long shifts with ever increasing amount of ejaculate covering their worthless bodies.<<else>>There are the "animal fuckers" in the public square--groups of racial purists who specifically seek out slaves of the inferior $arcologies[0].FSSubjugationistRace race to mistreat through extreme public use. <</if>>Finally <<if $arcade > 0>>you take her over to $arcadeName, and <<if canSee($activeSlave)>>give her an up close view of<<else>>let her feel<</if>> the brutal ring gag used to pry open the $arcologies[0].FSSubjugationistRace sluts' mouths for relentless cock-milking purposes. <<else>>you take her over to the glory hole area, where distinct labels adorn the holes reserved for members of the slave race, and $arcologies[0].FSSubjugationistRace fuck-holes are afforded "special attention" by "sympathetic" citizens of the arcology.<</if>>
 <br><br>
-At first $activeSlave.slaveName is confused as to why you are showing her these things, but you soon make your point clear. You explain that if she doesn't start accepting her role, you can easily alter her appearance and force her to accept a much different role instead.  You see her <<if $activeSlave.intelligence < 0>> stupid <<if canSee($activeSlave)>>eyes<<else>>face<</if>> finally start to show signs of understanding<<else>>intelligent <<if canSee($activeSlave)>>eyes<<else>>face<</if>> quickly realize what you are talking about<</if>> and she starts to whimper helplessly, begging you not to turn her into a $arcologies[0].FSSubjugationistRace sub-human.  By the end of the tour she better realizes exactly what it means to be a slave.  She is starting to understand the @@color:hotpink;power you have over her@@, and @@color:gold;she fears you even more because of it@@.
+At first $activeSlave.slaveName is confused as to why you are showing her these things, but you soon make your point clear. You explain that if she doesn't start accepting her role, you can easily alter her appearance and force her to accept a much different role instead.  You see her <<if $activeSlave.intelligence < 0>> stupid <<if canSee($activeSlave)>>eyes<<else>>face<</if>> finally start to show signs of understanding<<else>>intelligent <<if canSee($activeSlave)>>eyes<<else>>face<</if>> quickly realize what you are talking about<</if>> and she starts to whimper helplessly, begging you not to turn her into a $arcologies[0].FSSubjugationistRace sub-human.  By the end of the tour she better realizes exactly what it means to be a slave.  She is starting to understand the @@.hotpink;power you have over her@@, and @@.gold;she fears you even more because of it@@.
     <<set $activeSlave.devotion += 5>>
     <<set $activeSlave.trust -= 10>>
   <</replace>>
@@ -7854,7 +7854,7 @@ At first $activeSlave.slaveName is confused as to why you are showing her these
   <<replace "#result">>
 You look $activeSlave.slaveName over, and something about her makes you reconsider playing games with her racial appearance.  <<if $activeSlave.race == $arcologies[0].FSSupremacistRace>>Perhaps her natural $activeSlave.race supremacy is too sacrosanct for you to go to such lengths.  <</if>>You'll not make such an extreme example of her.  Still, she is a disobedient slave, and she cannot be allowed to openly defy your orders and inspections.  You take her over your knee, expose her bare ass and spank her hard and relentlessly.  She screams and whines and struggles, and you call in an obedient slave to help keep control of her as you punish her reddened bottom.  You also make sure to tell her how lucky she is that she isn't one of those worthless sub-human $arcologies[0].FSSubjugationistRace sluts, and that she is getting off easy. But you also remind her that there are worse owners to belong to, and if she continues to resist your will, you will be very selective about who you sell her to.  
 <br><br>
-By the time you've finished with her sensitive ass, it shines red, and she is crying and whimpering in pain.  You send her away, having @@color:hotpink;dampened her resistance a bit@@, and @@color:gold;scared her with your tales of how much worse life could be@@ for her <<if $activeSlave.race == $arcologies[0].FSSupremacistRace>> if she weren't born of the supreme race.<<else>>under a less forgiving owner.<</if>>
+By the time you've finished with her sensitive ass, it shines red, and she is crying and whimpering in pain.  You send her away, having @@.hotpink;dampened her resistance a bit@@, and @@.gold;scared her with your tales of how much worse life could be@@ for her <<if $activeSlave.race == $arcologies[0].FSSupremacistRace>> if she weren't born of the supreme race.<<else>>under a less forgiving owner.<</if>>
     <<set $activeSlave.devotion += 5>>
     <<set $activeSlave.trust -= 5>>
   <</replace>>
@@ -7865,7 +7865,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <<link "Give the poor girl a break and take her off her cum diet so she can safely get to a healthier weight">>
   <<replace "#name">>$activeSlave.slaveName<</replace>>
   <<replace "#result">>
-    You silently appraise <<print $activeSlave.slaveName>>'s desperate face and lean forward in your chair to check your terminal.  You confirm that <<if $activeSlave.dietCum == 1>> her food is supplemented with cum for flavor.<<else>>she is being fed significant amounts of ejaculate.<</if>>  While her <<if $activeSlave.dietCum == 2>>extreme <</if>>diet is still engineered to <<if $activeSlave.dietCum == 2>>barely <</if>> provide the nutrition she needs, if she can't hold the stuff down, she can't gain weight<<if $activeSlave.preg > 5>>, even more so with her growing child taking whatever nutrients it can<</if>>.  With a few taps on the keyboard you change her orders so that she will be fed a much more nutritionally rich diet that is free of ejaculate.  However, you make sure to warn her that $assistantName will be monitoring her, and you may change your mind once she reaches a more attractive weight.  She thanks you profusely, <<if $activeSlave.vagina != 0>>even attempting to offer her body for use in gratitude,<</if>> but you simply send her away. You find yourself concerned that you are becoming soft by allowing slaves to dictate what they will and won't eat, but your benevolent decision has already had a @@color:hotpink;positive effect on her attitude@@. She @@color:aquamarine;trusts you a little more@@ too.  
+    You silently appraise <<print $activeSlave.slaveName>>'s desperate face and lean forward in your chair to check your terminal.  You confirm that <<if $activeSlave.dietCum == 1>> her food is supplemented with cum for flavor.<<else>>she is being fed significant amounts of ejaculate.<</if>>  While her <<if $activeSlave.dietCum == 2>>extreme <</if>>diet is still engineered to <<if $activeSlave.dietCum == 2>>barely <</if>> provide the nutrition she needs, if she can't hold the stuff down, she can't gain weight<<if $activeSlave.preg > 5>>, even more so with her growing child taking whatever nutrients it can<</if>>.  With a few taps on the keyboard you change her orders so that she will be fed a much more nutritionally rich diet that is free of ejaculate.  However, you make sure to warn her that $assistantName will be monitoring her, and you may change your mind once she reaches a more attractive weight.  She thanks you profusely, <<if $activeSlave.vagina != 0>>even attempting to offer her body for use in gratitude,<</if>> but you simply send her away. You find yourself concerned that you are becoming soft by allowing slaves to dictate what they will and won't eat, but your benevolent decision has already had a @@.hotpink;positive effect on her attitude@@. She @@.aquamarine;trusts you a little more@@ too.  
     <<set $activeSlave.trust += 2>>
     <<set $activeSlave.devotion += 2>>
 	<<set $activeSlave.dietCum = 0>>
@@ -7876,9 +7876,9 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
   <<replace "#result">>
     You stand up behind your desk.  She flinches, but holds her ground, her lip quivering slightly.  You slowly walk toward her, appraising her <<if $activeSlave.preg > 5>>bloated<<else>>smooth<</if>>, skinny body, touching her shoulder as you disappear behind her.  She starts to cry as you <<if $PC.dick == 0>>pull a massive rubber dong attachment off the wall and hook it to your strap-on.<<else>>unbuckle your pants and let her feel your warm dick harden against her tight, bony thigh.<</if>>  Without word or ceremony, you shove her forward so that she is bent over and crushed against your desk.  The tears start to flow out of her as she feels your <<if $PC.dick == 0>>massive rubber dong <<else>>hard, thick cock <</if>>pressing against her unprotected anus.
 	<br><br>
-	When you offer her the opportunity to revise her request, she does.	"<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Pleathe,<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!  I'm thorry!  Pleathe don't fuck my ath!  I'll eat all the cum you want!  Pleathe!<<else>>Please, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!  I'm sorry!   Please don't fuck my ass!  I'll eat all the cum you want!  Please!<</if>>"  She screams <<if $activeSlave.accent > 1>>in her thick accent <</if>> as you force your<<if $PC.dick == 0>> strap-on <<else>>self <</if>> inside her butt-hole and subdue her weak, struggling body against your unforgiving desk. @@color:gold;Horrified tears@@ stream down her face with each brutal thrust as you speak into her ear and remind her that slaves are not allowed to dictate their needs to their owners. You know what's best for her, and right now, her proper role is as an eager little depository for the products of the free-cities ejaculate market.  It's her job to suck down cum at the whim of her owner--plain and simple--until she's told otherwise.  You butt-fuck the cum-fed slag until she simply lays there and accepts her corrective ass-rape.  <<if $activeSlave.anus == 0>>@@color:lime;Her@@ <<if $activeSlave.butt < 5>>@@color:lime;skinny little@@ <<else>>@@color:lime;plump little@@ <</if>>@@color:lime;ass is now broken in@@.  <</if>>She sobs quietly with each thrust of your hips, and when you finally <<if $PC.dick == 1>>make yet another cum deposit into her <<if $activeSlave.weight < -80>>emaciated <<else>>bony <</if>>body and<</if>> pull out, you instruct <<if $activeSlave.dietCum == 1>> $assistantName to dramatically increase the amount of cum in her diet from now on.  You won't have a slave telling you what she eats.  $activeSlave.slaveName hears your instructions and whimpers before rubbing her sore bottom and <<else>>another slave to drag the broken slut to the kitchen, where she's to receive an additional feeding of thick, creamy ejaculate-based nutrients before <</if>>proceeding to her next assignment.
+	When you offer her the opportunity to revise her request, she does.	"<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Pleathe,<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!  I'm thorry!  Pleathe don't fuck my ath!  I'll eat all the cum you want!  Pleathe!<<else>>Please, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!  I'm sorry!   Please don't fuck my ass!  I'll eat all the cum you want!  Please!<</if>>"  She screams <<if $activeSlave.accent > 1>>in her thick accent <</if>> as you force your<<if $PC.dick == 0>> strap-on <<else>>self <</if>> inside her butt-hole and subdue her weak, struggling body against your unforgiving desk. @@.gold;Horrified tears@@ stream down her face with each brutal thrust as you speak into her ear and remind her that slaves are not allowed to dictate their needs to their owners. You know what's best for her, and right now, her proper role is as an eager little depository for the products of the free-cities ejaculate market.  It's her job to suck down cum at the whim of her owner--plain and simple--until she's told otherwise.  You butt-fuck the cum-fed slag until she simply lays there and accepts her corrective ass-rape.  <<if $activeSlave.anus == 0>>@@.lime;Her@@ <<if $activeSlave.butt < 5>>@@.lime;skinny little@@ <<else>>@@.lime;plump little@@ <</if>>@@.lime;ass is now broken in@@.  <</if>>She sobs quietly with each thrust of your hips, and when you finally <<if $PC.dick == 1>>make yet another cum deposit into her <<if $activeSlave.weight < -80>>emaciated <<else>>bony <</if>>body and<</if>> pull out, you instruct <<if $activeSlave.dietCum == 1>> $assistantName to dramatically increase the amount of cum in her diet from now on.  You won't have a slave telling you what she eats.  $activeSlave.slaveName hears your instructions and whimpers before rubbing her sore bottom and <<else>>another slave to drag the broken slut to the kitchen, where she's to receive an additional feeding of thick, creamy ejaculate-based nutrients before <</if>>proceeding to her next assignment.
 	<br><br>
-	She's learned a valuable lesson about what it truly means to be a slave today, and it's one she @@color:orchid;won't soon forget@@.
+	She's learned a valuable lesson about what it truly means to be a slave today, and it's one she @@.orchid;won't soon forget@@.
     <<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<if ($activeSlave.anus == 0)>>
@@ -7897,7 +7897,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
   <<replace "#result">>
     You do a quick check at your terminal.  She is indeed being fed <<if $activeSlave.dietCum == 1>> food that is supplemented with cum for flavor.<<else>>large amounts of human ejaculate.<</if>>  You tell her that it can't be helped.  When you assign a slave her diet, it's for a reason, and in <<print $activeSlave.slaveName>>'s case, you are using her diet to make her into a better whore.  By the look on her distressed face, you can tell she doesn't understand or appreciate your perspective, but you tell her you have just the thing to help change her outlook.  
 	<br><br>
-	You pull out a heavy dose of aphrodisiacs from the drawer in your desk.  They are expensive, but powerful drugs that can be used in a brute force way to manipulate the sexual urges and tastes of even the most frigid sluts.  The mild dose included in every slave's food is usually enough to affect a slow, inevitable change in attitude for resistant slaves, but sometimes a more acute dose can be an amusing way to turn disgust into dependence.  $activeSlave.slaveName shivers as you reassure her and inject her <<if $activeSlave.weight < -80>>bony <<else>>tiny <</if>>body with the powerful drugs.  You know they are working when she begins to perspire a little, and <<if $activeSlave.vagina > -1>>she starts to leak fresh girl-juice down her shivering thighs<<elseif $activeSlave.dick == 0>>starts to turn instinctively to offer you her only hole<<else>>her dick starts to come to attention<</if>>.  You then book her to be the main attraction at a corporate office party that afternoon, where she will be the target of a blow-bang and bukkake.  You see that she's dosed heavily with the drugs every day this week, and then book the rest of her afternoons for similar duties, making sure she still tends to her regular assignments as well.  In the meantime, you also instruct the kitchen that she is to eat as much cum-based food from the dispensers as she can suck down in order to fuel up for these exhausting escapades.  By the end of the week, the aphrodisiacs and her slide into an inescapable routine of cum immersion have done their job, and she has begun to @@color:lightcoral;view cum as an inevitable component of her daily life@@.  She also manages to @@color:green;gain a little weight@@.  Thanks to your manipulation of her Pavlovian responses through extreme drug therapy, her @@color:red;health has suffered a bit@@, but she is also @@color:hotpink;more dependent on you@@ thanks to her <<if $activeSlave.addict == 0>>@@color:cyan;new@@<<else>>@@color:cyan;developing@@<</if>> @@color:cyan;addiction to aphrodisiacs.@@
+	You pull out a heavy dose of aphrodisiacs from the drawer in your desk.  They are expensive, but powerful drugs that can be used in a brute force way to manipulate the sexual urges and tastes of even the most frigid sluts.  The mild dose included in every slave's food is usually enough to affect a slow, inevitable change in attitude for resistant slaves, but sometimes a more acute dose can be an amusing way to turn disgust into dependence.  $activeSlave.slaveName shivers as you reassure her and inject her <<if $activeSlave.weight < -80>>bony <<else>>tiny <</if>>body with the powerful drugs.  You know they are working when she begins to perspire a little, and <<if $activeSlave.vagina > -1>>she starts to leak fresh girl-juice down her shivering thighs<<elseif $activeSlave.dick == 0>>starts to turn instinctively to offer you her only hole<<else>>her dick starts to come to attention<</if>>.  You then book her to be the main attraction at a corporate office party that afternoon, where she will be the target of a blow-bang and bukkake.  You see that she's dosed heavily with the drugs every day this week, and then book the rest of her afternoons for similar duties, making sure she still tends to her regular assignments as well.  In the meantime, you also instruct the kitchen that she is to eat as much cum-based food from the dispensers as she can suck down in order to fuel up for these exhausting escapades.  By the end of the week, the aphrodisiacs and her slide into an inescapable routine of cum immersion have done their job, and she has begun to @@.lightcoral;view cum as an inevitable component of her daily life@@.  She also manages to @@.green;gain a little weight@@.  Thanks to your manipulation of her Pavlovian responses through extreme drug therapy, her @@.red;health has suffered a bit@@, but she is also @@.hotpink;more dependent on you@@ thanks to her <<if $activeSlave.addict == 0>>@@.cyan;new@@<<else>>@@.cyan;developing@@<</if>> @@.cyan;addiction to aphrodisiacs.@@
     <<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.health -= 10>>
 	<<set $activeSlave.weight += 10>>
@@ -7915,7 +7915,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <<link "Fuck her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You announce that you're going to fuck her <<if $activeSlave.anus == 0>>virgin <</if>>asspussy. To your complete lack of surprise, she can't hide her horror at the prospect of <<if $PC.dick == 1>>having a cock inside her<<else>>being fucked with a strap-on<</if>>, and her <<if canSee($activeSlave)wide, $activeSlave.eyeColor eyes track<<else>>terrified face follows<</if>> your movements closely as you stand up and <<if $PC.dick == 1>>reveal the formidable member<<else>>don the strap-on<</if>> you're about to breed her with. You order her to kneel on the couch, which she does, @@color:gold;cringing in fear of being buttfucked, but knowing disobedience will be worse;@@ and then you order her to reach down and spread her butt for you, as wide as it'll go. She complies, <<if $activeSlave.butt > 6>>taking a handful of each massive buttock and heaving them apart to reveal her<<elseif $activeSlave.butt > 3>>pulling her plush buttocks apart<<else>>even though her cute ass doesn't have to be spread<</if>> to reveal her <<if $activeSlave.anus > 2>>whorish anal slit<<elseif $activeSlave.butt > 1>>relaxed rear hole<<else>>tight little rosebud<</if>>. You let her soak in her discomfort, <<if $PC.dick == 1>>stroking your cock gently<<else>>rubbing a little lube on the tip of your phallus<</if>> and letting her see how big it is. Her cringing even extends to her asshole, <<if $activeSlave.analArea > 3>>the huge area of crinkled skin<<elseif $activeSlave.analArea > 1>>the crinkled skin around her anus<<else>>her little pucker<</if>> tensing as she anticipates anal sex.
+		You announce that you're going to fuck her <<if $activeSlave.anus == 0>>virgin <</if>>asspussy. To your complete lack of surprise, she can't hide her horror at the prospect of <<if $PC.dick == 1>>having a cock inside her<<else>>being fucked with a strap-on<</if>>, and her <<if canSee($activeSlave)wide, $activeSlave.eyeColor eyes track<<else>>terrified face follows<</if>> your movements closely as you stand up and <<if $PC.dick == 1>>reveal the formidable member<<else>>don the strap-on<</if>> you're about to breed her with. You order her to kneel on the couch, which she does, @@.gold;cringing in fear of being buttfucked, but knowing disobedience will be worse;@@ and then you order her to reach down and spread her butt for you, as wide as it'll go. She complies, <<if $activeSlave.butt > 6>>taking a handful of each massive buttock and heaving them apart to reveal her<<elseif $activeSlave.butt > 3>>pulling her plush buttocks apart<<else>>even though her cute ass doesn't have to be spread<</if>> to reveal her <<if $activeSlave.anus > 2>>whorish anal slit<<elseif $activeSlave.butt > 1>>relaxed rear hole<<else>>tight little rosebud<</if>>. You let her soak in her discomfort, <<if $PC.dick == 1>>stroking your cock gently<<else>>rubbing a little lube on the tip of your phallus<</if>> and letting her see how big it is. Her cringing even extends to her asshole, <<if $activeSlave.analArea > 3>>the huge area of crinkled skin<<elseif $activeSlave.analArea > 1>>the crinkled skin around her anus<<else>>her little pucker<</if>> tensing as she anticipates anal sex.
 		<<set $activeSlave.trust -= 3>>
 		<br><br><span id="result2">
 		<<link "Make sure she gets off on it">>
@@ -7924,25 +7924,25 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 				<<if $activeSlave.fetish == "buttslut">>
 				<<if $activeSlave.fetishKnown == 1>>
 					<<if $activeSlave.fetishStrength > 95>>
-						Every time she takes it up the butt, she's reminded that she's a natural buttslut, and the reminder @@color:lightsalmon;helps her relax and accept sodomy.@@
+						Every time she takes it up the butt, she's reminded that she's a natural buttslut, and the reminder @@.lightsalmon;helps her relax and accept sodomy.@@
 						<<set $activeSlave.fetishStrength += 10>>
 					<<else>>
-						She knows she gets off easily on anal stimulation, but taking it like this still isn't her favorite activity. Still, the prostate stimulation does its work, and she @@color:hotpink;submits to having her favorite hole pleasured.@@
+						She knows she gets off easily on anal stimulation, but taking it like this still isn't her favorite activity. Still, the prostate stimulation does its work, and she @@.hotpink;submits to having her favorite hole pleasured.@@
 						<<set $activeSlave.devotion += 3>>
 					<</if>>
 				<<else>>
-					You notice that she stiffens again, looking down at her traitorous member in shock at how much she enjoys the sensation of prostate stimulation. @@color:lightsalmon;She's a buttslut!@@
+					You notice that she stiffens again, looking down at her traitorous member in shock at how much she enjoys the sensation of prostate stimulation. @@.lightsalmon;She's a buttslut!@@
 					<<set $activeSlave.fetishKnown = 1>>
 				<</if>>
 				<</if>>
-				Not long after you penetrate her, she <<if $activeSlave.balls > 0>>squirts a weak ejaculation onto the couch<<else>>shivers and releases some watery fluid<</if>>. She had almost forgotten that she was being fucked like a girl, and stiffens uncomfortably when she feels you <<if $PC.dick == 1>>fill her rectum with your hot seed<<else>>grip her hips harder and shake with your own climax<</if>>. As she gets up from the couch, she seems @@color:hotpink;subdued and submissive.@@ After all, if she's submitting to you, that absolves her of responsibility for what she's becoming. 
+				Not long after you penetrate her, she <<if $activeSlave.balls > 0>>squirts a weak ejaculation onto the couch<<else>>shivers and releases some watery fluid<</if>>. She had almost forgotten that she was being fucked like a girl, and stiffens uncomfortably when she feels you <<if $PC.dick == 1>>fill her rectum with your hot seed<<else>>grip her hips harder and shake with your own climax<</if>>. As she gets up from the couch, she seems @@.hotpink;subdued and submissive.@@ After all, if she's submitting to you, that absolves her of responsibility for what she's becoming. 
 				<<set $activeSlave.devotion += 5>>
 				<<AnalVCheck>>
 			<</replace>>
 		<</link>>
 		<br><<link "Rape her">>
 			<<replace "#result2">>
-				You grab her hips, getting a good grip, and spear the poor $desc without any hint of mercy. She <<if $activeSlave.voice > 0>>screams in pain and fear<<else>>sucks in a great sobbing gasp<</if>>, and tries to wriggle away despite her intention of submitting to your use, but you hold her in place and rape her ass. She tries to maintain her position, crying openly, but eventually slides off her perch on the couch, pulling her hole off your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. You grab her by <<if $activeSlave.hLength > 20>>hair<<else>>neck<</if>> and smash her face into the angle of the couch, leaving her poor butt completely vulnerable. She can't see you line up to ream her again, but she knows it's coming and cries, quivering. After a while, you haul her up to her feet and keep fucking her, the uncomfortable angle of standing anal forcing new <<if $activeSlave.voice > 0>>squeals<<else>>rasps<</if>> out of her. You pour degradation into her ear as you take your pleasure from her unhappy body, telling her that she's your fuckmeat. She believes you, and when you finally orgasm and let her slide off your hateful <<if $PC.dick == 1>>penis<<else>>strap-on<</if>>, shes @@color:gold;already terrified@@ of the next time you feel like fucking her.
+				You grab her hips, getting a good grip, and spear the poor $desc without any hint of mercy. She <<if $activeSlave.voice > 0>>screams in pain and fear<<else>>sucks in a great sobbing gasp<</if>>, and tries to wriggle away despite her intention of submitting to your use, but you hold her in place and rape her ass. She tries to maintain her position, crying openly, but eventually slides off her perch on the couch, pulling her hole off your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. You grab her by <<if $activeSlave.hLength > 20>>hair<<else>>neck<</if>> and smash her face into the angle of the couch, leaving her poor butt completely vulnerable. She can't see you line up to ream her again, but she knows it's coming and cries, quivering. After a while, you haul her up to her feet and keep fucking her, the uncomfortable angle of standing anal forcing new <<if $activeSlave.voice > 0>>squeals<<else>>rasps<</if>> out of her. You pour degradation into her ear as you take your pleasure from her unhappy body, telling her that she's your fuckmeat. She believes you, and when you finally orgasm and let her slide off your hateful <<if $PC.dick == 1>>penis<<else>>strap-on<</if>>, shes @@.gold;already terrified@@ of the next time you feel like fucking her.
 				<<set $activeSlave.trust -= 5>>
 				<<AnalVCheck>>
 			<</replace>>
@@ -7953,24 +7953,24 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <br><<link "Humiliate her in public">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You get up from behind your desk, drawing an apprehensive <<if canSee($activeSlave)>>stare<<else>>look<</if>>. To her bemusement, you order her to follow you and leave your office. She hurries to obey, her footsteps pattering along behind you, but they become much more hesitant as you make your way out of the penthouse and she realizes that she's about to be in public, naked. You don't bother looking back, knowing that she's sufficiently afraid of you to obey. On the border between your private domain and the public hustle and bustle of the arcology's public life, she stops for a long moment before scurrying to catch up with you, barely even noticing that @@color:hotpink;she just swallowed her sense of shame@@ to obey you and avoid punishment. You stroll along, greeting leading citizens and taking in the hum of your people. $activeSlave.slaveName grows increasingly embarrassed under the hot stares of passersby, cringing closer and closer to your protective side as she notices how <<if canSee($activeSlave)>>many gazes rest with open hunger on<<else>>many lewd comments focus on<</if>> her mouth, her crotch, and her ass.
+		You get up from behind your desk, drawing an apprehensive <<if canSee($activeSlave)>>stare<<else>>look<</if>>. To her bemusement, you order her to follow you and leave your office. She hurries to obey, her footsteps pattering along behind you, but they become much more hesitant as you make your way out of the penthouse and she realizes that she's about to be in public, naked. You don't bother looking back, knowing that she's sufficiently afraid of you to obey. On the border between your private domain and the public hustle and bustle of the arcology's public life, she stops for a long moment before scurrying to catch up with you, barely even noticing that @@.hotpink;she just swallowed her sense of shame@@ to obey you and avoid punishment. You stroll along, greeting leading citizens and taking in the hum of your people. $activeSlave.slaveName grows increasingly embarrassed under the hot stares of passersby, cringing closer and closer to your protective side as she notices how <<if canSee($activeSlave)>>many gazes rest with open hunger on<<else>>many lewd comments focus on<</if>> her mouth, her crotch, and her ass.
 		<<set $activeSlave.devotion += 3>>
 		<br><br><span id="result2">
 		<<link "Make her perform oral on you, right here">>
 			<<replace "#result2">>
-				You reach around, place a dominating hand on her shoulder, pull her around in front of you, and push her down to her knees. She quickly realizes what's coming, and her $activeSlave.skin cheeks blush furiously as you reveal your <<if $PC.dick == 1>>meaty dick<<else>>flushed pussy<</if>> and offer it to her. She gets busy, burying her head against you with a speed that seems surprising until it occurs to you that this allows her to hide her face. Deciding to accept this tiny compromise, you run a possessive hand <<if $activeSlave.hLength < 5>>across her smooth scalp<<elseif $activeSlave.hLength < 20>>through her short hair<<else>>through her tresses<</if>> and murmur praise for her enthusiasm. She stiffens at the implication that she wants to be <<if $PC.dick == 1>>polishing your penis<<else>>eating you out<</if>> in broad daylight, but after a slight pause she decides that this isn't bad. As <<if $PC.dick == 1>>her head continues to bob back and forth as she sucks your dick<<else>>she continues nuzzling her nose and mouth against your wet cunt<</if>>, she fails to notice her @@color:hotpink;second major submission today.@@
+				You reach around, place a dominating hand on her shoulder, pull her around in front of you, and push her down to her knees. She quickly realizes what's coming, and her $activeSlave.skin cheeks blush furiously as you reveal your <<if $PC.dick == 1>>meaty dick<<else>>flushed pussy<</if>> and offer it to her. She gets busy, burying her head against you with a speed that seems surprising until it occurs to you that this allows her to hide her face. Deciding to accept this tiny compromise, you run a possessive hand <<if $activeSlave.hLength < 5>>across her smooth scalp<<elseif $activeSlave.hLength < 20>>through her short hair<<else>>through her tresses<</if>> and murmur praise for her enthusiasm. She stiffens at the implication that she wants to be <<if $PC.dick == 1>>polishing your penis<<else>>eating you out<</if>> in broad daylight, but after a slight pause she decides that this isn't bad. As <<if $PC.dick == 1>>her head continues to bob back and forth as she sucks your dick<<else>>she continues nuzzling her nose and mouth against your wet cunt<</if>>, she fails to notice her @@.hotpink;second major submission today.@@
 				<<if $activeSlave.fetish == "humiliation">>
 				<<if $activeSlave.fetishKnown == 1>>
 					Since she has a humiliation fetish, the embarrassment has been arousing her even as it's been torturing her. Unsatisfied with just this, her need to be shamed obliges her to cock her hips and make sure onlookers can see her asspussy as she services you with her mouth.
 					<<if $activeSlave.fetishStrength > 95>>
-						@@color:lightsalmon;Her need for humiliation has deepened.@@
+						@@.lightsalmon;Her need for humiliation has deepened.@@
 						<<set $activeSlave.fetishStrength += 10>>
 					<<else>>
-						Such abject sluttery @@color:hotpink;helps convince her of her status as a slave girl.@@
+						Such abject sluttery @@.hotpink;helps convince her of her status as a slave girl.@@
 						<<set $activeSlave.devotion += 3>>
 					<</if>>
 				<<else>>
-					To your surprise, she even starts to glance around, checking to verify that she's still being watched. @@color:lightsalmon;She's a humiliation slut!@@
+					To your surprise, she even starts to glance around, checking to verify that she's still being watched. @@.lightsalmon;She's a humiliation slut!@@
 					<<set $activeSlave.fetishKnown = 1>>
 				<</if>>
 				<</if>>
@@ -7985,18 +7985,18 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 				<<if $activeSlave.fetish == "humiliation">>
 				<<if $activeSlave.fetishKnown == 1>>
 					<<if $activeSlave.fetishStrength > 95>>
-						Though she's still unhappy about being a slave girl, @@color:lightsalmon;appetite for humiliation has deepened.@@
+						Though she's still unhappy about being a slave girl, @@.lightsalmon;appetite for humiliation has deepened.@@
 						<<set $activeSlave.fetishStrength += 10>>
 					<<else>>
-						The abject humiliation slut climaxes harder each time, and can't stop herself @@color:mediumaquamarine;glancing at you with something like trust.@@
+						The abject humiliation slut climaxes harder each time, and can't stop herself @@.mediumaquamarine;glancing at you with something like trust.@@
 						<<set $activeSlave.trust += 3>>
 					<</if>>
 				<<else>>
-					With a mix of horror and dawning arousal, she discovers that she enjoys the stares. @@color:lightsalmon;She's a humiliation slut!@@
+					With a mix of horror and dawning arousal, she discovers that she enjoys the stares. @@.lightsalmon;She's a humiliation slut!@@
 					<<set $activeSlave.fetishKnown = 1>>
 				<</if>>
 				<</if>>
-				As she follows you back to your penthouse, she seems almost cheerful, and will definitely be @@color:mediumaquamarine;more trusting of strange orders@@ in the future.
+				As she follows you back to your penthouse, she seems almost cheerful, and will definitely be @@.mediumaquamarine;more trusting of strange orders@@ in the future.
 				<<set $activeSlave.trust += 5>>
 			<</replace>>
 		<</link>>
@@ -8011,9 +8011,9 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 	<<replace "#result">>
 		Her body is so perfectly made to be fucked that it's getting itself ready for you, without your even having to give the order. Deciding not to bother with verbal commands, you approach her and reach for one of her hands; she obediently extends it towards your grasp, and follows <<if ($activeSlave.energy > 40) || ($activeSlave.aphrodisiacs > 0) || $slaves[$i].inflationType == "aphrodisiac">>eagerly<<else>>willingly<</if>> as you pull her in for a hug<<if $activeSlave.boobs > 5000>> (cushioned by her enormous udders)<<elseif $activeSlave.preg > 30>> (quite a stretch thanks to her huge belly)<<elseif $activeSlave.dick > 5>> (made rather lewd by her enormous penis)<</if>>, kiss her deeply, and slide your arms down her <<if $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.muscles > 10>>toned<<else>>soft<</if>> back to <<if $activeSlave.butt > 6>>heft her monstrous<<elseif $activeSlave.butt > 3>>squeeze her healthy<<else>>cup her cute little<</if>> buttocks. She <<if $activeSlave.voice > 0>>coos<<else>>hums mutely<</if>> at the feeling of your <<if $PC.title == 1>>strong<<else>>feminine<</if>> hands on her bottom, and presses herself against you as you rotate the two of you until you can set her butt on the edge of your desk and <<if $PC.dick == 1>>slide your big dick into her well-lubricated cunt<<else>>assertively press your own pussy against her wet cunt<</if>>.
 		<br><br>
-		She makes as if to lie back and take it, but you keep an arm around her back and hug her <<if $activeSlave.boobs > 2000>>as closely as her big breasts will permit<<elseif $activeSlave.preg > 30>>as closely as her pregnant belly will permit<<else>>closer than ever<</if>>. You take your other hand and place a firm but loving grip under her chin, lifting her $activeSlave.eyeColor-eyed gaze to meet yours before kissing her again. All the while, you <<if $PC.dick == 1>>fuck her powerfully, withdrawing your dick almost all the way and then hilting yourself in her soaked slit<<else>>trib her with assurance, grinding your hips against hers and making her feel your heat<</if>>. She clings to you, accepting the closeness to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>> and enjoying the loving attention, even as the extreme wetness of her cunt and your <<if $PC.dick == 1>>powerful thrusting<<else>>hungry grinding<</if>> begin to produce lewd noises from between you. Her generous natural lubrication lessens the friction and sensation a little, and you go for a long time before you both climax. You lead her into your office shower, since you're both coated in her pussyjuice<<if $PC.dick == 1>> and she's carrying a big load of your cum<<else>>, and your own<</if>>. Under the hot water, you don't even have to pull her close; @@color:hotpink;she presses herself into your arms on her own.@@
+		She makes as if to lie back and take it, but you keep an arm around her back and hug her <<if $activeSlave.boobs > 2000>>as closely as her big breasts will permit<<elseif $activeSlave.preg > 30>>as closely as her pregnant belly will permit<<else>>closer than ever<</if>>. You take your other hand and place a firm but loving grip under her chin, lifting her $activeSlave.eyeColor-eyed gaze to meet yours before kissing her again. All the while, you <<if $PC.dick == 1>>fuck her powerfully, withdrawing your dick almost all the way and then hilting yourself in her soaked slit<<else>>trib her with assurance, grinding your hips against hers and making her feel your heat<</if>>. She clings to you, accepting the closeness to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>> and enjoying the loving attention, even as the extreme wetness of her cunt and your <<if $PC.dick == 1>>powerful thrusting<<else>>hungry grinding<</if>> begin to produce lewd noises from between you. Her generous natural lubrication lessens the friction and sensation a little, and you go for a long time before you both climax. You lead her into your office shower, since you're both coated in her pussyjuice<<if $PC.dick == 1>> and she's carrying a big load of your cum<<else>>, and your own<</if>>. Under the hot water, you don't even have to pull her close; @@.hotpink;she presses herself into your arms on her own.@@
 		<<if $activeSlave.sexualQuirk == "romantic">>
-			For an incorrigible romantic like her, this encounter was perfect, and she @@color:hotpink;loves you all the more for it.@@
+			For an incorrigible romantic like her, this encounter was perfect, and she @@.hotpink;loves you all the more for it.@@
 			<<set $activeSlave.devotion += 3>>
 		<</if>>
 		<<set $activeSlave.devotion += 5>>
@@ -8024,20 +8024,20 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
 		She's so generously lubricated that she's ready to take a good hard fuck, so you decide to give her one. You point at the ground, and you don't even have to tell her to get down on all fours and get ready to take it. <<if canSee($activeSlave)>>Your gesture<<else>>The atmosphere of the room<</if>> says it for you, and she obediently gets down and gets in position to be bred like a bitch. She angles her hips just right to offer her cunt to you<<if $activeSlave.preg > 20>>, while giving her rounded middle room to hang<</if>>, and even reaches down to spread her<<if $activeSlave.labia > 1>> dangling<</if>> labia to invite you into her pink channel.
-		<<if $PC.dick == 1>><<if $activeSlave.vagina > 1>>She can take your big dick without a twinge<<else>>Your big dick will fill her tight cunt to its limits<</if>>, but you grab her hips and<<else>>You select a strap-on that's right at the limits of her <<if $activeSlave.vagina > 3>>cavernous<<elseif $activeSlave.vagina > 2>>big<<elseif $activeSlave.vagina > 1>>open<<else>>tight little<</if>> cunt's capacity, don it, and<</if>> mount her with such force that your first stroke brings her butt against your hips with an audible smack. There's also a deliciously lewd noise as <<if $PC.dick == 1>>your invading penis<<else>>the invading phallus<</if>> forces a little gush of pussyjuice out of her. She <<if $activeSlave.voice > 0>>shrieks, but it's a shriek<<else>>gasps, but it's a gasp<</if>> of pleasure, and your rutting is so well-lubricated that she has no trouble getting off on it. Wanting her climax, you reach around her and grab hold of her pussy, feeling the slippery fluid between your fingers and the lewd thrusting motion as <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> pistons in and out of her. That bit of stimulation is enough to tip her over, and you feel a gush of femcum against your hand as <<if $PC.dick == 1>>your dickhead<<else>>the head of the strap-on<</if>> forces an orgasm out of her g-spot. She's so discombobulated that she collapses into the puddle of pussyjuice she left on the floor when you stand up and head off for a shower, but she @@color:hotpink;crawls after you@@ as best she can on rubbery legs.
+		<<if $PC.dick == 1>><<if $activeSlave.vagina > 1>>She can take your big dick without a twinge<<else>>Your big dick will fill her tight cunt to its limits<</if>>, but you grab her hips and<<else>>You select a strap-on that's right at the limits of her <<if $activeSlave.vagina > 3>>cavernous<<elseif $activeSlave.vagina > 2>>big<<elseif $activeSlave.vagina > 1>>open<<else>>tight little<</if>> cunt's capacity, don it, and<</if>> mount her with such force that your first stroke brings her butt against your hips with an audible smack. There's also a deliciously lewd noise as <<if $PC.dick == 1>>your invading penis<<else>>the invading phallus<</if>> forces a little gush of pussyjuice out of her. She <<if $activeSlave.voice > 0>>shrieks, but it's a shriek<<else>>gasps, but it's a gasp<</if>> of pleasure, and your rutting is so well-lubricated that she has no trouble getting off on it. Wanting her climax, you reach around her and grab hold of her pussy, feeling the slippery fluid between your fingers and the lewd thrusting motion as <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> pistons in and out of her. That bit of stimulation is enough to tip her over, and you feel a gush of femcum against your hand as <<if $PC.dick == 1>>your dickhead<<else>>the head of the strap-on<</if>> forces an orgasm out of her g-spot. She's so discombobulated that she collapses into the puddle of pussyjuice she left on the floor when you stand up and head off for a shower, but she @@.hotpink;crawls after you@@ as best she can on rubbery legs.
 		<<if $activeSlave.fetish == "submissive">>
 		<<if $activeSlave.fetishKnown == 1>>
 			The $desc sub loves getting fucked like that, and
 			<<if $activeSlave.fetishStrength > 95>>
-				@@color:lightsalmon;seems even more submissive@@
+				@@.lightsalmon;seems even more submissive@@
 				<<set $activeSlave.fetishStrength += 10>>
 			<<else>>
-				since she's fully confirmed in her status as a sub, she @@color:hotpink;glows with devotion@@
+				since she's fully confirmed in her status as a sub, she @@.hotpink;glows with devotion@@
 				<<set $activeSlave.devotion += 3>>
 			<</if>>
 			 as she washes herself in the shower with you.
 		<<else>>
-			She seems utterly dissipated by the fucking she just got, and may have just had the best sex of her life. @@color:lightsalmon;She's a submissive!@@
+			She seems utterly dissipated by the fucking she just got, and may have just had the best sex of her life. @@.lightsalmon;She's a submissive!@@
 			<<set $activeSlave.fetishKnown = 1>>
 		<</if>>
 		<</if>>
@@ -8059,7 +8059,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		<<else>>
 			You're careful not to penetrate her virgin slit with your middle finger, but you draw it up the exterior of her channel, gathering a healthy amount of pussyjuice.
 		<</if>>
-		Then you remove your hand, though the horny $desc unconsciously tries to follow the withdrawing digits. She <<if canSee($activeSlave)>>stares at you, waiting to see what you're going to do, and a blush begins to rise on her $activeSlave.skin cheeks as she sees<<else>>listens carefully to your movements, waiting to see what you're going to do, and a blush begins to rise on her $activeSlave.skin cheeks as she feels<</if>> you reaching for her mouth. Her <<if $activeSlave.lips > 95>>facepussy<<elseif $activeSlave.lips > 40>>pillowlike<<elseif $activeSlave.lips > 10>>soft<<else>>thin<</if>> lips part and you insert all three of your fingers into her hot mouth. She quivers at the intimacy of the gesture, and the taste of her own juices. The tremor sends a delicious motion through her <<if ($activeSlave.boobsImplant == 0) && ($activeSlave.boobs > 300)>>natural <<if $activeSlave.boobs > 2000>>udders<<else>>breasts<</if>><<elseif $activeSlave.boobsImplant > 0>>fake tits<<elseif canAchieveErection($activeSlave)>>stiff prick<<elseif $activeSlave.scrotum > 4>>dangling balls<<elseif $activeSlave.dick > 0>>limp bitchclit<<elseif $activeSlave.preg > 20>>gravidness<<elseif $activeSlave.weight > 30>>chubbiness<<else>>body<</if>>. You keep your fingers where they are until she's licked them really clean; her hot tongue runs repeatedly between each of your digits<<if $activeSlave.tonguePiercing > 0>> and the smooth hardness of her tongue piercing brushes against them<</if>>. She <<if $activeSlave.voice > 0>>moans whorishly<<else>>begins to pant<</if>> when you go back for more, and the third time you harvest her own pussyjuice to feed it to her, she orgasms, adding some femcum to her next little meal licked off your fingers. Her <<if canSee($activeSlave)>>eyes shine<<else>>face is alight<</if>> with @@color:mediumaquamarine;gratitude and trust.@@
+		Then you remove your hand, though the horny $desc unconsciously tries to follow the withdrawing digits. She <<if canSee($activeSlave)>>stares at you, waiting to see what you're going to do, and a blush begins to rise on her $activeSlave.skin cheeks as she sees<<else>>listens carefully to your movements, waiting to see what you're going to do, and a blush begins to rise on her $activeSlave.skin cheeks as she feels<</if>> you reaching for her mouth. Her <<if $activeSlave.lips > 95>>facepussy<<elseif $activeSlave.lips > 40>>pillowlike<<elseif $activeSlave.lips > 10>>soft<<else>>thin<</if>> lips part and you insert all three of your fingers into her hot mouth. She quivers at the intimacy of the gesture, and the taste of her own juices. The tremor sends a delicious motion through her <<if ($activeSlave.boobsImplant == 0) && ($activeSlave.boobs > 300)>>natural <<if $activeSlave.boobs > 2000>>udders<<else>>breasts<</if>><<elseif $activeSlave.boobsImplant > 0>>fake tits<<elseif canAchieveErection($activeSlave)>>stiff prick<<elseif $activeSlave.scrotum > 4>>dangling balls<<elseif $activeSlave.dick > 0>>limp bitchclit<<elseif $activeSlave.preg > 20>>gravidness<<elseif $activeSlave.weight > 30>>chubbiness<<else>>body<</if>>. You keep your fingers where they are until she's licked them really clean; her hot tongue runs repeatedly between each of your digits<<if $activeSlave.tonguePiercing > 0>> and the smooth hardness of her tongue piercing brushes against them<</if>>. She <<if $activeSlave.voice > 0>>moans whorishly<<else>>begins to pant<</if>> when you go back for more, and the third time you harvest her own pussyjuice to feed it to her, she orgasms, adding some femcum to her next little meal licked off your fingers. Her <<if canSee($activeSlave)>>eyes shine<<else>>face is alight<</if>> with @@.mediumaquamarine;gratitude and trust.@@
 		<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -8113,7 +8113,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		<<else>>
 			purring that she'd love to.
 		<</if>>
-		You talk through the $activeSlave.slaveName's medical condition with her, and give her a <<if $PC.medicine >= 100>>personal examination with the speed and accuracy of years of general practice<<else>>thorough exam<</if>>. Once this is done, you give $assistantName technical directions to make minor changes to $activeSlave.slaveName's drug regime, designed to make her @@color:lime;breasts grow just slightly faster.@@ The effect is minimal, but the point is made. She's still not happy to be transformed into a big-breasted sex slave, but she's relieved that was her only punishment for expressing her unhappiness about it.
+		You talk through the $activeSlave.slaveName's medical condition with her, and give her a <<if $PC.medicine >= 100>>personal examination with the speed and accuracy of years of general practice<<else>>thorough exam<</if>>. Once this is done, you give $assistantName technical directions to make minor changes to $activeSlave.slaveName's drug regime, designed to make her @@.lime;breasts grow just slightly faster.@@ The effect is minimal, but the point is made. She's still not happy to be transformed into a big-breasted sex slave, but she's relieved that was her only punishment for expressing her unhappiness about it.
 		<<set $activeSlave.boobs += 100>>
 	<</replace>>
 <</link>>
@@ -8121,7 +8121,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <<link "Augment her breast growth with lactation implants">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You announce that you're resolved to continue growing her breasts, and since she feels like a cow, plan to help her fulfill her image of herself. She's experienced enough to know not to question what that means, just to @@color:gold;fear the intent behind it.@@ She's right to worry, as you drag her to the remote surgery for an impromptu lactation implant installation. When she comes to, she immediately realizes her breasts are larger than ever. As she brings a hand to each of the full mounds, a moan laced with relief and disdain escapes her lips; along with a strong gush of milk from her engorged breasts. She has been taught a harsh lesson about questioning your will, a lesson she will be reminded of every time she has to empty her ever swelling breasts of their excessive milk. As with all surgery @@color:red;her health has been slightly affected.@@
+		You announce that you're resolved to continue growing her breasts, and since she feels like a cow, plan to help her fulfill her image of herself. She's experienced enough to know not to question what that means, just to @@.gold;fear the intent behind it.@@ She's right to worry, as you drag her to the remote surgery for an impromptu lactation implant installation. When she comes to, she immediately realizes her breasts are larger than ever. As she brings a hand to each of the full mounds, a moan laced with relief and disdain escapes her lips; along with a strong gush of milk from her engorged breasts. She has been taught a harsh lesson about questioning your will, a lesson she will be reminded of every time she has to empty her ever swelling breasts of their excessive milk. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.lactation = 2>>
 		<<set $activeSlave.health -= 10>>
@@ -8133,7 +8133,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <<link "Give her bust a boost by knocking her up">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You announce that you're resolved to continue growing her breasts, and plan to increase their rate of growth in the coming months. She's experienced enough to know not to question what that means, just to @@color:gold;fear the intent behind it.@@ She's right to worry, as you easily tip her off balance and to the ground; mounting her <<if $activeSlave.mpreg == 1>><<if $activeSlave.anus == 0>>virgin<<else>>exposed<</if>> ass<<else>><<if $activeSlave.vagina == 0>>virgin<<else>>exposed<</if>> pussy<</if>> as she struggles to lift her swollen breasts from the floor. She <<if $activeSlave.voice > 0>>squeals<<else>>rasps<</if>> with displeasure as you roughly plow her into her distended breasts until you cum deep inside her fertile hole. You return to your desk, leaving her to sob into her unwelcome bust as cum pools from her abused <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. She knows full well what you meant now, and @@color:hotpink;lets you have your way@@ with her body every time you catch her in a vulnurable moment or complaining about her tits. By the week's end, scans reveal that your seed has taken root; @@color:lime;she's pregnant.@@ As her breasts grow to feed her coming child, she will likely be too distracted by her swelling middle to complain about their added weight.
+		You announce that you're resolved to continue growing her breasts, and plan to increase their rate of growth in the coming months. She's experienced enough to know not to question what that means, just to @@.gold;fear the intent behind it.@@ She's right to worry, as you easily tip her off balance and to the ground; mounting her <<if $activeSlave.mpreg == 1>><<if $activeSlave.anus == 0>>virgin<<else>>exposed<</if>> ass<<else>><<if $activeSlave.vagina == 0>>virgin<<else>>exposed<</if>> pussy<</if>> as she struggles to lift her swollen breasts from the floor. She <<if $activeSlave.voice > 0>>squeals<<else>>rasps<</if>> with displeasure as you roughly plow her into her distended breasts until you cum deep inside her fertile hole. You return to your desk, leaving her to sob into her unwelcome bust as cum pools from her abused <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. She knows full well what you meant now, and @@.hotpink;lets you have your way@@ with her body every time you catch her in a vulnurable moment or complaining about her tits. By the week's end, scans reveal that your seed has taken root; @@.lime;she's pregnant.@@ As her breasts grow to feed her coming child, she will likely be too distracted by her swelling middle to complain about their added weight.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.preg = 1>>
@@ -8148,14 +8148,14 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <br><<link "Praise her breasts and reassure her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You decide to reassure her, and sit her on your lap. <<if $activeSlave.height > 185>>She's a big girl, and has trouble fitting there, but you put her there anyway, enjoying the absurdity.<<elseif $activeSlave.preg > 10>>Her pregnancy is very apparent to you in this posture, and she's quite aware of it too.<<elseif $activeSlave.butt > 3>>Her big soft butt is nice and comfortable on your thighs.<<else>>She's hesitant, but obeys anyway.<</if>> Pulling her back against your <<if $PC.preg > 15>>pregnant belly<<elseif $PC.boobs == 1>>own bosom<<else>>muscular chest<</if>>, you reach around her and take over the breast-cradling responsibilities. You say nothing for a while, just hefting her weighty udders, rolling them from side to side slightly. After letting her get used to the gentle treatment, you tell her that you're her owner, and you find big breasts very attractive. You tell her that you understand that they can be uncomfortable at times, but you expect her to tolerate that without complaint. It isn't easy to be pretty, but it's easier to be a pretty slave than to be a homely one. This last point affects her, and she seems to @@color:mediumaquamarine;take heart in the idea that you're improving her,@@ at least from your perspective. After all, she's sitting atop <<if $PC.dick == 1>>your hard dick, which she can definitely feel<<else>>your hot cunt, which she can probably detect<</if>> through your clothes. She does understand that having her <<if $PC.title == 1>>Master<<else>>Mistress<</if>> enjoy touching her boobs will be advantageous to her.
+		You decide to reassure her, and sit her on your lap. <<if $activeSlave.height > 185>>She's a big girl, and has trouble fitting there, but you put her there anyway, enjoying the absurdity.<<elseif $activeSlave.preg > 10>>Her pregnancy is very apparent to you in this posture, and she's quite aware of it too.<<elseif $activeSlave.butt > 3>>Her big soft butt is nice and comfortable on your thighs.<<else>>She's hesitant, but obeys anyway.<</if>> Pulling her back against your <<if $PC.preg > 15>>pregnant belly<<elseif $PC.boobs == 1>>own bosom<<else>>muscular chest<</if>>, you reach around her and take over the breast-cradling responsibilities. You say nothing for a while, just hefting her weighty udders, rolling them from side to side slightly. After letting her get used to the gentle treatment, you tell her that you're her owner, and you find big breasts very attractive. You tell her that you understand that they can be uncomfortable at times, but you expect her to tolerate that without complaint. It isn't easy to be pretty, but it's easier to be a pretty slave than to be a homely one. This last point affects her, and she seems to @@.mediumaquamarine;take heart in the idea that you're improving her,@@ at least from your perspective. After all, she's sitting atop <<if $PC.dick == 1>>your hard dick, which she can definitely feel<<else>>your hot cunt, which she can probably detect<</if>> through your clothes. She does understand that having her <<if $PC.title == 1>>Master<<else>>Mistress<</if>> enjoy touching her boobs will be advantageous to her.
 		<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
 <br><<link "Weight her breasts as punishment">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You announce that you're resolved to continue growing her breasts, and they need to be stretched out to accommodate the growth. The statement is absurd, but she's experienced enough to know not to question it, and to @@color:gold;be afraid.@@ She's right to fear. You secure her with her hands over her head, using the wrist shackles placed high on the office walls for this purpose. Then you
+		You announce that you're resolved to continue growing her breasts, and they need to be stretched out to accommodate the growth. The statement is absurd, but she's experienced enough to know not to question it, and to @@.gold;be afraid.@@ She's right to fear. You secure her with her hands over her head, using the wrist shackles placed high on the office walls for this purpose. Then you
 		<<if $activeSlave.nipples == "inverted">>cruelly pop her inverted nipples out and<</if>>
 		<<if $activeSlave.nipplesPiercing == 0>>
 			attach a clip to each of <<if $activeSlave.nipples == "inverted">>them<<else>>her nipples<</if>>. The clips aren't painful, not yet, but they're very robust, and the reason is immediately apparent to her.
@@ -8189,14 +8189,14 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <<link "Give her the surgery">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You schedule her for the surgery. Like all invasive procedures, it @@color:red;affects her health,@@ but @@color:lime;she's effectively an anal virgin again.@@ She @@color:mediumaquamarine;trusts you a bit more@@ for granting her request, and is eager for buttsex that's more interesting than having a hotdog thrown down her hallway.
+		You schedule her for the surgery. Like all invasive procedures, it @@.red;affects her health,@@ but @@.lime;she's effectively an anal virgin again.@@ She @@.mediumaquamarine;trusts you a bit more@@ for granting her request, and is eager for buttsex that's more interesting than having a hotdog thrown down her hallway.
 		<<set $activeSlave.trust += 3, $activeSlave.health -= 10, $activeSlave.anus = 0, $cash -= $surgeryCost>>
 		<<if $activeSlave.analSkill > 10>><<set $activeSlave.analSkill -= 10>><</if>>
 		<br><br>
 		<span id="result2">
 			<<link "Break her in again">>
 				<<replace "#result2">>
-					Her ass is yours all over again. As soon as her newly tight rosebud has recovered enough, you visit her in the surgery, without even waiting for her to leave it. You flip her over on the recovery bed and force <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> up her butt while she wriggles with eager discomfort, squealing in pretended horror. Her renewed anal virginity was very brief; her ass is once again @@color:lime;broken in for penetration.@@ For her part, she @@color:hotpink;thoroughly enjoyed losing her anal cherry,@@ again.
+					Her ass is yours all over again. As soon as her newly tight rosebud has recovered enough, you visit her in the surgery, without even waiting for her to leave it. You flip her over on the recovery bed and force <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> up her butt while she wriggles with eager discomfort, squealing in pretended horror. Her renewed anal virginity was very brief; her ass is once again @@.lime;broken in for penetration.@@ For her part, she @@.hotpink;thoroughly enjoyed losing her anal cherry,@@ again.
 					<<set $activeSlave.devotion += 5, $activeSlave.analCount++, $analTotal++, $activeSlave.anus = 1>>
 				<</replace>>
 			<</link>> //This option will take anal virginity//
@@ -8208,7 +8208,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 	<<replace "#result">>
 		You announce that you can fill her just fine, and you'll make her feel it just as though she were an anal virgin again. She looks simultaneously intrigued and apprehensive, but starts to get to her knees like a good anal slut. You stop her before she can face the ground and offer you her ass. You're going to need some lubricant for this, but the $desc's saliva should be plenty. As you <<if $PC.dick == 1>>aim your dick<<else>>swiftly pull on a strap-on and aim it<</if>> at her face, she realizes that her spit is going to be the only relief her fucked-out butt is going to have for whatever you're planning. She blows you with desperate eagerness, doing her absolute best to coat your<<if $PC.dick != 1>> weapon's<</if>> shaft with as much saliva as she can. You pull it free of her mouth with a wet pop, and she immediately faces the floor, cocking her hips and spreading her huge asspussy for you.
 		<br><br>
-		After watching the way it contracts slightly as she breathes hard for a while, letting her feel the apprehension, you shove <<if $PC.dick == 1>>yourself<<else>>the phallus<</if>> inside her. She takes it without any reaction at all, and her gaped hole cups it only loosely. Grabbing her by the shoulders, you haul her torso up so it's against your <<if $PC.boobs == 1>>breasts, capped by their rock-hard nipples<<else>>muscular chest<</if>>, and push three of your fingers into her mouth. She gags, surprised, but you shove them in farther, collecting as much spit as you can reach. Then you let her fall back down again. She knows what you're going to do, and moans as you slide your fingers in alongside your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>>, taking huge shuddering gasps as she feels her sphincter accommodate the abuse. Slowly, you slide your thumb in as well, pushing it around <<if $PC.dick == 1>>your stiff prick<<else>>the unyielding phallus<</if>> until you're holding it as if masturbating. And then you masturbate. Inside her ass. She begins to scream, but manages to prevent herself from resisting. She does her desperate best to take your crushing abuse of her worn-out hole, and collapses when you finally orgasm and let her go. She does her best to offer some sort of @@color:hotpink;submissive thanks,@@ but is barely coherent, and crawls off to shower again, her lewd sphincter pulsing as she goes.
+		After watching the way it contracts slightly as she breathes hard for a while, letting her feel the apprehension, you shove <<if $PC.dick == 1>>yourself<<else>>the phallus<</if>> inside her. She takes it without any reaction at all, and her gaped hole cups it only loosely. Grabbing her by the shoulders, you haul her torso up so it's against your <<if $PC.boobs == 1>>breasts, capped by their rock-hard nipples<<else>>muscular chest<</if>>, and push three of your fingers into her mouth. She gags, surprised, but you shove them in farther, collecting as much spit as you can reach. Then you let her fall back down again. She knows what you're going to do, and moans as you slide your fingers in alongside your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>>, taking huge shuddering gasps as she feels her sphincter accommodate the abuse. Slowly, you slide your thumb in as well, pushing it around <<if $PC.dick == 1>>your stiff prick<<else>>the unyielding phallus<</if>> until you're holding it as if masturbating. And then you masturbate. Inside her ass. She begins to scream, but manages to prevent herself from resisting. She does her desperate best to take your crushing abuse of her worn-out hole, and collapses when you finally orgasm and let her go. She does her best to offer some sort of @@.hotpink;submissive thanks,@@ but is barely coherent, and crawls off to shower again, her lewd sphincter pulsing as she goes.
 		<<set $activeSlave.devotion += 5, $activeSlave.analCount++, $analTotal++>>
 		<<EventFetish $activeSlave "buttslut">>
 		<<EventFetish $activeSlave "masochist">>
@@ -8219,7 +8219,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
 		You page $HeadGirl.slaveName for some assistance filling up a loose hole, and she comes quickly, <<if canAchieveErection($HeadGirl)>>precum already visible at the tip of her erection<<else>>bringing a strap-on<</if>>. When she arrives, it's to the sight of $activeSlave.slaveName sitting on your lap with your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> up her ridiculous anal gape, waiting for a second phallus while your hands tease her $activeSlave.nipples nipples. Seeing that backup has arrived, you lean back and shift your grip to the back of the receptacle's lower thighs, pulling her up and shifting her hips to offer your Head Girl another berth in $activeSlave.slaveName's ass. This pulls her loose sphincter up, producing a little gape above the top of your invading shaft, and $HeadGirl.slaveName loses no time in fucking it. She gives $activeSlave.slaveName a kiss, but soon breaks the lip lock, since she's more interested in making eyes at you over your mutual anal conquest's shuddering shoulder. As
-		<<if $PC.dick == 1>><<if canAchieveErection($HeadGirl)>>your dicks slide against each other<<else>>your dick slides against her strap-on<</if>><<else>><<if canAchieveErection($HeadGirl)>>your strap-on slides against her dick<<else>>your strap-ons slide against each other<</if>><</if>>, your trusty Head Girl whispers that @@color:hotpink;she loves you.@@ $activeSlave.slaveName makes an inarticulate noise of anal distress that probably means @@color:hotpink;approximately the same thing.@@
+		<<if $PC.dick == 1>><<if canAchieveErection($HeadGirl)>>your dicks slide against each other<<else>>your dick slides against her strap-on<</if>><<else>><<if canAchieveErection($HeadGirl)>>your strap-on slides against her dick<<else>>your strap-ons slide against each other<</if>><</if>>, your trusty Head Girl whispers that @@.hotpink;she loves you.@@ $activeSlave.slaveName makes an inarticulate noise of anal distress that probably means @@.hotpink;approximately the same thing.@@
 		<<set $activeSlave.devotion += 4, $activeSlave.analCount++, $analTotal++>>
 		<<for $i = 0; $i < $slaves.length; $i++>><<if $slaves[$i].ID == $HeadGirl.ID>><<set $slaves[$i].devotion += 4>><</if>><</for>>
 		<<EventFetish $activeSlave "buttslut">>
@@ -8251,7 +8251,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		<<default>>(a waiting area for further assignment),
 		<</switch>>
 		and when you get there, she gives you a peck on the cheek. <<if $activeSlave.height < 170>>The short $desc has to go up on tiptoe to reach.<</if>>
-		"@@color:hotpink;I really do love you,@@ <<Master>>," she <<say>>s, <<if canSee($activeSlave)>>$activeSlave.eyeColor eyes shining<<else>>face filled with joy<</if>>.
+		"@@.hotpink;I really do love you,@@ <<Master>>," she <<say>>s, <<if canSee($activeSlave)>>$activeSlave.eyeColor eyes shining<<else>>face filled with joy<</if>>.
 		<<set $activeSlave.devotion += 5>>
 	<</replace>>
 <</link>>
@@ -8277,14 +8277,14 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		<<case "masochist">>
 			You caress one of her nipples, bringing it completely erect before gripping it firmly. You twist it, pull it, pinch it; she moans with masochistic pleasure. Your other hand
 		<</switch>>
-		<<if $activeSlave.vagina > -1>>finds her pussy<<else>>reaches around behind her to tease her ass and play with her sensitive perineum<</if>>, and you press your groin towards her. Getting the idea, she begins to <<if $PC.dick == 1>>jack you off<<else>>finger your clit<</if>> energetically, taking the pace from your lusty demeanor and her own feeling of energy and well-being. The two of you orgasm almost together. <<if $PC.dick == 1>>You angle your hips to shoot your seed onto the floor<<else>>You climax so violently that some of your femcum makes it onto the floor<</if>>. <<if canAchieveErection($activeSlave)>>She blows her own load right after<<elseif $activeSlave.balls > 0>>Her limp dick pours cum<<elseif $activeSlave.dick > 0>>Her bitchclit produces a little watery fluid<<elseif $activeSlave.vaginaLube > 1>>She squirts copiously<<else>>Unusually for her, she manages to squirt a little<</if>>, adding to the mess. You tell her another slave will clean up, and order her to go about her business. She turns to go, @@color:mediumaquamarine;smiling with sexual satisfaction.@@
+		<<if $activeSlave.vagina > -1>>finds her pussy<<else>>reaches around behind her to tease her ass and play with her sensitive perineum<</if>>, and you press your groin towards her. Getting the idea, she begins to <<if $PC.dick == 1>>jack you off<<else>>finger your clit<</if>> energetically, taking the pace from your lusty demeanor and her own feeling of energy and well-being. The two of you orgasm almost together. <<if $PC.dick == 1>>You angle your hips to shoot your seed onto the floor<<else>>You climax so violently that some of your femcum makes it onto the floor<</if>>. <<if canAchieveErection($activeSlave)>>She blows her own load right after<<elseif $activeSlave.balls > 0>>Her limp dick pours cum<<elseif $activeSlave.dick > 0>>Her bitchclit produces a little watery fluid<<elseif $activeSlave.vaginaLube > 1>>She squirts copiously<<else>>Unusually for her, she manages to squirt a little<</if>>, adding to the mess. You tell her another slave will clean up, and order her to go about her business. She turns to go, @@.mediumaquamarine;smiling with sexual satisfaction.@@
 		<<set $activeSlave.trust += 5, $activeSlave.oralCount++, $oralTotal++>>
 	<</replace>>
 <</link>>
 <br><<link "Punish her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		That was not quite the prescribed way of greeting you, there was no need to greet you as she passed, and most importantly, she's simply too cheery. Resolving to crush her happiness, you call her back to the office in a thunderous voice you know will reach her. She knows she's made a mistake, but comes promptly, lower lip quivering. Her feelings are plain to see on her face: surprise, @@color:mediumorchid;betrayal,@@ @@color:gold;fear.@@ She thought she could be friendly, and now she knows she was wrong. What's more, she thought she could be happy, and now she's realizing that that was also wrong. As you
+		That was not quite the prescribed way of greeting you, there was no need to greet you as she passed, and most importantly, she's simply too cheery. Resolving to crush her happiness, you call her back to the office in a thunderous voice you know will reach her. She knows she's made a mistake, but comes promptly, lower lip quivering. Her feelings are plain to see on her face: surprise, @@.mediumorchid;betrayal,@@ @@.gold;fear.@@ She thought she could be friendly, and now she knows she was wrong. What's more, she thought she could be happy, and now she's realizing that that was also wrong. As you
 		<<switch $activeSlave.standardPunishment>>
 		<<case "confinement">>close her into a confinement cell,
 		<<case "whipping">>tie her up for a brief whipping,
@@ -8313,7 +8313,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		<<else>>
 			To describe her situation bluntly, the best possible approach for her is to obey you and do her best. There's not really any possible outcome in which slaves can lose out by doing their best to be useful and valuable. It's in her interest to do her best.
 		<</if>>
-		"Yes, <<Master>>," they chorus automatically. You turn and go. $activeSlave.slaveName is taken a bit aback by your apparent omnipresence in the penthouse, but reminds herself that your guidance seemed straightforward and genuine. She's @@color:mediumaquamarine;confirmed in her understanding@@ of what it means to be a good $desc.
+		"Yes, <<Master>>," they chorus automatically. You turn and go. $activeSlave.slaveName is taken a bit aback by your apparent omnipresence in the penthouse, but reminds herself that your guidance seemed straightforward and genuine. She's @@.mediumaquamarine;confirmed in her understanding@@ of what it means to be a good $desc.
 		<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -8334,7 +8334,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 			some oral sex from a slave like her sounds just right. You push her to her knees and hold her mouth to your cunt, taking your pleasure from her
 			<<set $activeSlave.oralCount++, $oralTotal++>>
 		<</if>>
-		right there among your breakfasting slaves, who try to ignore you or watch with appreciation, according to their own natures. When you're finished, you <<if $PC.dick == 1>>spin her around and kiss her,<<else>>pull her up to her feet and kiss her, tasting yourself on her lips and<</if>> making sure she knows @@color:hotpink;you appreciate her mature body@@ just as much as <<if $activeSlave.assignment == "whore">>her customers do<<else>>your citizens do<</if>>.
+		right there among your breakfasting slaves, who try to ignore you or watch with appreciation, according to their own natures. When you're finished, you <<if $PC.dick == 1>>spin her around and kiss her,<<else>>pull her up to her feet and kiss her, tasting yourself on her lips and<</if>> making sure she knows @@.hotpink;you appreciate her mature body@@ just as much as <<if $activeSlave.assignment == "whore">>her customers do<<else>>your citizens do<</if>>.
 		<<set $activeSlave.devotion += 5>>
 		<<if $PC.dick == 1>><<if $activeSlave.vagina <= 0>><<AnalVCheck>><<else>><<set $activeSlave.vaginalCount++, $vaginalTotal++>><</if>><</if>>
 	<</replace>>
@@ -8348,13 +8348,13 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		She obviously knows that breaking down like this would displease you, but you patiently explain that it's against the rules anyway. She cries harder, nodding through her tears. She knows that interrupting you to beg would be profoundly stupid, so she clasps her hands in wordless submission. You tell her that she's to keep herself under control; if she fails, she will be punished. Since she failed, she will now suffer her standard punishment, and be
 		<<switch $activeSlave.standardPunishment>>
 		<<case "confinement">>
-			shut up in a box. @@color:gold;She breaks down,@@ falling to her knees, begging abjectly for mercy. "It'<<s>> dark in there," she screams as you open the box for her. She knows that if she doesn't climb in, it'll be longer before she's let out, so she does, scrabbling inside and sobbing desperately as you close the lid.
+			shut up in a box. @@.gold;She breaks down,@@ falling to her knees, begging abjectly for mercy. "It'<<s>> dark in there," she screams as you open the box for her. She knows that if she doesn't climb in, it'll be longer before she's let out, so she does, scrabbling inside and sobbing desperately as you close the lid.
 		<<case "whipping">>
-			whipped. @@color:gold;She breaks down,@@ falling to her knees, begging abjectly for mercy. "It'll h-hu-hurt," she blubbers weakly as you attach her hands to shackles high on the office wall. The first stroke across her buttocks draws a long shriek out of her.
+			whipped. @@.gold;She breaks down,@@ falling to her knees, begging abjectly for mercy. "It'll h-hu-hurt," she blubbers weakly as you attach her hands to shackles high on the office wall. The first stroke across her buttocks draws a long shriek out of her.
 		<<case "chastity">>
-			locked up in chastity. @@color:gold;She breaks down,@@ falling to her knees, begging abjectly for mercy. "I c-can't," she moans. "I can't take it. I can't <<s>>tand it." As you lock the chastity onto her, she sobs inconsolably, knowing that any arousal will be torturous until she's released.
+			locked up in chastity. @@.gold;She breaks down,@@ falling to her knees, begging abjectly for mercy. "I c-can't," she moans. "I can't take it. I can't <<s>>tand it." As you lock the chastity onto her, she sobs inconsolably, knowing that any arousal will be torturous until she's released.
 		<<default>>
-			gagged, since that's the appropriate castigation for failure to control her mouth and deportment. She tries to behave, but @@color:gold;breaks down@@ as you slide a dildo gag into her throat, choking and struggling to breathe as she tries to cry past it.
+			gagged, since that's the appropriate castigation for failure to control her mouth and deportment. She tries to behave, but @@.gold;breaks down@@ as you slide a dildo gag into her throat, choking and struggling to breathe as she tries to cry past it.
 		<</switch>>
 		The thing she's most frightened of is that she won't be able to control her fear in the future, and will continue to suffer.
 		<<set $activeSlave.trust -= 5>>
@@ -8374,7 +8374,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 		<<else>>
 			drained of her milk, you tell $activeSlave.slaveName to pay close attention. She <<if canSee($activeSlave)>>watches<<else>>listens<</if>> in horror as the slave's gigantic breasts are massaged and squeezed, while the milkers attached to her absurd nipples tug and pull with industrial power. She can't <<if canSee($activeSlave)>>look away; the orbs of jiggling flesh being manipulated are each as big as the slave's torso<<else>>shut out the sound of those enormous jiggling orbs of flesh being so roughly manipulated<</if>>. It's good for milk production to drain slaves completely on occasion, and the machine doesn't stop until every drop is wrung from both udders.<<if !canSee($activeSlave)>> You force the horrified slave's hands onto its breasts so that she may get a good sense of just how big and swollen they are and how hard the milker is pulling at them.<</if>> You run a hand over to $activeSlave.slaveName's own breast and, teasing her nipple, tell her that unless she wants to experience that twice a day,
 		<</if>>
-		she had better behave herself. She nods furiously, @@color:gold;terrified beyond the ability to speak.@@
+		she had better behave herself. She nods furiously, @@.gold;terrified beyond the ability to speak.@@
 		<<set $activeSlave.trust -= 8>>
 	<</replace>>
 <</link>>
@@ -8383,7 +8383,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <br><<link "Threaten to convert her into a Fuckdoll">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You order a Fuckdoll brought to your office. $activeSlave.slaveName <<if canSee($activeSlave)>>watches it totter in<<else>>listens to the clicks of its approaching heels and the ominous squeeking of its latex shell<</if>>, automatically following the tugs on its leash and the tonal commands passed by its suit. She already understands the implicit threat, and she shivers uncontrollably, @@color:gold;almost falling to her knees in fear.@@ Not content with that, you tell her that she's trying your patience with her behavior. If she doesn't control herself better in the future, you'll give up on her and convert her into a Fuckdoll. At the spoken threat $activeSlave.slaveName does collapse, but you order her to get back to her feet and <<if canSee($activeSlave)>>watch<<else>>pay attention<</if>>. She does, shakily, tears streaming down her face as you put the Fuckdoll on its all fours, as though it were about to take dick. Its <<if $activeSlave.vagina > -1>>holes are pointed straight at $activeSlave.slaveName's face, <<if canSee($activeSlave)>>and she can't avoid seeing how loose and used they look<<else>>grab both her hands, and force one into each of its blown out holes. $activeSlave.slaveName shrieks in horror at the recognizable sensation<</if>><<else>>rear hole is pointed straight at $activeSlave.slaveName's face,<<if canSee($activeSlave)>> and she can't avoid seeing how loose and used it looks<<else>>grab both her hands, and force them into its blown out ass. $activeSlave.slaveName shrieks in horror at the recognizable sensation<</if>><</if>>. Suddenly, you activate the Fuckdoll's suit's punishment systems. It does not and cannot scream, but <<if canSee($activeSlave)>>a slight stiffening of its posture communicates extreme anguish, and its sphincter spasms tightly closed with obviously involuntary force<<else>>the sudden, pitiful attempt to clamp down on her arms makes it perfectly clear that you just forced it to undergo extreme anguish<</if>>. $activeSlave.slaveName is almost incapacitated by terror.
+		You order a Fuckdoll brought to your office. $activeSlave.slaveName <<if canSee($activeSlave)>>watches it totter in<<else>>listens to the clicks of its approaching heels and the ominous squeeking of its latex shell<</if>>, automatically following the tugs on its leash and the tonal commands passed by its suit. She already understands the implicit threat, and she shivers uncontrollably, @@.gold;almost falling to her knees in fear.@@ Not content with that, you tell her that she's trying your patience with her behavior. If she doesn't control herself better in the future, you'll give up on her and convert her into a Fuckdoll. At the spoken threat $activeSlave.slaveName does collapse, but you order her to get back to her feet and <<if canSee($activeSlave)>>watch<<else>>pay attention<</if>>. She does, shakily, tears streaming down her face as you put the Fuckdoll on its all fours, as though it were about to take dick. Its <<if $activeSlave.vagina > -1>>holes are pointed straight at $activeSlave.slaveName's face, <<if canSee($activeSlave)>>and she can't avoid seeing how loose and used they look<<else>>grab both her hands, and force one into each of its blown out holes. $activeSlave.slaveName shrieks in horror at the recognizable sensation<</if>><<else>>rear hole is pointed straight at $activeSlave.slaveName's face,<<if canSee($activeSlave)>> and she can't avoid seeing how loose and used it looks<<else>>grab both her hands, and force them into its blown out ass. $activeSlave.slaveName shrieks in horror at the recognizable sensation<</if>><</if>>. Suddenly, you activate the Fuckdoll's suit's punishment systems. It does not and cannot scream, but <<if canSee($activeSlave)>>a slight stiffening of its posture communicates extreme anguish, and its sphincter spasms tightly closed with obviously involuntary force<<else>>the sudden, pitiful attempt to clamp down on her arms makes it perfectly clear that you just forced it to undergo extreme anguish<</if>>. $activeSlave.slaveName is almost incapacitated by terror.
 		<<set $activeSlave.trust -= 8>>
 	<</replace>>
 <</link>>
@@ -8391,7 +8391,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <br><<link "Comfort her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You rise from behind your desk, and $activeSlave.slaveName collapses to the floor, sure that she's about to be severely punished. She's shocked to feel your arms encircle her as you kneel down beside her and embrace her huddled form. You pull her head <<if $PC.boobs == 1>>against your soft breasts<<else>>into your shoulder<</if>>, stroking it reassuringly and murmuring kindness. She clings to you, mostly for lack of any other comfort in the whole world, and sobs convulsively, @@color:mediumaquamarine;her terror flowing out of her@@ in a torrent as you gently rub her back. When she's mostly cried herself out, you tell her that she'll be all right. You're sure she'll be a good slave one day. You understand that her life is hard. She'll make mistakes, and you'll punish her for them, but that's part of slave training, and that's all right. If she does her best, she'll be all right. She sniffles, cuffing tears away. "Th-thank you, <<Master>>, I'll d-do my b-be<<s>>t," she manages to <<say>>.
+		You rise from behind your desk, and $activeSlave.slaveName collapses to the floor, sure that she's about to be severely punished. She's shocked to feel your arms encircle her as you kneel down beside her and embrace her huddled form. You pull her head <<if $PC.boobs == 1>>against your soft breasts<<else>>into your shoulder<</if>>, stroking it reassuringly and murmuring kindness. She clings to you, mostly for lack of any other comfort in the whole world, and sobs convulsively, @@.mediumaquamarine;her terror flowing out of her@@ in a torrent as you gently rub her back. When she's mostly cried herself out, you tell her that she'll be all right. You're sure she'll be a good slave one day. You understand that her life is hard. She'll make mistakes, and you'll punish her for them, but that's part of slave training, and that's all right. If she does her best, she'll be all right. She sniffles, cuffing tears away. "Th-thank you, <<Master>>, I'll d-do my b-be<<s>>t," she manages to <<say>>.
 		<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
@@ -8401,7 +8401,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <<link "Polish this">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You tell her to polish this instead, advancing even closer. She turns, finding your cockhead so close to her face that her eyes cross ludicrously as they attempt to focus on it. She does not like dicks, and obviously does not find the prospect of sucking this one appealing right now, but she knows it's in her best interests to <<if $activeSlave.oralSkill > 10>>put her oral knowledge to work<<else>>do her best<</if>> right now. She closes her eyes and takes you into her mouth, forming a seal around your cock with her <<if $activeSlave.lips > 40>>ridiculous<<elseif $activeSlave.lips > 20>>pillowy<<elseif $activeSlave.lips > 10>>pretty<<else>>disappointingly thin<</if>> lips before starting to suck dick. Dissatisfied with her reluctance, you order her to open her eyes and look up at you; she obeys, the $activeSlave.eyeColor orbs glittering with a little moisture as she concentrates on breathing past your penis. You ask if your cock tastes any different than usual. "Mmm hmm, M'," she mumbles, producing a nice humming sensation against your cock. You tell her that she's tasting another slave's <<if $activeSlave.vagina > -1>>pussy<<else>>ass<</if>>. She gags, but only slightly, and controls herself immediately. Your dick is desensitized from vigorous use, and she has to suck it a long time before you cup the back of her head, ram yourself all the way in, and blow your load straight down her gullet. You tell her she's a good $desc. "Thank you, <<Master>>," she <<say>>s @@color:hotpink;submissively,@@ going back to her polishing.
+		You tell her to polish this instead, advancing even closer. She turns, finding your cockhead so close to her face that her eyes cross ludicrously as they attempt to focus on it. She does not like dicks, and obviously does not find the prospect of sucking this one appealing right now, but she knows it's in her best interests to <<if $activeSlave.oralSkill > 10>>put her oral knowledge to work<<else>>do her best<</if>> right now. She closes her eyes and takes you into her mouth, forming a seal around your cock with her <<if $activeSlave.lips > 40>>ridiculous<<elseif $activeSlave.lips > 20>>pillowy<<elseif $activeSlave.lips > 10>>pretty<<else>>disappointingly thin<</if>> lips before starting to suck dick. Dissatisfied with her reluctance, you order her to open her eyes and look up at you; she obeys, the $activeSlave.eyeColor orbs glittering with a little moisture as she concentrates on breathing past your penis. You ask if your cock tastes any different than usual. "Mmm hmm, M'," she mumbles, producing a nice humming sensation against your cock. You tell her that she's tasting another slave's <<if $activeSlave.vagina > -1>>pussy<<else>>ass<</if>>. She gags, but only slightly, and controls herself immediately. Your dick is desensitized from vigorous use, and she has to suck it a long time before you cup the back of her head, ram yourself all the way in, and blow your load straight down her gullet. You tell her she's a good $desc. "Thank you, <<Master>>," she <<say>>s @@.hotpink;submissively,@@ going back to her polishing.
 		<<set $activeSlave.oralCount++, $oralTotal++>>
 		<<set $activeSlave.devotion += 5>>
 	<</replace>>
@@ -8409,14 +8409,14 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 <br><<link "Talk to her about her issues with dick">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You sit yourself down in the doorway, right next to her, and pat your thighs. She sits on your lap, obeying despite some evident reluctance to sit atop your moist cock. It nestles easily between her lower buttocks and upper thighs, and she gets herself situated, doing her best to ignore the feeling of your hot hard meat, hard against her fundament. You encircle her with your arms, possessively and dominantly but not sexually, and tell her that you're concerned about her relationship with cock. She shifts uncomfortably. "<<S>>orry, <<Master>>, <<s>>orry I'm not better at hiding that. I should be a good $desc and not react like that. I mean, in a bad way. You <<s>>tartled me, but I don't alway<<s>> react well to dick even when I'm not <<s>>tartled. I'll try harder." This is more contrition and submission than you were expecting, and you probe further, asking her pointedly whether she's attracted to dicks now. "N-no," she admits, after only a moment's hesitation to remember that honesty is the most important rule for her to follow. "No, I don't. But I'll do my be<<s>>t to be a good <<s>>ex <<s>>lave anyway, <<Master>>." Pleased, you tell her that things will get easier for her. <<if $activeSlave.hormones > 0>>The hormone treatments she's currently taking will slowly reorient her sexuality, and eventually she'll lust after every cock she sees.<<elseif $activeSlave.aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>The aphrodisiacs she's on will make her so omnisexually horny that soon she won't care how anyone's equipped, as long as they'll fuck her.<<elseif $activeSlave.energy > 60>>Her excellent and improving libido will eventually soften her to all kinds of sex, with all kinds of people.<<else>>Habit and training will get her used to dick, and eventually she'll barely remember that she ever had a problem with sucking a quick cock.<</if>> She's a little unsure whether or not to be reassured by this, but she's @@color:mediumaquamarine;relieved she's not in trouble.@@
+		You sit yourself down in the doorway, right next to her, and pat your thighs. She sits on your lap, obeying despite some evident reluctance to sit atop your moist cock. It nestles easily between her lower buttocks and upper thighs, and she gets herself situated, doing her best to ignore the feeling of your hot hard meat, hard against her fundament. You encircle her with your arms, possessively and dominantly but not sexually, and tell her that you're concerned about her relationship with cock. She shifts uncomfortably. "<<S>>orry, <<Master>>, <<s>>orry I'm not better at hiding that. I should be a good $desc and not react like that. I mean, in a bad way. You <<s>>tartled me, but I don't alway<<s>> react well to dick even when I'm not <<s>>tartled. I'll try harder." This is more contrition and submission than you were expecting, and you probe further, asking her pointedly whether she's attracted to dicks now. "N-no," she admits, after only a moment's hesitation to remember that honesty is the most important rule for her to follow. "No, I don't. But I'll do my be<<s>>t to be a good <<s>>ex <<s>>lave anyway, <<Master>>." Pleased, you tell her that things will get easier for her. <<if $activeSlave.hormones > 0>>The hormone treatments she's currently taking will slowly reorient her sexuality, and eventually she'll lust after every cock she sees.<<elseif $activeSlave.aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>The aphrodisiacs she's on will make her so omnisexually horny that soon she won't care how anyone's equipped, as long as they'll fuck her.<<elseif $activeSlave.energy > 60>>Her excellent and improving libido will eventually soften her to all kinds of sex, with all kinds of people.<<else>>Habit and training will get her used to dick, and eventually she'll barely remember that she ever had a problem with sucking a quick cock.<</if>> She's a little unsure whether or not to be reassured by this, but she's @@.mediumaquamarine;relieved she's not in trouble.@@
 		<<set $activeSlave.trust += 5>>
 	<</replace>>
 <</link>>
 <br><<link "Rape her">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		Sometimes there's really no need to overthink things. You reach down, grab her under the armpits, and haul her up, throwing her across your desk. She lands on her back, and the impact drives the wind out of her, so she lies there, @@color:gold;all possibility of resistance driven out of her.@@ <<if $activeSlave.clothes == "no clothing">>She's already naked, so there's no need to<<else>>You<</if>> tear the clothes off her. You force yourself in between her legs as she struggles to get her breath back, and she gets another good look at the formidable dick that's about to be slammed inside her<<if $activeSlave.preg > 20>> before it disappears beneath her pregnant belly<</if>>. Her eyes go wide with fear, and you enhance the effect by smacking yourself against <<if $activeSlave.vagina > -1>>her<<if $activeSlave.vagina == 0>> virgin<</if>> vulva<<else>>limp bitchclit<</if>>. You tell her not to worry, because you're still pretty wet from the last slave you fucked, so this shouldn't hurt too much. Then you ram your cock <<if $activeSlave.vagina > 0>>inside her<<else>>up her spasming ass<</if>>. She whines and bucks, but she's entirely at your mercy. She doesn't like dicks, and to go by her facial expression as you piston in and out of her, this experience isn't going to make her reconsider. When you fill her with cum, pull out, and let her retreat to clean herself up, she's relieved to go.
+		Sometimes there's really no need to overthink things. You reach down, grab her under the armpits, and haul her up, throwing her across your desk. She lands on her back, and the impact drives the wind out of her, so she lies there, @@.gold;all possibility of resistance driven out of her.@@ <<if $activeSlave.clothes == "no clothing">>She's already naked, so there's no need to<<else>>You<</if>> tear the clothes off her. You force yourself in between her legs as she struggles to get her breath back, and she gets another good look at the formidable dick that's about to be slammed inside her<<if $activeSlave.preg > 20>> before it disappears beneath her pregnant belly<</if>>. Her eyes go wide with fear, and you enhance the effect by smacking yourself against <<if $activeSlave.vagina > -1>>her<<if $activeSlave.vagina == 0>> virgin<</if>> vulva<<else>>limp bitchclit<</if>>. You tell her not to worry, because you're still pretty wet from the last slave you fucked, so this shouldn't hurt too much. Then you ram your cock <<if $activeSlave.vagina > 0>>inside her<<else>>up her spasming ass<</if>>. She whines and bucks, but she's entirely at your mercy. She doesn't like dicks, and to go by her facial expression as you piston in and out of her, this experience isn't going to make her reconsider. When you fill her with cum, pull out, and let her retreat to clean herself up, she's relieved to go.
 		<<if $activeSlave.vagina <= 0>><<AnalVCheck>><<else>><<set $activeSlave.vaginalCount++, $vaginalTotal++>><</if>>
 		<<set $activeSlave.trust -= 5>>
 	<</replace>>
@@ -8498,7 +8498,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 			<</switch>>
 		<</if>>
 		<<if _fucked == 1>>
-			and after you've <<if $PC.dick == 1>>cum<<else>>climaxed<</if>>, she @@color:mediumaquamarine;thanks you trustingly,@@ happy she's still allowed a sexy choice with you now and then.
+			and after you've <<if $PC.dick == 1>>cum<<else>>climaxed<</if>>, she @@.mediumaquamarine;thanks you trustingly,@@ happy she's still allowed a sexy choice with you now and then.
 		<<else>>
 			<<if $activeSlave.fetishKnown == 1>>She can't really think of how to accommodate the situation to her own preferred approach to sex,<<else>>She isn't well versed in how her own sexual needs might fit into the situation,<</if>> so she just services you like a good girl. She turns around and sits on <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>>,
 			<<if canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)>>
@@ -8511,7 +8511,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 				putting it between her thighs for some intercrural sex, since her <<if $activeSlave.vagina > -1>>holes aren't<<else>>hole isn't<</if>> appropriate.
 				<<set $activeSlave.oralCount++, $oralTotal++>>
 			<</if>>
-			When she's gotten you off, she @@color:mediumaquamarine;thanks you trustingly.@@ Even though she wasn't able to figure out how to seat herself in a really satisfactorily sexy way, she's glad you gave her some agency.
+			When she's gotten you off, she @@.mediumaquamarine;thanks you trustingly.@@ Even though she wasn't able to figure out how to seat herself in a really satisfactorily sexy way, she's glad you gave her some agency.
 		<</if>>	
 	<</replace>>
 	<<set $activeSlave.trust += 5>>
@@ -8530,14 +8530,14 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 			getting it situated between her thighs, since that's the best option she has available.
 			<<set $activeSlave.oralCount++, $oralTotal++>>
 		<</if>>
-		Still crouched over you, she begins to move up and down, milking <<if $PC.dick == 1>>your penis<<else>>the strap-on<</if>>. As she works into it, she lets her butt touch you, just once, but you make a nonverbal sound of disapproval, letting her know not to disturb your work like that. Realizing that she needs to play the human sex toy, she <<if $activeSlave.butt > 5>>grabs her huge buttocks and holds them apart, doing her best to keep them out of the way<<elseif $activeSlave.butt > 2>>takes hold of her healthy asscheeks and spreads them as far as they'll go, doing her best to keep them out of the way<<else>>uses her arms for balance, since her cute butt can stay out of the way on its own and doesn't need to be spread by hand<</if>>. She bobs up and down, getting you off without ever touching you<<if $PC.dick == 1>>, other than the contact between your penis and the inside of her body, of course<</if>>. <<if $activeSlave.energy > 80>>She has such a powerful sex drive that even this sterile intercourse brings her to orgasm.<<elseif $activeSlave.releaseRules == "restrictive">>She obeys the rules about orgasm and hasn't gotten off as part of her assignment recently, so she orgasms despite the sterility of the intercourse.<<else>>She does not orgasm, serving you properly and showing appropriate disregard for her own pleasure.<</if>> When she's done, she makes the perfect exit, @@color:hotpink;silently padding away like the passive sex object she is.@@
+		Still crouched over you, she begins to move up and down, milking <<if $PC.dick == 1>>your penis<<else>>the strap-on<</if>>. As she works into it, she lets her butt touch you, just once, but you make a nonverbal sound of disapproval, letting her know not to disturb your work like that. Realizing that she needs to play the human sex toy, she <<if $activeSlave.butt > 5>>grabs her huge buttocks and holds them apart, doing her best to keep them out of the way<<elseif $activeSlave.butt > 2>>takes hold of her healthy asscheeks and spreads them as far as they'll go, doing her best to keep them out of the way<<else>>uses her arms for balance, since her cute butt can stay out of the way on its own and doesn't need to be spread by hand<</if>>. She bobs up and down, getting you off without ever touching you<<if $PC.dick == 1>>, other than the contact between your penis and the inside of her body, of course<</if>>. <<if $activeSlave.energy > 80>>She has such a powerful sex drive that even this sterile intercourse brings her to orgasm.<<elseif $activeSlave.releaseRules == "restrictive">>She obeys the rules about orgasm and hasn't gotten off as part of her assignment recently, so she orgasms despite the sterility of the intercourse.<<else>>She does not orgasm, serving you properly and showing appropriate disregard for her own pleasure.<</if>> When she's done, she makes the perfect exit, @@.hotpink;silently padding away like the passive sex object she is.@@
 	<</replace>>
 	<<set $activeSlave.devotion += 5>>
 <</link>>
 <br><<link "Drive her off for breaking in on your work">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-		You command her to turn around and show you her ass. She obeys eagerly, spinning and bringing you face to face with her <<if $activeSlave.butt > 5>>monstrous bottom<<elseif $activeSlave.butt > 2>>womanly butt<<else>>cute little rear end<</if>>. She's expecting something sexy, and she's wrong. You give her right asscheek a stinging, open-handed slap. It's so unexpected that she jumps with surprise, takes a step forward, and instantly bursts into tears. Knowing that she has to accept whatever you think she deserves, she takes a step back towards you to come back within range. <<if canTalk($activeSlave)>>"<<Master>>, I'm <<s>>-<<s>>orry," she sobs. "I d-don't understand. What did I d-do?"<<else>>She shakily gestures a question, begging to know what she did.<</if>> You tell her not to disturb you when you're working, tanning her ass viciously, first one buttock and then the other. She stands there and takes her beating, weeping, more from the @@color:gold;bitter disappointment that she's not allowed to approach you@@ like that.
+		You command her to turn around and show you her ass. She obeys eagerly, spinning and bringing you face to face with her <<if $activeSlave.butt > 5>>monstrous bottom<<elseif $activeSlave.butt > 2>>womanly butt<<else>>cute little rear end<</if>>. She's expecting something sexy, and she's wrong. You give her right asscheek a stinging, open-handed slap. It's so unexpected that she jumps with surprise, takes a step forward, and instantly bursts into tears. Knowing that she has to accept whatever you think she deserves, she takes a step back towards you to come back within range. <<if canTalk($activeSlave)>>"<<Master>>, I'm <<s>>-<<s>>orry," she sobs. "I d-don't understand. What did I d-do?"<<else>>She shakily gestures a question, begging to know what she did.<</if>> You tell her not to disturb you when you're working, tanning her ass viciously, first one buttock and then the other. She stands there and takes her beating, weeping, more from the @@.gold;bitter disappointment that she's not allowed to approach you@@ like that.
 	<</replace>>
 	<<set $activeSlave.trust -= 5>>
 <</link>>
diff --git a/src/uncategorized/RESSTR.tw b/src/uncategorized/RESSTR.tw
index 9f93fe236886367b069b623dd9246812a982577e..c324ca3f5493e1eec81e1ac71a97508ae77b8ebd 100644
--- a/src/uncategorized/RESSTR.tw
+++ b/src/uncategorized/RESSTR.tw
@@ -168,7 +168,7 @@ up to the tops of her thighs, but that's all she can manage. The wardrobe includ
 						slide your stiff prick up between the virgin's thighs for some intercrural sex.
 						<<set $activeSlave.oralCount++, $oralTotal++>>
 					<</if>>
-					As you fuck, her gaze flicks up and down along the row of suffering bodies. She climaxes again and again, shuddering at each new subtle sign that another one of the slaves here is being degraded by yet another cock inserted into yet another of her defenseless holes. By the time you're satisfied, she's so exhausted that her legs are shuddering uncontrollably as she struggles to remain standing with you. You drop her, leaving her to find her own way out of this place. You look back from the entrance, seeing that she's following you on shaky legs, staring at you with a profound look of mixed @@color:mediumaquamarine;trust for your understanding of her horrible sadism,@@ and deep unease that this is what truly gets her off.
+					As you fuck, her gaze flicks up and down along the row of suffering bodies. She climaxes again and again, shuddering at each new subtle sign that another one of the slaves here is being degraded by yet another cock inserted into yet another of her defenseless holes. By the time you're satisfied, she's so exhausted that her legs are shuddering uncontrollably as she struggles to remain standing with you. You drop her, leaving her to find her own way out of this place. You look back from the entrance, seeing that she's following you on shaky legs, staring at you with a profound look of mixed @@.mediumaquamarine;trust for your understanding of her horrible sadism,@@ and deep unease that this is what truly gets her off.
 				<</replace>>
 				<<set $activeSlave.trust += 5>>
 			<</link>>
@@ -181,7 +181,7 @@ up to the tops of her thighs, but that's all she can manage. The wardrobe includ
 						<<break>>
 					<</if>>
 					<</for>>
-					$activeSlave.slaveName jerks suddenly, <<if canAchieveErection($activeSlave)>>shooting her cum onto the floor<<elseif $activeSlave.vagina < 0>>dribbling a little<<elseif $activeSlave.vaginaLube > 0>>squirting onto the floor<<else>>orgasming<</if>>. She came without being touched. She stares at you helplessly, in the presence of the arcology's @@color:hotpink;undisputed preeminent sadist,@@ shuddering at the sheer gothic glory of it. She has a new moment to think of when she feels like @@color:lightsalmon;indulging her own sadism.@@
+					$activeSlave.slaveName jerks suddenly, <<if canAchieveErection($activeSlave)>>shooting her cum onto the floor<<elseif $activeSlave.vagina < 0>>dribbling a little<<elseif $activeSlave.vaginaLube > 0>>squirting onto the floor<<else>>orgasming<</if>>. She came without being touched. She stares at you helplessly, in the presence of the arcology's @@.hotpink;undisputed preeminent sadist,@@ shuddering at the sheer gothic glory of it. She has a new moment to think of when she feels like @@.lightsalmon;indulging her own sadism.@@
 				<</replace>>
 				<<set $activeSlave.devotion += 5, $activeSlave.fetishStrength = Math.clamp($activeSlave.fetishStrength+10, 0, 100)>>
 			<</link>>
@@ -205,7 +205,7 @@ up to the tops of her thighs, but that's all she can manage. The wardrobe includ
 			her sucking your dick. So, you shove her down to sit on the couch and give her your cock to keep her mouth occupied, cutting off any further whimsies. She blows you obediently, accepting
 			<<set $activeSlave.oralCount++, $oralTotal++>>
 		<</if>>
-		the implicit message that @@color:hotpink;she's your slut@@ in the real world, whatever thoughts she may find appealing in the privacy of her own mind.
+		the implicit message that @@.hotpink;she's your slut@@ in the real world, whatever thoughts she may find appealing in the privacy of her own mind.
 	<</replace>>
 	<<set $activeSlave.devotion += 3>>
 <</link>>
@@ -217,11 +217,11 @@ up to the tops of her thighs, but that's all she can manage. The wardrobe includ
 	<<replace "#result">>
 		Deciding to help her, you head over and grab a handful of each of her asscheeks, hefting her <<if $activeSlave.buttImplant > 1>>unnaturally taut<<else>>soft<</if>> masses of feminine assflesh upward and out of the constricting clothing.
 		<<if (($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")) || ($activeSlave.energy > 80)>>
-			She's a little disappointed when she realizes that you're just being helpful, instead of getting ready to stick <<if $PC.dick == 1>>your dick<<else>>something<</if>> inside her, but she thanks you properly once she's free. Clearly unwilling to leave it at just that, she gives you quite a show as she gets into the next size up, making sure to bounce her ass for you and keeping her <<if $activeSlave.vagina == -1>>ass<</if>>pussy visible for longer than is strictly necessary. @@color:mediumaquamarine;She trusts you'll fuck her some other time,@@ and is even a little happy that you're willing to lend her a helping hand outside of sex.
+			She's a little disappointed when she realizes that you're just being helpful, instead of getting ready to stick <<if $PC.dick == 1>>your dick<<else>>something<</if>> inside her, but she thanks you properly once she's free. Clearly unwilling to leave it at just that, she gives you quite a show as she gets into the next size up, making sure to bounce her ass for you and keeping her <<if $activeSlave.vagina == -1>>ass<</if>>pussy visible for longer than is strictly necessary. @@.mediumaquamarine;She trusts you'll fuck her some other time,@@ and is even a little happy that you're willing to lend her a helping hand outside of sex.
 		<<elseif $activeSlave.trust > 20>>
-			She feels the familiar grip of your <<if $PC.title == 1>>strong<<else>>feminine<</if>> hands without surprise or resentment, and relaxes trustingly as you manipulate her bottom. Realizing that you're helping her, she quickly slides the offending item down her thighs and off herself, and then thanks you properly. She smiles at you as she puts on the next size up, clearly pleased that you'd @@color:mediumaquamarine;assist her with a trivial thing@@ outside of her direct duties as a sex slave.
+			She feels the familiar grip of your <<if $PC.title == 1>>strong<<else>>feminine<</if>> hands without surprise or resentment, and relaxes trustingly as you manipulate her bottom. Realizing that you're helping her, she quickly slides the offending item down her thighs and off herself, and then thanks you properly. She smiles at you as she puts on the next size up, clearly pleased that you'd @@.mediumaquamarine;assist her with a trivial thing@@ outside of her direct duties as a sex slave.
 		<<else>>
-			She stiffens at the feeling of your hands on her bottom, not sure whether you're about to ram <<if $PC.dick == 1>>your dick<<else>>something<</if>> up her defenseless asshole. You feel the muscles down there tense a little through the softness of the lower part of her buttocks. That's not what you're planning, though, and eventually she realizes that you mean to help. She thanks you hesitantly before bending to slide the offending clothing down her thighs. Nervously, she thanks you again after she's free, unsure of herself but @@color:mediumaquamarine;impressed that you'd help her with a little thing like that.@@
+			She stiffens at the feeling of your hands on her bottom, not sure whether you're about to ram <<if $PC.dick == 1>>your dick<<else>>something<</if>> up her defenseless asshole. You feel the muscles down there tense a little through the softness of the lower part of her buttocks. That's not what you're planning, though, and eventually she realizes that you mean to help. She thanks you hesitantly before bending to slide the offending clothing down her thighs. Nervously, she thanks you again after she's free, unsure of herself but @@.mediumaquamarine;impressed that you'd help her with a little thing like that.@@
 		<</if>>
 	<</replace>>
 	<<set $activeSlave.trust += 5>>
@@ -231,16 +231,16 @@ up to the tops of her thighs, but that's all she can manage. The wardrobe includ
 	<<replace "#result">>
 		Finding the situation simply too good to pass up, you wait until she's not looking at you, and then approach her from behind.
 		<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")>>
-			She gasps wantonly as she feels the familiar sensation of <<if $PC.dick == 1>>your dick<<else>>a strap-on<</if>> infiltrating between her cheeks and towards her <<if $activeSlave.anus >= 3>>loose<<elseif $activeSlave.anus >= 2>>relaxed<<else>>tight little<</if>> anus. She releases her grip on the constricting clothing that's binding her thighs together and grinds her ass back against you, making sure every centimeter of your <<if $PC.dick == 1>>hard member<<else>>phallus<</if>> that will fit gets inside her asshole. Some time later, the hard pounding dislodges the clothing and it slides down her legs to gather around her ankles. @@color:hotpink;She doesn't notice.@@
+			She gasps wantonly as she feels the familiar sensation of <<if $PC.dick == 1>>your dick<<else>>a strap-on<</if>> infiltrating between her cheeks and towards her <<if $activeSlave.anus >= 3>>loose<<elseif $activeSlave.anus >= 2>>relaxed<<else>>tight little<</if>> anus. She releases her grip on the constricting clothing that's binding her thighs together and grinds her ass back against you, making sure every centimeter of your <<if $PC.dick == 1>>hard member<<else>>phallus<</if>> that will fit gets inside her asshole. Some time later, the hard pounding dislodges the clothing and it slides down her legs to gather around her ankles. @@.hotpink;She doesn't notice.@@
 			<<set $activeSlave.analCount++, $analTotal++>>
 		<<elseif $activeSlave.energy > 80>>
-			She's so horny that she doesn't need any foreplay. Nor does she get any. You grab her hips and smack your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against her jiggling buttocks a couple of times, making her bounce with eagerness and frustration at the anticipation of imminent sexual release. Exercising mercy, you pull her ass back against you and maneuver <<if $PC.dick == 1>>yourself<<else>>your insturment<</if>> inside her, enjoying her shiver at the @@color:hotpink;satisfaction of her hopes.@@ The constricting clothes pin her legs together, and you hold her arms against her sides, keeping her back pressed against your <<if $PC.boobs == 1>>breasts<<else>>muscular chest<</if>> as you take her.
+			She's so horny that she doesn't need any foreplay. Nor does she get any. You grab her hips and smack your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against her jiggling buttocks a couple of times, making her bounce with eagerness and frustration at the anticipation of imminent sexual release. Exercising mercy, you pull her ass back against you and maneuver <<if $PC.dick == 1>>yourself<<else>>your insturment<</if>> inside her, enjoying her shiver at the @@.hotpink;satisfaction of her hopes.@@ The constricting clothes pin her legs together, and you hold her arms against her sides, keeping her back pressed against your <<if $PC.boobs == 1>>breasts<<else>>muscular chest<</if>> as you take her.
 			<<if canDoVaginal($activeSlave)>><<set $activeSlave.vaginalCount++, $vaginalTotal++>><<else>><<set $activeSlave.analCount++, $analTotal++>><</if>>
 		<<elseif $activeSlave.trust > 20>>
-			She relaxes submissively when she feels you take hold of her huge ass and slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>. Her legs are already in effect bound, by the constricting clothing that's still holding them together, and you enhance the effect by taking hold of her wrists and hugging her from behind as you fuck her, holding her arms crossed across her <<if $activeSlave.boobs > 2000>>massive breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>chest<</if>>. Helpless in your embrace, she @@color:hotpink;relaxes completely and lets it happen.@@
+			She relaxes submissively when she feels you take hold of her huge ass and slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>. Her legs are already in effect bound, by the constricting clothing that's still holding them together, and you enhance the effect by taking hold of her wrists and hugging her from behind as you fuck her, holding her arms crossed across her <<if $activeSlave.boobs > 2000>>massive breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>chest<</if>>. Helpless in your embrace, she @@.hotpink;relaxes completely and lets it happen.@@
 			<<if canDoVaginal($activeSlave)>><<set $activeSlave.vaginalCount++, $vaginalTotal++>><<else>><<set $activeSlave.analCount++, $analTotal++>><</if>>
 		<<else>>
-			She stiffens fearfully when she feels you take hold of her huge ass, but she knows not to resist. She stays still as you slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>, trying to angle her hips to make the standing penetration less uncomfortable. The clothing binds her legs together, reducing her to simply sticking her butt out as best she can to ease the stroking of your your <<if $PC.dick == 1>>cock<<else>>phallus<</if>>, invading her helpless <<if canDoVaginal($activeSlave)>>cunt<<else>>asshole<</if>>. When you're done, you extract yourself and stalk off, leaving her to struggle free<<if $PC.dick == 1>> and try to keep the cum dripping out of her off her clothing<</if>>. She stumbles back to fetch the right size, @@color:hotpink;thoroughly fucked.@@
+			She stiffens fearfully when she feels you take hold of her huge ass, but she knows not to resist. She stays still as you slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>, trying to angle her hips to make the standing penetration less uncomfortable. The clothing binds her legs together, reducing her to simply sticking her butt out as best she can to ease the stroking of your your <<if $PC.dick == 1>>cock<<else>>phallus<</if>>, invading her helpless <<if canDoVaginal($activeSlave)>>cunt<<else>>asshole<</if>>. When you're done, you extract yourself and stalk off, leaving her to struggle free<<if $PC.dick == 1>> and try to keep the cum dripping out of her off her clothing<</if>>. She stumbles back to fetch the right size, @@.hotpink;thoroughly fucked.@@
 		<</if>>
 	<</replace>>
 	<<set $activeSlave.devotion += 5>>
diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw
index 4fb999f1f9acb526f2bc4f76b313d7f0cb0527c7..f60afa931d4cbdfff67544abb50feb1aa169cf7f 100644
--- a/src/uncategorized/RETS.tw
+++ b/src/uncategorized/RETS.tw
@@ -653,19 +653,19 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<replace "#result">>
 	You let them continue kissing, but use your tablet to slave one of the plaza's bigger screens to a feed of their nude makeout session. They have no way of knowing, and progress innocently from deep kissing to open mutual masturbation. This is a common sex act among your slaves: it's quick and clean and lets them achieve release before getting back to their duties. When they've both climaxed, you manipulate the situation again, setting a wall screen in the kitchen to display a feed of the crowd in the plaza enjoying the feed of the situation in the kitchen.
 	<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1) && ($subSlave.fetish == "humiliation") && ($subSlave.fetishKnown == 1)>>
-		They both blush crimson at the realization, but the pair of humiliation fetishists @@color:hotpink;live for this@@ and wave at the camera, enjoying the afterglow.
+		They both blush crimson at the realization, but the pair of humiliation fetishists @@.hotpink;live for this@@ and wave at the camera, enjoying the afterglow.
 		<<set $activeSlave.devotion += 2>>
 		<<set $subSlave.devotion += 2>>
 	<<elseif ($subSlave.fetish == "humiliation") && ($subSlave.fetishKnown == 1)>>
-		$subSlave.slaveName, a confirmed humiliation slut, @@color:hotpink;lives for this@@ and waves at the camera, enjoying the afterglow.
+		$subSlave.slaveName, a confirmed humiliation slut, @@.hotpink;lives for this@@ and waves at the camera, enjoying the afterglow.
 		<<set $subSlave.devotion += 2>>
 	<<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>
-		$activeSlave.slaveName, a confirmed humiliation slut, @@color:hotpink;lives for this@@ and waves at the camera, enjoying the afterglow.
+		$activeSlave.slaveName, a confirmed humiliation slut, @@.hotpink;lives for this@@ and waves at the camera, enjoying the afterglow.
 		<<set $activeSlave.devotion += 2>>
 	<<else>>
 		They blush crimson and both turn back towards each other, desperate to look anywhere but at the sight of the crowd that just watched them jerk each other off.
 	<</if>>
-	Such honesty is very tough to fake, and the crowd @@color:green;knows they just saw real pleasure.@@
+	Such honesty is very tough to fake, and the crowd @@.green;knows they just saw real pleasure.@@
 	<<set $rep += 100>>
 	<<set $subSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
@@ -689,7 +689,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 		"Hey $subSlave.slaveName, I think there's something else you should taste test."
 	<</if>>
 	<br><br>
-	"Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes her to her knees, spinning her around as she does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<if SlaveStatsChecker.checkForLisp($subSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing her and pulling the giggling slave in to kiss her deeply. Her mouth is indeed a bit <<if $activeSlave.preg > 20>>sour<<else>>tart<</if>>. She moans into your mouth as she feels her nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades her. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on her knees below you gasp "You <<if SlaveStatsChecker.checkForLisp($subSlave)>>tathte great, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>>taste great,  <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>!" before you spin her around in turn so she can give $activeSlave.slaveName her own allotment of oral sex. You leave them to it. They @@color:mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade.
+	"Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes her to her knees, spinning her around as she does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<if SlaveStatsChecker.checkForLisp($subSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>," she stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing her and pulling the giggling slave in to kiss her deeply. Her mouth is indeed a bit <<if $activeSlave.preg > 20>>sour<<else>>tart<</if>>. She moans into your mouth as she feels her nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades her. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on her knees below you gasp "You <<if SlaveStatsChecker.checkForLisp($subSlave)>>tathte great, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>>taste great,  <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>!" before you spin her around in turn so she can give $activeSlave.slaveName her own allotment of oral sex. You leave them to it. They @@.mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade.
 	<<set $activeSlave.trust += 2>>
 	<<set $subSlave.trust += 2>>
 	<<set $subSlave.oralCount += 2>>
@@ -737,7 +737,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 		two fingers
 	<</if>>
-	press against and then inside her butthole. She tries to turn away from $activeSlave.slaveName and greet you properly, but $activeSlave.slaveName won't let her, so she tries to mumble a greeting into $activeSlave.slaveName's mouth and then settles for a spastic wave of one hand. This is an alluringly awkward process made desperate by the distracting feeling of you fucking her ass. You could have done something more inventive with the situation, but the feeling of <<if ($PC.dick == 1)>>an anal sphincter around the base of your dick<<else>>finger fucking a compliant slave's submissive asspussy while you look after yourself with your other hand<</if>> never gets old. Why complicate things? An hour later you leave your fucktoys stumbling tiredly towards the shower, @@color:hotpink;sexually satiated@@ and anally dominated.
+	press against and then inside her butthole. She tries to turn away from $activeSlave.slaveName and greet you properly, but $activeSlave.slaveName won't let her, so she tries to mumble a greeting into $activeSlave.slaveName's mouth and then settles for a spastic wave of one hand. This is an alluringly awkward process made desperate by the distracting feeling of you fucking her ass. You could have done something more inventive with the situation, but the feeling of <<if ($PC.dick == 1)>>an anal sphincter around the base of your dick<<else>>finger fucking a compliant slave's submissive asspussy while you look after yourself with your other hand<</if>> never gets old. Why complicate things? An hour later you leave your fucktoys stumbling tiredly towards the shower, @@.hotpink;sexually satiated@@ and anally dominated.
 	<<set $activeSlave.trust += 2>>
 	<<set $activeSlave.analCount += 2>>
 	<<set $analTotal += 2>>
@@ -763,7 +763,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 		"Um, thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she asks hesitantly. "But, I don't understand. What are we going to do?"
 	<</if>>
-	Whatever you want, you tell her. She furrows her brow, looking troubled, as though the concept is somehow alien to her. After some thought, she brightens and asks if she can go tell her <<if $activeSlave.relationship >= 5>>wife<<else>>girlfriend<</if>>. She can, you respond, and the slave bounces over to give you a kiss before running out. It costs you a small sum in upkeep and other trifles to cover an unexpected unavailability of both slaves, but they deserve it. Their busy lives mean that their shifts rarely align exactly, and this is more time than they've had together in a long time. It isn't particularly exciting, but they enjoy themselves. They eat a meal in the kitchen together, watch the sunset from one of the penthouse balconies, make love out there, share a long shower, and then go to bed, spending the rest of the night cuddling and chatting quietly. The next morning, they come to see you hand in hand, and @@color:hotpink;thank you in unison.@@ As they leave, $activeSlave.slaveName looks back over her shoulder at you, and mouths 'that was perfect, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!'
+	Whatever you want, you tell her. She furrows her brow, looking troubled, as though the concept is somehow alien to her. After some thought, she brightens and asks if she can go tell her <<if $activeSlave.relationship >= 5>>wife<<else>>girlfriend<</if>>. She can, you respond, and the slave bounces over to give you a kiss before running out. It costs you a small sum in upkeep and other trifles to cover an unexpected unavailability of both slaves, but they deserve it. Their busy lives mean that their shifts rarely align exactly, and this is more time than they've had together in a long time. It isn't particularly exciting, but they enjoy themselves. They eat a meal in the kitchen together, watch the sunset from one of the penthouse balconies, make love out there, share a long shower, and then go to bed, spending the rest of the night cuddling and chatting quietly. The next morning, they come to see you hand in hand, and @@.hotpink;thank you in unison.@@ As they leave, $activeSlave.slaveName looks back over her shoulder at you, and mouths 'that was perfect, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!'
 	<<set $cash -= 500>>
 	<<set $subSlave.devotion += 2>>
 	<<set $activeSlave.devotion += 2>>
@@ -783,7 +783,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<replace "#result">>
 	Rather than answering her directly, you tell $assistantName to clear $activeSlave.slaveName's and $subSlave.slaveName's schedules for the evening, and then contact $Attendant.slaveName, the Attendant of your Spa, to instruct her to expect the two slaves for some quality time together. $Attendant.slaveName, of course, is all for it ("Leave it to me, <<if SlaveStatsChecker.checkForLisp($Attendant) >><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>!"). She greets the couple at the steamy entrance to the Spa an hour later, and takes charge of them with a matronly air, telling them to undress and relax.
 	<br><br>
-	It costs you a small sum in upkeep and other trifles to cover an unexpected unavailability of both slaves, but they deserve it, and your Attendant does not disappoint. After the slaves have soaked in the main pool for a while, she gives them a series of mud packs, hot rock massages, and skin treatments, always setting them up right next to each other. They chat a bit at first, but soon relax into companionable silence, holding hands and enjoying the pampering.<<if $Attendant.lactation > 0>> $Attendant.slaveName has their evening meal sent down, and supplements it with milk drunk fresh from her own nipples.<</if>> This being your penthouse, her services become quite sexual later in the night, as the Attendant applies all her talents in choosing positions that emphasize $activeSlave.slaveName and $subSlave.slaveName being close to each other<<if $Attendant.preg > 20 && $activeSlave.preg > 20 && $subSlave.preg > 20>>, a difficult task given that they are all heavily pregnant,<</if>> as they share $Attendant.slaveName's body. Much later, the Attendant sends you a brief message relaying their @@color:hotpink;heartfelt thanks,@@ which she's passing to you because they're asleep together.
+	It costs you a small sum in upkeep and other trifles to cover an unexpected unavailability of both slaves, but they deserve it, and your Attendant does not disappoint. After the slaves have soaked in the main pool for a while, she gives them a series of mud packs, hot rock massages, and skin treatments, always setting them up right next to each other. They chat a bit at first, but soon relax into companionable silence, holding hands and enjoying the pampering.<<if $Attendant.lactation > 0>> $Attendant.slaveName has their evening meal sent down, and supplements it with milk drunk fresh from her own nipples.<</if>> This being your penthouse, her services become quite sexual later in the night, as the Attendant applies all her talents in choosing positions that emphasize $activeSlave.slaveName and $subSlave.slaveName being close to each other<<if $Attendant.preg > 20 && $activeSlave.preg > 20 && $subSlave.preg > 20>>, a difficult task given that they are all heavily pregnant,<</if>> as they share $Attendant.slaveName's body. Much later, the Attendant sends you a brief message relaying their @@.hotpink;heartfelt thanks,@@ which she's passing to you because they're asleep together.
 	<<set $cash -= 500>>
 	<<set $subSlave.devotion += 3>>
 	<<set $activeSlave.devotion += 3>>
@@ -803,7 +803,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<replace "#result">>
 	Rather than answering her directly, you tell $assistantName to clear $activeSlave.slaveName's and $subSlave.slaveName's schedules for the evening. She looks at you with happy anticipation, but this is nothing to her gratitude when you tell her that you'll arrange a date night for them. Trusted slaves are often seen unchaperoned in your arcology, and there are several establishments that cater to slaveowners who wish to bring their girls out or even send them out alone. You tell her you've made a reservation for her and her <<if $activeSlave.relationship >= 5>>wife<<else>>girlfriend<</if>> at one of the less formal places, an ethnic restaurant that manages to add spice to liquid slave nutrition without ruining its good qualities. They're to spend the night out, and can wear what they like. She hurries off to collect her girl and get dressed, but also tries to keep thanking you on her way out, and almost runs into the doorframe as she goes.
 	<br><br>
-	Since she trusts you, they dress very daringly for slaves. That is, they dress about as conservatively as slaves can dress, in comfortable pants and soft sweaters whose high collars they roll down to keep their collars visible. Any hesitations citizens who see them might have are banished by their obvious love for each other, and their total lack of shame about having it seen. Indeed, as the night wears on they attract more than a few @@color:green;admiring glances@@ from citizens who envy you the favors of the pair of girls occupying one side of the corner booth. After all, they'd rather lean against each other than look at each other from across a table. The next day, they both come to you individually and @@color:mediumaquamarine;thank you almost gravely,@@ quite aware of the trust you've placed in them.
+	Since she trusts you, they dress very daringly for slaves. That is, they dress about as conservatively as slaves can dress, in comfortable pants and soft sweaters whose high collars they roll down to keep their collars visible. Any hesitations citizens who see them might have are banished by their obvious love for each other, and their total lack of shame about having it seen. Indeed, as the night wears on they attract more than a few @@.green;admiring glances@@ from citizens who envy you the favors of the pair of girls occupying one side of the corner booth. After all, they'd rather lean against each other than look at each other from across a table. The next day, they both come to you individually and @@.mediumaquamarine;thank you almost gravely,@@ quite aware of the trust you've placed in them.
 	<<set $cash -= 1000>>
 	<<set $rep += 100>>
 	<<set $subSlave.trust += 2>>
@@ -822,7 +822,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <<link "Make sure she looks after her bottom">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her you'll inspect her after she's done, but add that $subSlave.slaveName is clearly being a very good little anal slut, and she deserves to be rewarded. Hearing this, $subSlave.slaveName @@color:hotpink;looks at you very gratefully,@@ and mouths a quiet thanks. "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>>Yes <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>!" comes the response. $activeSlave.slaveName shifts her bitch to one side, and cranes her head upward to make out with the compliant slave. $subSlave.slaveName kisses her back with gusto, surprising $activeSlave.slaveName again. She recoils in shock at how much tongue $subSlave.slaveName gives her, but moans aggressively and gets her revenge by dropping one of $subSlave.slaveName's knees and
+	You tell her you'll inspect her after she's done, but add that $subSlave.slaveName is clearly being a very good little anal slut, and she deserves to be rewarded. Hearing this, $subSlave.slaveName @@.hotpink;looks at you very gratefully,@@ and mouths a quiet thanks. "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>>Yes <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>!" comes the response. $activeSlave.slaveName shifts her bitch to one side, and cranes her head upward to make out with the compliant slave. $subSlave.slaveName kisses her back with gusto, surprising $activeSlave.slaveName again. She recoils in shock at how much tongue $subSlave.slaveName gives her, but moans aggressively and gets her revenge by dropping one of $subSlave.slaveName's knees and
 	<<if ($subSlave.dickAccessory == "chastity")>>
 		playing with one of her nipples.
 	<<elseif ($subSlave.dick > 0) && canAchieveErection($subSlave)>>
@@ -850,7 +850,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 		She orgasms powerfully, her abs tightening. When $activeSlave.slaveName lets her up,
 	<</if>>
-	 she looks pleased with herself, and @@color:mediumaquamarine;a little more confident,@@ too.
+	 she looks pleased with herself, and @@.mediumaquamarine;a little more confident,@@ too.
 	<<set $subSlave.devotion += 2>>
 	<<set $subSlave.trust += 2>>
 	<<set $subSlave.analCount += 1>>
@@ -868,7 +868,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <br><<link "Dominate the slave on top">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You make no reply, but <<if $PC.dick == 1>>advance on the couch, stripping down to reveal a raging erection<<if $PC.vagina == 1>> and ready cunt<</if>>.<<else>>move to a side table, selecting a formidable strap-on.<</if>> <<if canSee($activeSlave)>>Seeing<<else>>Hearing<</if>> this, $activeSlave.slaveName @@color:hotpink;giggles with anticipation,@@ and pulls $subSlave.slaveName's knees back farther. The slave whines at the stretch, and then gasps as the invading phallus pops free of her asshole. Her anus <<if $subSlave.anus > 2>>gapes lewdly, its sphincter so well stretched that it stays invitingly open,<<elseif $subSlave.anus > 1>>gapes slightly, its sphincter remaining just barely open,<<else>>closes up again immediately once it's no longer being penetrated. Its rosebud is<</if>> glistening with lube<<if canAchieveErection($activeSlave)>> and precum from $activeSlave.slaveName's cock<</if>>. But you decide to be more circumspect. Pressing your <<if $PC.dick == 1>>dickhead<<else>>phallus<</if>> into $subSlave.slaveName's mouth, you tell her to be thorough with her saliva<<if $PC.vagina == 1>><<if $PC.dick == 1>> and not to worry about your pussy<</if>><</if>>. Her eyes widen at the implication, and she starts to suck lushly.
+	You make no reply, but <<if $PC.dick == 1>>advance on the couch, stripping down to reveal a raging erection<<if $PC.vagina == 1>> and ready cunt<</if>>.<<else>>move to a side table, selecting a formidable strap-on.<</if>> <<if canSee($activeSlave)>>Seeing<<else>>Hearing<</if>> this, $activeSlave.slaveName @@.hotpink;giggles with anticipation,@@ and pulls $subSlave.slaveName's knees back farther. The slave whines at the stretch, and then gasps as the invading phallus pops free of her asshole. Her anus <<if $subSlave.anus > 2>>gapes lewdly, its sphincter so well stretched that it stays invitingly open,<<elseif $subSlave.anus > 1>>gapes slightly, its sphincter remaining just barely open,<<else>>closes up again immediately once it's no longer being penetrated. Its rosebud is<</if>> glistening with lube<<if canAchieveErection($activeSlave)>> and precum from $activeSlave.slaveName's cock<</if>>. But you decide to be more circumspect. Pressing your <<if $PC.dick == 1>>dickhead<<else>>phallus<</if>> into $subSlave.slaveName's mouth, you tell her to be thorough with her saliva<<if $PC.vagina == 1>><<if $PC.dick == 1>> and not to worry about your pussy<</if>><</if>>. Her eyes widen at the implication, and she starts to suck lushly.
 	<br><br>
 	Suddenly, she jerks and squeals into your <<if $PC.dick == 1>>dick<<else>>crotch<</if>>. With you standing there, $activeSlave.slaveName can't really see much, and she can't drop $subSlave.slaveName's legs without throwing everything into confusion. So, she's reduced to blind jabs to get her <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>>cock<<else>>strap-on<</if>> back up the poor slave's butt. It takes her quite a while to manage it, and when she's finally seated, $subSlave.slaveName gives as huge a sigh as she can manage with a phallus down her throat. Her relief is short lived, however, because soon afterward, you withdraw, leaving a string of spit between her wet lips and the <<if $PC.dick == 1>>head of your turgid cock<<else>>massive head of your strap-on<</if>>.
 	<br><br>
@@ -879,7 +879,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 		$subSlave.slaveName's rear hole is a bit tight for double anal, and she's already quite dominated; you mean to use her thoroughly, not destroy her. So, you and $activeSlave.slaveName switch off: you use $subSlave.slaveName's butt while $activeSlave.slaveName pins her for you, and then you go back to $subSlave.slaveName's mouth for a while and let $activeSlave.slaveName take over sodomizing duties. She <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>>orgasms promptly, since she finds a hole warm from your use very hot<<else>>climaxes quickly despite having no sensation in her fake dick, since she finds the situation so arousing<</if>>.
 	<</if>>
-	When $subSlave.slaveName has stumbled off to the shower, $activeSlave.slaveName presents herself for inspection, smelling of sex and @@color:mediumaquamarine;smiling trustingly.@@
+	When $subSlave.slaveName has stumbled off to the shower, $activeSlave.slaveName presents herself for inspection, smelling of sex and @@.mediumaquamarine;smiling trustingly.@@
 	<<set $activeSlave.devotion += 2>>
 	<<set $activeSlave.trust += 2>>
 	<<set $subSlave.analCount += 1>>
@@ -900,7 +900,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <<link "Fuck them">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You approach the fucking slaves, kneeling next to them and running a possessive hand over $activeSlave.slaveName's butt. The slave doesn't even have to look, recognizing you by your grip, and greets you cheerfully: <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Hi <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Hi <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> $subSlave.slaveName giggles and cranes around to <<if canSee($subSlave)>>see<<else>>greet you<</if>>. <<if SlaveStatsChecker.checkForLisp($subSlave)>>"Hi <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>"Hi <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> she choruses. $activeSlave.slaveName wiggles her bottom under your hand, @@color:mediumaquamarine;trusting your judgment,@@ and $subSlave.slaveName <<if canSee($subSlave)>>watches<<else>>waits<</if>> to see what you'll do @@color:mediumaquamarine;with anticipation.@@
+	You approach the fucking slaves, kneeling next to them and running a possessive hand over $activeSlave.slaveName's butt. The slave doesn't even have to look, recognizing you by your grip, and greets you cheerfully: <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Hi <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>"Hi <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> $subSlave.slaveName giggles and cranes around to <<if canSee($subSlave)>>see<<else>>greet you<</if>>. <<if SlaveStatsChecker.checkForLisp($subSlave)>>"Hi <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>"Hi <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> she choruses. $activeSlave.slaveName wiggles her bottom under your hand, @@.mediumaquamarine;trusting your judgment,@@ and $subSlave.slaveName <<if canSee($subSlave)>>watches<<else>>waits<</if>> to see what you'll do @@.mediumaquamarine;with anticipation.@@
 	<<if $PC.dick == 0>>
 		You decide to make use of the position the slaves have gotten themselves into. Once naked, you get on all fours ahead of them, and then back yourself between them until you're effectively sitting on the massive cushion formed between them by their breasts. This puts your pussy against $subSlave.slaveName's mouth, and your butt right in front of $activeSlave.slaveName's face. $subSlave.slaveName starts to eat you out with dedication, and after planting a wet kiss on each of your thighs, $activeSlave.slaveName runs her tongue from the base of your cunt and along your perineum, and then begins to kiss your asshole. The universe of warm wetness created by their mouths is so intense that your arms almost buckle.
 		<<set $subSlave.oralCount += 1>>
@@ -1003,13 +1003,13 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 		Once you're satisfied that she can take what's coming, you<<if $PC.dick == 0>> put on a strap-on,<</if>> steady her hips<<if $PC.dick == 0>>,<</if>> and shove her <<if $activeSlave.preg > 20>>gravid <</if>>torso back down against $subSlave.slaveName's boobs. $subSlave.slaveName pulls to either side, gaping $activeSlave.slaveName's hole for you. $activeSlave.slaveName takes a deep breath and lets it out slowly as she feels <<if $PC.dick == 0>>the head of the strap-on<<else>>your cockhead<</if>> slide between $subSlave.slaveName's fingers, centimeter by agonizing centimeter, and seat itself up her butt. She shudders when you begin to thrust. $subSlave.slaveName keeps her fingers where they are, doing her best to use them to give you a handjob inside $activeSlave.slaveName's ass.
 	<</if>>
 	When you're done, you pull out, leaving $activeSlave.slaveName to collapse, whimpering and shaking, onto $subSlave.slaveName's boobs. $subSlave.slaveName <<if canSee($subSlave)>>winks<<else>>smiles<</if>> at you over her shoulder. "That
-	<<if SlaveStatsChecker.checkForLisp($subSlave)>>wath fun <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>was fun <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> she says brightly. "@@color:hotpink;Can we do that again@@
+	<<if SlaveStatsChecker.checkForLisp($subSlave)>>wath fun <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>,"<<else>>was fun <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>,"<</if>> she says brightly. "@@.hotpink;Can we do that again@@
 	<<if SlaveStatsChecker.checkForLisp($subSlave)>>thoon, pleathe<<else>>soon, please<</if>>?"
 	<br><br>
 	"Ohh fffuck," $activeSlave.slaveName moans into her boobs, to no one in particular.
 	<<set $subSlave.devotion += 4>>
 	<<if $activeSlave.anus < 3>>
-		"<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Pleathe nooo, @@color:lime;my poor hole will never be the thame againnn.@@<<else>>Please nooo, @@color:lime;my poor hole will never be the same againnn.@@<</if>>"
+		"<<if SlaveStatsChecker.checkForLisp($activeSlave)>>Pleathe nooo, @@.lime;my poor hole will never be the thame againnn.@@<<else>>Please nooo, @@.lime;my poor hole will never be the same againnn.@@<</if>>"
 		<<set $activeSlave.anus += 1>>
 	<</if>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -1035,9 +1035,9 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<br><br>
 	$activeSlave.slaveName stiffens with sudden embarrassment. "Uh, um," she stammers, before saying in a rush, "$subSlave.slaveName, will you go out with me?"
 	<br><br>
-	$subSlave.slaveName laughs, a pure, unclouded sound, and gives $activeSlave.slaveName a cute little peck on the tip of her nose. "@@color:lightgreen;Of <<if SlaveStatsChecker.checkForLisp($subSlave)>>courthe<<else>>course<</if>> I will,@@" she purrs, and runs her hands up $activeSlave.slaveName's back to hug her tightly.
+	$subSlave.slaveName laughs, a pure, unclouded sound, and gives $activeSlave.slaveName a cute little peck on the tip of her nose. "@@.lightgreen;Of <<if SlaveStatsChecker.checkForLisp($subSlave)>>courthe<<else>>course<</if>> I will,@@" she purrs, and runs her hands up $activeSlave.slaveName's back to hug her tightly.
 	<br><br>
-	The encounter becomes far more heartfelt than it was before you spoke up. $activeSlave.slaveName, who seems affected, says self-consciously, "Um, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>doeth thith mean I get a girlfriend every time I'm clumthy<<else>>does this mean I get a girlfriend every time I'm clumsy<</if>>?" $subSlave.slaveName giggles and shushes her. They begin to kiss earnestly while they fuck, and you leave them to it. Each of them comes to you later to @@color:hotpink;thank you@@ for permitting them to be together.
+	The encounter becomes far more heartfelt than it was before you spoke up. $activeSlave.slaveName, who seems affected, says self-consciously, "Um, <<if SlaveStatsChecker.checkForLisp($activeSlave)>>doeth thith mean I get a girlfriend every time I'm clumthy<<else>>does this mean I get a girlfriend every time I'm clumsy<</if>>?" $subSlave.slaveName giggles and shushes her. They begin to kiss earnestly while they fuck, and you leave them to it. Each of them comes to you later to @@.hotpink;thank you@@ for permitting them to be together.
 	<<set $subSlave.devotion += 2>>
 	<<set $activeSlave.devotion += 2>>
 	<<set $subSlave.relationship = 3>>
@@ -1060,7 +1060,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <<link "Just watch">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You settle down to watch what happens. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>You've already got a reassuring, silent hand raised, and you gesture that she should continue<<else>>Not hearing any comments, she takes it as a gesture to continue<</if>>. She smiles naughtily at you, @@color:mediumaquamarine;pleased with your trust in her,@@ before going back to $subSlave.slaveName. She <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>hauls $subSlave.slaveName's <<if $subSlave.preg > 20>>gravid <</if>>torso partyway up<<else>>bends over the poor girl<</if>> so she can speak directly into her ear, and says quietly,
+	You settle down to watch what happens. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>You've already got a reassuring, silent hand raised, and you gesture that she should continue<<else>>Not hearing any comments, she takes it as a gesture to continue<</if>>. She smiles naughtily at you, @@.mediumaquamarine;pleased with your trust in her,@@ before going back to $subSlave.slaveName. She <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>hauls $subSlave.slaveName's <<if $subSlave.preg > 20>>gravid <</if>>torso partyway up<<else>>bends over the poor girl<</if>> so she can speak directly into her ear, and says quietly,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		"You're thtarting to enjoy thith, aren't you, bitch?"
 	<<else>>
@@ -1092,7 +1092,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 		"Shh, sweetie, it's all right. I promise you'll enjoy this, if you let yourself."
 	<</if>>
-	You leave quietly, letting $activeSlave.slaveName have her fun. As the week goes on, $subSlave.slaveName's @@color:lightcoral;attitude towards anal sex@@ improves quickly, though she feels rather conflicted about $activeSlave.slaveName for forcing this on her.
+	You leave quietly, letting $activeSlave.slaveName have her fun. As the week goes on, $subSlave.slaveName's @@.lightcoral;attitude towards anal sex@@ improves quickly, though she feels rather conflicted about $activeSlave.slaveName for forcing this on her.
 	<<set $activeSlave.trust += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $subSlave.ID>>
@@ -1109,7 +1109,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <br><<link "She's being too gentle">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You advance on the slaves. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>Silently but forcefully, you use a simple hand gesture to instruct her unequivocally<<else>>She can feel<</if>> that she's to stop fucking around and pound the bitch's butt. She looks a little taken aback, but obeys instantly, <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>pumping her dick in and out of $subSlave.slaveName<<else>>fingerfucking $subSlave.slaveName's ass<</if>> without mercy. The slave screams at the sudden change of pace, thrashing a little. Her struggles bring <<if canSee($subSlave)>>her head around, and she's surprised to come face to face with your ankles. With dawning comprehension, her eyes track rapidly up your <<if $PC.title != 0>>trim<<else>>feminine<</if>> thighs, past your <<if $PC.dick == 1>>turgid dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>flushed pussy<</if>>, and over your <<if $PC.boobs == 0>>muscular abs<<else>>pretty breasts<</if>> to rest on your unforgiving face<<else>>a pleased chuckle out of you. With dawning comprehension, her face rapidly moves to face yours<</if>>. She wilts. $activeSlave.slaveName thinks this is hilarious, and laughs so hard at the slave's reaction to your appearance that she almost loses hold of $subSlave.slaveName's <<if $subSlave.dick > 0>>cock<<elseif $subSlave.dick > 0>>ass<<else>>clit<</if>>. There's nothing quite like oral from a girl who's moaning with anal pain, so you sit on the head of the bedroll and <<if $PC.dick == 1>>stick your dick in $subSlave.slaveName's mouth<<else>>pull $subSlave.slaveName's mouth against your cunt<</if>>. $activeSlave.slaveName is still giggling, but leans over the unhappy slave speared between the two of you to @@color:hotpink;plant a kiss@@ on you. She misses, smearing her kiss along your cheek and past your ear, but you take her face in your hands and kiss her properly as $subSlave.slaveName begins to do her best to relax and get you off, @@color:gold;fearful@@ that worse is in store if she doesn't @@color:hotpink;submit.@@
+	You advance on the slaves. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>Silently but forcefully, you use a simple hand gesture to instruct her unequivocally<<else>>She can feel<</if>> that she's to stop fucking around and pound the bitch's butt. She looks a little taken aback, but obeys instantly, <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>pumping her dick in and out of $subSlave.slaveName<<else>>fingerfucking $subSlave.slaveName's ass<</if>> without mercy. The slave screams at the sudden change of pace, thrashing a little. Her struggles bring <<if canSee($subSlave)>>her head around, and she's surprised to come face to face with your ankles. With dawning comprehension, her eyes track rapidly up your <<if $PC.title != 0>>trim<<else>>feminine<</if>> thighs, past your <<if $PC.dick == 1>>turgid dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>flushed pussy<</if>>, and over your <<if $PC.boobs == 0>>muscular abs<<else>>pretty breasts<</if>> to rest on your unforgiving face<<else>>a pleased chuckle out of you. With dawning comprehension, her face rapidly moves to face yours<</if>>. She wilts. $activeSlave.slaveName thinks this is hilarious, and laughs so hard at the slave's reaction to your appearance that she almost loses hold of $subSlave.slaveName's <<if $subSlave.dick > 0>>cock<<elseif $subSlave.dick > 0>>ass<<else>>clit<</if>>. There's nothing quite like oral from a girl who's moaning with anal pain, so you sit on the head of the bedroll and <<if $PC.dick == 1>>stick your dick in $subSlave.slaveName's mouth<<else>>pull $subSlave.slaveName's mouth against your cunt<</if>>. $activeSlave.slaveName is still giggling, but leans over the unhappy slave speared between the two of you to @@.hotpink;plant a kiss@@ on you. She misses, smearing her kiss along your cheek and past your ear, but you take her face in your hands and kiss her properly as $subSlave.slaveName begins to do her best to relax and get you off, @@.gold;fearful@@ that worse is in store if she doesn't @@.hotpink;submit.@@
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $subSlave.ID>>
@@ -1152,7 +1152,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 	  "You're going to panic, and struggle, and <<if $PC.title != 0>>he's<<else>>she's<</if>> going to hold you down and rape your butt while you scream and cry..."
 	<</if>>
-	$activeSlave.slaveName trails off as she shakes with orgasm; she doesn't say any more, but the @@color:hotpink;wild satisfaction@@ <<if canSee($activeSlave)>>in her $activeSlave.eyeColor eyes<<else>>on her face<</if>> says it for her. $subSlave.slaveName, meanwhile, is a mess, but hurries @@color:gold;fearfully@@ to obey your instructions to go clean herself, and hides her @@color:mediumorchid;hatred@@ as she gingerly applies an enema to her @@color:lime;loosened butt.@@
+	$activeSlave.slaveName trails off as she shakes with orgasm; she doesn't say any more, but the @@.hotpink;wild satisfaction@@ <<if canSee($activeSlave)>>in her $activeSlave.eyeColor eyes<<else>>on her face<</if>> says it for her. $subSlave.slaveName, meanwhile, is a mess, but hurries @@.gold;fearfully@@ to obey your instructions to go clean herself, and hides her @@.mediumorchid;hatred@@ as she gingerly applies an enema to her @@.lime;loosened butt.@@
 	<<set $activeSlave.devotion += 5>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	  <<if $slaves[$i].ID == $subSlave.ID>>
@@ -1197,7 +1197,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 	  "You're going to panic - and - and - oh - s-struggle, and <<if $PC.title != 0>>he's<<else>>she's<</if>> going t-to h-ho-oh-old you d-down, oh ow, and r-ra-rape your b-butt while, oh p-please <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, you scream, ooh, and c-cry... o-oh... ah."
 	<</if>>
-	She feels your <<if $PC.dick == 1>>hot seed jet into her asshole<<else>>own orgasm<</if>> and your hands release their grip, and slides wetly off you, <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>her own messy little orgasm running down her legs to join the cum dripping out of her ass<<elseif $activeSlave.dick > 0>>stepping around the mess she shot onto the floor and trying to keep your load inside her ass<<else>>her feminine juices running down her legs to join the cum dripping out of her ass<</if>>. She walks gingerly to the bathroom for a cleanup, looking a lot more @@color:hotpink;submissive@@ than when you walked in. $subSlave.slaveName is still staring <<if canSee($subSlave)>>at<<else>>towards<</if>> you. There's a little @@color:gold;fear@@ there, but some @@color:hotpink;awe,@@ too.
+	She feels your <<if $PC.dick == 1>>hot seed jet into her asshole<<else>>own orgasm<</if>> and your hands release their grip, and slides wetly off you, <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>her own messy little orgasm running down her legs to join the cum dripping out of her ass<<elseif $activeSlave.dick > 0>>stepping around the mess she shot onto the floor and trying to keep your load inside her ass<<else>>her feminine juices running down her legs to join the cum dripping out of her ass<</if>>. She walks gingerly to the bathroom for a cleanup, looking a lot more @@.hotpink;submissive@@ than when you walked in. $subSlave.slaveName is still staring <<if canSee($subSlave)>>at<<else>>towards<</if>> you. There's a little @@.gold;fear@@ there, but some @@.hotpink;awe,@@ too.
 	<<set $activeSlave.devotion += 5>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	  <<if $slaves[$i].ID == $subSlave.ID>>
@@ -1213,7 +1213,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 
 <<link "Instruct her to be a little nicer">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>><<replace "#result">>
-	Even though you already have everyone's rapt attention, you rap on the glass for emphasis<<if canSee($activeSlave) && canSee($subSlave)>>, watched closely by four huge eyes<</if>>. You politely admonish $activeSlave.slaveName, and tell her to do a better job of looking after her anal bottom's pleasure. She nods vigorously and snakes a hand around $subSlave.slaveName, to where <<if ($subSlave.dick > 0) && !canAchieveErection($subSlave)>>her limp dick is smashed against the glass<<elseif $subSlave.dick > 0>>her dick, shamefully half-hard despite her unwillingness, is smashed against the glass<<elseif $subSlave.vagina == -1>>her featureless groin is hidden between her forced-together legs<<else>>her neglected pussy is hidden between her forced-together legs<</if>>. $activeSlave.slaveName goes back to the anal, but gives $subSlave.slaveName a serviceable reach around as she does. $subSlave.slaveName does not orgasm, but she looks a little less unhappy and @@color:mediumaquamarine;thanks you@@ for your intervention after $activeSlave.slaveName <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>grunts, fills her asshole with cum, and pulls herself out.<<else>>shakes with orgasm and removes her fingers.<</if>>
+	Even though you already have everyone's rapt attention, you rap on the glass for emphasis<<if canSee($activeSlave) && canSee($subSlave)>>, watched closely by four huge eyes<</if>>. You politely admonish $activeSlave.slaveName, and tell her to do a better job of looking after her anal bottom's pleasure. She nods vigorously and snakes a hand around $subSlave.slaveName, to where <<if ($subSlave.dick > 0) && !canAchieveErection($subSlave)>>her limp dick is smashed against the glass<<elseif $subSlave.dick > 0>>her dick, shamefully half-hard despite her unwillingness, is smashed against the glass<<elseif $subSlave.vagina == -1>>her featureless groin is hidden between her forced-together legs<<else>>her neglected pussy is hidden between her forced-together legs<</if>>. $activeSlave.slaveName goes back to the anal, but gives $subSlave.slaveName a serviceable reach around as she does. $subSlave.slaveName does not orgasm, but she looks a little less unhappy and @@.mediumaquamarine;thanks you@@ for your intervention after $activeSlave.slaveName <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>grunts, fills her asshole with cum, and pulls herself out.<<else>>shakes with orgasm and removes her fingers.<</if>>
 	<<for $i to 0; $i < $slaves.length; $i++>>
 	  <<if $slaves[$i].ID is $subSlave.ID>>
 		<<set $slaves[$i].trust += 4>>
@@ -1225,7 +1225,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <br><<link "Double anal">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell $activeSlave.slaveName to get out of the shower. She looks crushed, and $subSlave.slaveName looks hopeful, until you tell her to bring the bitch. $activeSlave.slaveName grabs $subSlave.slaveName by the wrist and drags her protesting victim along. You sit on the counter and tell $activeSlave.slaveName to pass you the anal slave. She does, giggling maliciously, openly masturbating as you pull the recalcitrant $subSlave.slaveName up onto your lap, seat <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> firmly up her already-fucked <<if $subSlave.anus > 2>>anal slit<<elseif $subSlave.anus > 1>>asshole<<else>>anus<</if>>, seize the backs of her knees, and pull her up into a crouching position atop you. You lift her up and down on <<if $PC.dick == 0>>the strap-on<<else>>your dick<</if>> for a while, letting $activeSlave.slaveName continue her <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>jerking<<else>>rubbing<</if>>, before telling her to join you. She hesitates for a moment before you explain that she should join you up $subSlave.slaveName's butthole. Your victim begins to cry openly but knows better than to beg. $activeSlave.slaveName <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>pushes her iron-hard prick up alongside yours,<<else>>shoves first one and then two fingers up alongside your prick,<</if>> eliciting a long wail from <<if $subSlave.preg > 20>>the overfilled <</if>>$subSlave.slaveName. The position isn't the best for pounding's sake, but the sadistic thrill of $subSlave.slaveName's anguish is plenty to bring both you and $activeSlave.slaveName to prompt orgasm. $subSlave.slaveName stumbles painfully back to the shower with @@color:gold;ill-concealed terror,@@ while $activeSlave.slaveName impulsively gives you a @@color:hotpink;quick hug.@@
+	You tell $activeSlave.slaveName to get out of the shower. She looks crushed, and $subSlave.slaveName looks hopeful, until you tell her to bring the bitch. $activeSlave.slaveName grabs $subSlave.slaveName by the wrist and drags her protesting victim along. You sit on the counter and tell $activeSlave.slaveName to pass you the anal slave. She does, giggling maliciously, openly masturbating as you pull the recalcitrant $subSlave.slaveName up onto your lap, seat <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> firmly up her already-fucked <<if $subSlave.anus > 2>>anal slit<<elseif $subSlave.anus > 1>>asshole<<else>>anus<</if>>, seize the backs of her knees, and pull her up into a crouching position atop you. You lift her up and down on <<if $PC.dick == 0>>the strap-on<<else>>your dick<</if>> for a while, letting $activeSlave.slaveName continue her <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>jerking<<else>>rubbing<</if>>, before telling her to join you. She hesitates for a moment before you explain that she should join you up $subSlave.slaveName's butthole. Your victim begins to cry openly but knows better than to beg. $activeSlave.slaveName <<if ($activeSlave.dick > 0) && canAchieveErection($activeSlave) && ($activeSlave.dickAccessory != "chastity")>>pushes her iron-hard prick up alongside yours,<<else>>shoves first one and then two fingers up alongside your prick,<</if>> eliciting a long wail from <<if $subSlave.preg > 20>>the overfilled <</if>>$subSlave.slaveName. The position isn't the best for pounding's sake, but the sadistic thrill of $subSlave.slaveName's anguish is plenty to bring both you and $activeSlave.slaveName to prompt orgasm. $subSlave.slaveName stumbles painfully back to the shower with @@.gold;ill-concealed terror,@@ while $activeSlave.slaveName impulsively gives you a @@.hotpink;quick hug.@@
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	  <<if $slaves[$i].ID == $subSlave.ID>>
@@ -1261,7 +1261,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 	  "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I c-came. I came to your thing in my butt. A-am I - does that make me a slut?"
 	<</if>>
-	You assure her that it does. Surprisingly, she does not break down, but exhales slowly and squares her shoulders, visibly resolving to @@color:hotpink;be a slut@@ if she has to. She even takes a bit longer than strictly necessary giving herself her @@color:lime;first@@ post-sex enema.
+	You assure her that it does. Surprisingly, she does not break down, but exhales slowly and squares her shoulders, visibly resolving to @@.hotpink;be a slut@@ if she has to. She even takes a bit longer than strictly necessary giving herself her @@.lime;first@@ post-sex enema.
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.anus += 1>>
 	<</replace>>
@@ -1269,7 +1269,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <<link "Girls' butts are for pounding">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You tell her that her butt is your property, just like $subSlave.slaveName's. She looks @@color:gold;terrified.@@ You continue, telling her to bring your property over to you. She stumbles over, begging,
+	You tell her that her butt is your property, just like $subSlave.slaveName's. She looks @@.gold;terrified.@@ You continue, telling her to bring your property over to you. She stumbles over, begging,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 	  "P-pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe don't do thtuff to my butt. It'th going t-to h-hurt.<<if $activeSlave.preg > 20>> And I-I'm p-pregnant.<</if>>"
 	<<else>>
@@ -1281,7 +1281,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<else>>
 	  "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. Please not my - AAAH! OW!"
 	<</if>>
-	and bursts into tears. You give her a few seconds to get used to your girth and then begin to fuck her delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets her wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets her hard<<else>>stimulation brings a little fluid out of her<</if>>, and you tell her that she clearly wants it. She doesn't know what to say in response, so she just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup her soaking cunt possessively<<else>>she starts to leak despite her displeasure<</if>>. Her butthole is so wonderfully tight that you orgasm quickly, throwing her unresisting butt over onto the couch for another round. She's @@color:green;no longer repressed,@@ but she now @@color:red;hates@@ having her @@color:lime;newly loosened butt@@ fucked.
+	and bursts into tears. You give her a few seconds to get used to your girth and then begin to fuck her delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets her wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets her hard<<else>>stimulation brings a little fluid out of her<</if>>, and you tell her that she clearly wants it. She doesn't know what to say in response, so she just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup her soaking cunt possessively<<else>>she starts to leak despite her displeasure<</if>>. Her butthole is so wonderfully tight that you orgasm quickly, throwing her unresisting butt over onto the couch for another round. She's @@.green;no longer repressed,@@ but she now @@.red;hates@@ having her @@.lime;newly loosened butt@@ fucked.
 	<<set $activeSlave.behavioralFlaw = 0>>
 	<<set $activeSlave.sexualFlaw = "hates anal">>
 	<<set $activeSlave.trust -= 5>>
@@ -1293,9 +1293,9 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<replace "#result">>
 	You tell her to sit down on the couch and listen. She obeys, carefully avoiding the spot where you and $subSlave.slaveName embraced. You explain that $subSlave.slaveName is an experienced anal slave, and that you enjoy having sex with her there. You point out how much $subSlave.slaveName enjoyed herself ($activeSlave.slaveName studiously avoids <<if canSee($activeSlave)>>looking at<<else>>facing<</if>> the moist spot on the couch that evidences this), and tell her that anal sex can be very enjoyable. She <<if canSee($activeSlave)>>looks at<<else>>listens to<</if>> you uncomprehendingly,<<if $activeSlave.preg > 20>> her hand resting on her rounded middle,<</if>> so you try a different tack. You tell her that her anal virginity has a price: it makes her a more valuable slave. She'll probably be fucked back there someday soon, but it's not something you plan to do lightly. And in any case, she'll be trained to enjoy the experience when it happens. Hesitantly, she says,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-	  "I underthtand, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I @@color:mediumaquamarine;trutht you.@@"
+	  "I underthtand, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>. I @@.mediumaquamarine;trutht you.@@"
 	<<else>>
-	  "I understand, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> I @@color:mediumaquamarine;trust you.@@"
+	  "I understand, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> I @@.mediumaquamarine;trust you.@@"
 	<</if>>
 	She seems more confident for the rest of the inspection, and when it's done, she leaves with less worry on her face.
 	<<set $activeSlave.trust += 5>>
@@ -1303,13 +1303,13 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 <</link>>
 <br><<link "Her butt is being sold today">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>><<replace "#result">>
-	You tell her that her butt is your property, just like $subSlave.slaveName's. She looks @@color:gold;terrified,@@ but this is nothing to her reaction when another slave arrives to bring her out for an auction of her virgin anus. She's dragged out, whining,
+	You tell her that her butt is your property, just like $subSlave.slaveName's. She looks @@.gold;terrified,@@ but this is nothing to her reaction when another slave arrives to bring her out for an auction of her virgin anus. She's dragged out, whining,
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 	  "P-pleathe, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe don't thell my butthole! I'll do anything! Pleathe!"
 	<<else>>
 	  "P-please fuck me, M-<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't sell my butthole! I'll do anything! Please!"
 	<</if>>
-	Her pleas are unavailing. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> conducts a brisk streetside auction of the weeping slave girl, using compliance systems to force her to spread her quivering buttocks for the crowd. The @@color:yellowgreen;winning bidder@@ uses a public stall to do the deed; its thin walls are nowhere near enough to disguise her whining and sobbing as he @@color:lime;takes her anal virginity.@@ She now @@color:red;hates anal.@@
+	Her pleas are unavailing. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> conducts a brisk streetside auction of the weeping slave girl, using compliance systems to force her to spread her quivering buttocks for the crowd. The @@.yellowgreen;winning bidder@@ uses a public stall to do the deed; its thin walls are nowhere near enough to disguise her whining and sobbing as he @@.lime;takes her anal virginity.@@ She now @@.red;hates anal.@@
 	<<set $activeSlave.sexualFlaw = "hates anal">>
 	<<set $activeSlave.trust -= 5>>
 	<<set $cash += 500>>
@@ -1324,7 +1324,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 	<<replace "#result">>
 	$RERelationshipSlave.slaveName is out of it, and doesn't realize you're there. The first indication she gets of your presence is the <<if $PC.dick == 1>>head of your penis<<else>>tip of your strap-on<</if>> <<if $RERelationshipSlave.anus > 2>>sliding easily inside her soft butthole<<elseif $RERelationshipSlave.anus > 1>>pushing firmly up her relaxed anus<<else>>penetrating her tight little asshole<</if>>. She groans, but greets you properly, slurring a little from sheer fatigue and overstimulation. Nevertheless, she reaches clumsily around to spread her cheeks for you. As you begin to fuck her butt, your invading <<if $PC.dick == 1>>cock<<else>>phallus<</if>> <<if canAchieveErection($RERelationshipSlave)>>presses against her prostate, forcing her hard again<<else>>and thrusting hips get her moving again, too<</if>>. Beneath her, $activeSlave.slaveName shifts uncomfortably at the resumed sex and the extra weight. To relieve her, you haul her <<if $activeSlave.relationship > 4>>wife<<else>>lover<</if>> into a more upright position so she can fuck and be fucked while straddling $activeSlave.slaveName's pressed-together thighs. You fuck $RERelationshipSlave.slaveName just as hard as she was fucking $activeSlave.slaveName, taking your pleasure from her without mercy. Despite this, the sexed-out slave orgasms again.
 	<<if ($PC.dick == 1) && (canAchieveErection($RERelationshipSlave))>>Deciding to really fill $activeSlave.slaveName, you shove $RERelationshipSlave.slaveName's quivering body off to one side without ceremony, shove yourself inside the $desc on the bottom, and add your cum to the two loads already inside her.<<else>>You climax yourself, and then stand.<</if>>
-	Pleased, you head off to find more amusement, leaving the sex-stained slaves dozing in each other's arms, @@color:hotpink;not thinking for a moment@@ about how profoundly sexual pleasure dominates their lives.
+	Pleased, you head off to find more amusement, leaving the sex-stained slaves dozing in each other's arms, @@.hotpink;not thinking for a moment@@ about how profoundly sexual pleasure dominates their lives.
 	<<SimpleVCheck>>
 	<<set $activeSlave.devotion += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -1378,7 +1378,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa
 		pushing the vanilla girl's back against the wall and kissing her lovingly.
 		<<SimpleVCheck>>
 	<</switch>>
-	As $activeSlave.slaveName orgasms in your arms, you feel $RERelationshipSlave.slaveName hug your thighs lightly before starting to <<if $PC.dick == 1>>blow you<<else>>lick your pussy<</if>> herself. Afterward, you bring the tired pair back to their bed and get them tucked in. They @@color:mediumaquamarine;find the gesture comforting,@@ and are asleep in an instant.
+	As $activeSlave.slaveName orgasms in your arms, you feel $RERelationshipSlave.slaveName hug your thighs lightly before starting to <<if $PC.dick == 1>>blow you<<else>>lick your pussy<</if>> herself. Afterward, you bring the tired pair back to their bed and get them tucked in. They @@.mediumaquamarine;find the gesture comforting,@@ and are asleep in an instant.
 	<<SimpleVCheck>>
 	<<set $activeSlave.trust += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw
index f5e4a6929a026c522e191e5973805091b3376e3b..653386a40521bc7980bf04b44b742ab139ab6547 100644
--- a/src/uncategorized/arcade.tw
+++ b/src/uncategorized/arcade.tw
@@ -66,7 +66,7 @@ $arcadeNameCaps
 
 <br>It can support $arcade inmates.
 <<if ($arcade < $arcadeSlaves) && ($arcadeUpgradeFuckdolls == 1)>>
-	@@color:yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be sold as a standard Fuckdoll this week.
+	@@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be sold as a standard Fuckdoll this week.
 <</if>>
 <<set _Tmult0 = Math.trunc($arcade*1000*$upgradeMultiplierArcology)>>
 [[Expand the arcade|Arcade][$cash -= _Tmult0, $arcade += 5]] //Costs ¤_Tmult0 and will increase upkeep costs//
diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw
index 8e20a594629c000f82f67db232b9d1c8ab2cb57f..a93234ac83cc7feeb0652fc3be36801a8ca871e3 100644
--- a/src/uncategorized/arcadeReport.tw
+++ b/src/uncategorized/arcadeReport.tw
@@ -12,12 +12,12 @@
 		The tenants located near the arcade don't mind having it nearby.
 	<</if>>
 	<<elseif ($arcologies[0].FSPaternalist > 20)>>
-		Many of the better tenants located near the arcade consider it an @@color:red;intolerable@@ establishment to have nearby.
+		Many of the better tenants located near the arcade consider it an @@.red;intolerable@@ establishment to have nearby.
 	<<else>>
-		Some of the better tenants located near the arcade consider it an @@color:red;obnoxious@@ establishment to have nearby.
+		Some of the better tenants located near the arcade consider it an @@.red;obnoxious@@ establishment to have nearby.
 	<</if>>
 	<<if $arcadeDecoration != "standard">>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;$arcadeNameCaps's customers enjoy @@color:green;getting off in $arcadeDecoration surroundings.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;$arcadeNameCaps's customers enjoy @@.green;getting off in $arcadeDecoration surroundings.@@
 	<</if>>
 
 	<<SlaveSort $ArcadeiIDs>>
@@ -63,7 +63,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is confined in the $arcadeNameCaps.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is confined in the $arcadeNameCaps.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA work a glory hole">>
 	<<else>>
 		<<silently>><<include "SA work a glory hole">><</silently>>
@@ -125,16 +125,16 @@
 		_milked of them are lactating and spend their time in $arcadeName being simultaneously milked and fucked.
 	<</if>>
 	<<if _implanted == 1>>
-		One of them was not lactating, so she was implanted with long-acting lactation inducing drugs, and it costs @@color:red;¤$surgeryCost@@.
+		One of them was not lactating, so she was implanted with long-acting lactation inducing drugs, and it costs @@.red;¤$surgeryCost@@.
 	<<elseif _implanted > 1>>
-		_implanted of them were not lactating, so they were implanted with long-acting lactation inducing drugs, and they cost @@color:red;¤<<print $surgeryCost*_implanted>>@@.
+		_implanted of them were not lactating, so they were implanted with long-acting lactation inducing drugs, and they cost @@.red;¤<<print $surgeryCost*_implanted>>@@.
 	<</if>>
 	<<if _cockmilked == 1>>
 		One of them retains testicles and is brutally cockmilked as she is used.
 	<<elseif _cockmilked > 1>>
 		_cockmilked of them retain testicles and are brutally cockmilked as they are used.
 	<</if>>
-	The arcade makes you @@color:yellowgreen;¤_profits@@ this week.
+	The arcade makes you @@.yellowgreen;¤_profits@@ this week.
 
 	<<if ($arcologies[0].FSDegradationist > 20)>>
 	<<elseif ($arcologies[0].FSPaternalist > 20)>>
diff --git a/src/uncategorized/assistantAutosurgery.tw b/src/uncategorized/assistantAutosurgery.tw
index a4ca635754051b8b2ad32824ab83c5ef8cee0701..73f2fce56e4684e5bab258dfc9f215a395445663 100644
--- a/src/uncategorized/assistantAutosurgery.tw
+++ b/src/uncategorized/assistantAutosurgery.tw
@@ -206,7 +206,7 @@
 	<</if>>
 <</for>>
 
-<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>, ordered to apply surgery at will, gives $slaves[$i].slaveName @@color:lime;$surgeriesDisplay.@@
+<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>, ordered to apply surgery at will, gives $slaves[$i].slaveName @@.lime;$surgeriesDisplay.@@
 
 <</if>>
 
diff --git a/src/uncategorized/attendantSelect.tw b/src/uncategorized/attendantSelect.tw
index a0fd7685876bdaedc308ff6758b55063f09c01b4..1a9cfb0dd98bddf72f7cebbb272c55d95978cfc8 100644
--- a/src/uncategorized/attendantSelect.tw
+++ b/src/uncategorized/attendantSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Spa", $showEncyclopedia = 1, $encyclopedia = "Attendant">>
 
 <<if ($Attendant != 0)>>
-	''__@@color:pink;$Attendant.slaveName@@__'' is serving as your Attendant.<br><br>She will help pamper and counsel your slaves.
+	''__@@.pink;$Attendant.slaveName@@__'' is serving as your Attendant.<br><br>She will help pamper and counsel your slaves.
 <<else>>
 	You have not selected an Attendant.
 <</if>>
diff --git a/src/uncategorized/barracks.tw b/src/uncategorized/barracks.tw
index 7e6678c35831257b7eae92fb1c5c8c8c54ad1794..a3e65e52fec596a31c722c0073f98cf8a4cc1cc9 100644
--- a/src/uncategorized/barracks.tw
+++ b/src/uncategorized/barracks.tw
@@ -160,12 +160,12 @@
 			<<replace "#result">>
 				<<if random(1,100) > 50>>
 					<<if random(1,100) > 50>>
-						The Colonel nods. "Sure boss," she says, "we had a bit of a haul this week. One of my sergeants convinced a woman to tell us where she had hidden her shit. Cut her up pretty bad, but she told us. Bunch of nice jewellery, I kept a nice piece for myself." She picks up a tablet on the table, tapping a few commands on it. "@@color:green;There's your cut.@@"
+						The Colonel nods. "Sure boss," she says, "we had a bit of a haul this week. One of my sergeants convinced a woman to tell us where she had hidden her shit. Cut her up pretty bad, but she told us. Bunch of nice jewellery, I kept a nice piece for myself." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut.@@"
 					<<else>>
-						The Colonel smiles widely. "Sure boss," she says, "we pulled in some good shit this week. One of the boys found a real nice family hiding in a basement. 18-year old triplets. Brought in a good bit of cash." She picks up a tablet on the table, tapping a few commands on it. "@@color:green;There's your cut.@@"
+						The Colonel smiles widely. "Sure boss," she says, "we pulled in some good shit this week. One of the boys found a real nice family hiding in a basement. 18-year old triplets. Brought in a good bit of cash." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There's your cut.@@"
 					<</if>>
 				<<else>>
-					The Colonel picks up a tablet. "Sure boss," she says, "we had a nice score this week. Looters fucked up and left a bunch of nice shit behind." She taps a few commands on the tablet. "@@color:green;There's your cut.@@"
+					The Colonel picks up a tablet. "Sure boss," she says, "we had a nice score this week. Looters fucked up and left a bunch of nice shit behind." She taps a few commands on the tablet. "@@.green;There's your cut.@@"
 				<</if>>
 			<<set $securityForceGiftToken = 1>>
 			<<set $cash += 2500>>
@@ -175,12 +175,12 @@
 			<<replace "#result">>
 				<<if random(1,100) > 50>>
 					<<if random(1,100) > 50>>
-						The Colonel nods. "Sure boss," she says, "I still know a lot of people out there. They know my word means something. I'll tell them that yours does as well." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@color:green;reputation should be a bit better@@ now."
+						The Colonel nods. "Sure boss," she says, "I still know a lot of people out there. They know my word means something. I'll tell them that yours does as well." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."
 					<<else>>
-						The Colonel smiles widely. "Sure boss," she says, "I can put in a good word for you with some of my contacts out there. A lot of them know other big shots in the Cities." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@color:green;reputation should be a bit better@@ now."
+						The Colonel smiles widely. "Sure boss," she says, "I can put in a good word for you with some of my contacts out there. A lot of them know other big shots in the Cities." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."
 					<</if>>
 				<<else>>
-					The Colonel picks up a tablet. "Sure boss," she says, "I can talk you up a bit. This new gig has impressed a lot of people, they'll definitely listen when I speak." She taps a few commands on the tablet. "I just put the word out, boss. Your @@color:green;reputation should be a bit better@@ now."
+					The Colonel picks up a tablet. "Sure boss," she says, "I can talk you up a bit. This new gig has impressed a lot of people, they'll definitely listen when I speak." She taps a few commands on the tablet. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."
 				<</if>>
 				<<set $securityForceGiftToken = 1>>
 				<<set $rep += 250>>
@@ -190,12 +190,12 @@
 			<<replace "#result">>
 				<<if random(1,100) > 50>>
 					<<if random(1,100) > 50>>
-						The Colonel nods. "Sure boss," she says, "I can convince some of my contacts to run their business through the markets here rather than another of the Cities." She picks up a tablet on the table, tapping a few commands on it. "@@color:green;There should be a small increase in prosperity,@@ boss."
+						The Colonel nods. "Sure boss," she says, "I can convince some of my contacts to run their business through the markets here rather than another of the Cities." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There should be a small increase in prosperity,@@ boss."
 					<<else>>
-						The Colonel smiles widely. "Sure boss," she says, "I can make sure that our suppliers only run their goods through the markets here, rather than one of the markets out there." She picks up a tablet on the table, tapping a few commands on it. "@@color:green;There should be a small increase in prosperity,@@ boss."
+						The Colonel smiles widely. "Sure boss," she says, "I can make sure that our suppliers only run their goods through the markets here, rather than one of the markets out there." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There should be a small increase in prosperity,@@ boss."
 					<</if>>
 				<<else>>
-					The Colonel picks up a tablet. "Sure boss," she says, "I can make sure that the soldiers only use the escrow services here for their business." She taps a few commands on the tablet. "@@color:green;There should be a small increase in prosperity,@@ boss."
+					The Colonel picks up a tablet. "Sure boss," she says, "I can make sure that the soldiers only use the escrow services here for their business." She taps a few commands on the tablet. "@@.green;There should be a small increase in prosperity,@@ boss."
 				<</if>>
 				<<set $securityForceGiftToken = 1>>
 				<<set $arcologies[0].prosperity += 2>>
diff --git a/src/uncategorized/bgSelect.tw b/src/uncategorized/bgSelect.tw
index 42d2408ec753593890c1742a678cb62fee7c1524..d85685761c9eb2ac5869a01c003c03bfc3694122 100644
--- a/src/uncategorized/bgSelect.tw
+++ b/src/uncategorized/bgSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back to Main", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "Bodyguard">>
 
 <<if ($Bodyguard != 0)>>
-	''__@@color:pink;$Bodyguard.slaveName@@__'' is serving as your bodyguard.<br><br>She will remain close to you at all times and guard your person.
+	''__@@.pink;$Bodyguard.slaveName@@__'' is serving as your bodyguard.<br><br>She will remain close to you at all times and guard your person.
 <<else>>
 	You have not selected a bodyguard.
 <</if>>
diff --git a/src/uncategorized/bodyModificationReaction.tw b/src/uncategorized/bodyModificationReaction.tw
index 58edfe6225a6bcbeb89cff8b476eeccf2b8b2cf1..aeafda90ef86206f2319b64c360122f952eb3c7d 100644
--- a/src/uncategorized/bodyModificationReaction.tw
+++ b/src/uncategorized/bodyModificationReaction.tw
@@ -8,36 +8,36 @@
 As you cast off her bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let her stand<<else>>prop her up<</if>>, she catches sight of herself in the floor length mirror at the foot of the body modification table<<else>>, <<if ($activeSlave.amp != 1)>>let her stand<<else>>prop her up<</if>>, she mind hangs on every detail of her new appearance that leaves your mouth<</if>>.
 
 <<if ($brandApplied == 1)>>
-	The smell of burnt flesh hangs in the air. Being branded @@color:red;has hurt her health a little.@@
+	The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt her health a little.@@
 	<<set $brandApplied = 0>>
 	<<set $activeSlave.health -= 10>>
 <</if>>
 
 <<if ($degradation > 10) && ($activeSlave.devotion <= 50) && ($activeSlave.trust < -50)>>
-	She is appalled by the whorish spectacle you have made of her. She @@color:gold;fears@@ you all the more for this but is so terrified of you it does not affect her submission.
+	She is appalled by the whorish spectacle you have made of her. She @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect her submission.
 	<<set $activeSlave.trust -= 10>>
 <<elseif ($degradation > 10) && ($activeSlave.devotion <= 50)>>
-	She is appalled by the whorish spectacle you have made of her. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for this.
+	She is appalled by the whorish spectacle you have made of her. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for this.
 	<<set $activeSlave.devotion -= 10>>
 	<<set $activeSlave.trust -= 10>>
 <<elseif ($degradation > 10)>>
-	She is shocked by the whorish spectacle you have made of her. However, she is so submissive to your will that she @@color:hotpink;accepts@@ that the slave <<if canSee($activeSlave)>>in the mirror<<else>>she pictures<</if>> is who she is now.
+	She is shocked by the whorish spectacle you have made of her. However, she is so submissive to your will that she @@.hotpink;accepts@@ that the slave <<if canSee($activeSlave)>>in the mirror<<else>>she pictures<</if>> is who she is now.
 	<<set $activeSlave.devotion += 4>>
 <<elseif ($degradation > 4) && ($activeSlave.devotion <= 20) && ($activeSlave.trust < -20)>>
-	She is so afraid of you that she suppresses any reaction to the slutty modifications you have made to her body and @@color:gold;fears@@ your power to do whatever you like to her.
+	She is so afraid of you that she suppresses any reaction to the slutty modifications you have made to her body and @@.gold;fears@@ your power to do whatever you like to her.
 	<<set $activeSlave.trust -= 5>>
 <<elseif ($degradation > 4)>>
-	She is surprised with the slutty modifications you have made to her body. However, she is so obedient that she @@color:hotpink;accepts@@ your changes.
+	She is surprised with the slutty modifications you have made to her body. However, she is so obedient that she @@.hotpink;accepts@@ your changes.
 	<<set $activeSlave.devotion += 4>>
 <<elseif ($degradation > 1) && ($activeSlave.devotion < -20) && ($activeSlave.trust < 20)>>
-	She is @@color:gold;afraid@@ that she has been permanently altered against her will, but is also scared of your reaction to any objection and suppresses her disgust.
+	She is @@.gold;afraid@@ that she has been permanently altered against her will, but is also scared of your reaction to any objection and suppresses her disgust.
 	<<set $activeSlave.trust -= 5>>
 <<elseif ($degradation > 1) && ($activeSlave.devotion < -20)>>
-	She is @@color:mediumorchid;angry@@ and @@color:gold;afraid@@ that she has been permanently altered against her will.
+	She is @@.mediumorchid;angry@@ and @@.gold;afraid@@ that she has been permanently altered against her will.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 <<elseif ($degradation > 1)>>
-	She is saddened to have been altered against her will. However, she realizes that she is a slave, so she @@color:hotpink;accepts@@ your work.
+	She is saddened to have been altered against her will. However, she realizes that she is a slave, so she @@.hotpink;accepts@@ your work.
 	<<set $activeSlave.devotion += 4>>
 <<else>>
 	She shows no real reaction to your modifications.
diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 7fd6869f06413474dd75f3ab0429e42bbb471141..4e11865c5c49d47f33b5a58ee173bfc4084bb050 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -63,23 +63,23 @@
 		<<set $madamCashBonus += 0.25>>
 	<</if>>
 	<<if (_FLsFetish == 1)>>
-		She isn't above sampling the merchandise herself; before long it's obvious to her girls that she @@color:lightcoral;really likes fucking them.@@
+		She isn't above sampling the merchandise herself; before long it's obvious to her girls that she @@.lightcoral;really likes fucking them.@@
 	<<elseif (_FLsFetish == 2)>>
-		She's careful that all of the whores under her supervision are all warmed up and ready to get fucked every morning, and she @@color:lightsalmon;becomes more dominant.@@
+		She's careful that all of the whores under her supervision are all warmed up and ready to get fucked every morning, and she @@.lightsalmon;becomes more dominant.@@
 	<</if>>
 	<<if ($Madam.whoreSkill <= 10)>>
 		Though $Madam.slaveName does her best to manage the brothel, with her lack of skill she can do little.
 	<<elseif ($Madam.whoreSkill <= 30)>>
-		$Madam.slaveName's basic skills marginally @@color:yellowgreen;improve@@ business at $brothelName.
+		$Madam.slaveName's basic skills marginally @@.yellowgreen;improve@@ business at $brothelName.
 		<<set $madamCashBonus += 0.05>>
 	<<elseif ($Madam.whoreSkill <= 60)>>
-		$Madam.slaveName's skills @@color:yellowgreen;improve@@ business at $brothelName.
+		$Madam.slaveName's skills @@.yellowgreen;improve@@ business at $brothelName.
 		<<set $madamCashBonus += 0.1>>
 	<<elseif ($Madam.whoreSkill < 100)>>
-		$Madam.slaveName's skills greatly @@color:yellowgreen;improve@@ business at $brothelName.
+		$Madam.slaveName's skills greatly @@.yellowgreen;improve@@ business at $brothelName.
 		<<set $madamCashBonus += 0.15>>
 	<<else>>
-		$Madam.slaveName's mastery immensely @@color:yellowgreen;improves@@ business at $brothelName.
+		$Madam.slaveName's mastery immensely @@.yellowgreen;improves@@ business at $brothelName.
 		<<set $madamCashBonus += 0.20>>
 	<</if>>
 	<<if ($Madam.actualAge > 35)>>
@@ -199,7 +199,7 @@
 		<<silently>><<include "SA whore">><</silently>>
 	<</if>>
 	<<set _seed = $cash-$oldCash, $cash += Math.trunc(0.5*_seed), _seed = Math.trunc(1.5*_seed), _profits += _seed>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@color:yellowgreen;¤_seed@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam.
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;¤_seed@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam.
 <</if>>
 <</if>>
 	<<if ($brothelSlaves > 0)>><br><</if>>
@@ -219,7 +219,7 @@
 	</div>
 	<</if>>
 	/* 000-250-006 */
-	''__@@color:pink;$slaves[_FLs].slaveName@@__'' is serving as the madam.
+	''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as the madam.
 	<br>&nbsp;&nbsp;&nbsp;
 	<<if $slaves[_FLs].choosesOwnClothes == 1>>
 	<<include "SA chooses own clothes">>
@@ -283,7 +283,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is working out of $brothelName.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is working out of $brothelName.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA whore">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
@@ -430,7 +430,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($slim > 0) && ($stacked > 0) && (Math.abs($slim-$stacked) <= ($brothelSlaves/3))>>
 		<<set _adsIncome = $brothelSlaves*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-		The brothel offers a @@color:yellowgreen;wide@@ variety of slim and stacked slaves.
+		The brothel offers a @@.yellowgreen;wide@@ variety of slim and stacked slaves.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -439,7 +439,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($pregYes > 0) && ($pregNo > 0) && (Math.abs($pregYes-$pregNo) <= ($brothelSlaves/3))>>
 		<<set _adsIncome = $brothelSlaves*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-		The brothel offers a @@color:yellowgreen;wide@@ variety of slaves with big bellies and slaves with flat bellies.
+		The brothel offers a @@.yellowgreen;wide@@ variety of slaves with big bellies and slaves with flat bellies.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -448,7 +448,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($modded > 0) && ($unmodded > 0) && (Math.abs($modded-$unmodded) <= ($brothelSlaves/3))>>
 		<<set _adsIncome = $brothelSlaves*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-		The brothel offers a @@color:yellowgreen;both@@ heavily pierced and tattooed slaves and slaves with more natural bodies.
+		The brothel offers a @@.yellowgreen;both@@ heavily pierced and tattooed slaves and slaves with more natural bodies.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -457,7 +457,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($implanted > 0) && ($pure > 0) && (Math.abs($implanted-$pure) <= ($brothelSlaves/3))>>
 		<<set _adsIncome = $brothelSlaves*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-		The brothel offers @@color:yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
+		The brothel offers @@.yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -466,7 +466,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($XX > 0) && ($XY > 0) && (Math.abs($XX-$XY) <= ($brothelSlaves/3))>>
 		<<set _adsIncome = $brothelSlaves*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-		The brothel offers a @@color:yellowgreen;mix@@ of whores that can appeal to varied tastes in genitalia.
+		The brothel offers a @@.yellowgreen;mix@@ of whores that can appeal to varied tastes in genitalia.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -475,14 +475,14 @@
 		<<set _possibleBonuses++>>
 		<<if ($young > 0) && ($old > 0) && (Math.abs($young-$old) <= ($brothelSlaves/3))>>
 		<<set _adsIncome = $brothelSlaves*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-		The brothel offers girls @@color:yellowgreen;both@@ young and mature.
+		The brothel offers girls @@.yellowgreen;both@@ young and mature.
 		<</if>>
 	<</if>>
 	<</if>>
 
 	<<if (_possibleBonuses > 0) && (_brothelBonuses >= _possibleBonuses)>>
 		<<set _adsIncome = $brothelSlaves*random(40,60), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome>>
-		There is a ''@@color:yellowgreen;perfect variety@@'' of slave whores working in the brothel.
+		There is a ''@@.yellowgreen;perfect variety@@'' of slave whores working in the brothel.
 	<</if>>
 
 	<<set _profits += $cash-$oldCash>>
@@ -505,10 +505,10 @@
 		b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance;
 		b.profit = b.totalIncome - b.totalExpenses;
 	<</script>>
-	$brothelNameCaps makes you @@color:yellowgreen;¤_profits@@ this week.
+	$brothelNameCaps makes you @@.yellowgreen;¤_profits@@ this week.
 
 	<<if $brothelDecoration != "standard">>
-		$brothelNameCaps's customers enjoy @@color:green;fucking whores in $brothelDecoration surroundings.@@
+		$brothelNameCaps's customers enjoy @@.green;fucking whores in $brothelDecoration surroundings.@@
 	<</if>>
 
 	<<if $brothel <= $brothelSlaves>>
diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw
index 617d6f53f864b6a89327069d9219133ccad46918..3ab2de8e5077d679a863534a7cbee1c1eda489b5 100644
--- a/src/uncategorized/buySlaves.tw
+++ b/src/uncategorized/buySlaves.tw
@@ -9,13 +9,13 @@ __Sex Slave Purchase Options__
 <br>
 //There are many different organizations to purchase slaves from, but many of them are selective about their customers and will only sell to you if you are reputable.//
 <<if ($slaveCostFactor > 1.1)>>
-	@@color:yellow;There is a bull market for slaves; the price of slaves is very high.@@
+	@@.yellow;There is a bull market for slaves; the price of slaves is very high.@@
 <<elseif ($slaveCostFactor > 1)>>
-	@@color:yellow;The slave market is bullish; the price of slaves is high.@@
+	@@.yellow;The slave market is bullish; the price of slaves is high.@@
 <<elseif ($slaveCostFactor < 0.9)>>
-	@@color:yellow;There is a bear market for slaves; the price of slaves is very low.@@
+	@@.yellow;There is a bear market for slaves; the price of slaves is very low.@@
 <<elseif ($slaveCostFactor < 1)>>
-	@@color:yellow;The slave market is bearish; the price of slaves is low.@@
+	@@.yellow;The slave market is bearish; the price of slaves is low.@@
 <<else>>
 	The slave market is stable; the price of slaves is average.
 <</if>>
@@ -71,14 +71,14 @@ __Sex Slave Purchase Options__
 <<if ($rep > 5500)>>
 	<br>''Slave Schools:'' //High prices; will be young and healthy.//
 	<<if ($seeDicks != 2)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Slavegirl School][$slavesSeen += 1]] | //Straightforward slaves with good training.//<<if $TSS.schoolSale == 1>> //@@color:yellow;Offering your first purchase at half price this week.@@//<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Growth Research Institute][$slavesSeen += 1]] | //Poorly trained slaves with huge assets.//<<if $GRI.schoolSale == 1>> //@@color:yellow;Offering your first purchase at half price this week.@@//<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[St. Claver Preparatory][$slavesSeen += 1]] | //Slaves with basic training and solid implants.//<<if $SCP.schoolSale == 1>> //@@color:yellow;Offering your first purchase at half price this week.@@//<</if>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Slavegirl School][$slavesSeen += 1]] | //Straightforward slaves with good training.//<<if $TSS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Growth Research Institute][$slavesSeen += 1]] | //Poorly trained slaves with huge assets.//<<if $GRI.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[St. Claver Preparatory][$slavesSeen += 1]] | //Slaves with basic training and solid implants.//<<if $SCP.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 	<</if>>
 	<<if ($seeDicks != 0)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[L'école des Enculées][$slavesSeen += 1]] | //Slaves optimized and trained for anal.//<<if $LDE.schoolSale == 1>> //@@color:yellow;Offering your first purchase at half price this week.@@//<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Gymnasium-Academy][$slavesSeen += 1]] | //Well trained slaves with dicks.//<<if $TGA.schoolSale == 1>> //@@color:yellow;Offering your first purchase at half price this week.@@//<</if>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Futanari Sisters][$slavesSeen += 1]] | //Highly skilled, highly feminine hermaphrodites.//<<if $TFS.schoolSale == 1>> //@@color:yellow;Offering your first purchase at half price this week.@@//<</if>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[L'école des Enculées][$slavesSeen += 1]] | //Slaves optimized and trained for anal.//<<if $LDE.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Gymnasium-Academy][$slavesSeen += 1]] | //Well trained slaves with dicks.//<<if $TGA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Futanari Sisters][$slavesSeen += 1]] | //Highly skilled, highly feminine hermaphrodites.//<<if $TFS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>>
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw
index 67fbf2b365be515dc4a6160f9f8eab11a8c07457..23e0eac082e95d062e11f2d184a77b6d6f6d80dd 100644
--- a/src/uncategorized/cellblockReport.tw
+++ b/src/uncategorized/cellblockReport.tw
@@ -66,9 +66,9 @@
 		As your wife, she tries her best to break the disobedient slaves to your will.
 	<</if>>
 	<<if (_FLsFetish == 1)>>
-		One day she demands obedience. The next day she strikes a slave when it isn't given. The next, she seems more excited than embarrassed when beating a prisoner. Soon, she's looking for an excuse to punish. She's @@color:pink;become more of a sadist.@@
+		One day she demands obedience. The next day she strikes a slave when it isn't given. The next, she seems more excited than embarrassed when beating a prisoner. Soon, she's looking for an excuse to punish. She's @@.pink;become more of a sadist.@@
 	<<elseif (_FLsFetish == 2)>>
-		Being not only allowed but encouraged to get off while punishing prisoners @@color:lightsalmon;deepens her sadism.@@
+		Being not only allowed but encouraged to get off while punishing prisoners @@.lightsalmon;deepens her sadism.@@
 	<</if>>
 	<<if $wardenessCareers.includes($Wardeness.career)>>
 		<<set _devBonus++, _trustMalis++, _idleBonus++>>
@@ -150,7 +150,7 @@
 	<</if>>
 	<<if ($cellblockSlaves < $cellblock)>>
 		<<set _seed = random(1,10)+(($cellblock-$cellblockSlaves)*(random(150,170)+(_idleBonus*10))), $cash += _seed>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@color:yellowgreen;¤_seed.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;¤_seed.@@
 	<</if>>
 	<<if ($cellblockSlaves)>><br><</if>>
 <</if>>
@@ -169,7 +169,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is serving as the Wardeness in $cellblockName.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is serving as the Wardeness in $cellblockName.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -292,7 +292,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is confined in $cellblockName.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is confined in $cellblockName.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA stay confined">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<include "SA diet">>
@@ -319,19 +319,19 @@
 	<<if (_softenedQuirks > 0)>>
 		$cellblockName's advanced compliance systems successfully softened
 	<<if (_softenedQuirks == 1)>>
-		one slave's mental flaw into an @@color:green;appealing quirk,@@ though the constant correction caused her @@color:mediumorchid;considerable anguish.@@
+		one slave's mental flaw into an @@.green;appealing quirk,@@ though the constant correction caused her @@.mediumorchid;considerable anguish.@@
 	<<else>>
-		_softenedQuirks slaves' mental flaws into @@color:green;appealing quirks,@@ though the constant correction caused them @@color:mediumorchid;considerable anguish.@@
+		_softenedQuirks slaves' mental flaws into @@.green;appealing quirks,@@ though the constant correction caused them @@.mediumorchid;considerable anguish.@@
 	<</if>>
 	<</if>>
 	<<if (_brokenSlaves > 0)>>
 	<<if (_brokenSlaves == 1)>>
-		One slave is now willing to @@color:hotpink;do as she's told@@ and has been released.
+		One slave is now willing to @@.hotpink;do as she's told@@ and has been released.
 	<<else>>
-		_brokenSlaves slaves are now willing to @@color:hotpink;do as they're told@@ and have been released.
+		_brokenSlaves slaves are now willing to @@.hotpink;do as they're told@@ and have been released.
 	<</if>>
 	<<if $cellblockDecoration != "standard">>
-		$cellblockNameCaps's $cellblockDecoration atmosphere @@color:hotpink;had an impact on <<if _brokenSlaves == 1>>her while she<<else>>them while they<</if>>@@ were imprisoned.
+		$cellblockNameCaps's $cellblockDecoration atmosphere @@.hotpink;had an impact on <<if _brokenSlaves == 1>>her while she<<else>>them while they<</if>>@@ were imprisoned.
 	<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index 2cfad5c66b8889b51e17a4ff4d2b8d8f86bff811..5ed4b86658c11529268cece3348593de92a1cc93 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -57,9 +57,9 @@
 		<<set _healthBonus += 2>>
 	<</if>>
 	<<if (_FLsFetish == 1)>>
-		Her job involves giving naked sex slaves orders for their own good. Even though most of these commands are medical rather than sexual, she can be forgiven for not always seeing the difference, and @@color:lightsalmon;becomes more dominant.@@
+		Her job involves giving naked sex slaves orders for their own good. Even though most of these commands are medical rather than sexual, she can be forgiven for not always seeing the difference, and @@.lightsalmon;becomes more dominant.@@
 	<<elseif (_FLsFetish == 2)>>
-		Every new patient in the clinic is a new target for her authority. @@color:lightsalmon;She becomes more dominant.@@
+		Every new patient in the clinic is a new target for her authority. @@.lightsalmon;She becomes more dominant.@@
 	<</if>>
 	<<if $nurseCareers.includes($Nurse.career)>>
 		She has experience with medicine from her life before she was a slave, and can often recognize conditions before even the medical scanners can.
@@ -166,7 +166,7 @@
 			<<set $slaves[_i].health += 4>>
 		<</switch>>
 		<<if $slaves[_i].bellyImplant > 0 && $clinicInflateBelly == 1>>
-			<br>''@@color:pink;$slaves[_i].slaveName@@'' spent a lot of time during the week under IV-like stands with bags of innert filler steadily flowing into her belly implant, slowly pushing her belly further and further out. Careful attention, along with several drug injections, were used to make sure her body was able to safely adjust to the implant's rapid growth.
+			<br>''@@.pink;$slaves[_i].slaveName@@'' spent a lot of time during the week under IV-like stands with bags of innert filler steadily flowing into her belly implant, slowly pushing her belly further and further out. Careful attention, along with several drug injections, were used to make sure her body was able to safely adjust to the implant's rapid growth.
 			<<set $slaves[_i].bellyImplant += 1000, $slaves[_i].health -= 10>>
 			<<if ($slaves[_i].devotion > 50)>>
 				<<set $slaves[_i].devotion += 4, $slaves[_i].trust += 3>>
@@ -184,7 +184,7 @@
 			<</if>>
 		<</if>>
 		<<if $slaves[_i].preg >= 1 && $slaves[_i].preg < 31 && $slaves[_i].pregControl == "speed up">>
-			<br>''@@color:pink;$slaves[_i].slaveName@@'' spends most of her time on bedrest being filled with rapid gestation agents and concentrated slave food. All she can do is <<if $slaves[_i].amp != 1 && canSee($slaves[_i])>>watch and feel her belly pushing further and further out with life<<elseif $slaves[_i].amp != 1>>watch her belly bulging further and further out with life<<elseif !canSee($slaves[_i])>>feel her belly pushing further and further out with life beneath her fingers<<else>>feel the every growing pressure inside her abdomen<</if>>. Careful attention, along with numerous drug injections, are used to make sure her body is able to safely adjust to her pregnancy's rapid growth.
+			<br>''@@.pink;$slaves[_i].slaveName@@'' spends most of her time on bedrest being filled with rapid gestation agents and concentrated slave food. All she can do is <<if $slaves[_i].amp != 1 && canSee($slaves[_i])>>watch and feel her belly pushing further and further out with life<<elseif $slaves[_i].amp != 1>>watch her belly bulging further and further out with life<<elseif !canSee($slaves[_i])>>feel her belly pushing further and further out with life beneath her fingers<<else>>feel the every growing pressure inside her abdomen<</if>>. Careful attention, along with numerous drug injections, are used to make sure her body is able to safely adjust to her pregnancy's rapid growth.
 			<<set $slaves[_i].health -= 10>>
 			<<if ($slaves[_i].devotion > 50)>>
 				<<set $slaves[_i].devotion += 2, $slaves[_i].trust += 1>>
@@ -195,14 +195,14 @@
 			<</if>>
 			<<if $slaves[_i].preg >= 31 && $slaves[_i].pregControl == "speed up">>
 				<<set $slaves[_i].pregControl == "none">>
-				''@@color:pink;$slaves[_i].slaveName's@@'' child is ready to pop out of her womb, ''@@color:yellow;her course of rapid gestation agents is finished''.
+				''@@.pink;$slaves[_i].slaveName's@@'' child is ready to pop out of her womb, ''@@.yellow;her course of rapid gestation agents is finished''.
 			<</if>>
 		<</if>>
 	<</for>>
 	<</if>>
 	<<if ($clinicSlaves < $clinic)>>
 		<<set _seed = random(1,10)+(($clinic-$clinicSlaves)*(random(150,170)+(_idleBonus*10))), $cash += _seed>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@color:yellowgreen;¤_seed.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough girls to occupy all her time, the clinic takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;¤_seed.@@
 	<</if>>
 	<<if ($clinicSlaves > 0)>><br><</if>>
 <</if>>
@@ -222,7 +222,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[_FLs].slaveName@@__'' is serving as the clinical nurse.
+		''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as the clinical nurse.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -319,7 +319,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is receiving treatment in the clinic.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is receiving treatment in the clinic.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She<<include "SA rest">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
@@ -363,9 +363,9 @@
 	<<else>>
 		_restedSlaves slaves have
 	<</if>>
-	been returned to @@color:green;health@@<<if $clinicUpgradeFilters == 1>> and @@color:green;purity@@<</if>> and will be released from the clinic before the end of the week.
+	been returned to @@.green;health@@<<if $clinicUpgradeFilters == 1>> and @@.green;purity@@<</if>> and will be released from the clinic before the end of the week.
 	<<if $clinicDecoration != "standard">>
-		$clinicNameCaps's $clinicDecoration atmosphere @@color:hotpink;had an impact on <<if _restedSlaves == 1>>her while she<<else>>them while they<</if>>@@ were getting treatment.
+		$clinicNameCaps's $clinicDecoration atmosphere @@.hotpink;had an impact on <<if _restedSlaves == 1>>her while she<<else>>them while they<</if>>@@ were getting treatment.
 	<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw
index 3094a3ed693034c92f6dd7439899d76bd17b81b5..64358952a353e5c34a2adca6597e63631b0e1d04 100644
--- a/src/uncategorized/clubReport.tw
+++ b/src/uncategorized/clubReport.tw
@@ -44,9 +44,9 @@
 		<<set $DJRepBonus += 0.1>>
 	<</if>>
 	<<if (_FLsFetish == 1)>>
-		She's expected to be the innovative, beautiful DJ spinning beats one minute, and come out of her booth to grind on the floor the next; she enjoys the interplay, and finds greater @@color:lightcoral;pleasure in exhibitionism.@@
+		She's expected to be the innovative, beautiful DJ spinning beats one minute, and come out of her booth to grind on the floor the next; she enjoys the interplay, and finds greater @@.lightcoral;pleasure in exhibitionism.@@
 	<<elseif (_FLsFetish == 2)>>
-		Every day she gets to enjoy hundreds of stares on her skin, and @@color:lightsalmon;becomes more of an exhibitionist.@@
+		Every day she gets to enjoy hundreds of stares on her skin, and @@.lightsalmon;becomes more of an exhibitionist.@@
 	<</if>>
 	<<if ($DJ.eyes == -2)>>
 		Her lack of eyesight doesn't slow her down; rather, it strengthens her other senses. Her tracks have a distinct sound, since she experiences noise as her sight.
@@ -55,16 +55,16 @@
 	<<if ($DJ.entertainSkill <= 10)>>
 		Though $DJ.slaveName does her best to lead on the club, with her lack of skill she can do little.
 	<<elseif ($DJ.entertainSkill <= 30)>>
-		$DJ.slaveName's basic skills marginally @@color:green;improve@@ the atmosphere on $clubName.
+		$DJ.slaveName's basic skills marginally @@.green;improve@@ the atmosphere on $clubName.
 		<<set $DJRepBonus += 0.05>>
 	<<elseif ($DJ.entertainSkill <= 60)>>
-		$DJ.slaveName's skills @@color:green;improve@@ the atmosphere on $clubName.
+		$DJ.slaveName's skills @@.green;improve@@ the atmosphere on $clubName.
 		<<set $DJRepBonus += 0.1>>
 	<<elseif ($DJ.entertainSkill < 100)>>
-		$DJ.slaveName's skills greatly @@color:green;improve@@ the atmosphere on $clubName.
+		$DJ.slaveName's skills greatly @@.green;improve@@ the atmosphere on $clubName.
 		<<set $DJRepBonus += 0.15>>
 	<<elseif ($DJ.entertainSkill >= 100)>>
-		$DJ.slaveName's mastery immensely @@color:green;improves@@ the atmosphere on $clubName.
+		$DJ.slaveName's mastery immensely @@.green;improves@@ the atmosphere on $clubName.
 		<<set $DJRepBonus += 0.20>>
 	<</if>>
 	<<if ($DJ.muscles > 5) && ($DJ.muscles <= 95)>>
@@ -103,7 +103,7 @@
 				<<silently>><<include "SA serve the public">><</silently>>
 			<</if>>
 			<<set $repGain += Math.trunc(($beauty*$FResult)*(1+(0.003*$slaves[_FLs].entertainSkill))*0.1*0.5)>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough sluts in $clubName to make it worthwhile for her to be on stage 24/7, she spends her extra time time slutting it up herself. She has sex with $beauty citizens, @@color:green;pleasing them immensely,@@ since it's more appealing to fuck the DJ than some club slut.
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough sluts in $clubName to make it worthwhile for her to be on stage 24/7, she spends her extra time time slutting it up herself. She has sex with $beauty citizens, @@.green;pleasing them immensely,@@ since it's more appealing to fuck the DJ than some club slut.
 		<</if>>
 	<</if>>
 	<<if ($clubSlaves > 0)>><br><</if>>
@@ -111,7 +111,7 @@
 
 <<if ($clubSlaves > 0)>>
 	<<set _possibleBonuses = 0>>
-	&nbsp;&nbsp;&nbsp;&nbsp;<<if ($clubSlaves != 1)>>''The $clubSlaves slaves pleasing citizens in $clubName''<<else>>''The one slave pleasing citizens in $clubName''<</if>> worked hard to @@color:green;increase your reputation@@ this week.
+	&nbsp;&nbsp;&nbsp;&nbsp;<<if ($clubSlaves != 1)>>''The $clubSlaves slaves pleasing citizens in $clubName''<<else>>''The one slave pleasing citizens in $clubName''<</if>> worked hard to @@.green;increase your reputation@@ this week.
 <</if>>
 
 <<if ($DJ != 0)>>
@@ -124,7 +124,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[_FLs].slaveName@@__'' is performing as the DJ in the club.
+		''__@@.pink;$slaves[_FLs].slaveName@@__'' is performing as the DJ in the club.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[_FLs].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -210,7 +210,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is serving in the club.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is serving in the club.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA serve the public">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
@@ -257,7 +257,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($slim > 0) && ($stacked > 0) && (Math.abs($slim-$stacked) <= ($clubSlaves/3))>>
 		<<set $repGain += $clubSlaves*random(5,10), $clubBonuses++>>
-		There is a @@color:green;wide@@ variety of slim and stacked slaves working the club.
+		There is a @@.green;wide@@ variety of slim and stacked slaves working the club.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -266,7 +266,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($modded > 0) && ($unmodded > 0) && (Math.abs($modded-$unmodded) <= ($clubSlaves/3))>>
 		<<set $repGain += $clubSlaves*random(5,10), $clubBonuses++>>
-		There are @@color:green;both@@ heavily pierced and tattooed slaves and slaves with more natural bodies filling the club.
+		There are @@.green;both@@ heavily pierced and tattooed slaves and slaves with more natural bodies filling the club.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -275,7 +275,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($implanted > 0) && ($pure > 0) && (Math.abs($implanted-$pure) <= ($clubSlaves/3))>>
 		<<set $repGain += $clubSlaves*random(5,10), $clubBonuses++>>
-		Citizens in $clubName can easily find @@color:yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
+		Citizens in $clubName can easily find @@.yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -284,7 +284,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($XX > 0) && ($XY > 0) && (Math.abs($XX-$XY) <= ($clubSlaves/3))>>
 		<<set $repGain += $clubSlaves*random(5,10), $clubBonuses++>>
-		The club offers a @@color:green;mix@@ of sluts that can appeal to varied tastes in genitalia.
+		The club offers a @@.green;mix@@ of sluts that can appeal to varied tastes in genitalia.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -293,7 +293,7 @@
 		<<set _possibleBonuses++>>
 		<<if ($young > 0) && ($old > 0) && (Math.abs($young-$old) <= ($clubSlaves/3))>>
 		<<set $repGain += $clubSlaves*random(5,10), $clubBonuses++>>
-		There are girls @@color:green;both@@ young and mature in $clubName.
+		There are girls @@.green;both@@ young and mature in $clubName.
 		<</if>>
 	<</if>>
 	<</if>>
@@ -302,17 +302,17 @@
 		<<set _possibleBonuses++>>
 		<<if ($pregYes > 0) && ($pregNo > 0) && (Math.abs($pregYes-$pregNo) <= ($clubSlaves/3))>>
 		<<set $repGain += $clubSlaves*random(5,10), $clubBonuses++>>
-		There is a @@color:green;wide@@ variety of slaves with swollen, round bellies and flat bellies working the club.
+		There is a @@.green;wide@@ variety of slaves with swollen, round bellies and flat bellies working the club.
 		<</if>>
 	<</if>>
 	<</if>>
 
 	<<if (_possibleBonuses > 0) && ($clubBonuses >= _possibleBonuses)>>
 		<<set $repGain += $clubSlaves*random(10,15)>>
-		There is a ''@@color:green;perfect variety@@'' of slaves serving the public from the club.
+		There is a ''@@.green;perfect variety@@'' of slaves serving the public from the club.
 	<</if>>
 	<<if $clubDecoration != "standard">>
-		$clubNameCaps's customers enjoy @@color:green;having sex in $clubDecoration surroundings.@@
+		$clubNameCaps's customers enjoy @@.green;having sex in $clubDecoration surroundings.@@
 	<</if>>
 
 	<<if ($club <= $clubSlaves)>>
diff --git a/src/uncategorized/concubineSelect.tw b/src/uncategorized/concubineSelect.tw
index 60204407487876c9de6482c4f5fda79241620b22..8aee96a43905d38e5d40844543e4e21bc412510c 100644
--- a/src/uncategorized/concubineSelect.tw
+++ b/src/uncategorized/concubineSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Master Suite", $showEncyclopedia = 1, $encyclopedia = "Concubine">>
 
 <<if ($Concubine != 0)>>
-	''__@@color:pink;$Concubine.slaveName@@__'' is serving as your Concubine.<br><br>She will take the lead in seeing to your pleasure.
+	''__@@.pink;$Concubine.slaveName@@__'' is serving as your Concubine.<br><br>She will take the lead in seeing to your pleasure.
 <<else>>
 	You have not selected a Concubine.
 <</if>>
diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index 357f3589a3e234a1fc6e609fa42fe0262422b3c5..c806bfccd307554102c742b7b7dda4132e4e7ad0 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -57,27 +57,27 @@ in total, the corporation has enslaved $corpPeopleEnslaved people.
 	The corporation has only enough training and medical assets to maintain the value of its human holdings.
 <</if>>
 <<if $corpProfit*0.6 > ($personalShares+$publicShares)*3>>
-	Since it is incredibly profitable, an massive dividend of ¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))>> was paid out to stockholders; you received @@color:yellowgreen;¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>.@@
+	Since it is incredibly profitable, an massive dividend of ¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))>> was paid out to stockholders; you received @@.yellowgreen;¤<<print Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>.@@
 	<<set $cash += Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>
 	<<set $corpCash -= Math.trunc(($corpProfit*0.6)/($personalShares+$publicShares))*$personalShares>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*2.4>>
-	Since it is extremely profitable, a huge dividend of ¤2/share was paid out to stockholders; you received @@color:yellowgreen;¤<<print $personalShares*2>>.@@
+	Since it is extremely profitable, a huge dividend of ¤2/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*2>>.@@
 	<<set $cash += $personalShares*2>>
 	<<set $corpCash -= ($personalShares+$publicShares)*2>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*1.5>>
-	Since it is highly profitable, a large dividend of ¤1/share was paid out to stockholders; you received @@color:yellowgreen;¤$personalShares.@@
+	Since it is highly profitable, a large dividend of ¤1/share was paid out to stockholders; you received @@.yellowgreen;¤$personalShares.@@
 	<<set $cash += $personalShares>>
 	<<set $corpCash -= ($personalShares+$publicShares)>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*0.8>>
-	Since it is very profitable, a moderate dividend of ¤0.5/share was paid out to stockholders; you received @@color:yellowgreen;¤<<print $personalShares*0.5>>.@@
+	Since it is very profitable, a moderate dividend of ¤0.5/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.5>>.@@
 	<<set $cash += Math.trunc($personalShares*0.5)>>
 	<<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.5)>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*0.4>>
-	Since it is moderately profitable, a reasonable dividend of ¤0.2/share was paid out to stockholders; you received @@color:yellowgreen;¤<<print $personalShares*0.2>>.@@
+	Since it is moderately profitable, a reasonable dividend of ¤0.2/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.2>>.@@
 	<<set $cash += Math.trunc($personalShares*0.2)>>
 	<<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.2)>>
 <<elseif $corpProfit > ($personalShares+$publicShares)*0.2>>
-	Since it is acceptably profitable, a small dividend of ¤0.1/share was paid out to stockholders; you received @@color:yellowgreen;¤<<print $personalShares*0.1>>.@@
+	Since it is acceptably profitable, a small dividend of ¤0.1/share was paid out to stockholders; you received @@.yellowgreen;¤<<print $personalShares*0.1>>.@@
 	<<set $cash += Math.trunc($personalShares*0.1)>>
 	<<set $corpCash -= Math.trunc(($personalShares+$publicShares)*0.1)>>
 <</if>>
@@ -169,7 +169,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="genAssets">¤<<print $generalAssetPrice*$generalAssets>></span> in general assets.
 	General asset prices are
-	<<if $generalAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $generalAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $generalAssetPrice == 10>>average<<elseif $generalAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $generalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $generalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $generalAssetPrice == 10>>average<<elseif $generalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		<<if $generalAssetPrice*500 < $corpCash>>
 			<<set $generalAssets += 500>>
@@ -226,9 +226,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="generalAssetsDisp">¤<<print $generalAssetPrice*$generalAssets>> (<<print $generalAssets/500>> unit<<if $generalAssets/500 > 1>>s<</if>>)</span> in general assets.
 	Prices are 
 	<<if $generalAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $generalAssetPrice*500>>ea@@.
+		@@.yellowgreen;¤<<print $generalAssetPrice*500>>ea@@.
 	<<elseif $generalAssetPrice < 10>>
-		@@color:gold;¤<<print $generalAssetPrice*500>>ea@@.
+		@@.gold;¤<<print $generalAssetPrice*500>>ea@@.
 	<<else>>
 		¤<<print $generalAssetPrice*500>>ea.
 	<</if>>
@@ -241,7 +241,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="slavAssets">¤<<print $slaveAssetPrice*$slaveAssets>></span> in slaves.
 	Slave prices are
-	<<if $slaveAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $slaveAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $slaveAssetPrice == 10>>average<<elseif $slaveAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $slaveAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $slaveAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $slaveAssetPrice == 10>>average<<elseif $slaveAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		 <<if $slaveAssetPrice*500 < $corpCash>>
 			<<set $slaveAssets += 500>>
@@ -300,9 +300,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="slaveAssetsDisp">¤<<print $slaveAssetPrice*$slaveAssets>> (<<print Math.floor($slaveAssets/500)>> unit<<if Math.floor($slaveAssets/500) > 1>>s<</if>>)</span> in slaves.
 	Prices are 
 	<<if $slaveAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $slaveAssetPrice*500>>ea@@
+		@@.yellowgreen;¤<<print $slaveAssetPrice*500>>ea@@
 	<<elseif $slaveAssetPrice < 10>>
-		@@color:gold;¤<<print $slaveAssetPrice*500>>ea@@
+		@@.gold;¤<<print $slaveAssetPrice*500>>ea@@
 	<<else>>
 		¤<<print $slaveAssetPrice*500>>ea
 	<</if>>
@@ -337,7 +337,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="trapAssets">¤<<print $entrapmentAssetPrice*$entrapmentAssets>></span> in legal enslavement assets.
 	Legal enslavement asset prices are
-	<<if $entrapmentAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $entrapmentAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $entrapmentAssetPrice == 10>>average<<elseif $entrapmentAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $entrapmentAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $entrapmentAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $entrapmentAssetPrice == 10>>average<<elseif $entrapmentAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		<<if $entrapmentAssetPrice*500 < $corpCash>>
 			<<set $entrapmentAssets += 500>>
@@ -394,9 +394,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="entrapmentAssetsDisp">¤<<print $entrapmentAssetPrice*$entrapmentAssets>> (<<print Math.floor($entrapmentAssets/500)>> unit<<if Math.floor($entrapmentAssets/500) > 1>>s<</if>>)</span> in legal enslavement assets.
 	Prices are 
 	<<if $entrapmentAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $entrapmentAssetPrice*500>>ea@@
+		@@.yellowgreen;¤<<print $entrapmentAssetPrice*500>>ea@@
 	<<elseif $entrapmentAssetPrice < 10>>
-		@@color:gold;¤<<print $entrapmentAssetPrice*500>>ea@@
+		@@.gold;¤<<print $entrapmentAssetPrice*500>>ea@@
 	<<else>>
 		¤<<print $entrapmentAssetPrice*500>>ea
 	<</if>>
@@ -431,7 +431,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="capAssets">¤<<print $captureAssetPrice*$captureAssets>></span> in conflict zone enslavement assets.
 	Extralegal enslavement asset prices are
-	<<if $captureAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $captureAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $captureAssetPrice == 10>>average<<elseif $captureAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $captureAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $captureAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $captureAssetPrice == 10>>average<<elseif $captureAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		<<if $captureAssetPrice*500 < $corpCash>>
 			<<set $captureAssets += 500>>
@@ -488,9 +488,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="captureAssetsDisp">¤<<print $captureAssetPrice*$captureAssets>> (<<print Math.floor($captureAssets/500)>> unit<<if Math.floor($captureAssets/500) > 1>>s<</if>>)</span> in conflict zone enslavement assets.
 	Prices are 
 	<<if $captureAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $captureAssetPrice*500>>ea@@
+		@@.yellowgreen;¤<<print $captureAssetPrice*500>>ea@@
 	<<elseif $captureAssetPrice < 10>>
-		@@color:gold;¤<<print $captureAssetPrice*500>>ea@@
+		@@.gold;¤<<print $captureAssetPrice*500>>ea@@
 	<<else>>
 		¤<<print $captureAssetPrice*500>>ea
 	<</if>>
@@ -525,7 +525,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="trainAssets">¤<<print $trainingAssetPrice*$trainingAssets>></span> in slave training assets.
 	Slave training asset prices are
-	<<if $trainingAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $trainingAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $trainingAssetPrice == 10>>average<<elseif $trainingAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $trainingAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $trainingAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $trainingAssetPrice == 10>>average<<elseif $trainingAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		<<if $trainingAssetPrice*500 < $corpCash>>
 			<<set $trainingAssets += 500>>
@@ -582,9 +582,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="trainingAssetsDisp">¤<<print $trainingAssetPrice*$trainingAssets>> (<<print Math.floor($trainingAssets/500)>> unit<<if Math.floor($trainingAssets/500) > 1>>s<</if>>)</span> of slave training assets.
 	Prices are 
 	<<if $trainingAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $trainingAssetPrice*500>>ea@@
+		@@.yellowgreen;¤<<print $trainingAssetPrice*500>>ea@@
 	<<elseif $trainingAssetPrice < 10>>
-		@@color:gold;¤<<print $trainingAssetPrice*500>>ea@@
+		@@.gold;¤<<print $trainingAssetPrice*500>>ea@@
 	<<else>>
 		¤<<print $trainingAssetPrice*500>>ea
 	<</if>>
@@ -619,7 +619,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="surgAssets">¤<<print $surgicalAssetPrice*$surgicalAssets>></span> in surgical assets.
 	Surgical asset prices are
-	<<if $surgicalAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $surgicalAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $surgicalAssetPrice == 10>>average<<elseif $surgicalAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $surgicalAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $surgicalAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $surgicalAssetPrice == 10>>average<<elseif $surgicalAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		<<if $surgicalAssetPrice*500 < $corpCash>>
 			<<set $surgicalAssets += 500>>
@@ -676,9 +676,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="surgicalAssetsDisp">¤<<print $surgicalAssetPrice*$surgicalAssets>> (<<print Math.floor($surgicalAssets/500)>> unit<<if Math.floor($surgicalAssets/500) > 1>>s<</if>>)</span> in surgical assets.
 	Prices are 
 	<<if $surgicalAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $surgicalAssetPrice*500>>ea@@
+		@@.yellowgreen;¤<<print $surgicalAssetPrice*500>>ea@@
 	<<elseif $surgicalAssetPrice < 10>>
-		@@color:gold;¤<<print $surgicalAssetPrice*500>>ea@@
+		@@.gold;¤<<print $surgicalAssetPrice*500>>ea@@
 	<<else>>
 		¤<<print $surgicalAssetPrice*500>>ea
 	<</if>>
@@ -713,7 +713,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
 <<if $detailedCorpControls != 1>>
 	<span id="drAssets">¤<<print $drugAssetPrice*$drugAssets>></span> in pharmaceutical assets.
 	Drug asset prices are
-	<<if $drugAssetPrice > 12>>@@color:yellowgreen;very high@@<<elseif $drugAssetPrice > 10>>@@color:yellowgreen;high@@<<elseif $drugAssetPrice == 10>>average<<elseif $drugAssetPrice >= 8>>@@color:gold;low@@<<else>>@@color:gold;very low@@<</if>>.
+	<<if $drugAssetPrice > 12>>@@.yellowgreen;very high@@<<elseif $drugAssetPrice > 10>>@@.yellowgreen;high@@<<elseif $drugAssetPrice == 10>>average<<elseif $drugAssetPrice >= 8>>@@.gold;low@@<<else>>@@.gold;very low@@<</if>>.
 	| <<link "Buy">>
 		<<if $drugAssetPrice*500 < $corpCash>>
 			<<set $drugAssets += 500>>
@@ -770,9 +770,9 @@ You hold $personalShares shares personally while $publicShares are publicly held
 	<span id="drugAssetsDisp">¤<<print $drugAssetPrice*$drugAssets>> (<<print Math.floor($drugAssets/500)>> unit<<if Math.floor($drugAssets/500) > 1>>s<</if>>)</span> in pharmaceutical assets.
 	Prices are 
 	<<if $drugAssetPrice > 10>>
-		@@color:yellowgreen;¤<<print $drugAssetPrice*500>>ea@@
+		@@.yellowgreen;¤<<print $drugAssetPrice*500>>ea@@
 	<<elseif $drugAssetPrice < 10>>
-		@@color:gold;¤<<print $drugAssetPrice*500>>ea@@
+		@@.gold;¤<<print $drugAssetPrice*500>>ea@@
 	<<else>>
 		¤<<print $drugAssetPrice*500>>ea
 	<</if>>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 2933b84cebdf6e0f47e7178852ad4c0022b1bae6..2b4423148700490a30bb12cc3a02cbd5a34675fb 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -25,7 +25,7 @@
 <</if>>
 <<if $mercenaries > 0>>
 	<<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>
-	<br>__Mercenary__ expenses: ¤<<print ($mercenaries*500)>> //Reduced by your @@color:springgreen;mercenary contacts@@//
+	<br>__Mercenary__ expenses: ¤<<print ($mercenaries*500)>> //Reduced by your @@.springgreen;mercenary contacts@@//
 	<<else>>
 	<br>__Mercenary__ expenses: ¤<<print ($mercenaries*1000)>>
 	<</if>>
diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw
index 72dfb7bf3bf14eeb80fd298455c80b6441148e0a..82b2fe9561a5e0ba3da017863ad367e45c3882bb 100644
--- a/src/uncategorized/dairy.tw
+++ b/src/uncategorized/dairy.tw
@@ -441,7 +441,7 @@ $dairyNameCaps
 <</if>>
 
 <<if ($dairyPregSetting > 1) || ($dairyFeedersSetting > 1) || ($dairyStimulatorsSetting > 1)>>
-	<br><br>@@color:yellow;WARNING:@@ current milking machine settings may have irreversible effects on cows.
+	<br><br>@@.yellow;WARNING:@@ current milking machine settings may have irreversible effects on cows.
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index 02f0e6abbb287392f10faa7a652f9260e760efd3..75c2f0cca14e8955d87ae94229704c9ee0c73406 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -79,9 +79,9 @@
 		<</if>>
 	<</if>>
 	<<if (_FLsFetish == 1)>>
-		In her line of work, she touches more breasts than even you do. She lives in an atmosphere of quivering, heaving, milky breastflesh; of girls who shudder and moan when she touches their creamy nipples. She has @@color:lightcoral;become more of a breast girl.@@
+		In her line of work, she touches more breasts than even you do. She lives in an atmosphere of quivering, heaving, milky breastflesh; of girls who shudder and moan when she touches their creamy nipples. She has @@.lightcoral;become more of a breast girl.@@
 	<<elseif (_FLsFetish == 2)>>
-		It's a hard life, pulling teats and washing cows, but it does @@color:lightsalmon;make her more of a breast fetishist.@@
+		It's a hard life, pulling teats and washing cows, but it does @@.lightsalmon;make her more of a breast fetishist.@@
 	<</if>>
 	<<if ($Milkmaid.muscles > 30)>>
 		<<set $milkmaidHealthBonus++>>
@@ -128,7 +128,7 @@
 	<</if>>
 	<</for>>
 	<<if _MMWorkout > (random(1,100)+$Milkmaid.muscles) && $Milkmaid.muscles < 60>>>
-		Constantly having to wrestle unruly or aiding heavy cows into their stalls forces her to @@color:lime;build muscle.@@
+		Constantly having to wrestle unruly or aiding heavy cows into their stalls forces her to @@.lime;build muscle.@@
 		<<set $slaves[_FL].muscles++>>
 	<</if>>
 	<<if ($Milkmaid.oralSkill > 30)>>
@@ -246,7 +246,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[_FLs].slaveName@@__'' is serving as your milkmaid.
+		''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as your milkmaid.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[_FLs].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -312,7 +312,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is serving as a cow in $dairyName.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is serving as a cow in $dairyName.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA get milked">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<include "SA diet">>
@@ -760,16 +760,16 @@ $dairyNameCaps produced <<print _milkWeek+((8*$inflatedSlavesMilk*10)+8)>> liter
 
 <<if $arcologies[0].FSRestart != "unset">>
 <<if $dairyPregSetting > 0>>
-	The Societal Elite know what you are doing with your cows. @@color:red;They do not approve@@.
+	The Societal Elite know what you are doing with your cows. @@.red;They do not approve@@.
 	<<set $failedElite += 5>>
 <</if>>
 <<if _milkmaidImpregnates == 1>>
-	The Societal Elite know you've ordered $Milkmaid.slaveName to impregnate your cows. @@color:red;They are not amused by your disenterest in eugenics@@.
+	The Societal Elite know you've ordered $Milkmaid.slaveName to impregnate your cows. @@.red;They are not amused by your disenterest in eugenics@@.
 	<<set $failedElite += 10>>
 <</if>>
 <</if>>
 
-These products sell for @@color:yellowgreen;¤_profits@@.
+These products sell for @@.yellowgreen;¤_profits@@.
 
 <<if ($arcologies[0].FSPastoralistLaw == 1)>>
 	Slave products have completely replaced traditional dairy, making the facility extremely lucrative.
@@ -822,7 +822,7 @@ These products sell for @@color:yellowgreen;¤_profits@@.
 
 <</if>>
 	<<if $dairyDecoration != "standard">>
-		$dairyNameCaps's @@color:green;$dairyDecoration style is well known.@@
+		$dairyNameCaps's @@.green;$dairyDecoration style is well known.@@
 	<</if>>
 <<else>>
 	<<set $dairySpots = $dairy>>
diff --git a/src/uncategorized/descriptionOptions.tw b/src/uncategorized/descriptionOptions.tw
index ca843fc600b8aad1947a3a8801cc0ab953697471..25c1588b66f4779d8a17012cf5d8449149d27beb 100644
--- a/src/uncategorized/descriptionOptions.tw
+++ b/src/uncategorized/descriptionOptions.tw
@@ -8,69 +8,69 @@
 <br><br>
 
 <<if $showSexualHistory == 1>>
-	Sexual histories are @@color:green;SHOWN.@@ //[[Hide|Description Options][$showSexualHistory = 0]]//
+	Sexual histories are @@.green;SHOWN.@@ //[[Hide|Description Options][$showSexualHistory = 0]]//
 <<else>>
-	Sexual histories are @@color:red;HIDDEN.@@ //[[Show|Description Options][$showSexualHistory = 1]]//
+	Sexual histories are @@.red;HIDDEN.@@ //[[Show|Description Options][$showSexualHistory = 1]]//
 <</if>>
 
 <br>
 
 <<if $showBodyMods == 1>>
-	Cosmetic body mods are @@color:green;SHOWN.@@ //[[Hide|Description Options][$showBodyMods = 0]]//
+	Cosmetic body mods are @@.green;SHOWN.@@ //[[Hide|Description Options][$showBodyMods = 0]]//
 <<else>>
-	Cosmetic body mods are @@color:red;HIDDEN.@@ //[[Show|Description Options][$showBodyMods = 1]]//
+	Cosmetic body mods are @@.red;HIDDEN.@@ //[[Show|Description Options][$showBodyMods = 1]]//
 <</if>>
 
 <br>
 
 <<if $showImplantEffects == 1>>
-	The effects of implants are @@color:green;SHOWN.@@ //[[Hide|Description Options][$showImplantEffects = 0]]//
+	The effects of implants are @@.green;SHOWN.@@ //[[Hide|Description Options][$showImplantEffects = 0]]//
 <<else>>
-	The effects of implants are @@color:red;HIDDEN.@@ //[[Show|Description Options][$showImplantEffects = 1]]//
+	The effects of implants are @@.red;HIDDEN.@@ //[[Show|Description Options][$showImplantEffects = 1]]//
 <</if>>
 
 <br>
 
 <<if $showClothing == 1>>
-	Clothing is mostly @@color:green;SHOWN.@@ //[[Hide|Description Options][$showClothing = 0]]//
+	Clothing is mostly @@.green;SHOWN.@@ //[[Hide|Description Options][$showClothing = 0]]//
 <<else>>
-	Clothing is mostly @@color:red;HIDDEN.@@ //[[Show|Description Options][$showClothing = 1]]//
+	Clothing is mostly @@.red;HIDDEN.@@ //[[Show|Description Options][$showClothing = 1]]//
 <</if>>
 
 <br>
 
 Detailed slave age information is
 <<if $showAgeDetail == 1>>
-	@@color:green;SHOWN.@@ //[[Hide|Description Options][$showAgeDetail = 0]]//
+	@@.green;SHOWN.@@ //[[Hide|Description Options][$showAgeDetail = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Show|Description Options][$showAgeDetail = 1]]//
+	@@.red;HIDDEN.@@ //[[Show|Description Options][$showAgeDetail = 1]]//
 <</if>>
 
 <br>
 
 Approximate height is
 <<if $showHeightCMs == 1>>
-	@@color:green;SHOWN.@@ //[[Hide|Description Options][$showHeightCMs = 0]]//
+	@@.green;SHOWN.@@ //[[Hide|Description Options][$showHeightCMs = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Show|Description Options][$showHeightCMs = 1]]//
+	@@.red;HIDDEN.@@ //[[Show|Description Options][$showHeightCMs = 1]]//
 <</if>>
 
 <br>
 
 Volume, in CCs, of breasts is
 <<if $showBoobCCs == 1>>
-	@@color:green;SHOWN.@@ //[[Hide|Description Options][$showBoobCCs = 0]]//
+	@@.green;SHOWN.@@ //[[Hide|Description Options][$showBoobCCs = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Show|Description Options][$showBoobCCs = 1]]//
+	@@.red;HIDDEN.@@ //[[Show|Description Options][$showBoobCCs = 1]]//
 <</if>>
 
 <<if $seeDicks != 0>>
 <br>
 Approximate sizes of dicks and balls are
 <<if $showDickCMs == 1>>
-	@@color:green;SHOWN.@@ //[[Hide|Description Options][$showDickCMs = 0]]//
+	@@.green;SHOWN.@@ //[[Hide|Description Options][$showDickCMs = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Show|Description Options][$showDickCMs = 1]]//
+	@@.red;HIDDEN.@@ //[[Show|Description Options][$showDickCMs = 1]]//
 <</if>>
 <</if>>
 
@@ -78,8 +78,8 @@ Approximate sizes of dicks and balls are
 
 Attractiveness and Sexual scores are
 <<if $showScores == 1>>
-	@@color:green;SHOWN.@@ //[[Hide|Description Options][$showScores = 0]]//
+	@@.green;SHOWN.@@ //[[Hide|Description Options][$showScores = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Show|Description Options][$showScores = 1]]//
+	@@.red;HIDDEN.@@ //[[Show|Description Options][$showScores = 1]]//
 <</if>>
 
diff --git a/src/uncategorized/djSelect.tw b/src/uncategorized/djSelect.tw
index c1c5530471986eadcf7baa870a599f7f7ce52dd0..5d7630552860f0a659f435134ddc7915d557f433 100644
--- a/src/uncategorized/djSelect.tw
+++ b/src/uncategorized/djSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Club", $showEncyclopedia = 1>><<set $encyclopedia = "DJ">>
 
 <<if ($DJ != 0)>>
-	''__@@color:pink;$DJ.slaveName@@__'' is serving as your DJ.<br><br>She will headline entertainment in $clubName.
+	''__@@.pink;$DJ.slaveName@@__'' is serving as your DJ.<br><br>She will headline entertainment in $clubName.
 <<else>>
 	You have not selected a DJ.
 <</if>>
diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw
index ff809ec257a9590e4fa69562868bcd25fda4b195..15c9332a701cdeadbf64be8d70add7ce1dd436a3 100644
--- a/src/uncategorized/economics.tw
+++ b/src/uncategorized/economics.tw
@@ -15,112 +15,112 @@
 <<if $assetAffected == "general">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...rising energy costs drove @@color:yellowgreen;rising prices@@ of several market baskets...
+		...rising energy costs drove @@.yellowgreen;rising prices@@ of several market baskets...
 	<<else>>
-		...conflict-driven increases in transportation costs increase @@color:yellowgreen;price indices@@...
+		...conflict-driven increases in transportation costs increase @@.yellowgreen;price indices@@...
 	<</if>>
 	<<set $generalAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...increasing Free Cities slave labor effects @@color:gold;general prices@@...
+		...increasing Free Cities slave labor effects @@.gold;general prices@@...
 	<<else>>
-		...Antarctic oil shale pushing down energy prices, driving down major @@color:gold;price indices@@...
+		...Antarctic oil shale pushing down energy prices, driving down major @@.gold;price indices@@...
 	<</if>>
 	<<set $generalAssetPrice -= 2>>
 	<</if>>
 <<elseif $assetAffected == "slaves">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...heavy demand for fashionable varieties drove @@color:yellowgreen;rising slave prices@@ last...
+		...heavy demand for fashionable varieties drove @@.yellowgreen;rising slave prices@@ last...
 	<<else>>
-		...study suggested the sexual revolution would continue to drive up @@color:yellowgreen;slave prices@@...
+		...study suggested the sexual revolution would continue to drive up @@.yellowgreen;slave prices@@...
 	<</if>>
 	<<set $slaveAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...increased supply due to bush wars drove down @@color:gold;slave prices@@...
+		...increased supply due to bush wars drove down @@.gold;slave prices@@...
 	<<else>>
-		...@@color:gold;slave prices@@ continue to fall due to major improvements in training...
+		...@@.gold;slave prices@@ continue to fall due to major improvements in training...
 	<</if>>
 	<<set $slaveAssetPrice -= 2>>
 	<</if>>
 <<elseif $assetAffected == "entrapment">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...prospect of deregulation drove a @@color:yellowgreen;scramble@@ for means of enslavement...
+		...prospect of deregulation drove a @@.yellowgreen;scramble@@ for means of enslavement...
 	<<else>>
-		...law would legalize enslavement, driving @@color:yellowgreen;high prices@@ for associated...
+		...law would legalize enslavement, driving @@.yellowgreen;high prices@@ for associated...
 	<</if>>
 	<<set $entrapmentAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...reactionism produced lower demand and @@color:gold;lower prices@@ for legal enslavement...
+		...reactionism produced lower demand and @@.gold;lower prices@@ for legal enslavement...
 	<<else>>
-		...report on low success rates @@color:gold;drove down@@ value of legal enslavement methods...
+		...report on low success rates @@.gold;drove down@@ value of legal enslavement methods...
 	<</if>>
 	<<set $entrapmentAssetPrice -= 2>>
 	<</if>>
 <<elseif $assetAffected == "capture">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...declaration of war @@color:yellowgreen;pushed up@@ average mercenary wage...
+		...declaration of war @@.yellowgreen;pushed up@@ average mercenary wage...
 	<<else>>
-		...advancing technology to blame for @@color:yellowgreen;rising costs@@ of assets for wet work...
+		...advancing technology to blame for @@.yellowgreen;rising costs@@ of assets for wet work...
 	<</if>>
 	<<set $captureAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...rumored peace treaty @@color:gold;pushed down@@ mercenary contract clearing rate...
+		...rumored peace treaty @@.gold;pushed down@@ mercenary contract clearing rate...
 	<<else>>
-		...demobilization of the cash-strapped army expected to produce mercenary @@color:gold;glut@@...
+		...demobilization of the cash-strapped army expected to produce mercenary @@.gold;glut@@...
 	<</if>>
 	<<set $captureAssetPrice -= 2>>
 	<</if>>
 <<elseif $assetAffected == "training">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...rising demand in turn @@color:yellowgreen;pushing up@@ prices for most means of slave training...
+		...rising demand in turn @@.yellowgreen;pushing up@@ prices for most means of slave training...
 	<<else>>
-		...public demand for ever-better slave training inevitably @@color:yellowgreen;increase@@ training costs...
+		...public demand for ever-better slave training inevitably @@.yellowgreen;increase@@ training costs...
 	<</if>>
 	<<set $trainingAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...competition from low-cost slave breaking firms @@color:gold;reducing@@ asking price for...
+		...competition from low-cost slave breaking firms @@.gold;reducing@@ asking price for...
 	<<else>>
-		...increased automation of slave training @@color:gold;negatively impacting@@ training contracts...
+		...increased automation of slave training @@.gold;negatively impacting@@ training contracts...
 	<</if>>
 	<<set $trainingAssetPrice -= 2>>
 	<</if>>
 <<elseif $assetAffected == "surgical">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...fashionable extravagant implant procedures @@color:yellowgreen;driving prices@@ of remote surgical...
+		...fashionable extravagant implant procedures @@.yellowgreen;driving prices@@ of remote surgical...
 	<<else>>
-		...near-universal breast implants producing corresponding @@color:yellowgreen;price inflation@@ of surgery...
+		...near-universal breast implants producing corresponding @@.yellowgreen;price inflation@@ of surgery...
 	<</if>>
 	<<set $surgicalAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...vastly reduced overhead with remote surgery @@color:gold;hitting prices@@ of surgery hard...
+		...vastly reduced overhead with remote surgery @@.gold;hitting prices@@ of surgery hard...
 	<<else>>
-		...oversupply after major manufacturers converted lines to @@color:gold;low-cost@@ implant production...
+		...oversupply after major manufacturers converted lines to @@.gold;low-cost@@ implant production...
 	<</if>>
 	<<set $surgicalAssetPrice -= 2>>
 	<</if>>
 <<elseif $assetAffected == "drugs">>
 	<<if $assetDirection == "up">>
 	<<if random(1,100) > 50>>
-		...intense demand for curatives in conflict zones @@color:yellowgreen;increasing prices@@...
+		...intense demand for curatives in conflict zones @@.yellowgreen;increasing prices@@...
 	<<else>>
-		...setbacks in growth hormone human testing expected to @@color:yellowgreen;increase prices@@ of traditional formula...
+		...setbacks in growth hormone human testing expected to @@.yellowgreen;increase prices@@ of traditional formula...
 	<</if>>
 	<<set $drugAssetPrice += 2>>
 	<<else>>
 	<<if random(1,100) > 50>>
-		...new formula @@color:gold;cut costs@@ of common curatives by an unprecedented...
+		...new formula @@.gold;cut costs@@ of common curatives by an unprecedented...
 	<<else>>
-		...glut caused by big pharma reorienting towards @@color:gold;cheap,@@ mass-produced aphros...
+		...glut caused by big pharma reorienting towards @@.gold;cheap,@@ mass-produced aphros...
 	<</if>>
 	<<set $drugAssetPrice -= 2>>
 	<</if>>
@@ -136,18 +136,18 @@ __Personal Business__
 <br>
 
 <<if $cash < 0>>
-	@@color:red;You are in debt.@@ This week, interest came to ¤<<print (1+Math.trunc(Math.abs($cash)/100))>>.
+	@@.red;You are in debt.@@ This week, interest came to ¤<<print (1+Math.trunc(Math.abs($cash)/100))>>.
 	<<set $cash -= (1+Math.trunc(Math.abs($cash)/100))>>
 	<<if $arcologies[0].FSRomanRevivalist != "unset">>
-		Society @@color:red;very strongly disapproves@@ of your being in debt; this damages the idea that you model yourself on what a Roman leader should be.
+		Society @@.red;very strongly disapproves@@ of your being in debt; this damages the idea that you model yourself on what a Roman leader should be.
 		<<FSChange "RomanRevivalist" -10>>
 	<</if>>
 	<<if $cash < 0 && $cash > -25000 && $arcologies[0].FSRestartDecoration == 100>>
-		Money is quickly shifted to bring you out of debt, though @@color:red;the Societal Elite are left doubting@@ your worth.
+		Money is quickly shifted to bring you out of debt, though @@.red;the Societal Elite are left doubting@@ your worth.
 		<<set $cash = 0>>
 		<<set $failedElite += 100>>
 	<<elseif $cash < -9000>>
-		@@color:red;WARNING: you are dangerously indebted.@@ Immediately acquire more liquid assets or you will be in danger of being enslaved yourself.
+		@@.red;WARNING: you are dangerously indebted.@@ Immediately acquire more liquid assets or you will be in danger of being enslaved yourself.
 		<<set $debtWarned += 1>>
 		<<if $debtWarned > 1>>
 		<<set $ui = "start">>
@@ -158,30 +158,30 @@ __Personal Business__
 	<<if $PC.preg >= 16>>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">>
 			<<set $seed = random(2000,4500)>>
-			You focus on finding a "date" this week and earn @@color:yellowgreen;¤<<print Math.trunc(($seed*($rep/500))+($PC.preg*100))>>@@ for your body, much more than usual; guess your pregnancy focused population wants your baby rounded body more than ever. However, doing such things @@color:red;damages your reputation@@.
+			You focus on finding a "date" this week and earn @@.yellowgreen;¤<<print Math.trunc(($seed*($rep/500))+($PC.preg*100))>>@@ for your body, much more than usual; guess your pregnancy focused population wants your baby rounded body more than ever. However, doing such things @@.red;damages your reputation@@.
 			<<set $cash += Math.trunc(($seed*($rep/500))+($PC.preg*100))>>
 			<<set $rep = Math.trunc($rep*.90)>>
 		<<elseif $arcologies[0].FSRestart != "unset">>
 			<<if $PC.pregSource != -1>>
-				You focus on finding a "date" this week and earn @@color:yellowgreen;¤25@@, barely enough to cover the abortion the john that gave it to you told you to get. Showing off your gravid body @@color:red;infuriates your citizens and cripples your reputation@@.
+				You focus on finding a "date" this week and earn @@.yellowgreen;¤25@@, barely enough to cover the abortion the john that gave it to you told you to get. Showing off your gravid body @@.red;infuriates your citizens and cripples your reputation@@.
 				<<set $cash += 25>>
 				<<set $rep = Math.trunc($rep*.25)>>
 				<<set $failedElite += 25>>
 			<<else>>
 				<<set $seed = random(2000,4500)>>
-				You focus on finding a "date" this week and earn @@color:yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@color:red;damages your reputation@@.
+				You focus on finding a "date" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@.red;damages your reputation@@.
 				<<set $cash += Math.trunc($seed*($rep/500))>>
 				<<set $rep = Math.trunc($rep*.75)>>
 			<</if>>
 		<<else>>
 			<<set $seed = random(5,2500)>>
-			You focus on finding a "date" this week and earn @@color:yellowgreen;¤<<print Math.trunc($seed*($rep/800))>>@@ for your body, much less than usual; your pregnancy must be turning off potential clients. However, doing such things @@color:red;damages your reputation@@.
+			You focus on finding a "date" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/800))>>@@ for your body, much less than usual; your pregnancy must be turning off potential clients. However, doing such things @@.red;damages your reputation@@.
 			<<set $cash += Math.trunc($seed*($rep/800))>>
 			<<set $rep = Math.trunc($rep*.75)>>
 		<</if>>
 	<<else>>
 		<<set $seed = random(2000,4500)>>
-		You focus on finding a "date" this week and earn @@color:yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@color:red;damages your reputation@@.
+		You focus on finding a "date" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@.red;damages your reputation@@.
 		<<set $cash += Math.trunc($seed*($rep/500))>>
 		<<set $rep = Math.trunc($rep*.75)>>
 		<<if $PC.preg == 0 && ($PC.vagina == 1)>>
@@ -204,22 +204,22 @@ __Personal Business__
 		<<set $seed = random(1000,1500)>>
 	<</if>>
 	<<if $PC.trading >= 100>>
-		You focus on business and leverage your @@color:springgreen;venture capital experience@@ to make good money:
+		You focus on business and leverage your @@.springgreen;venture capital experience@@ to make good money:
 		<<set $seed += random(500,1000)>>
 	<<elseif $PC.career == "arcology owner">>
-		You focus on business and leverage your @@color:springgreen;Free Cities experience@@ to make good money:
+		You focus on business and leverage your @@.springgreen;Free Cities experience@@ to make good money:
 		<<set $seed += random(500,1000)>>
 	<<else>>
 		You focus on business this week and make money:
 	<</if>>
-	@@color:yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>.@@
+	@@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>.@@
 	<<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>>
 	<<if $arcologies[0].FSRomanRevivalist != "unset">>
-		Society @@color:green;approves@@ of your close attention to your own affairs; this advances your image as a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>well-rounded Roman man<<else>>responsible Roman lady<</if>>.
+		Society @@.green;approves@@ of your close attention to your own affairs; this advances your image as a <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>well-rounded Roman man<<else>>responsible Roman lady<</if>>.
 		<<FSChange "RomanRevivalist" 2>>
 	<</if>>
 <<elseif ($cash > 1000)>>
-	You have significant assets. This week, your business endeavors made you @@color:yellowgreen;¤<<print (1+Math.trunc(Math.abs($cash)/50))>>.@@
+	You have significant assets. This week, your business endeavors made you @@.yellowgreen;¤<<print (1+Math.trunc(Math.abs($cash)/50))>>.@@
 	<<set $cash += (1+Math.trunc(Math.abs($cash)/50))>>
 <<else>>
 	You have enough cash to manage your affairs, but not enough to do much business.
@@ -230,20 +230,20 @@ __Personal Business__
 	<<set $PC.trading += random(5,10)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.trading > 10>>
-			You now have @@color:green;basic knowledge@@ about how to be a venture capitalist.
+			You now have @@.green;basic knowledge@@ about how to be a venture capitalist.
 		<</if>>
 	<<elseif _oldSkill <= 30>>
 		<<if $PC.trading > 30>>
-			You now have @@color:green;some skill@@ as a venture capitalist.
+			You now have @@.green;some skill@@ as a venture capitalist.
 		<</if>>
 	<<elseif _oldSkill <= 60>>
 		<<if $PC.trading > 60>>
-			You are now an @@color:green;expert venture capitalist.@@
+			You are now an @@.green;expert venture capitalist.@@
 		<</if>>
 	<<else>>
 		<<if $PC.trading >= 100>>
 			<<set $personalAttention = "business">>
-			You are now a @@color:green;master venture capitalist.@@
+			You are now a @@.green;master venture capitalist.@@
 		<</if>>
 	<</if>>
 	
@@ -252,20 +252,20 @@ __Personal Business__
 	<<set $PC.warfare += random(5,10)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.warfare > 10>>
-			You now have @@color:green;basic knowledge@@ about how to be a mercenary.
+			You now have @@.green;basic knowledge@@ about how to be a mercenary.
 		<</if>>
 	<<elseif _oldSkill <= 30>>
 		<<if $PC.warfare > 30>>
-			You now have @@color:green;some skill@@ as a mercenary.
+			You now have @@.green;some skill@@ as a mercenary.
 		<</if>>
 	<<elseif _oldSkill <= 60>>
 		<<if $PC.warfare > 60>>
-			You are now an @@color:green;expert mercenary.@@
+			You are now an @@.green;expert mercenary.@@
 		<</if>>
 	<<else>>
 		<<if $PC.warfare >= 100>>
 			<<set $personalAttention = "business">>
-			You are now a @@color:green;master mercenary.@@
+			You are now a @@.green;master mercenary.@@
 		<</if>>
 	<</if>>
 
@@ -274,20 +274,20 @@ __Personal Business__
 	<<set $PC.slaving += random(5,10)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.slaving > 10>>
-			You now have @@color:green;basic knowledge@@ about how to be a slaver.
+			You now have @@.green;basic knowledge@@ about how to be a slaver.
 		<</if>>
 	<<elseif _oldSkill <= 30>>
 		<<if $PC.slaving > 30>>
-			You now have @@color:green;some skill@@ as a slaver.
+			You now have @@.green;some skill@@ as a slaver.
 		<</if>>
 	<<elseif _oldSkill <= 60>>
 		<<if $PC.slaving > 60>>
-			You are now an @@color:green;expert slaver.@@
+			You are now an @@.green;expert slaver.@@
 		<</if>>
 	<<else>>
 		<<if $PC.slaving >= 100>>
 			<<set $personalAttention = "business">>
-			You are now a @@color:green;master slaver.@@
+			You are now a @@.green;master slaver.@@
 		<</if>>
 	<</if>>
 	
@@ -296,20 +296,20 @@ __Personal Business__
 	<<set $PC.engineering += random(5,10)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.engineering > 10>>
-			You now have @@color:green;basic knowledge@@ about how to be an arcology engineer.
+			You now have @@.green;basic knowledge@@ about how to be an arcology engineer.
 		<</if>>
 	<<elseif _oldSkill <= 30>>
 		<<if $PC.engineering > 30>>
-			You now have @@color:green;some skill@@ as an arcology engineer.
+			You now have @@.green;some skill@@ as an arcology engineer.
 		<</if>>
 	<<elseif _oldSkill <= 60>>
 		<<if $PC.engineering > 60>>
-			You are now an @@color:green;expert arcology engineer.@@
+			You are now an @@.green;expert arcology engineer.@@
 		<</if>>
 	<<else>>
 		<<if $PC.engineering >= 100>>
 			<<set $personalAttention = "business">>
-			You are now a @@color:green;master arcology engineer.@@
+			You are now a @@.green;master arcology engineer.@@
 		<</if>>
 	<</if>>
 	
@@ -318,20 +318,20 @@ __Personal Business__
 	<<set $PC.medicine += random(5,10)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.medicine > 10>>
-			You now have @@color:green;basic knowledge@@ about how to be a slave surgeon.
+			You now have @@.green;basic knowledge@@ about how to be a slave surgeon.
 		<</if>>
 	<<elseif _oldSkill <= 30>>
 		<<if $PC.medicine > 30>>
-			You now have @@color:green;some skill@@ as a slave surgeon.
+			You now have @@.green;some skill@@ as a slave surgeon.
 		<</if>>
 	<<elseif _oldSkill <= 60>>
 		<<if $PC.medicine > 60>>
-			You are now an @@color:green;expert slave surgeon.@@
+			You are now an @@.green;expert slave surgeon.@@
 		<</if>>
 	<<else>>
 		<<if $PC.medicine >= 100>>
 			<<set $personalAttention = "business">>
-			You are now a @@color:green;master slave surgeon.@@
+			You are now a @@.green;master slave surgeon.@@
 		<</if>>
 	<</if>>
 	
@@ -339,54 +339,54 @@ __Personal Business__
 
 <<if $cash > 1000>>
 <<if $CashForRep == 1>>
-	This week you gave up business opportunities worth ¤$policyCost to help deserving citizens, @@color:green;burnishing your reputation.@@
+	This week you gave up business opportunities worth ¤$policyCost to help deserving citizens, @@.green;burnishing your reputation.@@
 	<<set $rep += 100, $cash -= $policyCost>>
 <</if>>
 <</if>>
 <<if $rep > 100>>
 <<if $RepForCash == 1>>
-	This week you used your position to secure business opportunities worth ¤$policyCost at the expense of citizens, @@color:red;damaging your reputation.@@
+	This week you used your position to secure business opportunities worth ¤$policyCost at the expense of citizens, @@.red;damaging your reputation.@@
 	<<set $rep -= 100, $cash += $policyCost>>
 <</if>>
 <</if>>
 <<if $rep <= 18000>>
 <<if $rep > 100>>
 <<if $RegularParties != 1>>
-	Your @@color:red;reputation is damaged@@ by your not hosting regular social events for your leading citizens.
+	Your @@.red;reputation is damaged@@ by your not hosting regular social events for your leading citizens.
 	<<set $rep -= 100>>
 <</if>>
 <</if>>
 <</if>>
 
-Routine upkeep of your demesne costs @@color:yellow;¤$costs.@@
+Routine upkeep of your demesne costs @@.yellow;¤$costs.@@
 <<if $plot == 1>>
 <<if $week > 10>>
 <<if $weatherToday.severity-$weatherCladding > 2>>
 	<<set $weatherAwareness = 1>>
 	<<if $weatherCladding == 1>>
 	<<set $seed = Math.trunc((($weatherToday.severity-3)*($arcologies[0].prosperity*random(50,100)))+random(1,100))>>
-	$arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@color:yellow;¤$seed.@@ Your citizens are @@color:green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate.
+	$arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@.yellow;¤$seed.@@ Your citizens are @@.green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate.
 	<<set $rep += 100>>
 	<<elseif $weatherCladding == 2>>
 	<<set $seed to Math.trunc((($weatherToday.severity-4)*($arcologies[0].prosperity*random(50,100)))+random(1,100))>>
-	$arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@color:yellow;¤$seed.@@ Your citizens are @@color:green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate.
+	$arcologies[0].name's hardened exterior only partially resisted the extreme weather this week, and it requires repairs costing @@.yellow;¤$seed.@@ Your citizens are @@.green;grateful@@ to you for upgrading $arcologies[0].name to provide a safe haven from the terrible climate.
 	<<set $rep += 100>>
 	<<else>>
 	<<set $seed = Math.trunc((($weatherToday.severity-2)*($arcologies[0].prosperity*random(50,100)))+random(1,100))>>
-	Severe weather damaged the arcology this week, requiring repairs costing @@color:yellow;¤$seed.@@ Your citizens are @@color:red;unhappy@@ that the arcology has proven vulnerable to the terrible climate.
+	Severe weather damaged the arcology this week, requiring repairs costing @@.yellow;¤$seed.@@ Your citizens are @@.red;unhappy@@ that the arcology has proven vulnerable to the terrible climate.
 	<<set $rep -= 100>>
 	<</if>>
 	<<if $cash > 0>>
 	<<set $cash -= $seed>>
 	<<elseif $arcologies[0].FSRestartDecoration == 100>>
-	Since you lack the resources to effect prompt repairs yourself, the Societal Elite cover for you. The arcology's prosperity is @@color:red;is damaged@@, but your public rep is left intact. The Societal Elite @@color:red;are troubled by your failure@@.
+	Since you lack the resources to effect prompt repairs yourself, the Societal Elite cover for you. The arcology's prosperity is @@.red;is damaged@@, but your public rep is left intact. The Societal Elite @@.red;are troubled by your failure@@.
 	<<if $arcologies[0].prosperity > 50>>
 		<<set $arcologies[0].prosperity -= random(5,10)>>
 	<</if>>
 	<<set $failedElite += 100>>
 	<<set $cash -= Math.trunc($seed/4)>>
 	<<else>>
-	Since you lack the resources to effect prompt repairs yourself, prominent citizens step in to repair their own parts of the arcology. This is @@color:red;terrible for your reputation,@@ and it also @@color:red;severely reduces the arcology's prosperity.@@
+	Since you lack the resources to effect prompt repairs yourself, prominent citizens step in to repair their own parts of the arcology. This is @@.red;terrible for your reputation,@@ and it also @@.red;severely reduces the arcology's prosperity.@@
 	<<if $arcologies[0].prosperity > 50>>
 		<<set $arcologies[0].prosperity -= random(5,10)>>
 	<</if>>
@@ -396,7 +396,7 @@ Routine upkeep of your demesne costs @@color:yellow;¤$costs.@@
 <<elseif $weatherToday.severity-$weatherCladding == 2>>
 	<<if $weatherCladding == 1>>
 	<<set $weatherAwareness = 1>>
-	The arcology's hardened exterior resisted severe weather this week. Your citizens are @@color:green;grateful@@ to you for maintaining the arcology as a safe haven from the terrible climate.
+	The arcology's hardened exterior resisted severe weather this week. Your citizens are @@.green;grateful@@ to you for maintaining the arcology as a safe haven from the terrible climate.
 	<<set $rep += 100>>
 	<</if>>
 <</if>>
@@ -409,30 +409,30 @@ Routine upkeep of your demesne costs @@color:yellow;¤$costs.@@
 <<set $seed = random(1,100)>>
 <<if $arcologies[0].FSRomanRevivalist > random(1,150)>>
 	<<if $slaveCostFactor > 0.6>>
-	@@color:yellow;Your Roman Revivalism is having an effect on the slave market and has driven local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br>
+	@@.yellow;Your Roman Revivalism is having an effect on the slave market and has driven local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br>
 	<<set $slaveCostFactor -= 0.1>>
 	<<else>>
-	@@color:yellow;Your Roman Revivalism is having an effect on the slave market and is holding local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br>
+	@@.yellow;Your Roman Revivalism is having an effect on the slave market and is holding local prices down@@ by convincing slave traders that this is a staunchly pro-slavery area.<br>
 	<</if>>
 <<elseif ($slaveCostFactor > 1.3)>>
-	@@color:yellow;Natural market forces drive the very high price of slaves down.@@<br>
+	@@.yellow;Natural market forces drive the very high price of slaves down.@@<br>
 	<<set $slaveCostFactor -= 0.2>>
 <<elseif ($slaveCostFactor < 0.7)>>
-	@@color:yellow;Natural market forces drive the very low price of slaves up.@@<br>
+	@@.yellow;Natural market forces drive the very low price of slaves up.@@<br>
 	<<set $slaveCostFactor += 0.2>>
 <<elseif ($seed > 30)>>
 	<<if ($slaveCostFactor > 1)>>
-		@@color:yellow;Natural market forces drive the high price of slaves slowly down.@@<br>
+		@@.yellow;Natural market forces drive the high price of slaves slowly down.@@<br>
 		<<set $slaveCostFactor -= 0.1>>
 	<<elseif ($slaveCostFactor < 1)>>
-		@@color:yellow;Natural market forces drive the low price of slaves slowly up.@@<br>
+		@@.yellow;Natural market forces drive the low price of slaves slowly up.@@<br>
 		<<set $slaveCostFactor += 0.1>>
 	<<else>>
 		<<if $seed > 80>>
-		@@color:yellow;The price of slaves has naturally risen slightly.@@<br>
+		@@.yellow;The price of slaves has naturally risen slightly.@@<br>
 		<<set $slaveCostFactor += 0.1>>
 	<<elseif $seed > 60>>
-		@@color:yellow;The price of slaves has naturally fallen slightly.@@<br>
+		@@.yellow;The price of slaves has naturally fallen slightly.@@<br>
 		<<set $slaveCostFactor -= 0.1>>
 	<</if>>
 	<</if>>
@@ -441,32 +441,32 @@ Routine upkeep of your demesne costs @@color:yellow;¤$costs.@@
 <<if $menialDemandFactor != 0>>
 <<if Math.abs($menialDemandFactor) > 100>>
 <<if ($menialDemandFactor > 1000) && ($slaveCostFactor <= 1.2)>>
-	Your dealings in menial slaves have had a major impact on the slave market, @@color:yellow;greatly increasing slave prices.@@
+	Your dealings in menial slaves have had a major impact on the slave market, @@.yellow;greatly increasing slave prices.@@
 	<<set $menialDemandFactor = 0>>
 	<<set $slaveCostFactor += 0.3>>
 	<br><br>
 <<elseif ($menialDemandFactor > 500) && ($slaveCostFactor <= 1.3)>>
-	Your dealings in menial slaves have had a noticeable impact on the slave market, @@color:yellow;significantly increasing slave prices.@@
+	Your dealings in menial slaves have had a noticeable impact on the slave market, @@.yellow;significantly increasing slave prices.@@
 	<<set $menialDemandFactor = 0>>
 	<<set $slaveCostFactor += 0.2>>
 	<br><br>
 <<elseif ($menialDemandFactor > 250) && ($slaveCostFactor <= 1.4)>>
-	Your dealings in menial slaves have had a minor impact on the slave market, @@color:yellow;slightly increasing slave prices.@@
+	Your dealings in menial slaves have had a minor impact on the slave market, @@.yellow;slightly increasing slave prices.@@
 	<<set $menialDemandFactor = 0>>
 	<<set $slaveCostFactor += 0.1>>
 	<br><br>
 <<elseif ($menialDemandFactor < -1000) && ($slaveCostFactor >= 0.8)>>
-	Your dealings in menial slaves have had a major impact on the slave market, @@color:yellow;greatly reducing slave prices.@@
+	Your dealings in menial slaves have had a major impact on the slave market, @@.yellow;greatly reducing slave prices.@@
 	<<set $menialDemandFactor = 0>>
 	<<set $slaveCostFactor -= 0.3>>
 	<br><br>
 <<elseif ($menialDemandFactor < -500) && ($slaveCostFactor >= 0.7)>>
-	Your dealings in menial slaves have had a noticeable impact on the slave market, @@color:yellow;significantly reducing slave prices.@@
+	Your dealings in menial slaves have had a noticeable impact on the slave market, @@.yellow;significantly reducing slave prices.@@
 	<<set $menialDemandFactor = 0>>
 	<<set $slaveCostFactor -= 0.2>>
 	<br><br>
 <<elseif ($menialDemandFactor < -250) && ($slaveCostFactor >= 0.6)>>
-	Your dealings in menial slaves have had a minor impact on the slave market, @@color:yellow;slightly reducing slave prices.@@
+	Your dealings in menial slaves have had a minor impact on the slave market, @@.yellow;slightly reducing slave prices.@@
 	<<set $menialDemandFactor = 0>>
 	<<set $slaveCostFactor -= 0.1>>
 	<br><br>
@@ -504,10 +504,10 @@ On formal occasions, you are announced as $PCTitle.
 	$arcologies[0].name keeps the creed of the $nicaeaName. The faithful
 	<<if $nicaeaAchievement == "slaves">>
 		<<if $slaves.length > 50>>
-			@@color:green;strongly approve@@ of the large
+			@@.green;strongly approve@@ of the large
 			<<FSChange "ChattelReligionist" 5>>
 		<<elseif $slaves.length > 20>>
-			@@color:green;approve@@ of the good 
+			@@.green;approve@@ of the good 
 			<<FSChange "ChattelReligionist" 2>>
 		<<elseif $slaves.length > 20>>
 			are not impressed by the 
@@ -515,10 +515,10 @@ On formal occasions, you are announced as $PCTitle.
 		number of people you're giving the honor of sexual servitude.
 	<<elseif $nicaeaAchievement == "devotion">>
 		<<if $averageDevotion > 80>>
-			@@color:green;strongly approve@@ of the worshipfulness
+			@@.green;strongly approve@@ of the worshipfulness
 			<<FSChange "ChattelReligionist" 5>>
 		<<elseif $averageDevotion > 50>>
-			@@color:green;approve@@ of the devotion
+			@@.green;approve@@ of the devotion
 			<<FSChange "ChattelReligionist" 2>>
 		<<elseif $slaves.length > 20>>
 			are not impressed by the devotion
@@ -526,10 +526,10 @@ On formal occasions, you are announced as $PCTitle.
 		of your slaves.
 	<<else>>
 		<<if $averageTrust > 50>>
-			@@color:green;strongly approve@@ of the great trust your slaves place in you.
+			@@.green;strongly approve@@ of the great trust your slaves place in you.
 			<<FSChange "ChattelReligionist" 5>>
 		<<elseif $averageTrust > 20>>
-			@@color:green;approve@@ of the trust your slaves place in you.
+			@@.green;approve@@ of the trust your slaves place in you.
 			<<FSChange "ChattelReligionist" 2>>
 		<<elseif $slaves.length > 20>>
 			are not impressed by fear many of your slaves feel towards you.
@@ -608,10 +608,10 @@ On formal occasions, you are announced as $PCTitle.
 <</if>>
 
 <<if ($weatherAwareness == 0) && ($weatherCladding == 2)>>
-	The public @@color:green;is awestruck@@ of the beautiful weather hardening you have applied to the arcology's exterior, though they do not understand why you would waste so much money first ruining your arcology's appearance before doing this.
+	The public @@.green;is awestruck@@ of the beautiful weather hardening you have applied to the arcology's exterior, though they do not understand why you would waste so much money first ruining your arcology's appearance before doing this.
 	<<set $rep += 10>>
 <<elseif ($weatherAwareness == 0) && ($weatherCladding == 1)>>
-	The public @@color:red;disapproves@@ of the ugly weather hardening you have applied to the arcology's exterior, not understanding what you're worried about.
+	The public @@.red;disapproves@@ of the ugly weather hardening you have applied to the arcology's exterior, not understanding what you're worried about.
 	<<set $rep -= 100>>
 <</if>>
 
@@ -622,7 +622,7 @@ On formal occasions, you are announced as $PCTitle.
 	<<if $rep > 18000>>
 		Your reputation is so well-established that society has accepted your notoriously feminine appearance despite how unusual it is for a prominent slaveowner to look like you do.
 		<<if $arcologies[0].FSGenderRadicalist > 30>>
-			Indeed, society sees you as entirely male, since you are powerful, and @@color:green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
+			Indeed, society sees you as entirely male, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
 			<<FSChange "GenderRadicalist" 5>>
 		<<elseif $arcologies[0].FSGenderFundamentalist > 30>>
 			Indeed, society has been reconciled to female leadership, preferring to see you as a mother figure.
@@ -630,14 +630,14 @@ On formal occasions, you are announced as $PCTitle.
 	<<elseif $arcologies[0].FSGenderRadicalist > 40>>
 		Society accepts you as an arcology owner, since it has become open-minded about power and gender.
 		<<if $arcologies[0].FSGenderRadicalist > 50>>
-			Indeed, society sees you as fundamentally male, since you are powerful, and @@color:green;strongly approves@@ of your audacity; this advances the redefinition of gender around power.
+			Indeed, society sees you as fundamentally male, since you are powerful, and @@.green;strongly approves@@ of your audacity; this advances the redefinition of gender around power.
 			<<FSChange "GenderRadicalist" 5>>
 		<</if>>
 	<<else>>
-		Most prominent slaveowners are male, and your obviously feminine appearance makes it @@color:red;harder for you to maintain your reputation.@@
+		Most prominent slaveowners are male, and your obviously feminine appearance makes it @@.red;harder for you to maintain your reputation.@@
 		<<set $repLoss += Math.trunc($rep*0.05)>>
 		<<if $arcologies[0].FSGenderFundamentalist > 10>>
-			Society @@color:red;strongly resents@@ your being an arcology owner; this damages the idea that women should not be in positions of responsibility.
+			Society @@.red;strongly resents@@ your being an arcology owner; this damages the idea that women should not be in positions of responsibility.
 			<<FSChange "GenderFundamentalist" -5>>
 		<</if>>
 	<</if>>
@@ -645,7 +645,7 @@ On formal occasions, you are announced as $PCTitle.
 	<<if $rep > 15000>>
 		Your reputation is so strong that society has accepted your feminine appearance despite how unusual it is for a prominent slaveowner to look like you do.
 		<<if $arcologies[0].FSGenderRadicalist > 30>>
-			Indeed, society sees you as entirely male, since you are powerful, and @@color:green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
+			Indeed, society sees you as entirely male, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
 			<<FSChange "GenderRadicalist" 5>>
 		<<elseif $arcologies[0].FSGenderFundamentalist > 30>>
 			Indeed, society has been reconciled to your feminine appearance, seeing you as a person apart.
@@ -653,14 +653,14 @@ On formal occasions, you are announced as $PCTitle.
 	<<elseif $arcologies[0].FSGenderRadicalist > 20>>
 		Society accepts you as an arcology owner, since it has become open-minded anyone who has a cock and fucks.
 		<<if $arcologies[0].FSGenderRadicalist > 30>>
-			Indeed, society sees you as dominant, since you fuck bitches, and @@color:green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
+			Indeed, society sees you as dominant, since you fuck bitches, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
 			<<FSChange "GenderRadicalist" 5>>
 		<</if>>
 	<<else>>
-		Most prominent slaveowners are very masculine, and your feminine appearance makes it @@color:red;harder for you to maintain your reputation.@@
+		Most prominent slaveowners are very masculine, and your feminine appearance makes it @@.red;harder for you to maintain your reputation.@@
 		<<set $repLoss += Math.trunc($rep*0.03)>>
 		<<if $arcologies[0].FSGenderFundamentalist > 30>>
-			Society @@color:red;strongly resents@@ your being an arcology owner; this damages the idea that feminine people should not be in positions of responsibility.
+			Society @@.red;strongly resents@@ your being an arcology owner; this damages the idea that feminine people should not be in positions of responsibility.
 			<<FSChange "GenderFundamentalist" -5>>
 		<</if>>
 	<</if>>
@@ -668,7 +668,7 @@ On formal occasions, you are announced as $PCTitle.
 	<<if $rep > 15000>>
 		Your reputation is so strong that society has accepted your unorthodox arrangement downstairs, for an arcology owner.
 		<<if $arcologies[0].FSGenderRadicalist > 30>>
-			Indeed, society sees you as entirely male, since you are powerful, and @@color:green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
+			Indeed, society sees you as entirely male, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
 			<<FSChange "GenderRadicalist" 5>>
 		<<elseif $arcologies[0].FSGenderFundamentalist > 30>>
 			Indeed, society has been reconciled to your strangeness, seeing you as a person apart.
@@ -676,14 +676,14 @@ On formal occasions, you are announced as $PCTitle.
 	<<elseif $arcologies[0].FSGenderRadicalist > 20>>
 		Society accepts you as an arcology owner, since it has become open-minded about the exact genital layout of powerful people.
 		<<if $arcologies[0].FSGenderRadicalist > 30>>
-			Indeed, society sees you as dominant, since you are powerful, and @@color:green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
+			Indeed, society sees you as dominant, since you are powerful, and @@.green;strongly approves@@ of your nonconformity; this advances the redefinition of gender around power.
 			<<FSChange "GenderRadicalist" 5>>
 		<</if>>
 	<<else>>
-		Most prominent slaveowners are very masculine, and though your unorthodox arrangement downstairs isn't obvious when you're clothed, the rumors are unavoidable and it's @@color:red;harder for you to maintain your reputation.@@
+		Most prominent slaveowners are very masculine, and though your unorthodox arrangement downstairs isn't obvious when you're clothed, the rumors are unavoidable and it's @@.red;harder for you to maintain your reputation.@@
 		<<set $repLoss += Math.trunc($rep*0.03)>>
 		<<if $arcologies[0].FSGenderFundamentalist > 30>>
-			Society @@color:red;strongly resents@@ your being an arcology owner; this damages the idea that people who are not men should not be in positions of responsibility.
+			Society @@.red;strongly resents@@ your being an arcology owner; this damages the idea that people who are not men should not be in positions of responsibility.
 			<<FSChange "GenderFundamentalist" -5>>
 		<</if>>
 	<</if>>
@@ -692,7 +692,7 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $arcologies[0].FSSupremacist != "unset">>
 	<<if ($PC.race == $arcologies[0].FSSupremacistRace)>>
-		Since you are a member of the $PC.race, society @@color:green;strongly approves@@ of your ownership of the arcology.
+		Since you are a member of the $PC.race, society @@.green;strongly approves@@ of your ownership of the arcology.
 		<<FSChange "Supremacist" 5>>
 	<</if>>
 <<elseif $arcologies[0].FSSubjugationist != "unset">>
@@ -700,7 +700,7 @@ On formal occasions, you are announced as $PCTitle.
 		<<if $rep > 15000>>
 			Your reputation is so strong that society has accepted your <<print $PC.race>>ness despite you being an inferior race.
 		<<else>>
-			Society @@color:red;loathes;@@ being lead by an inferior $PC.race, believeing that any other race would make a far better leader than you.
+			Society @@.red;loathes;@@ being lead by an inferior $PC.race, believeing that any other race would make a far better leader than you.
 			<<set $rep -= 200*($arcologies[0].FSSubjugationist/$FSLockinLevel)>>
 		<</if>>
 	<</if>>
@@ -708,52 +708,52 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $arcologies[0].FSAssetExpansionist != "unset">>
 	<<if $PC.boobsBonus == 3>>
-		Society loves enormous breasts and you are no exception; your <<if $PC.boobsImplant == 1>>chest balloons<<else>>cow tits<</if>> @@color:green;improve@@ your public image.
+		Society loves enormous breasts and you are no exception; your <<if $PC.boobsImplant == 1>>chest balloons<<else>>cow tits<</if>> @@.green;improve@@ your public image.
 		<<set $rep += 10>>
 	<</if>>
 	<<if $PC.butt == 3>>
-		Society loves big butts and you are no exception; your <<if $PC.buttImplant == 1>>inflated ass<<else>>fat ass<</if>> @@color:green;improves@@ your public image.
+		Society loves big butts and you are no exception; your <<if $PC.buttImplant == 1>>inflated ass<<else>>fat ass<</if>> @@.green;improves@@ your public image.
 		<<set $rep += 10>>
 	<</if>>
 	<<if $PC.ballsImplant > 1>>
-		Society loves big things and the bulge in your crotch is no exception; your swollen balls @@color:green;improve@@ your public image.
+		Society loves big things and the bulge in your crotch is no exception; your swollen balls @@.green;improve@@ your public image.
 		<<set $rep += (5*$PC.ballsImplant)>>
 	<</if>>
 <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">>
 	<<if $PC.boobsBonus > 1>>
-		Society finds big breasts unsightly and you are no exception; your <<if $PC.boobsImplant == 1>>chest balloons<<else>>fat tits<</if>> @@color:red;harm@@ your public image.
+		Society finds big breasts unsightly and you are no exception; your <<if $PC.boobsImplant == 1>>chest balloons<<else>>fat tits<</if>> @@.red;harm@@ your public image.
 		<<set $rep -= (10*$PC.boobsBonus)>>
 	<</if>>
 	<<if $PC.butt == 3>>
-		Society finds big butts unsightly and you are no exception; your <<if $PC.buttImplant == 1>>inflated ass<<else>>fat ass<</if>> @@color:red;harms@@ your public image.
+		Society finds big butts unsightly and you are no exception; your <<if $PC.buttImplant == 1>>inflated ass<<else>>fat ass<</if>> @@.red;harms@@ your public image.
 		<<set $rep -= (10*$PC.butt)>>
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSTransformationFetishist != "unset">>
 	<<if $PC.boobsImplant == 1>>
-		Society loves fake breasts and yours are no exception; your breast implants @@color:green;improve@@ your public image.
+		Society loves fake breasts and yours are no exception; your breast implants @@.green;improve@@ your public image.
 		<<set $rep += (7*$PC.boobsBonus)>>
 	<</if>>
 	<<if $PC.buttImplant == 1>>
-		Society loves fake butts and yours are no exception; your ass implants @@color:green;improve@@ your public image.
+		Society loves fake butts and yours are no exception; your ass implants @@.green;improve@@ your public image.
 		<<set $rep += (7*$PC.butt)>>
 	<</if>>
 	<<if $PC.ballsImplant > 1>>
-		Society loves everything augmented and the bulge in your crotch is no exception; your swollen balls @@color:green;improve@@ your public image.
+		Society loves everything augmented and the bulge in your crotch is no exception; your swollen balls @@.green;improve@@ your public image.
 		<<set $rep += (5*$PC.ballsImplant)>>
 	<</if>>
 <<elseif $arcologies[0].FSBodyPurist != "unset">>
 	<<if $PC.boobsImplant == 1>>
-		Society finds fake breasts repuslive and yours are no exception; your balloon-like breasts @@color:red;harm@@ your public image.
+		Society finds fake breasts repuslive and yours are no exception; your balloon-like breasts @@.red;harm@@ your public image.
 		<<set $rep -= (10*$PC.boobsBonus)>>
 	<</if>>
 	<<if $PC.butt == 3>>
-		Society finds fake butts unsightly and yours is no exception; your inflated ass @@color:red;harms@@ your public image.
+		Society finds fake butts unsightly and yours is no exception; your inflated ass @@.red;harms@@ your public image.
 		<<set $rep -= (10*$PC.butt)>>
 	<</if>>
 	<<if $PC.ballsImplant > 1>>
-		Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@color:red;harm@@ your public image.
+		Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@.red;harm@@ your public image.
 		<<set $rep -= (10*$PC.ballsImplant)>>
 	<</if>>
 <</if>>
@@ -762,42 +762,42 @@ On formal occasions, you are announced as $PCTitle.
 	<<if $arcologies[0].FSRestart != "unset">>
 		<<if $arcologies[0].FSRestartDecoration == 100>>
 			<<if $PC.pregSource != -1>>
-				Most prominent female owners avoid being penetrated on principle; your fecund figure exposes not only your willingness to be penetrated, but your breach of eugenics. Your citizens are @@color:red;livid@@ over your actions and are calling for your removal.
+				Most prominent female owners avoid being penetrated on principle; your fecund figure exposes not only your willingness to be penetrated, but your breach of eugenics. Your citizens are @@.red;livid@@ over your actions and are calling for your removal.
 				<<set $rep -= 500>>
 				<<set $failedElite += 100>>
 			<<else>>
-				Since it is public knowledge that you are carrying a child in the name of eugenics; society views you as a bearer of the future and @@color:green;celebrates@@ your contributions to society.
+				Since it is public knowledge that you are carrying a child in the name of eugenics; society views you as a bearer of the future and @@.green;celebrates@@ your contributions to society.
 				<<set $rep += 200>>
 				<<set $failedElite -= 10>>
 			<</if>>
 		<<else>>
-			Most prominent female owners avoid being penetrated on principle; your fecund figure exposes not only your willingness to be penetrated, but your breach of the eugenics you are pushing for. Your citizens are @@color:red;disgusted@@ by both your body and your lack of commitment.
+			Most prominent female owners avoid being penetrated on principle; your fecund figure exposes not only your willingness to be penetrated, but your breach of the eugenics you are pushing for. Your citizens are @@.red;disgusted@@ by both your body and your lack of commitment.
 			<<set $rep -= 500>>
 			<<set $failedElite += 50>>
 		<</if>>
 	<<elseif $arcologies[0].FSRepopulationFocus >= 60>>
-		Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@color:green;pleased@@ with your dedication than it is dissapointed in your penetration.
+		Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is dissapointed in your penetration.
 		<<set $rep += 10>>
 	<<else>>
-		Most prominent female owners avoid being penetrated on principle; your fecund figure exposes your willingness to be penetrated, making it @@color:red;harder for you to maintain your reputation.@@
+		Most prominent female owners avoid being penetrated on principle; your fecund figure exposes your willingness to be penetrated, making it @@.red;harder for you to maintain your reputation.@@
 		<<set $rep -= 200>>
 	<</if>>
 <</if>>
 
 <<if $PC.career == "escort" && $rep < 16000>>
-	Society @@color:red;frowns@@ over being run by an ex-whore. The presence of porn of you on the net doesn't aid your reputation either.
+	Society @@.red;frowns@@ over being run by an ex-whore. The presence of porn of you on the net doesn't aid your reputation either.
 	<<set $rep -= ($rep*0.1)>>
 <<elseif $PC.career == "escort">>
 	Your reputation is so strong that society has accepted your previous endeavors despite how unusual it is for a prominent slaveowner to have once nearly been a slave.
 <</if>>
 <<if $PC.career == "servant" && $rep < 12000>>
-	Society @@color:red;frowns@@ over being run by an ex-<<if $PC.title == 1>>butler<<else>>maid<</if>>, despite how prominent their previous owner was.
+	Society @@.red;frowns@@ over being run by an ex-<<if $PC.title == 1>>butler<<else>>maid<</if>>, despite how prominent their previous owner was.
 	<<set $rep -= ($rep*0.1)>>
 <<elseif $PC.career == "servant">>
 	Your reputation is so strong that society has accepted your previous vocation despite how unusual it is for a prominent slaveowner to have once been nothing more than a lowly servant.
 <</if>>
 <<if $PC.career == "gang" && $rep < 15000>>
-	Society @@color:red;frowns@@ over being run by an ex-gang leader, no matter how strong they might have been.
+	Society @@.red;frowns@@ over being run by an ex-gang leader, no matter how strong they might have been.
 	<<set $rep -= ($rep*0.1)>>
 <<elseif $PC.career == "gang">>
 	Your reputation is strong enough that society has come to accept your background as part of your image.
@@ -805,88 +805,88 @@ On formal occasions, you are announced as $PCTitle.
 	
 <<if $arcologies[0].FSRomanRevivalist != "unset">>
 	<<if $mercenaries > 0>>
-		Society @@color:green;approves@@ of how you are providing for the defense of the state, as should all citizens of the new Rome.
+		Society @@.green;approves@@ of how you are providing for the defense of the state, as should all citizens of the new Rome.
 		<<FSChange "RomanRevivalist" $mercenaries>>
 	<</if>>
 		<<if ($slaves.length > 20) && ($cash > 50000)>>
-		Society @@color:green;strongly approves@@ of your wealth and prosperity, fit goals for the <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>new Roman man<<else>>rising Roman lady<</if>>.
+		Society @@.green;strongly approves@@ of your wealth and prosperity, fit goals for the <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>new Roman man<<else>>rising Roman lady<</if>>.
 		<<FSChange "RomanRevivalist" 5>>
 	<</if>>
 	<<if $language != "Latin">>
-		Continuing to use $language as the lingua franca of $arcologies[0].name rather than the storied Latin @@color:red;disappoints@@ society and causes doubt about your revivalist project.
+		Continuing to use $language as the lingua franca of $arcologies[0].name rather than the storied Latin @@.red;disappoints@@ society and causes doubt about your revivalist project.
 		<<FSChange "RomanRevivalist" -2>>
 	<</if>>
 <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
 	<<if $racialVarieties.length > 4>>
-		Society @@color:green;strongly approves@@ of how you own a cornucopia of different races, which advances the ancient Egyptian ideal of cosmopolitan sex slavery.
+		Society @@.green;strongly approves@@ of how you own a cornucopia of different races, which advances the ancient Egyptian ideal of cosmopolitan sex slavery.
 		<<FSChange "EgyptianRevivalist" 5>>
 	<</if>>
 	<<if $language != "Ancient Egyptian">>
-		Continuing to use $language as the lingua franca of $arcologies[0].name rather than revived Ancient Egyptian @@color:red;disappoints@@ society and causes doubt about your revivalist project.
+		Continuing to use $language as the lingua franca of $arcologies[0].name rather than revived Ancient Egyptian @@.red;disappoints@@ society and causes doubt about your revivalist project.
 		<<FSChange "EgyptianRevivalist" -2>>
 	<</if>>
 <<elseif $arcologies[0].FSEdoRevivalist != "unset">>
 	<<set $seed = Math.trunc($rep/5000)>>
 	<<if $publicServants < $seed>>
-		Society @@color:red;disapproves@@ of your failure to provide for cultural development by offering public servants or club slaves in a number that befits your reputation.
+		Society @@.red;disapproves@@ of your failure to provide for cultural development by offering public servants or club slaves in a number that befits your reputation.
 		<<FSChange "EdoRevivalist" -2>>
 	<<elseif $publicServants > $seed>>
-		Society @@color:green;approves@@ of your provision for cultural development by offering public servants and club slaves in a number that befits your reputation.
+		Society @@.green;approves@@ of your provision for cultural development by offering public servants and club slaves in a number that befits your reputation.
 		<<FSChange "EdoRevivalist" 2>>
 	<</if>>
 	<<if $language != "Japanese">>
-		Continuing to use $language as the lingua franca of $arcologies[0].name rather than pure Japanese @@color:red;disappoints@@ society and causes doubt about your revivalist project.
+		Continuing to use $language as the lingua franca of $arcologies[0].name rather than pure Japanese @@.red;disappoints@@ society and causes doubt about your revivalist project.
 		<<FSChange "EdoRevivalist" -2>>
 	<</if>>
 <<elseif $arcologies[0].FSArabianRevivalist != "unset">>
 	<<if $fuckSlaves < $rep/3500>>
-		Society @@color:red;disapproves@@ of the small size of your harem, feeling that you do not have enough fucktoys or slaves in your master suite for your reputation.
+		Society @@.red;disapproves@@ of the small size of your harem, feeling that you do not have enough fucktoys or slaves in your master suite for your reputation.
 		<<FSChange "ArabianRevivalist" -2>>
 	<<else>>
-		Society @@color:green;approves@@ of the size of your harem, feeling that you have a good number of fucktoys and slaves in your master suite for your reputation.
+		Society @@.green;approves@@ of the size of your harem, feeling that you have a good number of fucktoys and slaves in your master suite for your reputation.
 		<<FSChange "ArabianRevivalist" 2>>
 	<</if>>
 	<<if $language != "Arabic">>
-		Continuing to use $language as the lingua franca of $arcologies[0].name rather than the Arabic in which the word of God was passed to Muhammad @@color:red;disappoints@@ society and causes doubt about your revivalist project.
+		Continuing to use $language as the lingua franca of $arcologies[0].name rather than the Arabic in which the word of God was passed to Muhammad @@.red;disappoints@@ society and causes doubt about your revivalist project.
 		<<FSChange "ArabianRevivalist" -2>>
 	<</if>>
 <<elseif $arcologies[0].FSChineseRevivalist != "unset">>
 	<<if $HeadGirl == 0>>
-		Society @@color:red;disapproves@@ of your failure to rely on a Head Girl, as proper imperial administration requires,
+		Society @@.red;disapproves@@ of your failure to rely on a Head Girl, as proper imperial administration requires,
 		<<FSChange "ChineseRevivalist" -2>>
 	<<else>>
-		Society @@color:green;approves@@ of your reliance on a Head Girl, as proper imperial administration requires,
+		Society @@.green;approves@@ of your reliance on a Head Girl, as proper imperial administration requires,
 		<<FSChange "ChineseRevivalist" 2>>
 	<</if>>
 	<<if $Recruiter == 0>>
-		@@color:red;disapproves@@ of your failure to maintain a Recruiter to expand the Middle Kingdom,
+		@@.red;disapproves@@ of your failure to maintain a Recruiter to expand the Middle Kingdom,
 		<<FSChange "ChineseRevivalist" -2>>
 	<<else>>
-		@@color:green;approves@@ of your maintaining a Recruiter to expand the Middle Kingdom,
+		@@.green;approves@@ of your maintaining a Recruiter to expand the Middle Kingdom,
 		<<FSChange "ChineseRevivalist" 2>>
 	<</if>>
 	<<if $Bodyguard == 0>>
-		and @@color:red;disapproves@@ of your failure to keep a Bodyguard as befits a proper imperial palace.
+		and @@.red;disapproves@@ of your failure to keep a Bodyguard as befits a proper imperial palace.
 		<<FSChange "ChineseRevivalist" -2>>
 	<<else>>
-		and @@color:green;approves@@ of your keeping a Bodyguard, as befits a proper imperial palace.
+		and @@.green;approves@@ of your keeping a Bodyguard, as befits a proper imperial palace.
 		<<FSChange "ChineseRevivalist" 2>>
 	<</if>>
 	<<if $language != "Chinese">>
-		Continuing to use $language as the lingua franca of $arcologies[0].name rather than the Chinese of the Middle Kingdom @@color:red;disappoints@@ society and causes doubt about your revivalist project.
+		Continuing to use $language as the lingua franca of $arcologies[0].name rather than the Chinese of the Middle Kingdom @@.red;disappoints@@ society and causes doubt about your revivalist project.
 		<<FSChange "ChineseRevivalist" -2>>
 	<</if>>
 <</if>>
 
 <<if ($arcologies[0].FSRepopulationFocus != "unset")>>
 	<<if $IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1>>
-	  Society @@color:red;disapproves@@ of your policies sterilizing potential mothers.  Your insistence on eugenics hinders adoption of your new society.
+	  Society @@.red;disapproves@@ of your policies sterilizing potential mothers.  Your insistence on eugenics hinders adoption of your new society.
 	  <<set _noEugenics = -1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>>
 	  <<FSChange "Repopulationist"  _noEugenics>>
 	<</if>>
 <<elseif ($arcologies[0].FSRestart != "unset")>>
 	<<if ($IntelligenceEugenicsSMR == 1 || $HeightEugenicsSMR == 1 || $FaceEugenicsSMR == 1) && $arcologies[0].FSRestartSMR != 1>>
-		Society @@color:green; approves@@ of your slave eugenics policies, easing them into more thorough eugenics.
+		Society @@.green; approves@@ of your slave eugenics policies, easing them into more thorough eugenics.
 		 <<set _yesEugenics = ($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>>
 		<<FSChange "Eugenics" _yesEugenics>>
 		<<set $failedElite -= 1*($IntelligenceEugenicsSMR+$HeightEugenicsSMR+$FaceEugenicsSMR)>>
@@ -896,7 +896,7 @@ On formal occasions, you are announced as $PCTitle.
 <</if>>
 
 <<if ($arcologies[0].FSRepopulationFocus != "unset") && ($birthsTotal > 0)>>
-	The number of children you've bought into the world @@color:green;pleases@@ your citizens.
+	The number of children you've bought into the world @@.green;pleases@@ your citizens.
 	<<if $birthsTotal < 1000>>
 		<<set $rep += $birthsTotal>>
 	<<else>>
@@ -906,28 +906,28 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $shelterAbuse > 5>>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		You are on the Slave Shelter's public list of abusive slaveowners. Society @@color:red;disapproves@@ of your falling foul of such a well regarded charity.
+		You are on the Slave Shelter's public list of abusive slaveowners. Society @@.red;disapproves@@ of your falling foul of such a well regarded charity.
 		<<FSChange "Paternalist" -2>>
 	<<elseif $arcologies[0].FSDegradationist != "unset">>
-		You are on the Slave Shelter's public list of abusive slaveowners. Your citizens find this hilarious, and @@color:green;approve@@ of your taking advantage of a pack of idiots.
+		You are on the Slave Shelter's public list of abusive slaveowners. Your citizens find this hilarious, and @@.green;approve@@ of your taking advantage of a pack of idiots.
 		<<FSChange "Degradationist" 2>>
 	<</if>>
 <</if>>
 
 <<if $Cash4Babies == 1>>
 	<<if $arcologies[0].FSDegradationist != "unset">>
-		Society @@color:green;approves@@ of your poor treatment of slave infants.
+		Society @@.green;approves@@ of your poor treatment of slave infants.
 		<<set $rep += 5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel)>>
 	<<elseif $arcologies[0].FSRestart != "unset">>
 	<<elseif $arcologies[0].FSPaternalist != "unset">>
-		Society @@color:red;greatly despises@@ your poor treatment of slave infants.
+		Society @@.red;greatly despises@@ your poor treatment of slave infants.
 		<<set $rep -= (25*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel))+($rep/20)>>
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		Society @@color:red;disapproves@@ of your poor treatment of your future population, holding back acceptance of your new society.
+		Society @@.red;disapproves@@ of your poor treatment of your future population, holding back acceptance of your new society.
 		<<set $arcologies[0].FSRepopulationFocus -= 0.05*$FSSingleSlaveRep>>
 		<<set $rep -= (5*$FSSingleSlaveRep*($arcologies[0].FSRepopulationFocus/$FSLockinLevel))+($rep/20)>>
 	<<else>>
-		Your citizens @@color:red;disapprove@@ of your poor treatment of slave children.
+		Your citizens @@.red;disapprove@@ of your poor treatment of slave children.
 		<<set $rep -= ($rep/20)>>
 	<</if>>
 <</if>>
@@ -935,48 +935,48 @@ On formal occasions, you are announced as $PCTitle.
 <<if $MixedMarriage == 1>>
 	Your citizens
 	<<if $arcologies[0].FSPaternalist >= 80>>
-		are so paternalistic that they @@color:green;approve@@ of
+		are so paternalistic that they @@.green;approve@@ of
 		<<FSChange "Paternalist" 2>>
 	<<elseif $arcologies[0].FSPaternalist >= 40>>
 		are paternalistic enough to tolerate
 	<<else>>
-		@@color:red;disapprove@@ of
+		@@.red;disapprove@@ of
 		<<set $rep -= 50>>
 	<</if>>
 	your support for marriage between citizens and slaves.
 <</if>>
 
 <<if $arcologies[0].FSNull != "unset">>
-	Your cultural openness @@color:green;helps your reputation,@@ since few citizens have disputes with your permissive approach.
+	Your cultural openness @@.green;helps your reputation,@@ since few citizens have disputes with your permissive approach.
 	<<set $rep += 50*$FSSingleSlaveRep*($arcologies[0].FSNull/$FSLockinLevel)>>
 <</if>>
 
 <<if $arcologies[0].FSRestartLaw == 1>>
-	Your laws requiring the non-elite to pay additional taxes or be sterilized @@color:red;agitates@@ some of your citizens, but they don't matter. Only your @@color:green;pleased@@ elite do.
+	Your laws requiring the non-elite to pay additional taxes or be sterilized @@.red;agitates@@ some of your citizens, but they don't matter. Only your @@.green;pleased@@ elite do.
 	<<set $rep -= 100>>
 	<<set $failedElite -= 1>>
 <</if>>
 
 <<if $FrigiditySMR == 1>>
-	Your market regulations regarding slave sex drives @@color:red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available. 
+	Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available. 
 	<<set $rep -= 250>>
 <</if>>
 
 <<if $PC.degeneracy > 0>>
 	<<if $PC.degeneracy > 100>>
-		There are @@color:red;severe and devastating rumors@@ about you spreading across the arcology.
+		There are @@.red;severe and devastating rumors@@ about you spreading across the arcology.
 		<<set $rep -= 100*$PC.degeneracy>>
 	<<elseif $PC.degeneracy > 75>>
-		There are @@color:red;severe rumors@@ about you spreading across the arcology.
+		There are @@.red;severe rumors@@ about you spreading across the arcology.
 		<<set $rep -= 10*($PC.degeneracy*2)>>
 	<<elseif $PC.degeneracy > 50>>
-		There are @@color:red;bad rumors@@ about you spreading across the arcology.
+		There are @@.red;bad rumors@@ about you spreading across the arcology.
 		<<set $rep -= 10*$PC.degeneracy>>
 	<<elseif $PC.degeneracy > 25>>
-		There are @@color:red;rumors@@ about you spreading across the arcology.
+		There are @@.red;rumors@@ about you spreading across the arcology.
 		<<set $rep -= 5*$PC.degeneracy>>
 	<<elseif $PC.degeneracy > 10>>
-		There are @@color:red;minor rumors@@ about you spreading across the arcology.
+		There are @@.red;minor rumors@@ about you spreading across the arcology.
 		<<set $rep -= $PC.degeneracy*2>>
 	<<else>>
 		The occasional rumor about you can be heard throughout the arcology.
@@ -988,9 +988,9 @@ On formal occasions, you are announced as $PCTitle.
 <<set $rep += $repGain>>
 
 <<if $repGain > $repLoss>>
-	@@color:green;Your reputation increased this week.@@
+	@@.green;Your reputation increased this week.@@
 <<elseif $repGain < $repLoss>>
-	@@color:red;Your reputation decreased this week.@@
+	@@.red;Your reputation decreased this week.@@
 <</if>>
 
 <<if $rep > 19000>>
@@ -1029,21 +1029,21 @@ On formal occasions, you are announced as $PCTitle.
 
 <<if $arcologies[0].FSRestartDecoration == 100>>
 	<<if $failedElite > 300>>
-		The Societal Elite @@color:red;are plotting your demise@@.
+		The Societal Elite @@.red;are plotting your demise@@.
 		<<set $ui = "start">>
 		<<set $gameover to "you failed">><<goto "Gameover">>
 	<<elseif $failedElite > 250>>
-		The Societal Elite @@color:red;are openly discussing about your failures@@. It would be in your best interests to appease them.
+		The Societal Elite @@.red;are openly discussing about your failures@@. It would be in your best interests to appease them.
 	<<elseif $failedElite > 200>>
-		The Societal Elite @@color:red;are avoiding you@@. Getting back on their good side is a good idea, lest you want to disappear.
+		The Societal Elite @@.red;are avoiding you@@. Getting back on their good side is a good idea, lest you want to disappear.
 	<<elseif $failedElite > 150>>
-		The Societal Elite @@color:red;stop their conversations around you@@. You may want to consider your actions more.
+		The Societal Elite @@.red;stop their conversations around you@@. You may want to consider your actions more.
 	<<elseif $failedElite > 50>>
-		The Societal Elite @@color:red;mutter about you@@.
+		The Societal Elite @@.red;mutter about you@@.
 	<</if>>
 <<elseif $arcologies[0].FSRestart != "unset">>
 	<<if $failedElite > 300>>
-		The Societal Elite @@color:red;have left@@.
+		The Societal Elite @@.red;have left@@.
 		<<set $arcologies[0].FSRestart = "unset">>
 		<<set $arcologies[0].FSRestartDecoration = 20>>
 		<<set $arcologies[0].FSRestartLaw = 0>>
@@ -1055,13 +1055,13 @@ On formal occasions, you are announced as $PCTitle.
 		<<set $arcologies[0].prosperity -= random(20,40)>>
 		<</if>>
 	<<elseif $failedElite > 250>>
-		The Societal Elite @@color:red;are openly discussing leaving@@. It would be in your best interests to appease them.
+		The Societal Elite @@.red;are openly discussing leaving@@. It would be in your best interests to appease them.
 	<<elseif $failedElite > 200>>
-		The Societal Elite @@color:red;are avoiding you@@. Getting back on their good side is a good idea, lest you want to disappear.
+		The Societal Elite @@.red;are avoiding you@@. Getting back on their good side is a good idea, lest you want to disappear.
 	<<elseif $failedElite > 150>>
-		The Societal Elite @@color:red;stop their conversations around you@@. You may want to consider your actions more.
+		The Societal Elite @@.red;stop their conversations around you@@. You may want to consider your actions more.
 	<<elseif $failedElite > 50>>
-		The Societal Elite @@color:red;mutter about you@@.
+		The Societal Elite @@.red;mutter about you@@.
 	<</if>>
 <</if>>
 
@@ -1257,22 +1257,22 @@ __Personal Notes__
 	<<if $PC.preg == 31>>
 		<<if $PC.boobsBonus == 0>>
 			<<if random(1,100) > 75>>
-				Your breasts have @@color:lime;grown larger@@ to feed your coming child. Quick measurements show you've gone up a cup size over the course of your pregnancy.
+				Your breasts have @@.lime;grown larger@@ to feed your coming child. Quick measurements show you've gone up a cup size over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
 		<<elseif $PC.boobsBonus == -1>>
 			<<if random(1,100) > 80>>
-				Your breasts have been really @@color:lime;swollen@@ lately with your new pregnancy. Quick measurements show you've gone up nearly two cup sizes. You may want to consider getting a breast reduction.
+				Your breasts have been really @@.lime;swollen@@ lately with your new pregnancy. Quick measurements show you've gone up nearly two cup sizes. You may want to consider getting a breast reduction.
 				<<set $PC.boobsBonus++>>
 			<</if>>
 		<<elseif $PC.boobsBonus == 1>>
 			<<if random(1,100) > 75>>
-				Your already large breasts have @@color:lime;grown even larger@@ with your new pregnancy. Quick measurements show you've gone up another cup size or so over the course of your pregnancy.
+				Your already large breasts have @@.lime;grown even larger@@ with your new pregnancy. Quick measurements show you've gone up another cup size or so over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
 		<<elseif $PC.boobsBonus == 2>>
 			<<if random(1,100) > 90>>
-				Your already huge breasts have @@color:lime;grown even more enormous@@ with your new pregnancy. Quick measurements show you've gone up yet another a cup size over the course of your pregnancy.
+				Your already huge breasts have @@.lime;grown even more enormous@@ with your new pregnancy. Quick measurements show you've gone up yet another a cup size over the course of your pregnancy.
 				<<set $PC.boobsBonus++>>
 			<</if>>
 		<</if>>
@@ -1302,11 +1302,11 @@ __Arcology Management__
 <</if>>
 
 <<if $ProImmigrationRep == 1>>
-	Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@color:red;annoys some longstanding citizens.@@
+	Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@.red;annoys some longstanding citizens.@@
 	<<set $ACitizens += random(10,20)>>
 	<<set $rep -= 100>>
 <<elseif $AntiImmigrationCash == 1>>
-	You covertly @@color:yellowgreen;sell@@ the private information of potential arcology immigrants on the old world black market.
+	You covertly @@.yellowgreen;sell@@ the private information of potential arcology immigrants on the old world black market.
 	<<set $cash += random(500,1500)>>
 	<<set $ACitizens -= random(5,15)>>
 <</if>>
@@ -1322,7 +1322,7 @@ __Arcology Management__
 	The rent promotion for new immigrants brings new citizens to the arcology.
 	<<set $ACitizens += random(10,20)>>
 <<elseif $AntiImmigrationRep == 1>>
-	You allow citizens input on potential immigrants, a @@color:green;popular@@ program.
+	You allow citizens input on potential immigrants, a @@.green;popular@@ program.
 	<<set $rep += 100>>
 	<<set $AHelots += random(5,15)>>
 <</if>>
@@ -1388,7 +1388,7 @@ __Arcology Management__
 	Your charity purse prevents a few citizens from falling into slavery.
 	<<set $seed -= 10>>
 <<elseif $ProEnslavementCash == 1>>
-	You @@color:yellowgreen;take kickbacks@@ for ignoring enslavement of citizens.
+	You @@.yellowgreen;take kickbacks@@ for ignoring enslavement of citizens.
 	<<set $seed += 10>>
 	<<set $cash += random(500,1500)>>
 <</if>>
@@ -1397,7 +1397,7 @@ __Arcology Management__
 	<<set $seed -= 10>>
 	<<set $rep -= 100>>
 <<elseif $ProEnslavementRep == 1>>
-	You @@color:green;make friends@@ by tacitly supporting enslavement of upstart citizens.
+	You @@.green;make friends@@ by tacitly supporting enslavement of upstart citizens.
 	<<set $seed += 10>>
 	<<set $rep += 100>>
 <</if>>
@@ -1435,15 +1435,15 @@ $ACitizens citizens, $ASlaves sex slaves, and <<print $AHelots+$helots>> menial
 <<if $arcologies[0].FSPhysicalIdealistSMR == 1>>The arcology must import a very large quantity of nutritive protein to nourish its slaves.<</if>>
 
 <<if $ACitizens > $ASlaves*2>>
-	Since most citizens cannot afford their own sex slaves, @@color:yellowgreen;demand for sexual services is intense.@@
+	Since most citizens cannot afford their own sex slaves, @@.yellowgreen;demand for sexual services is intense.@@
 <<elseif $ACitizens > $ASlaves>>
-	Since many citizens cannot afford their own sex slaves, @@color:yellowgreen;demand for sexual services is healthy.@@
+	Since many citizens cannot afford their own sex slaves, @@.yellowgreen;demand for sexual services is healthy.@@
 <<elseif $ACitizens > $ASlaves*0.5>>
-	Since many citizens can afford to keep a sex slave, @@color:yellow;demand for sexual services is only moderate.@@
+	Since many citizens can afford to keep a sex slave, @@.yellow;demand for sexual services is only moderate.@@
 <<elseif $ACitizens > $ASlaves*0.25>>
-	Since most citizens can afford to keep at least one sex slaves, @@color:gold;local demand for sexual services is low,@@ though visitors to the arcology will always keep it above a certain minimum.
+	Since most citizens can afford to keep at least one sex slaves, @@.gold;local demand for sexual services is low,@@ though visitors to the arcology will always keep it above a certain minimum.
 <<else>>
-	Since most of your citizens now keep private harems of sex slaves, @@color:gold;local demand for sexual services is very low,@@ though visitors to the arcology will always keep it above a certain minimum.
+	Since most of your citizens now keep private harems of sex slaves, @@.gold;local demand for sexual services is very low,@@ though visitors to the arcology will always keep it above a certain minimum.
 <</if>>
 
 <br>
@@ -1479,9 +1479,9 @@ $ACitizens citizens, $ASlaves sex slaves, and <<print $AHelots+$helots>> menial
 
 This week, rents from $arcologies[0].name came to
 <<if $rents > 0>>
-	@@color:yellowgreen;¤$rents.@@
+	@@.yellowgreen;¤$rents.@@
 <<else>>
-	@@color:red;¤$rents.@@
+	@@.red;¤$rents.@@
 <</if>>
 
 <<if $economy > 1>>
@@ -1489,7 +1489,7 @@ This week, rents from $arcologies[0].name came to
 	<<if $cash > 1000>>
 			<<set $rents += Math.trunc($cash/10)>>
 	<</if>>
-	The @@color:red;degenerating world economy@@ makes supplying and maintaining $arcologies[0].name extremely difficult. This week, bribes and other costs to keep it running came to @@color:yellowgreen;¤$rents.@@
+	The @@.red;degenerating world economy@@ makes supplying and maintaining $arcologies[0].name extremely difficult. This week, bribes and other costs to keep it running came to @@.yellowgreen;¤$rents.@@
 	<<set $cash -= $rents>>
 <</if>>
 
@@ -1522,7 +1522,7 @@ You own
 	<</if>>
 <</if>>
 <<set $cash += $seed>>
-earning you @@color:yellowgreen;¤$seed.@@
+earning you @@.yellowgreen;¤$seed.@@
 <</if>>
 
 <<set $seed = 0>>
@@ -1548,32 +1548,32 @@ earning you @@color:yellowgreen;¤$seed.@@
 
 <<set _AWeekGrowth = $AGrowth>>
 <<if _AWeekGrowth+$arcologies[0].prosperity > $AProsperityCap>>
-	@@color:yellow;$arcologies[0].name is at its maximum prosperity, so rents will not increase until it is upgraded.@@
+	@@.yellow;$arcologies[0].name is at its maximum prosperity, so rents will not increase until it is upgraded.@@
 <<elseif (2*_AWeekGrowth)+$arcologies[0].prosperity >= $AProsperityCap>>
-	@@color:yellow;Your arcology is nearly at its maximum prosperity.@@
+	@@.yellow;Your arcology is nearly at its maximum prosperity.@@
 	<<set $arcologies[0].prosperity += _AWeekGrowth>>
 <<else>>
 	<<if $arcologies[0].ownership >= 100>>
-		Your controlling interest in $arcologies[0].name allows you to lead it economically, @@color:green;supercharging growth.@@
+		Your controlling interest in $arcologies[0].name allows you to lead it economically, @@.green;supercharging growth.@@
 		<<set _AWeekGrowth += 3>>
 	<<elseif $arcologies[0].ownership >= random(40,100)>>
-		Your interest in $arcologies[0].name allows you to lead it economically, @@color:green;boosting growth.@@
+		Your interest in $arcologies[0].name allows you to lead it economically, @@.green;boosting growth.@@
 		<<set _AWeekGrowth++>>
 	<</if>>
 	<<if $arcologies[0].prosperity < ($rep/100)>>
-		Your impressive reputation relative to $arcologies[0].name's prosperity @@color:green;drives an increase in business.@@
+		Your impressive reputation relative to $arcologies[0].name's prosperity @@.green;drives an increase in business.@@
 		<<set _AWeekGrowth++>>
 	<<elseif $rep > 18000>>
 	<<elseif $arcologies[0].prosperity > ($rep/60)>>
-		Your low reputation relative to $arcologies[0].name's prosperity @@color:red;seriously impedes business growth.@@
+		Your low reputation relative to $arcologies[0].name's prosperity @@.red;seriously impedes business growth.@@
 		<<set _AWeekGrowth -= 2>>
 	<<elseif $arcologies[0].prosperity > ($rep/80)>>
-		Your unimpressive reputation relative to $arcologies[0].name's prosperity @@color:yellow;slows business growth.@@
+		Your unimpressive reputation relative to $arcologies[0].name's prosperity @@.yellow;slows business growth.@@
 		<<set _AWeekGrowth-->>
 	<</if>>
 	<<if $personalAttention == "business">>
 		<<if ($PC.trading >= 100) || ($PC.career == "arcology owner")>>
-			Your @@color:springgreen;business focus and your experience@@ allow you to greatly assist in advancing the arcology's prosperity.
+			Your @@.springgreen;business focus and your experience@@ allow you to greatly assist in advancing the arcology's prosperity.
 			<<set _AWeekGrowth += 2>>
 		<<else>>
 			Your business focus allows you to help improve the arcology's prosperity.
@@ -1619,10 +1619,10 @@ earning you @@color:yellowgreen;¤$seed.@@
 		<</if>>
 	<</if>>
 	<<if $PC.trading >= 100>>
-		Your @@color:springgreen;business skills@@ drive increased prosperity.
+		Your @@.springgreen;business skills@@ drive increased prosperity.
 		<<set _AWeekGrowth++>>
 	<<elseif $PC.career == "arcology owner">>
-		Your @@color:springgreen;experience in the Free Cities@@ helps increase prosperity.
+		Your @@.springgreen;experience in the Free Cities@@ helps increase prosperity.
 		<<set _AWeekGrowth++>>
 	<</if>>
 	<<set _schools = $TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$TFS.schoolPresent>>
@@ -1718,11 +1718,11 @@ earning you @@color:yellowgreen;¤$seed.@@
 	<</if>>
 	<<set _AWeekGrowth = Math.trunc(0.5*_AWeekGrowth)>>
 	<<if _AWeekGrowth > 0>>
-		Since $arcologies[0].name can support more citizens and more activity, @@color:green;its prosperity improved this week.@@
+		Since $arcologies[0].name can support more citizens and more activity, @@.green;its prosperity improved this week.@@
 	<<elseif _AWeekGrowth == 0>>
-		Though $arcologies[0].name can support more citizens and more activity, @@color:yellow;growth was moribund this week.@@
+		Though $arcologies[0].name can support more citizens and more activity, @@.yellow;growth was moribund this week.@@
 	<<else>>
-		Though $arcologies[0].name can support more citizens and more activity, @@color:red;it lost prosperity this week.@@
+		Though $arcologies[0].name can support more citizens and more activity, @@.red;it lost prosperity this week.@@
 	<</if>>
 	<<set $arcologies[0].prosperity += _AWeekGrowth>>
 <</if>>
@@ -1734,7 +1734,7 @@ earning you @@color:yellowgreen;¤$seed.@@
 <br>
 The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
 <<if $TSS.schoolProsperity >= 10>>
-	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@color:green;improving your reputation.@@<<set $rep += 200>><</if>>
+	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
 	<<set $TSS.subsidize = 0>>
 	<<set $TSS.schoolProsperity = 10>>
 <</if>>
@@ -1751,7 +1751,7 @@ The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $
 <br>
 The Growth Research Institute has a <<if $GRI.schoolProsperity > 4>>very prosperous<<elseif $GRI.schoolProsperity < -4>>struggling<<else>>thriving<</if>> subsidiary lab in $arcologies[0].name.
 <<if $GRI.schoolProsperity >= 10>>
-	It is one of the finest research facilities in the world<<if $rep > 19000>>.<<else>>, @@color:green;improving your reputation.@@<<set $rep += 200>><</if>>
+	It is one of the finest research facilities in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
 	<<set $GRI.subsidize = 0, $GRI.schoolProsperity = 10>>
 <</if>>
 <<if $GRI.subsidize == 1>>
@@ -1767,7 +1767,7 @@ The Growth Research Institute has a <<if $GRI.schoolProsperity > 4>>very prosper
 <br>
 St. Claver Preparatory has a <<if $SCP.schoolProsperity > 4>>very prosperous<<elseif $SCP.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
 <<if $SCP.schoolProsperity >= 10>>
-	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@color:green;improving your reputation.@@<<set $rep += 200>><</if>>
+	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
 	<<set $SCP.subsidize = 0, $SCP.schoolProsperity = 10>>
 <</if>>
 <<if $SCP.subsidize == 1>>
@@ -1783,7 +1783,7 @@ St. Claver Preparatory has a <<if $SCP.schoolProsperity > 4>>very prosperous<<el
 <br>
 L'Ecole des Enculees has a <<if $LDE.schoolProsperity > 4>>very prosperous<<elseif $LDE.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
 <<if $LDE.schoolProsperity >= 10>>
-	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@color:green;improving your reputation.@@<<set $rep += 200>><</if>>
+	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
 	<<set $LDE.subsidize = 0, $LDE.schoolProsperity = 10>>
 <</if>>
 <<if $LDE.subsidize == 1>>
@@ -1799,7 +1799,7 @@ L'Ecole des Enculees has a <<if $LDE.schoolProsperity > 4>>very prosperous<<else
 <br>
 The Gymnasium-Academy has a <<if $TGA.schoolProsperity > 4>>very prosperous<<elseif $TGA.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
 <<if $TGA.schoolProsperity >= 10>>
-	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@color:green;improving your reputation.@@<<set $rep += 200>><</if>>
+	It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
 	<<set $TGA.subsidize = 0, $TGA.schoolProsperity = 10>>
 <</if>>
 <<if $TGA.subsidize == 1>>
@@ -1815,7 +1815,7 @@ The Gymnasium-Academy has a <<if $TGA.schoolProsperity > 4>>very prosperous<<els
 <br>
 The Futanari Sisters have a <<if $TFS.schoolProsperity > 4>>very prosperous<<elseif $TFS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> community in $arcologies[0].name.
 <<if $TFS.schoolProsperity >= 10>>
-	They are one of the most renowned futa societies in the world<<if $rep > 19000>>.<<else>>, @@color:green;improving your reputation.@@<<set $rep += 200>><</if>>
+	They are one of the most renowned futa societies in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
 	<<set $TFS.subsidize = 0, $TFS.schoolProsperity = 10>>
 <</if>>
 <<if $TFS.subsidize == 1>>
diff --git a/src/uncategorized/fsDevelopments.tw b/src/uncategorized/fsDevelopments.tw
index 275a111243625993ff1f78b3ed6bb7a44b03ccbc..2488d704ac309dd99d4adc5efd82bccfb40ca247 100644
--- a/src/uncategorized/fsDevelopments.tw
+++ b/src/uncategorized/fsDevelopments.tw
@@ -4,27 +4,27 @@ __Society__
 <br>
 
 <<if $FSCredits > 0>>
-	@@color:yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
+	@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
 <</if>>
 
 <<if $FSCreditCount == 4>>
 	<<if ($FSGotRepCreditOne != 1)>>
 	<<if ($rep > 7000)>>
-		@@color:yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
+		@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
 		<<set $FSGotRepCreditOne = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditTwo != 1)>>
 	<<if ($rep > 11000)>>
-		@@color:yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
+		@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
 		<<set $FSGotRepCreditTwo = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditThree != 1)>>
 	<<if ($rep > 15000)>>
-		@@color:yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fourth and final societal direction.@@
+		@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fourth and final societal direction.@@
 		<<set $FSGotRepCreditThree = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
@@ -32,28 +32,28 @@ __Society__
 <<elseif $FSCreditCount == 5>>
 	<<if ($FSGotRepCreditOne != 1)>>
 	<<if ($rep > 6000)>>
-		@@color:yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
+		@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
 		<<set $FSGotRepCreditOne = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditTwo != 1)>>
 	<<if ($rep > 9000)>>
-		@@color:yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
+		@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
 		<<set $FSGotRepCreditTwo = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditThree != 1)>>
 	<<if ($rep > 12000)>>
-		@@color:yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
+		@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
 		<<set $FSGotRepCreditThree = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditFour != 1)>>
 	<<if ($rep > 15000)>>
-		@@color:yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fifth and final societal direction.@@
+		@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a fifth and final societal direction.@@
 		<<set $FSGotRepCreditFour = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
@@ -61,35 +61,35 @@ __Society__
 <<elseif $FSCreditCount == 6>>
 	<<if ($FSGotRepCreditOne != 1)>>
 	<<if ($rep > 6000)>>
-		@@color:yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
+		@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
 		<<set $FSGotRepCreditOne = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditTwo != 1)>>
 	<<if ($rep > 9000)>>
-		@@color:yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
+		@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
 		<<set $FSGotRepCreditTwo = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditThree != 1)>>
 	<<if ($rep > 12000)>>
-		@@color:yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
+		@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
 		<<set $FSGotRepCreditThree = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditFour != 1)>>
 	<<if ($rep > 15000)>>
-		@@color:yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
+		@@.yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
 		<<set $FSGotRepCreditFour = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditFive != 1)>>
 	<<if ($rep > 18000)>>
-		@@color:yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a sixth and final societal direction.@@
+		@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a sixth and final societal direction.@@
 		<<set $FSGotRepCreditFive = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
@@ -97,42 +97,42 @@ __Society__
 <<elseif $FSCreditCount == 7>>
 	<<if ($FSGotRepCreditOne != 1)>>
 	<<if ($rep > 6000)>>
-		@@color:yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
+		@@.yellow;Your reputation is so solid that $arcologies[0].name's society is ready to begin accepting a second societal direction.@@
 		<<set $FSGotRepCreditOne = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditTwo != 1)>>
 	<<if ($rep > 9000)>>
-		@@color:yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
+		@@.yellow;Your reputation is so high that $arcologies[0].name's society is ready to begin accepting a third societal direction.@@
 		<<set $FSGotRepCreditTwo = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditThree != 1)>>
 	<<if ($rep > 12000)>>
-		@@color:yellow;Your reputation is so remarkable that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
+		@@.yellow;Your reputation is so remarkable that $arcologies[0].name's society is ready to begin accepting a fourth societal direction.@@
 		<<set $FSGotRepCreditThree = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditFour != 1)>>
 	<<if ($rep > 15000)>>
-		@@color:yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
+		@@.yellow;Your reputation is so great that $arcologies[0].name's society is ready to begin accepting a fifth societal direction.@@
 		<<set $FSGotRepCreditFour = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditFive != 1)>>
 	<<if ($rep > 17000)>>
-		@@color:yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a sixth societal direction.@@
+		@@.yellow;Your reputation is so excellent that $arcologies[0].name's society is ready to begin accepting a sixth societal direction.@@
 		<<set $FSGotRepCreditFive = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
 	<</if>>
 	<<if ($FSGotRepCreditSix != 1)>>
 	<<if ($rep > 19000)>>
-		@@color:yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a seventh and final societal direction.@@
+		@@.yellow;Your reputation is so unparalleled that $arcologies[0].name's society is ready to begin accepting a seventh and final societal direction.@@
 		<<set $FSGotRepCreditSix = 1>>
 		<<set $FSCredits += 1>>
 	<</if>>
@@ -141,7 +141,7 @@ __Society__
 
 <<set $seed = 0>>
 <<if $FSSpending > 1>>
-	Your @@color:yellowgreen;societal spending@@ helps forward your goals for the arcology's future.
+	Your @@.yellowgreen;societal spending@@ helps forward your goals for the arcology's future.
 	<<set $seed += Math.trunc($FSSpending/(1000-(500*$arcologies[0].FSEdoRevivalistLaw)-(250*$arcologies[0].FSArabianRevivalistLaw)))>>
 <</if>>
 <<if $terrain == "urban">>
@@ -523,7 +523,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSSupremacist = "unset">><<set $FSCredits += 1>>
 	<<set $arcologies[0].FSSupremacistLawME = 0, $arcologies[0].FSSupremacistSMR = 0>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSSupremacist > $arcologies[0].FSSupremacistDecoration>>
 	<<set $arcologies[0].FSSupremacist = $arcologies[0].FSSupremacistDecoration>>
 <</if>>
@@ -540,7 +540,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSSupremacistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSSupremacist == $arcologies[0].FSSupremacistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSSupremacistSMR == 1>>
 	<<set $arcologies[0].FSSupremacist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -552,7 +552,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSSubjugationist = "unset">><<set $FSCredits += 1>>
 	<<set $arcologies[0].FSSubjugationistLawME = 0, $arcologies[0].FSSubjugationistSMR = 0>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSSubjugationist > $arcologies[0].FSSubjugationistDecoration>>
 	<<set $arcologies[0].FSSubjugationist = $arcologies[0].FSSubjugationistDecoration>>
 <</if>>
@@ -569,7 +569,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSSubjugationistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSSubjugationist == $arcologies[0].FSSubjugationistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSSubjugationistSMR == 1>>
 	<<set $arcologies[0].FSSubjugationist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -582,7 +582,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
   <<set $arcologies[0].FSRepopulationFocusSMR = 0, $arcologies[0].FSRepopulationFocusLaw = 0>>
   <<if $assistantFSAppearance == "repopulation focus">><<set $assistantFSAppearance = "default">><</if>>
   <<ClearFacilityDecorations>>
-  @@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+  @@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSRepopulationFocus > $arcologies[0].FSRepopulationFocusDecoration>>
   <<set $arcologies[0].FSRepopulationFocus = $arcologies[0].FSRepopulationFocusDecoration>>
 <</if>>
@@ -599,7 +599,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSRepopulationFocusDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSRepopulationFocus == $arcologies[0].FSRepopulationFocusDecoration>>
-  @@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+  @@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSRepopulationFocusSMR == 1>>
   <<set $arcologies[0].FSRepopulationFocus += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -612,7 +612,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
   <<set $arcologies[0].FSRestartSMR = 0, $arcologies[0].FSRestartLaw = 0>>
   <<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>>
   <<ClearFacilityDecorations>>
-  @@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+  @@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSRestart > $arcologies[0].FSRestartDecoration>>
   <<set $arcologies[0].FSRestart = $arcologies[0].FSRestartDecoration>>
 <</if>>
@@ -629,7 +629,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSRestartDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSRestart == $arcologies[0].FSRestartDecoration>>
-  @@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+  @@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSRestartSMR == 1>>
   <<set $arcologies[0].FSRestart += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -642,7 +642,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSGenderRadicalistSMR = 0, $arcologies[0].FSGenderRadicalistLawDicks = 0, $arcologies[0].FSGenderRadicalistLawFuta = 0, $arcologies[0].FSGenderRadicalistLawBeauty = 0>>
 	<<if $assistantFSAppearance == "gender radicalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSGenderRadicalist > $arcologies[0].FSGenderRadicalistDecoration>>
 	<<set $arcologies[0].FSGenderRadicalist = $arcologies[0].FSGenderRadicalistDecoration>>
 <</if>>
@@ -659,7 +659,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSGenderRadicalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSGenderRadicalist == $arcologies[0].FSGenderRadicalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSGenderRadicalistSMR == 1>>
 	<<set $arcologies[0].FSGenderRadicalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -672,7 +672,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSGenderFundamentalistSMR = 0, $arcologies[0].FSGenderFundamentalistLawBimbo = 0>>
 	<<if $assistantFSAppearance == "gender fundamentalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSGenderFundamentalist > $arcologies[0].FSGenderFundamentalistDecoration>>
 	<<set $arcologies[0].FSGenderFundamentalist = $arcologies[0].FSGenderFundamentalistDecoration>>
 <</if>>
@@ -689,7 +689,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSGenderFundamentalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSGenderFundamentalist == $arcologies[0].FSGenderFundamentalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSGenderFundamentalistSMR == 1>>
 	<<set $arcologies[0].FSGenderFundamentalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -702,7 +702,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSPaternalistLaw = 0, $arcologies[0].FSPaternalistSMR = 0>>
 	<<if $assistantFSAppearance == "paternalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSPaternalist > $arcologies[0].FSPaternalistDecoration>>
 	<<set $arcologies[0].FSPaternalist = $arcologies[0].FSPaternalistDecoration>>
 <</if>>
@@ -719,7 +719,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSPaternalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSPaternalist == $arcologies[0].FSPaternalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSPaternalistSMR == 1>>
 	<<set $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -731,7 +731,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSDegradationist = "unset">><<set $FSCredits += 1>>
 	<<set $arcologies[0].FSDegradationistLaw = 0, $arcologies[0].FSDegradationistSMR = 0>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSDegradationist > $arcologies[0].FSDegradationistDecoration>>
 	<<set $arcologies[0].FSDegradationist = $arcologies[0].FSDegradationistDecoration>>
 <</if>>
@@ -748,7 +748,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSDegradationistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSDegradationist == $arcologies[0].FSDegradationistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSDegradationistSMR == 1>>
 	<<set $arcologies[0].FSDegradationist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -760,7 +760,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSBodyPurist = "unset">><<set $FSCredits += 1>>
 	<<set $arcologies[0].FSBodyPuristLaw = 0, $arcologies[0].FSBodyPuristSMR = 0>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSBodyPurist > $arcologies[0].FSBodyPuristDecoration>>
 	<<set $arcologies[0].FSBodyPurist = $arcologies[0].FSBodyPuristDecoration>>
 <</if>>
@@ -777,7 +777,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSBodyPuristDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSBodyPurist == $arcologies[0].FSBodyPuristDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSBodyPuristSMR == 1>>
 	<<set $arcologies[0].FSBodyPurist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -790,7 +790,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSTransformationFetishistLaw = 0, $arcologies[0].FSTransformationFetishistSMR = 0>>
 	<<if $assistantFSAppearance == "transformation fetishist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSTransformationFetishist > $arcologies[0].FSTransformationFetishistDecoration>>
 	<<set $arcologies[0].FSTransformationFetishist = $arcologies[0].FSTransformationFetishistDecoration>>
 <</if>>
@@ -805,7 +805,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSTransformationFetishistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSTransformationFetishist == $arcologies[0].FSTransformationFetishistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSTransformationFetishistSMR == 1>>
 	<<set $arcologies[0].FSTransformationFetishist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -818,7 +818,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSYouthPreferentialistLaw = 0, $arcologies[0].FSYouthPreferentialistSMR = 0>>
 	<<if $assistantFSAppearance == "youth preferentialist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSMaturityPreferentialist > $arcologies[0].FSMaturityPreferentialistDecoration>>
 	<<set $arcologies[0].FSMaturityPreferentialist = $arcologies[0].FSMaturityPreferentialistDecoration>>
 <</if>>
@@ -833,7 +833,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSMaturityPreferentialistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSMaturityPreferentialist == $arcologies[0].FSMaturityPreferentialistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSMaturityPreferentialistSMR == 1>>
 	<<set $arcologies[0].FSMaturityPreferentialist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -846,7 +846,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSMaturityPreferentialistLaw = 0, $arcologies[0].FSMaturityPreferentialistSMR = 0>>
 	<<if $assistantFSAppearance == "maturity preferentialist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSYouthPreferentialist > $arcologies[0].FSYouthPreferentialistDecoration>>
 	<<set $arcologies[0].FSYouthPreferentialist = $arcologies[0].FSYouthPreferentialistDecoration>>
 <</if>>
@@ -861,7 +861,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSYouthPreferentialistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSYouthPreferentialist == $arcologies[0].FSYouthPreferentialistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSYouthPreferentialistSMR == 1>>
 	<<set $arcologies[0].FSYouthPreferentialist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -874,7 +874,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSSlimnessEnthusiastSMR = 0, $arcologies[0].FSSlimnessEnthusiastSMR = 0>>
 	<<if $assistantFSAppearance == "slimness enthusiast">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSSlimnessEnthusiast > $arcologies[0].FSSlimnessEnthusiastDecoration>>
 	<<set $arcologies[0].FSSlimnessEnthusiast = $arcologies[0].FSSlimnessEnthusiastDecoration>>
 <</if>>
@@ -889,7 +889,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSSlimnessEnthusiastDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSSlimnessEnthusiast == $arcologies[0].FSSlimnessEnthusiastDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSSlimnessEnthusiastSMR == 1>>
 	<<set $arcologies[0].FSSlimnessEnthusiast += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -902,7 +902,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSAssetExpansionistSMR = 0, $arcologies[0].FSAssetExpansionistSMR = 0>>
 	<<if $assistantFSAppearance == "asset expansionist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSAssetExpansionist > $arcologies[0].FSAssetExpansionistDecoration>>
 	<<set $arcologies[0].FSAssetExpansionist = $arcologies[0].FSAssetExpansionistDecoration>>
 <</if>>
@@ -919,7 +919,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSAssetExpansionistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSAssetExpansionist == $arcologies[0].FSAssetExpansionistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSAssetExpansionistSMR == 1>>
 	<<set $arcologies[0].FSAssetExpansionist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -932,7 +932,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSPastoralistLaw = 0, $arcologies[0].FSPastoralistSMR = 0>>
 	<<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSPastoralist > $arcologies[0].FSPastoralistDecoration>>
 	<<set $arcologies[0].FSPastoralist = $arcologies[0].FSPastoralistDecoration>>
 <</if>>
@@ -949,7 +949,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSPastoralistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSPastoralist == $arcologies[0].FSPastoralistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSPastoralistSMR == 1>>
 	<<set $arcologies[0].FSPastoralist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -962,7 +962,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSPhysicalIdealistSMR = 0, $arcologies[0].FSPhysicalIdealistSMR = 0>>
 	<<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSPhysicalIdealist > $arcologies[0].FSPhysicalIdealistDecoration>>
 	<<set $arcologies[0].FSPhysicalIdealist = $arcologies[0].FSPhysicalIdealistDecoration>>
 <</if>>
@@ -979,7 +979,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSPhysicalIdealistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSPhysicalIdealist == $arcologies[0].FSPhysicalIdealistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSPhysicalIdealistSMR == 1>>
 	<<set $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -992,7 +992,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSChattelReligionistLaw = 0, $arcologies[0].FSChattelReligionistSMR = 0, $arcologies[0].FSChattelReligionistCreed = 0>>
 	<<if $assistantFSAppearance == "chattel religionist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSChattelReligionist > $arcologies[0].FSChattelReligionistDecoration>>
 	<<set $arcologies[0].FSChattelReligionist = $arcologies[0].FSChattelReligionistDecoration>>
 <</if>>
@@ -1009,7 +1009,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSChattelReligionistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSChattelReligionist == $arcologies[0].FSChattelReligionistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSChattelReligionistSMR == 1>>
 	<<set $arcologies[0].FSChattelReligionist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -1022,7 +1022,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSRomanRevivalistLaw = 0, $arcologies[0].FSRomanRevivalistSMR = 0>>
 	<<if $assistantFSAppearance == "roman revivalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSRomanRevivalist > $arcologies[0].FSRomanRevivalistDecoration>>
 	<<set $arcologies[0].FSRomanRevivalist = $arcologies[0].FSRomanRevivalistDecoration>>
 <</if>>
@@ -1039,7 +1039,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSRomanRevivalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSRomanRevivalist == $arcologies[0].FSRomanRevivalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSRomanRevivalistSMR == 1>>
 	<<set $arcologies[0].FSRomanRevivalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -1052,7 +1052,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSEgyptianRevivalistLaw = 0, $arcologies[0].FSEgyptianRevivalistSMR = 0>>
 	<<if $assistantFSAppearance == "egyptian revivalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSEgyptianRevivalist > $arcologies[0].FSEgyptianRevivalistDecoration>>
 	<<set $arcologies[0].FSEgyptianRevivalist = $arcologies[0].FSEgyptianRevivalistDecoration>>
 <</if>>
@@ -1069,7 +1069,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSEgyptianRevivalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSEgyptianRevivalist == $arcologies[0].FSEgyptianRevivalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSEgyptianRevivalistSMR == 1>>
 	<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -1082,7 +1082,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSEdoRevivalistLaw = 0, $arcologies[0].FSEdoRevivalistSMR = 0>>
 	<<if $assistantFSAppearance == "edo revivalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSEdoRevivalist > $arcologies[0].FSEdoRevivalistDecoration>>
 	<<set $arcologies[0].FSEdoRevivalist = $arcologies[0].FSEdoRevivalistDecoration>>
 <</if>>
@@ -1099,7 +1099,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSEdoRevivalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSEdoRevivalist == $arcologies[0].FSEdoRevivalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSEdoRevivalistSMR == 1>>
 	<<set $arcologies[0].FSEdoRevivalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -1112,7 +1112,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<set $arcologies[0].FSArabianRevivalistLaw = 0, $arcologies[0].FSArabianRevivalistSMR = 0>>
 	<<if $assistantFSAppearance == "arabian revivalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSArabianRevivalist > $arcologies[0].FSArabianRevivalistDecoration>>
 	<<set $arcologies[0].FSArabianRevivalist = $arcologies[0].FSArabianRevivalistDecoration>>
 <</if>>
@@ -1129,7 +1129,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSArabianRevivalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSArabianRevivalist == $arcologies[0].FSArabianRevivalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSArabianRevivalistSMR == 1>>
 	<<set $arcologies[0].FSArabianRevivalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
@@ -1142,7 +1142,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 	<<if $assistantFSAppearance == "chinese revivalist">><<set $assistantFSAppearance = "default">><</if>>
 	<<set $arcologies[0].FSChineseRevivalistLaw = 0, $arcologies[0].FSChineseRevivalistSMR = 0>>
 	<<ClearFacilityDecorations>>
-	@@color:red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@color:yellow;You may select another option, or elect to try again.@@
+	@@.red;One of your future society projects has failed:@@ your citizens were repelled from your idea more than they were attracted to it. @@.yellow;You may select another option, or elect to try again.@@
 <<elseif $arcologies[0].FSChineseRevivalist > $arcologies[0].FSChineseRevivalistDecoration>>
 	<<set $arcologies[0].FSChineseRevivalist = $arcologies[0].FSChineseRevivalistDecoration>>
 <</if>>
@@ -1159,7 +1159,7 @@ With her $assistantAppearance appearance, $assistantName's public visibility mes
 <</if>>
 <<if $arcologies[0].FSChineseRevivalistDecoration < $FSLockinLevel>>
 <<if $arcologies[0].FSChineseRevivalist == $arcologies[0].FSChineseRevivalistDecoration>>
-	@@color:yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
+	@@.yellow;Your societal development in this direction is being limited by $arcologies[0].name's lack of customization to support it.@@
 <<elseif $arcologies[0].FSChineseRevivalistSMR == 1>>
 	<<set $arcologies[0].FSChineseRevivalist += 0.1*$FSSingleSlaveRep>>
 <</if>>
diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw
index b365a5951a82a9337f7180749c262f26aacc4545..a8310b7d27d13b94ef51b77e444757d40d69146e 100644
--- a/src/uncategorized/fullReport.tw
+++ b/src/uncategorized/fullReport.tw
@@ -10,7 +10,7 @@
 
 <<SlavePronouns $slaves[$i]>>
 
-''__@@color:pink;$slaves[$i].slaveName@@__''
+''__@@.pink;$slaves[$i].slaveName@@__''
 
 <<if $slaves[$i].choosesOwnAssignment == 1>>
 	<<include "SA chooses own job">>
@@ -61,7 +61,7 @@
 	<</if>>
 	<<silently>><<include "SA get milked">><</silently>>
 	<<set $servantMilkersMultiplier = 1>>
-	and $pronoun gives $milk liters of milk over the week, which is sold for @@color:yellowgreen;¤$milkSale.@@
+	and $pronoun gives $milk liters of milk over the week, which is sold for @@.yellowgreen;¤$milkSale.@@
 <</if>>
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
diff --git a/src/uncategorized/futureSocities.tw b/src/uncategorized/futureSocities.tw
index 67977b6fbb3045b616e318465a4fec823cd7470c..8d7a17bbcb0343f33f43fd0afab3e0f0e463fac6 100644
--- a/src/uncategorized/futureSocities.tw
+++ b/src/uncategorized/futureSocities.tw
@@ -157,7 +157,7 @@
 <</if>>
 
 <<if $FSCredits > 0>>
-	@@color:yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
+	@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
 <<elseif $FSGotRepCreditTwo == 1>>
 	Your society is so radically changed that it is starting to take on a life of its own. The major decisions about its direction have been made.
 <<else>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 21a8bb4561878a7d6dec6614dd2d016f5611ce71..8f182cc2ff05b0aa58925d868e5861adefb5986b 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -19,11 +19,11 @@
 <</if>>
 <<set $cash += 500*$slaves.length>>
 
-Early one morning, you hear convulsive dry heaving coming from one of the bathrooms. On investigation, it seems that $activeSlave.slaveName woke up feeling terribly nauseous. She's in no danger, but you've hardly checked her over before more slaves stagger in. Every one of your slaves on curatives has been struck by the mysterious malady and has @@color:red;sickened.@@
+Early one morning, you hear convulsive dry heaving coming from one of the bathrooms. On investigation, it seems that $activeSlave.slaveName woke up feeling terribly nauseous. She's in no danger, but you've hardly checked her over before more slaves stagger in. Every one of your slaves on curatives has been struck by the mysterious malady and has @@.red;sickened.@@
 <br><br>
 It doesn't take much investigation before you find other slaveowners reporting the same thing. Elementary detective work fingers a particular drug supplier as the culprit, and before long the unfortunate Pharmaceutical concern is drowning under a rain of harsh public comment and harsher private contract warfare. As the day wears on, the poor slaves feel a bit better, but begin to report discomfort in their breasts. Apparently the problem has to do with contamination of the curative production line with A-HGH production reactants.
 <br><br>
-The firm promptly pays @@color:yellowgreen;fair compensation@@ for the minor damage to your slaves' health. However, you're left with the matter of the boobs to deal with. Over the week, all your slaves on curatives experience at least a little @@color:lime;breast growth,@@ and some gain several cup sizes.<<if $medicalEnema == 1>> Those with bellies full of curative mixture, on the other hand, have not stopped growing yet and won't until they completely absorb their load. They will likely end up @@color:lime;sporting enormous tits@@ by the end of this..<</if>>
+The firm promptly pays @@.yellowgreen;fair compensation@@ for the minor damage to your slaves' health. However, you're left with the matter of the boobs to deal with. Over the week, all your slaves on curatives experience at least a little @@.lime;breast growth,@@ and some gain several cup sizes.<<if $medicalEnema == 1>> Those with bellies full of curative mixture, on the other hand, have not stopped growing yet and won't until they completely absorb their load. They will likely end up @@.lime;sporting enormous tits@@ by the end of this..<</if>>
 
 <<case "bad breasts">>
 
@@ -38,11 +38,11 @@ The firm promptly pays @@color:yellowgreen;fair compensation@@ for the minor dam
 	<<goto "Random Nonindividual Event">>
 <</if>>
 
-Early one morning, you hear heaving coming from one of the bathrooms.  On investigation, it seems that $activeSlave.slaveName woke up feeling terribly nauseous.  She's in no danger, but you've hardly checked her over before more slaves stagger in.  Every one of your slaves on A-HGH has been struck by the mysterious malady and has @@color:red;sickened.@@
+Early one morning, you hear heaving coming from one of the bathrooms.  On investigation, it seems that $activeSlave.slaveName woke up feeling terribly nauseous.  She's in no danger, but you've hardly checked her over before more slaves stagger in.  Every one of your slaves on A-HGH has been struck by the mysterious malady and has @@.red;sickened.@@
 <br><br>
 It doesn't take much investigation before you find other slaveowners reporting the same thing.  Elementary detective work fingers a particular drug supplier as the culprit, and before long the unfortunate Pharmacuetical concern is drownning under a rain of harsh public comment and harsher private contract warfare.  As the day wears on, the poor slaves feel much better, and appear positively glowing.  However, their breasts swell slightly and their bellies bulge, pointing to the issue being the contamination of the A-HGH production line with fertility agents.
 <br><br>
-The firm promptly pays @@color:yollowgreen; a large compensation@@ for potentially ruining your slaves.  However, you're left with the matter of all the growing bellies to deal with.  Over the week, all your slaves on breast enhancers show signs of @@color:yollew;early pregnancy,@@ and hyper pregnancy at that, save those who aren't fertile. They just experienced some hip and ass growth. You have no idea how much fertility agent was in the enhancers but you feel they may become a problem if left alone!
+The firm promptly pays @@.yollowgreen; a large compensation@@ for potentially ruining your slaves.  However, you're left with the matter of all the growing bellies to deal with.  Over the week, all your slaves on breast enhancers show signs of @@.yollew;early pregnancy,@@ and hyper pregnancy at that, save those who aren't fertile. They just experienced some hip and ass growth. You have no idea how much fertility agent was in the enhancers but you feel they may become a problem if left alone!
 
 <<case "strip club closing">>
 
@@ -529,7 +529,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</link>>
 <br><<link "Demand further compensation">>
 	<<replace "#result">>
-	You muster all the contractual remedies available to you and join the crowd of slaveowners laying into the hapless manufacturer. Of course, with so many attackers, there is as much infighting between them as conflict with the helpless enemy, since everyone knows the business will go bankrupt before everyone gets paid. Nevertheless you @@color:yellowgreen;approximately double@@ the money you make out of the situation.
+	You muster all the contractual remedies available to you and join the crowd of slaveowners laying into the hapless manufacturer. Of course, with so many attackers, there is as much infighting between them as conflict with the helpless enemy, since everyone knows the business will go bankrupt before everyone gets paid. Nevertheless you @@.yellowgreen;approximately double@@ the money you make out of the situation.
 	<<set $cash += 500*$slaves.length>>
 	<</replace>>
 <</link>>
@@ -543,7 +543,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 
 <<link "The emotional distress isn't worth the trouble">>
 	<<replace "#result">>
-	Since subjecting all the affected slaves to abortions would cause you severe losses, you've decided to let them keep the pregnancies. You hope you are prepared for all the children you'll be producing. Those who couldn't become pregnant @@color:lime;gained some breast, hip and ass size@@, as well as @@color:lime;began lactating@@.
+	Since subjecting all the affected slaves to abortions would cause you severe losses, you've decided to let them keep the pregnancies. You hope you are prepared for all the children you'll be producing. Those who couldn't become pregnant @@.lime;gained some breast, hip and ass size@@, as well as @@.lime;began lactating@@.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if ($slaves[$i].drugs == "breast injections") and isFertile(slaves[$i])>>
 		<<set $slaves[$i].preg = 1>>
@@ -569,13 +569,13 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</link>>
 <br><<link "Demand further compensation">>
 	<<replace "#result">>
-	You muster all the contractual remedies available to you and join the crowd fo slaveowners laying into the hapless manufacturer.  Of course, with so many attackers, there is as much infighting between them as conflict with the helpless enemy, since everyone knows the business will go bankrupt before everyone gets paid.  Nevertheless you @@color:yellowgreen;approximately double@@ the money you make out of the situation, plenty to deal with the pregnancies.
+	You muster all the contractual remedies available to you and join the crowd fo slaveowners laying into the hapless manufacturer.  Of course, with so many attackers, there is as much infighting between them as conflict with the helpless enemy, since everyone knows the business will go bankrupt before everyone gets paid.  Nevertheless you @@.yellowgreen;approximately double@@ the money you make out of the situation, plenty to deal with the pregnancies.
 		<<set $cash += 2000*$slaves.length>>
 	<</replace>>
 <</link>>
 <br><<link "Force surgical repairs and compensation">>
 	<<replace "#result">>
-	The hapless manufacturer eventually goes bankrupt.  However, you do manage to force surgical correction of the pregnancies before they do.  As additional compensation, they agree to naturally enhance your afflicted slaves busts knowing full well that most buyers are not interested in slaves that have been knocked up.  At the managers expense, your slaves move through a top-flight surgeons care and are pregnancy free and sporting @@color:lime;larger breasts@@.
+	The hapless manufacturer eventually goes bankrupt.  However, you do manage to force surgical correction of the pregnancies before they do.  As additional compensation, they agree to naturally enhance your afflicted slaves busts knowing full well that most buyers are not interested in slaves that have been knocked up.  At the managers expense, your slaves move through a top-flight surgeons care and are pregnancy free and sporting @@.lime;larger breasts@@.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].drugs is "breast injections">>
 			<<set $slaves[$i].boobs += 100*(random(1,10))>>
@@ -595,7 +595,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</link>>
 <br><<link "Offer them severance pay">>
 	<<replace "#result">>
-	You have a word with them, stepping closer and speaking quietly to defuse the situation. You tell them you're aware that they're in a difficult place, but you also explain that the Free Cities are a new and changing place. No one can rely on the old way of doing things any more. You offer to pay each of them a small stipend to help tide them over until they find other employment. They're surprised at your munificence but @@color:green;accept it with gratitude.@@
+	You have a word with them, stepping closer and speaking quietly to defuse the situation. You tell them you're aware that they're in a difficult place, but you also explain that the Free Cities are a new and changing place. No one can rely on the old way of doing things any more. You offer to pay each of them a small stipend to help tide them over until they find other employment. They're surprised at your munificence but @@.green;accept it with gratitude.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 500>>
 	<<set $cash -= 1000>>
@@ -604,7 +604,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</link>> //This will cost ¤1000//
 <br><<link "Offer to set them up independently">>
 	<<replace "#result">>
-	You offer a way out of their situation. They, you suggest, can keep working in the now-vacant shop if they work together to pay the rent. They can move into a couple of vacant rooms nearby that you can easily have set up as a bunkhouse. You'll collect a little more rent, and they'll have a second chance. They @@color:green;accept it with gratitude.@@ It's quite likely they'll either fail or have to accept being whores rather than strippers, but that's not your concern. @@color:green;Your arcology's prosperity has increased.@@
+	You offer a way out of their situation. They, you suggest, can keep working in the now-vacant shop if they work together to pay the rent. They can move into a couple of vacant rooms nearby that you can easily have set up as a bunkhouse. You'll collect a little more rent, and they'll have a second chance. They @@.green;accept it with gratitude.@@ It's quite likely they'll either fail or have to accept being whores rather than strippers, but that's not your concern. @@.green;Your arcology's prosperity has increased.@@
 	<<set $nextButton = "Continue">>
 	<<set $arcologies[0].prosperity += 1>>
 	<<set $cash -= 500>>
@@ -636,7 +636,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <<else>>
 	<<link "Take an Arcology Tour">>
 		<<replace "#result">>
-		The cubicle she takes you back into is small, but clean and well-kept. She gives you a kiss on the cheek. "That's not part of the Arcology Tour. Sorry. Here's the start of the real tour." <<if $PC.dick == 1>>She sucks you to full mast while shucking off her skimpy clothing<<if $PC.vagina == 1>>, giggling appreciatively at your pussy and lavishing attention on it with her hands<</if>>. Then she turns around and slides you into her pussy with the ease of long practice. After a good long standing fuck, she begs you to "finish the tour" in her ass and then "pay the tour guide" by coming in her mouth.<<else>>She giggles. "Tour's a little different for a lady like you, Ma'am. Here," she says, and starts to make out with you, pressing you back down onto a bench. She lavishes expert oral attention on your pussy in a series of clever positions that offer every part of her body to you in turn for you to grope, squeeze, and penetrate with your fingers.<</if>> Afterward, as she's hurrying back into her clothes, she says, "We've got the money you paid to set those rooms up, @@color:yellowgreen;here it is.@@ And we're doing pretty good, so we could use a little more working space. We'd like the vacant space next door. We'll furnish it, if you'll let us have it?" @@color:green;$arcologies[0].name's prosperity has increased.@@
+		The cubicle she takes you back into is small, but clean and well-kept. She gives you a kiss on the cheek. "That's not part of the Arcology Tour. Sorry. Here's the start of the real tour." <<if $PC.dick == 1>>She sucks you to full mast while shucking off her skimpy clothing<<if $PC.vagina == 1>>, giggling appreciatively at your pussy and lavishing attention on it with her hands<</if>>. Then she turns around and slides you into her pussy with the ease of long practice. After a good long standing fuck, she begs you to "finish the tour" in her ass and then "pay the tour guide" by coming in her mouth.<<else>>She giggles. "Tour's a little different for a lady like you, Ma'am. Here," she says, and starts to make out with you, pressing you back down onto a bench. She lavishes expert oral attention on your pussy in a series of clever positions that offer every part of her body to you in turn for you to grope, squeeze, and penetrate with your fingers.<</if>> Afterward, as she's hurrying back into her clothes, she says, "We've got the money you paid to set those rooms up, @@.yellowgreen;here it is.@@ And we're doing pretty good, so we could use a little more working space. We'd like the vacant space next door. We'll furnish it, if you'll let us have it?" @@.green;$arcologies[0].name's prosperity has increased.@@
 		<<set $arcologies[0].prosperity += 2>>
 		<<set $space -= 1>>
 		<<set $cash += 500>>
@@ -644,7 +644,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<</link>>
 	<br><<link "Politely decline">>
 		<<replace "#result">>
-		"Aw," she says, "you're no fun. Well anyway, we've got the money you paid to set those rooms up, @@color:yellowgreen;here it is.@@ And we're doing pretty good, so we could use a little more working space. We'd like the vacant space next door. We'll furnish it, if you'll let us have it?" @@color:green;$arcologies[0].name's prosperity has increased.@@
+		"Aw," she says, "you're no fun. Well anyway, we've got the money you paid to set those rooms up, @@.yellowgreen;here it is.@@ And we're doing pretty good, so we could use a little more working space. We'd like the vacant space next door. We'll furnish it, if you'll let us have it?" @@.green;$arcologies[0].name's prosperity has increased.@@
 		<<set $arcologies[0].prosperity += 2>>
 		<<set $space -= 1>>
 		<<set $cash += 500>>
@@ -658,7 +658,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <<if $AProsperityCap > 60>>
 <<link "Arm yourself and your drones">>
 	<<replace "#result">>
-	In a time of uncertainty, the public adores people who protect them. So, in addition to publicly procuring yourself the latest weapons and armor, you update the arcology's drone systems. The security drones' riot cannons can be replaced for easy maintenance, so it's rather easy to provide them with alternate, lethal weaponry that they can switch to if it becomes necessary. $arcologies[0].name becomes known as one of the best-protected in the Free Cities. @@color:green;Your reputation has greatly improved.@@
+	In a time of uncertainty, the public adores people who protect them. So, in addition to publicly procuring yourself the latest weapons and armor, you update the arcology's drone systems. The security drones' riot cannons can be replaced for easy maintenance, so it's rather easy to provide them with alternate, lethal weaponry that they can switch to if it becomes necessary. $arcologies[0].name becomes known as one of the best-protected in the Free Cities. @@.green;Your reputation has greatly improved.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1500>>
 	<<set $cash -= 5000>>
@@ -669,7 +669,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</if>>
 <<link "Arm yourself">>
 	<<replace "#result">>
-	In a time of uncertainty, the public looks up to people who project strength. So, you purchase yourself some of the latest armor and weapons, and make sure they are visible in a glass-walled cabinet in your office. Many of your wealthier tenants follow suit. A few of them even emulate your example and practice using these implements once a week. @@color:green;Your reputation has improved.@@
+	In a time of uncertainty, the public looks up to people who project strength. So, you purchase yourself some of the latest armor and weapons, and make sure they are visible in a glass-walled cabinet in your office. Many of your wealthier tenants follow suit. A few of them even emulate your example and practice using these implements once a week. @@.green;Your reputation has improved.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 500>>
 	<<set $cash -= 2000>> //This will cost ¤2000//
@@ -874,14 +874,14 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <<set $PAid = 0>>
 <<link "Agree">>
 	<<replace "#result">>
-	You dispatch your personal VTOL bird immediately. It lands on the roof of the building they're sheltering in, and brings them across the closest border and into a more functional country. You receive a call expressing their heartfelt thanks and promising to @@color:green;spread the word@@ about how you helped them escape, and a wire transfer of their @@color:yellowgreen;payment@@ for the airlift.
+	You dispatch your personal VTOL bird immediately. It lands on the roof of the building they're sheltering in, and brings them across the closest border and into a more functional country. You receive a call expressing their heartfelt thanks and promising to @@.green;spread the word@@ about how you helped them escape, and a wire transfer of their @@.yellowgreen;payment@@ for the airlift.
 	<<set $cash += 2000>>
 	<<set $rep += 100>>
 	<</replace>>
 <</link>>
 <br><<link "Do it for free">>
 	<<replace "#result">>
-	You dispatch your personal VTOL bird immediately. It lands on the roof of the building they're sheltering in, and brings them across the closest border and into a more functional country. You receive a call expressing their heartfelt thanks, and when you refuse their payment for the airlift, they tearfully promise to tell the story of how you @@color:green;extended charity@@ to those in need, belying the rumors about slaveowners.
+	You dispatch your personal VTOL bird immediately. It lands on the roof of the building they're sheltering in, and brings them across the closest border and into a more functional country. You receive a call expressing their heartfelt thanks, and when you refuse their payment for the airlift, they tearfully promise to tell the story of how you @@.green;extended charity@@ to those in need, belying the rumors about slaveowners.
 	<<set $rep += 250>>
 	<</replace>>
 <</link>>
@@ -902,7 +902,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 		<<slaveCost _newSlaves[$i]>>
 		<<set $cash += $slaveCost>>
 	<</for>>
-	Prisoners @@color:green;sold.@@
+	Prisoners @@.green;sold.@@
 	<</replace>>
 <</link>>
 <br><<link "Enslave them all">>
diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw
index 4badf111766c9e6e1f5f253666c7ae6a04591e86..6a396012332ff39dc513402c6b124a1a5f56dabb 100644
--- a/src/uncategorized/hgApplication.tw
+++ b/src/uncategorized/hgApplication.tw
@@ -12,7 +12,7 @@
 <</if>>
 <</if>>
 
-&nbsp;&nbsp;&nbsp;&nbsp;''Your head girl __@@color:pink;$HeadGirl.slaveName@@__'' notices that ''__@@color:pink;$activeSlave.slaveName@@__''
+&nbsp;&nbsp;&nbsp;&nbsp;''Your head girl __@@.pink;$HeadGirl.slaveName@@__'' notices that ''__@@.pink;$activeSlave.slaveName@@__''
 <<if $HGtraining == "health">>
 	is unwell.
 <<elseif $HGtraining == "obedience">>
@@ -40,7 +40,7 @@
 
 <<if $HGtraining == "health">>
 
-She helps $activeSlave.slaveName however she can. The tender care has @@color:green;improved $activeSlave.slaveName's health.@@
+She helps $activeSlave.slaveName however she can. The tender care has @@.green;improved $activeSlave.slaveName's health.@@
 <<set $activeSlave.health += 10>>
 
 <<else>>
@@ -115,10 +115,10 @@ She helps $activeSlave.slaveName however she can. The tender care has @@color:gr
 	<<if $activeSlave.devotion > 50>>
 	accepts the abuse, believing she deserves to be raped.
 	<<elseif $activeSlave.devotion >= -20>>
-	is @@color:gold;frightened@@ by the unceasing abuse.
+	is @@.gold;frightened@@ by the unceasing abuse.
 	<<set $activeSlave.trust -= 1>>
 	<<else>>
-	@@color:mediumorchid;hates@@ and @@color:gold;fears@@ the constant abuse.
+	@@.mediumorchid;hates@@ and @@.gold;fears@@ the constant abuse.
 	<<set $activeSlave.trust -= 1>>
 	<<set $activeSlave.devotion -= 1>>
 	<</if>>
@@ -143,16 +143,16 @@ She helps $activeSlave.slaveName however she can. The tender care has @@color:gr
 	<</if>>
 	$activeSlave.slaveName
 	<<if $activeSlave.devotion > 50>>
-	is @@color:mediumaquamarine;grateful@@ that she is punished justly when she makes mistakes.
+	is @@.mediumaquamarine;grateful@@ that she is punished justly when she makes mistakes.
 	<<set $activeSlave.trust += 1>>
 	<<elseif $activeSlave.devotion >= -20>>
 	does her best to learn quickly and avoid punishment.
 	<<else>>
-	is @@color:gold;scared@@ by her inability to get away with the smallest disobedience.
+	is @@.gold;scared@@ by her inability to get away with the smallest disobedience.
 	<<set $activeSlave.trust -= 1>>
 	<</if>>
 <<else>>
-	You require her to use respect when punishing; she does her best to motivate, but is unable to use real fear as a tool. $activeSlave.slaveName understands this, and @@color:mediumaquamarine;trusts@@ that if she fails, the consequences won't be too awful.
+	You require her to use respect when punishing; she does her best to motivate, but is unable to use real fear as a tool. $activeSlave.slaveName understands this, and @@.mediumaquamarine;trusts@@ that if she fails, the consequences won't be too awful.
 	<<set $activeSlave.trust += 1>>
 <</if>>
 
@@ -161,11 +161,11 @@ She helps $activeSlave.slaveName however she can. The tender care has @@color:gr
 <<set _effectiveness -= $activeSlave.intelligence*15>>
 <<set $activeSlave.trust -= Math.trunc(_effectiveness/4)>>
 <<if $activeSlave.devotion < -50>>
-	She helps watch and restrain the rebellious $activeSlave.slaveName, helping wear her down, @@color:gold;breaking $activeSlave.slaveName's rebelliousness.@@
+	She helps watch and restrain the rebellious $activeSlave.slaveName, helping wear her down, @@.gold;breaking $activeSlave.slaveName's rebelliousness.@@
 <<elseif $activeSlave.devotion < -20>>
-	She keeps $activeSlave.slaveName constantly aware of her slavery, @@color:gold;breaking $activeSlave.slaveName's resistance.@@
+	She keeps $activeSlave.slaveName constantly aware of her slavery, @@.gold;breaking $activeSlave.slaveName's resistance.@@
 <<else>>
-	She acts as another pair of eyes watching $activeSlave.slaveName and metes out punishments,	@@color:gold;improving $activeSlave.slaveName's servitude.@@
+	She acts as another pair of eyes watching $activeSlave.slaveName and metes out punishments,	@@.gold;improving $activeSlave.slaveName's servitude.@@
 <</if>>
 
 <<elseif $HGtraining == "flaw">>
@@ -176,7 +176,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@color:gr
 	$HeadGirl.slaveName does her best to get $activeSlave.slaveName past it with punishments and rewards,
 	<<if $activeSlave.training > 100>>
 		<<set $activeSlave.training = 0>>
-		and @@color:green;resolves $activeSlave.slaveName's paraphilia.@@
+		and @@.green;resolves $activeSlave.slaveName's paraphilia.@@
 		<<if $activeSlave.behavioralFlaw != "none">>
 		<<set $activeSlave.behavioralFlaw = "none">>
 		<<elseif $activeSlave.sexualFlaw != "none">>
@@ -189,7 +189,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@color:gr
 	$HeadGirl.slaveName punishes $activeSlave.slaveName whenever she catches her indulging in her bad habits,
 	<<if $activeSlave.training > 100>>
 		<<set $activeSlave.training = 0>>
-		and @@color:green;fixes $activeSlave.slaveName's flaw.@@
+		and @@.green;fixes $activeSlave.slaveName's flaw.@@
 		<<if $activeSlave.behavioralFlaw != "none">>
 		<<set $activeSlave.behavioralFlaw = "none">>
 		<<elseif $activeSlave.sexualFlaw != "none">>
@@ -207,7 +207,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@color:gr
 She punishes $activeSlave.slaveName whenever she sees her breaking the rules yet does her best to retain what makes the slave special,
 <<if $activeSlave.training > 150>>
 	<<set $activeSlave.training = 0>>
-	and successfully @@color:green;softens $activeSlave.slaveName's flaw.@@
+	and successfully @@.green;softens $activeSlave.slaveName's flaw.@@
 	<<if $activeSlave.behavioralFlaw != "none">>
 		<<if ($activeSlave.behavioralFlaw == "arrogant")>>
 		<<set $activeSlave.behavioralQuirk = "confident">>
@@ -331,23 +331,23 @@ In spare moments she teaches $activeSlave.slaveName how to prostitute herself. $
 	<<set $activeSlave.attrKnown = 1>>
 	$HeadGirl.slaveName also investigates the slave's basic sexual orientation, finding that she is
 	<<if ($activeSlave.attrXY <= 40)>>
-		@@color:red;disgusted by men@@
+		@@.red;disgusted by men@@
 	<<elseif ($activeSlave.attrXY <= 60)>>
 		indifferent to men
 	<<elseif ($activeSlave.attrXY <= 80)>>
-		@@color:green;attracted to men@@
+		@@.green;attracted to men@@
 	<<else>>
-		@@color:green;intensely attracted to men@@
+		@@.green;intensely attracted to men@@
 	<</if>>
 	and
 	<<if ($activeSlave.attrXX <= 40)>>
-		@@color:red;disgusted by women.@@
+		@@.red;disgusted by women.@@
 	<<elseif ($activeSlave.attrXX <= 60)>>
 		indifferent to women.
 	<<elseif ($activeSlave.attrXX <= 80)>>
-		@@color:green;attracted to women.@@
+		@@.green;attracted to women.@@
 	<<else>>
-		@@color:green;intensely attracted to women.@@
+		@@.green;intensely attracted to women.@@
 	<</if>>
 <</if>>
 <</if>>
diff --git a/src/uncategorized/hgSelect.tw b/src/uncategorized/hgSelect.tw
index 0e73387229c3a2c22e11561bb42bd8dd46fc6d95..fee19b5c3a0835768128328c60e15778bee3a74a 100644
--- a/src/uncategorized/hgSelect.tw
+++ b/src/uncategorized/hgSelect.tw
@@ -8,7 +8,7 @@
 		<<if _ID == $slaves[_i].ID>><<break>><</if>>
 	<</for>>
 	<<set $HeadGirl = $slaves[_i]>>
-	''__@@color:pink;$HeadGirl.slaveName@@__'' is serving as your head girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort; it is her role to serve and comfort you at your side, in addition to performing normal head girl duties<</if>>.
+	''__@@.pink;$HeadGirl.slaveName@@__'' is serving as your head girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort; it is her role to serve and comfort you at your side, in addition to performing normal head girl duties<</if>>.
 <<else>>
 	You have not selected a head girl.
 <</if>>
@@ -17,39 +17,39 @@
 
 <br>
 <<if ($headGirlTrainsHealth == 0)>>
-	Your head girl will @@color:red;NOT TREAT@@ poor health. [[Improve health|HG Select][$headGirlTrainsHealth = 1]]
+	Your head girl will @@.red;NOT TREAT@@ poor health. [[Improve health|HG Select][$headGirlTrainsHealth = 1]]
 <<else>>
-	Your head girl will @@color:green;TREAT@@ poor health. [[Stop improving health|HG Select][$headGirlTrainsHealth = 0]]
+	Your head girl will @@.green;TREAT@@ poor health. [[Stop improving health|HG Select][$headGirlTrainsHealth = 0]]
 <</if>>
 
 <br>
 <<if ($headGirlTrainsFlaws == 0)>>
-	Your head girl will @@color:red;NOT FIX@@ flaws. [[Fix flaws|HG Select][$headGirlTrainsFlaws = 1]] | [[Soften flaws|HG Select][$headGirlTrainsFlaws = 2]]
+	Your head girl will @@.red;NOT FIX@@ flaws. [[Fix flaws|HG Select][$headGirlTrainsFlaws = 1]] | [[Soften flaws|HG Select][$headGirlTrainsFlaws = 2]]
 <<elseif ($headGirlTrainsFlaws == 1)>>
-	Your head girl will @@color:green;FIX@@ flaws. [[Stop fixing flaws|HG Select][$headGirlTrainsFlaws = 0]] | [[Soften flaws|HG Select][$headGirlTrainsFlaws = 2]]
+	Your head girl will @@.green;FIX@@ flaws. [[Stop fixing flaws|HG Select][$headGirlTrainsFlaws = 0]] | [[Soften flaws|HG Select][$headGirlTrainsFlaws = 2]]
 <<else>>
-	Your head girl will @@color:yellow;SOFTEN@@ flaws. [[Stop fixing flaws|HG Select][$headGirlTrainsFlaws = 0]] | [[Fix flaws|HG Select][$headGirlTrainsFlaws = 1]]
+	Your head girl will @@.yellow;SOFTEN@@ flaws. [[Stop fixing flaws|HG Select][$headGirlTrainsFlaws = 0]] | [[Fix flaws|HG Select][$headGirlTrainsFlaws = 1]]
 <</if>>
 
 <br>
 <<if ($headGirlTrainsParaphilias == 0)>>
-	Your head girl will @@color:red;NOT FIX@@ paraphilias. [[Fix paraphilias|HG Select][$headGirlTrainsParaphilias = 1]]
+	Your head girl will @@.red;NOT FIX@@ paraphilias. [[Fix paraphilias|HG Select][$headGirlTrainsParaphilias = 1]]
 <<else>>
-	Your head girl will @@color:green;FIX@@ paraphilias. [[Stop fixing paraphilias|HG Select][$headGirlTrainsParaphilias = 0]]
+	Your head girl will @@.green;FIX@@ paraphilias. [[Stop fixing paraphilias|HG Select][$headGirlTrainsParaphilias = 0]]
 <</if>>
 
 <br>
 <<if ($headGirlTrainsObedience == 0)>>
-	Your head girl will @@color:red;NOT TRAIN@@ obedience. [[Train obedience|HG Select][$headGirlTrainsObedience = 1]]
+	Your head girl will @@.red;NOT TRAIN@@ obedience. [[Train obedience|HG Select][$headGirlTrainsObedience = 1]]
 <<else>>
-	Your head girl will @@color:green;TRAIN@@ obedience. [[Stop training obedience|HG Select][$headGirlTrainsObedience = 0]]
+	Your head girl will @@.green;TRAIN@@ obedience. [[Stop training obedience|HG Select][$headGirlTrainsObedience = 0]]
 <</if>>
 
 <br>
 <<if ($headGirlTrainsSkills == 0)>>
-	Your head girl will @@color:red;NOT TRAIN@@ skills. [[Train skills|HG Select][$headGirlTrainsSkills = 1]]
+	Your head girl will @@.red;NOT TRAIN@@ skills. [[Train skills|HG Select][$headGirlTrainsSkills = 1]]
 <<else>>
-	Your head girl will @@color:green;TRAIN@@ skills. [[Stop training skills|HG Select][$headGirlTrainsSkills = 0]]
+	Your head girl will @@.green;TRAIN@@ skills. [[Stop training skills|HG Select][$headGirlTrainsSkills = 0]]
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw
index 68e498253c3712dc723f56e0ff703efb680893f9..0bf3189ffe68cc439b338d3d24e8d11126b8fdfd 100644
--- a/src/uncategorized/jeSlaveDispute.tw
+++ b/src/uncategorized/jeSlaveDispute.tw
@@ -189,21 +189,21 @@
 <<if $event == "slave deal">>\
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 	<<replace "#result">>
-	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@color:yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although she isn't stupid enough to make a public accusation of corruption, the older woman made use of her few remaining hours of freedom to @@color:red;slander@@ your administration of justice.
+	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although she isn't stupid enough to make a public accusation of corruption, the older woman made use of her few remaining hours of freedom to @@.red;slander@@ your administration of justice.
 	<<set $rep -= 100>>
 	<<set $cash += random(150,200)*10>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the older woman">>
 	<<replace "#result">>
-	You settle the dispute in favor of the slave-to-be. She is resigned, knowing that she's now owned by a woman who almost certainly hates her, but her daughter's treatments are assured. The story gets around quickly, @@color:green;capturing the hearts@@ of more romantic citizens. The angry slave trader leaves the arcology, @@color:red;reducing prosperity.@@
+	You settle the dispute in favor of the slave-to-be. She is resigned, knowing that she's now owned by a woman who almost certainly hates her, but her daughter's treatments are assured. The story gets around quickly, @@.green;capturing the hearts@@ of more romantic citizens. The angry slave trader leaves the arcology, @@.red;reducing prosperity.@@
 	<<set $arcologies[0].prosperity -= 5>>
 	<<set $rep += 500>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the slave trader">>
 	<<replace "#result">>
-	You settle the dispute in favor of the slave trader. The story of the mother's enslavement, along with the prompt death of the daughter due to inadequate treatment, gets around the Free Cities, @@color:red;appalling@@ more romantic citizens. The trader lets it be known amongst her peers that you do not brook uppity behavior from poor bitches, and that slave traders can expect to do well in your arcology, @@color:green;increasing prosperity.@@
+	You settle the dispute in favor of the slave trader. The story of the mother's enslavement, along with the prompt death of the daughter due to inadequate treatment, gets around the Free Cities, @@.red;appalling@@ more romantic citizens. The trader lets it be known amongst her peers that you do not brook uppity behavior from poor bitches, and that slave traders can expect to do well in your arcology, @@.green;increasing prosperity.@@
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep -= 500>>
 	<</replace>>
@@ -212,7 +212,7 @@
 	<<AddSlave $activeSlave>>
 	<<set $cash -= $contractCost>>
 	<<replace "#result">>
-	You offer to simply buy out the contract, taking the slave for yourself, letting the slave trader out of her side of the deal, and providing for the daughter's medical care. The trader lets it be known amongst her peers that you will make things right no matter the cost to yourself, @@color:green;increasing prosperity.@@ The story of the mother willing to be enslaved gets around quickly, @@color:green;capturing the hearts@@ of more romantic citizens. The mother, meanwhile, presents herself for enslavement, @@color:hotpink;very grateful@@ that you've saved her daughter's life.
+	You offer to simply buy out the contract, taking the slave for yourself, letting the slave trader out of her side of the deal, and providing for the daughter's medical care. The trader lets it be known amongst her peers that you will make things right no matter the cost to yourself, @@.green;increasing prosperity.@@ The story of the mother willing to be enslaved gets around quickly, @@.green;capturing the hearts@@ of more romantic citizens. The mother, meanwhile, presents herself for enslavement, @@.hotpink;very grateful@@ that you've saved her daughter's life.
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep += 500>>
 	<<set $nextLink = "AS Dump">>
@@ -222,21 +222,21 @@
 <<elseif $event == "slave training">>\
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 	<<replace "#result">>
-	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@color:yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@color:red;not pleased@@ with your administration of justice.
+	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@.red;not pleased@@ with your administration of justice.
 	<<set $rep -= 100>>
 	<<set $cash += random(150,200)*10>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the accuser">>
 	<<replace "#result">>
-	You settle the dispute in favor of the wealthy accuser. He lets you know privately that he recently had a business deal go bad, so he's in a tough cash situation right now; he's so grateful for your assistance in this embarrassing situation that he talks @@color:green;effusively@@ for days to anyone who will listen about your good administration of the arcology. Unfortunately, the furious trainer has packed up his equipment and his gelding and left for another arcology, somewhat @@color:red;reducing prosperity.@@
+	You settle the dispute in favor of the wealthy accuser. He lets you know privately that he recently had a business deal go bad, so he's in a tough cash situation right now; he's so grateful for your assistance in this embarrassing situation that he talks @@.green;effusively@@ for days to anyone who will listen about your good administration of the arcology. Unfortunately, the furious trainer has packed up his equipment and his gelding and left for another arcology, somewhat @@.red;reducing prosperity.@@
 	<<set $arcologies[0].prosperity -= 5>>
 	<<set $rep += 500>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the trainer">>
 	<<replace "#result">>
-	You settle the dispute in favor of the slave trainer. It transpires that the wealthy accuser was no longer wealthy at all, and was looking to get out of the deal; he's furious, and spends a long day @@color:red;spewing invectives@@ against you to anyone who will listen before decamping back to the old world. The trainer, on the other hand, lets it be known that you support businessmen, who can trust you to look after their interests, @@color:green;increasing prosperity.@@
+	You settle the dispute in favor of the slave trainer. It transpires that the wealthy accuser was no longer wealthy at all, and was looking to get out of the deal; he's furious, and spends a long day @@.red;spewing invectives@@ against you to anyone who will listen before decamping back to the old world. The trainer, on the other hand, lets it be known that you support businessmen, who can trust you to look after their interests, @@.green;increasing prosperity.@@
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep -= 500>>
 	<</replace>>
@@ -245,7 +245,7 @@
 	<<AddSlave $activeSlave>>
 	<<set $cash -= $contractCost>>
 	<<replace "#result">>
-	You offer to simply buy out the deal, paying the trainer and taking the slave yourself, and letting the buyer out of the payment. The trainer, on the other hand, lets it be known that you support businessmen, who can trust you to ensure they don't come out second best, @@color:green;increasing prosperity.@@ The buyer lets you know privately that he recently had a business deal go bad, so he's in a tough cash situation right now; he's so grateful for your assistance in this embarrassing situation that he talks @@color:green;effusively@@ for days to anyone who will listen about your discreet administration of the arcology. The slave, meanwhile, arrives at your penthouse, @@color:hotpink;rather hopeful@@ that she's going to a good master.
+	You offer to simply buy out the deal, paying the trainer and taking the slave yourself, and letting the buyer out of the payment. The trainer, on the other hand, lets it be known that you support businessmen, who can trust you to ensure they don't come out second best, @@.green;increasing prosperity.@@ The buyer lets you know privately that he recently had a business deal go bad, so he's in a tough cash situation right now; he's so grateful for your assistance in this embarrassing situation that he talks @@.green;effusively@@ for days to anyone who will listen about your discreet administration of the arcology. The slave, meanwhile, arrives at your penthouse, @@.hotpink;rather hopeful@@ that she's going to a good master.
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep += 500>>
 	<<set $nextLink = "AS Dump">>
@@ -255,21 +255,21 @@
 <<elseif $event == "majority deal">>\
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 	<<replace "#result">>
-	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@color:yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@color:red;not pleased@@ with your administration of justice.
+	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payments contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the loser is proclaiming that he is @@.red;not pleased@@ with your administration of justice.
 	<<set $rep -= 100>>
 	<<set $cash += random(150,200)*10>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the accuser">>
 	<<replace "#result">>
-	You settle the dispute in favor of the prominent accuser. He dabbles in slave breeding himself, and was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable, and speaks @@color:green;positively@@ in public about how you helped an innocent breeder protect his prize bloodlines. Slave trading to and from your arcology is @@color:red;somewhat lessened@@ however, since the school lets it be known that trading in your arcology is a risk.
+	You settle the dispute in favor of the prominent accuser. He dabbles in slave breeding himself, and was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable, and speaks @@.green;positively@@ in public about how you helped an innocent breeder protect his prize bloodlines. Slave trading to and from your arcology is @@.red;somewhat lessened@@ however, since the school lets it be known that trading in your arcology is a risk.
 	<<set $arcologies[0].prosperity -= 5>>
 	<<set $rep += 500>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the trainer">>
 	<<replace "#result">>
-	You settle the dispute in favor of the school, and against the prominent accuser. He dabbles in slave breeding himself, and was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable, and speaks @@color:red;furiously@@ in public about how you denied an innocent breeder justice against those swindling slave schools. The school, however, passes a @@color:green;good word@@ around the industry that schools trading with your arcology can expect to be protected from frivolous claims.
+	You settle the dispute in favor of the school, and against the prominent accuser. He dabbles in slave breeding himself, and was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable, and speaks @@.red;furiously@@ in public about how you denied an innocent breeder justice against those swindling slave schools. The school, however, passes a @@.green;good word@@ around the industry that schools trading with your arcology can expect to be protected from frivolous claims.
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep -= 500>>
 	<</replace>>
@@ -278,7 +278,7 @@
 	<<AddSlave $activeSlave>>
 	<<set $cash -= $contractCost>>
 	<<replace "#result">>
-	You offer to buy out the deal, paying the school and taking the slave yourself, and compromising on the demanded compensation. The citizen was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable and is mollified by the moderate payment, and speaks @@color:green;kindly@@ in public about how you helped an innocent breeder protect his prize bloodlines. The school sends a @@color:green;positive note@@ around the industry to the effect that schools trading with your arcology can expect to have excessive claims sensibly reduced.
+	You offer to buy out the deal, paying the school and taking the slave yourself, and compromising on the demanded compensation. The citizen was looking forward to using the slave in question for breeding stock; like many breeders he cares deeply about his stable and is mollified by the moderate payment, and speaks @@.green;kindly@@ in public about how you helped an innocent breeder protect his prize bloodlines. The school sends a @@.green;positive note@@ around the industry to the effect that schools trading with your arcology can expect to have excessive claims sensibly reduced.
 	<<set $arcologies[0].prosperity += 3>>
 	<<set $rep += 300>>
 	<<set $nextLink = "AS Dump">>
@@ -288,21 +288,21 @@
 <<elseif $event == "indenture deal">>\
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 	<<replace "#result">>
-	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@color:yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although she isn't stupid enough to make a public accusation, the whore has been @@color:red;whispering@@ to her peers that you helped the trader cheat her into prostitution. Few citizens care, but there is a faint scent of corruption.
+	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although she isn't stupid enough to make a public accusation, the whore has been @@.red;whispering@@ to her peers that you helped the trader cheat her into prostitution. Few citizens care, but there is a faint scent of corruption.
 	<<set $rep -= 50>>
 	<<set $cash += random(150,200)*10>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the indentured whore">>
 	<<replace "#result">>
-	You settle the dispute in favor of the indentured whore, adding a requirement to the indentured servitude that she not be required to fuck against her will. The story of the brave prostitute and the conniving trader is @@color:green;told and retold,@@ impressing the more credulous citizens. It also @@color:red;raises doubts@@ among the wealthier, more business-minded residents about whether you can be depended on to promote their interests.
+	You settle the dispute in favor of the indentured whore, adding a requirement to the indentured servitude that she not be required to fuck against her will. The story of the brave prostitute and the conniving trader is @@.green;told and retold,@@ impressing the more credulous citizens. It also @@.red;raises doubts@@ among the wealthier, more business-minded residents about whether you can be depended on to promote their interests.
 	<<set $arcologies[0].prosperity -= 5>>
 	<<set $rep += 500>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the indenture holder">>
 	<<replace "#result">>
-	You settle the dispute in favor of the owner of the indenture. No change in the contract is necessary, since it already says what it should: that he controls her for the required period. That's all. The story of your strictness in business disputes @@color:green;impresses@@ some of the more commercially powerful citizens of the arcology, but is @@color:red;hissed@@ by the stupider, more romantic residents, who see only a brave whore being beaten down by a conniving slave trader.
+	You settle the dispute in favor of the owner of the indenture. No change in the contract is necessary, since it already says what it should: that he controls her for the required period. That's all. The story of your strictness in business disputes @@.green;impresses@@ some of the more commercially powerful citizens of the arcology, but is @@.red;hissed@@ by the stupider, more romantic residents, who see only a brave whore being beaten down by a conniving slave trader.
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep -= 500>>
 	<</replace>>
@@ -311,7 +311,7 @@
 	<<AddSlave $activeSlave>>
 	<<set $cash -= $contractCost>>
 	<<replace "#result">>
-	You quietly contact the trader and suggest an alternative method of settling the dispute. He is surprised, but agrees readily, chuckling at how the "recalcitrant bitch" is going to be dealt with. To her horror, she finds that your near-total power over deals made in your arcology has been employed to saddle her with additional debts that, under her indentured servitude, she cannot hope to repay. It is then the work of ten minutes to demand payment, and when she cannot pay, demand her body for enslavement. The story of your cunning @@color:green;impresses@@ the slave traders, but is @@color:red;booed@@ by fairer-minded citizens.
+	You quietly contact the trader and suggest an alternative method of settling the dispute. He is surprised, but agrees readily, chuckling at how the "recalcitrant bitch" is going to be dealt with. To her horror, she finds that your near-total power over deals made in your arcology has been employed to saddle her with additional debts that, under her indentured servitude, she cannot hope to repay. It is then the work of ten minutes to demand payment, and when she cannot pay, demand her body for enslavement. The story of your cunning @@.green;impresses@@ the slave traders, but is @@.red;booed@@ by fairer-minded citizens.
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep -= 100>>
 	<<set $nextLink = "AS Dump">>
@@ -321,21 +321,21 @@
 <<else>>\
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 	<<replace "#result">>
-	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payment contingent on the case going the payer's way. You select the @@color:yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the buyer is furious at paying virgin prices for a defiled slave, and is privately @@color:red;slandering@@ your administration of justice.
+	You privately inform both parties you'll settle this in favor of the most generous. You instantly receive two notices of escrow payment contingent on the case going the payer's way. You select the @@.yellowgreen;bigger of the two@@ and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although he isn't stupid enough to make a public accusation of corruption, the buyer is furious at paying virgin prices for a defiled slave, and is privately @@.red;slandering@@ your administration of justice.
 	<<set $rep -= 100>>
 	<<set $cash += random(150,200)*10>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the prospective buyer">>
 	<<replace "#result">>
-	What's most important is the justice of the outcome. You settle the dispute in favor of the buyer, who would otherwise be forced to buy something he did not mean to pay for. He lets it be known far and wide that you are willing to stand up for what's right, no matter what and no matter who, @@color:green;improving@@ your reputation. The angry seller, now afflicted with a devalued slave in addition to a bad headache, lets his group of friends know that social superiors have no advantage at justice here. They become more reticent about dealmaking in your arcology, @@color:red;damaging@@ its prosperity.
+	What's most important is the justice of the outcome. You settle the dispute in favor of the buyer, who would otherwise be forced to buy something he did not mean to pay for. He lets it be known far and wide that you are willing to stand up for what's right, no matter what and no matter who, @@.green;improving@@ your reputation. The angry seller, now afflicted with a devalued slave in addition to a bad headache, lets his group of friends know that social superiors have no advantage at justice here. They become more reticent about dealmaking in your arcology, @@.red;damaging@@ its prosperity.
 	<<set $arcologies[0].prosperity -= 5>>
 	<<set $rep += 500>>
 	<</replace>>
 	<</link>>
 	<<link "Settle the dispute in favor of the prominent slaveowner">>
 	<<replace "#result">>
-	A deal is a deal; buyer beware. You settle the dispute in favor of the slaveowner. He lets it be known amongst his peers that you do not let social inferiors insist on justice against their betters. Citizens of quality become more willing to consider dealmaking in your arcology, @@color:green;increasing prosperity.@@ On the other hand, the angry buyer shows himself to be not a person to treat lightly, either; he maintains a @@color:red;malicious@@ whispering campaign to the effect that your administration of justice is fatally biased.
+	A deal is a deal; buyer beware. You settle the dispute in favor of the slaveowner. He lets it be known amongst his peers that you do not let social inferiors insist on justice against their betters. Citizens of quality become more willing to consider dealmaking in your arcology, @@.green;increasing prosperity.@@ On the other hand, the angry buyer shows himself to be not a person to treat lightly, either; he maintains a @@.red;malicious@@ whispering campaign to the effect that your administration of justice is fatally biased.
 	<<set $arcologies[0].prosperity += 5>>
 	<<set $rep -= 500>>
 	<</replace>>
@@ -344,7 +344,7 @@
 	<<AddSlave $activeSlave>>
 	<<set $cash -= $contractCost>>
 	<<replace "#result">>
-	You offer to simply buy out the contract, taking the slave for yourself. This lets the buyer out of buying her, and the slaveowner gets his money; but it soon becomes apparent that what both of them were really looking for is an opportunity to put one over on the other. Neither is pleased to be denied a petty victory, but they both have the sense to keep their mouths shut. The poor slave, meanwhile, appears in the penthouse entryway, @@color:hotpink;hopeful@@ that she's been lucky enough to end up in a less abusive situation.
+	You offer to simply buy out the contract, taking the slave for yourself. This lets the buyer out of buying her, and the slaveowner gets his money; but it soon becomes apparent that what both of them were really looking for is an opportunity to put one over on the other. Neither is pleased to be denied a petty victory, but they both have the sense to keep their mouths shut. The poor slave, meanwhile, appears in the penthouse entryway, @@.hotpink;hopeful@@ that she's been lucky enough to end up in a less abusive situation.
 	<<set $nextLink = "AS Dump">>
 	<<include "New Slave Intro">>
 	<</replace>>
diff --git a/src/uncategorized/labReport.tw b/src/uncategorized/labReport.tw
index 5cd6ea535dfb185b8d7e06fdfeb1896a331d66b2..3bd3bacf2700cf04205ad434946f6f9a98892da9 100644
--- a/src/uncategorized/labReport.tw
+++ b/src/uncategorized/labReport.tw
@@ -4,12 +4,12 @@
 <br>
 <<if ($researchLab.hired += $researchLab.menials) != 0>>
 	<<if $researchLab.research == "none" && $researchLab.manufacture == "none">>
-		Since lab is currently not working on any projects they take contract work and earn you @@color:yellowgreen;¤<<print (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>.@@
+		Since lab is currently not working on any projects they take contract work and earn you @@.yellowgreen;¤<<print (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>.@@
 		<<set $cash += (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>
 	<<elseif $researchLab.research != "none">>
 		<<set $researchLab.productionTime -= (($researchLab.hired * 3) + ($researchLab.menials) * ($researchLab.aiModule))>>
 		<<if $researchLab.productionTime <= 0>>
-			Your lab staff have @@color:green;completed@@ their project.
+			Your lab staff have @@.green;completed@@ their project.
 			<<if $researchLab.research == "Basic prosthetics interface">>
 				<<set $researchLab.basicPLimbInterface to 1>>
 			<<elseif $researchLab.research == "Advanced prosthetics interface">>
@@ -31,12 +31,12 @@
 			<</if>>
 			<<set $researchLab.productionTime to 0, $researchLab.research to "none">>
 		<<else>>
-			Your lab staff are currently researching @@color:yellow;$researchLab.research@@.
+			Your lab staff are currently researching @@.yellow;$researchLab.research@@.
 		<</if>>
 	<<elseif $researchLab.manufacture != "none">>
 		<<set $researchLab.productionTime -= (($researchLab.hired * 3) + ($researchLab.menials) * ($researchLab.aiModule))>>
 		<<if $researchLab.productionTime <= 0>>
-			Your lab staff have @@color:green;completed@@ their project.
+			Your lab staff have @@.green;completed@@ their project.
 			<<if $researchLab.manufacture == "Basic prosthetics interface">>
 				<<set $stockpile.basicPLimbInterface += 1>>
 			<<elseif $researchLab.manufacture == "Advanced prosthetics interface">>
@@ -57,7 +57,7 @@
 			<<set $researchLab.productionTime to 0>>
 			<<set $researchLab.manufacture = "none">>
 		<<else>>
-			Your lab staff are currently working on @@color:yellow;$researchLab.manufacture@@.
+			Your lab staff are currently working on @@.yellow;$researchLab.manufacture@@.
 		<</if>>
 	<</if>>
 <</if>>
\ No newline at end of file
diff --git a/src/uncategorized/lawCompliance.tw b/src/uncategorized/lawCompliance.tw
index e5cc6a11d615c31ec3571d1f328378266b574997..9541df9574c8f5abce39e4c8eff46c72bca8beb5 100644
--- a/src/uncategorized/lawCompliance.tw
+++ b/src/uncategorized/lawCompliance.tw
@@ -133,15 +133,15 @@ has passed inspection to be sold in your arcology.
 <</if>>
 <<if $arcologies[0].FSPaternalistSMR == 1>>
 <<if $activeSlave.devotion <= 20>>
-	While she came through the slave markets, she was treated with decency. She has begun to wonder whether she can @@color:mediumaquamarine;get away with@@ being disobedient.
+	While she came through the slave markets, she was treated with decency. She has begun to wonder whether she can @@.mediumaquamarine;get away with@@ being disobedient.
 	<<set $activeSlave.trust += 10>>
 <<else>>
-	While she came through the slave markets, she was treated with decency. She has begun to hope that she can expect @@color:mediumaquamarine;basic respect@@ despite being a sex slave.
+	While she came through the slave markets, she was treated with decency. She has begun to hope that she can expect @@.mediumaquamarine;basic respect@@ despite being a sex slave.
 	<<set $activeSlave.trust += 10>>
 <</if>>
 <</if>>
 <<if $arcologies[0].FSDegradationistSMR == 1>>
-	Her current owners @@color:gold;brutalized her@@ before putting her on sale, using clever methods to produce agony without seriously damaging her health.
+	Her current owners @@.gold;brutalized her@@ before putting her on sale, using clever methods to produce agony without seriously damaging her health.
 	<<set $activeSlave.trust -= 10>>
 <</if>>
 <<if $arcologies[0].FSBodyPuristSMR == 1>>
@@ -185,7 +185,7 @@ has passed inspection to be sold in your arcology.
 <<if $arcologies[0].FSTransformationFetishistSMR == 1>>
 	In order to qualify for sale, she has been kitted out with a basic set of breast, buttock, and lip implants.
 	<<if $activeSlave.devotion <= 20>>
-	Being turned into an assembly line bimbo fills her with @@color:gold;fear@@ and @@color:mediumorchid;disgust.@@
+	Being turned into an assembly line bimbo fills her with @@.gold;fear@@ and @@.mediumorchid;disgust.@@
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -204,19 +204,19 @@ has passed inspection to be sold in your arcology.
 <</if>>
 <<if $arcologies[0].FSYouthPreferentialistSMR == 1>>
 	<<if $activeSlave.physicalAge > 35>>
-	She was treated as a disposable old bitch in the slave pens, @@color:gold;worrying her.@@
+	She was treated as a disposable old bitch in the slave pens, @@.gold;worrying her.@@
 	<<set $activeSlave.trust -= 5>>
 	<<elseif $activeSlave.physicalAge <= 25>>
-	She was treated reasonably well in the slave pens due to her youth, @@color:mediumaquamarine;reassuring her.@@
+	She was treated reasonably well in the slave pens due to her youth, @@.mediumaquamarine;reassuring her.@@
 	<<set $activeSlave.trust += 5>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSMaturityPreferentialistSMR == 1>>
 	<<if $activeSlave.physicalAge > 35>>
-	She was treated reasonably well in the slave pens due to her maturity, @@color:mediumaquamarine;reassuring her.@@
+	She was treated reasonably well in the slave pens due to her maturity, @@.mediumaquamarine;reassuring her.@@
 	<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.physicalAge <= 25>>
-	She was treated as a disposable little slut in the slave pens, @@color:gold;worrying her.@@
+	She was treated as a disposable little slut in the slave pens, @@.gold;worrying her.@@
 	<<set $activeSlave.trust -= 5>>
 	<</if>>
 <</if>>
@@ -229,11 +229,11 @@ has passed inspection to be sold in your arcology.
 <<if $arcologies[0].FSChattelReligionistSMR == 1>>
 	She has been consecrated for sale by being offered to the public for a full night, from sunset to sunrise.
 	<<if $activeSlave.devotion <= 20>>
-	Since she was not willing to accept this treatment, her consecration took the form of twelve hours of rape, @@color:gold;terrifying her@@ and @@color:mediumorchid;filling her with hatred.@@
+	Since she was not willing to accept this treatment, her consecration took the form of twelve hours of rape, @@.gold;terrifying her@@ and @@.mediumorchid;filling her with hatred.@@
 	<<set $activeSlave.trust -= 15>>
 	<<set $activeSlave.devotion -= 15>>
 	<<else>>
-	She accepted this treatment, @@color:hotpink;breaking her@@ to sexual slavery.
+	She accepted this treatment, @@.hotpink;breaking her@@ to sexual slavery.
 	<<set $activeSlave.devotion += 5>>
 	<</if>>
 
@@ -273,64 +273,64 @@ has passed inspection to be sold in your arcology.
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSRomanRevivalistSMR == 1>>
-	As she passed though the slave markets, she saw many less valuable slaves selected to die in gladiatorial combats. She is relieved she wasn't one of them, but @@color:gold;terrified@@ that will be her fate if she makes mistakes.
+	As she passed though the slave markets, she saw many less valuable slaves selected to die in gladiatorial combats. She is relieved she wasn't one of them, but @@.gold;terrified@@ that will be her fate if she makes mistakes.
 	<<set $activeSlave.trust -= 10>>
 <</if>>
 <<if $arcologies[0].FSEgyptianRevivalistSMR == 1>>
 	While she was in the slave pens, she was subjected to Egyptian cultural indoctrination.
 	<<if $activeSlave.entertainSkill > 10>>
-	She is now @@color:mediumaquamarine;confident@@ that her entertainment skills will be valued here.
+	She is now @@.mediumaquamarine;confident@@ that her entertainment skills will be valued here.
 	<<set $activeSlave.trust += 10>>
 	<<elseif $activeSlave.intelligenceImplant > 0>>
-	She now @@color:mediumaquamarine;hopes@@ that her education will be valued here.
+	She now @@.mediumaquamarine;hopes@@ that her education will be valued here.
 	<<set $activeSlave.trust += 5>>
 	<<else>>
-	She is @@color:gold;concerned@@ that she doesn't have what it takes to fit in.
+	She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
 	<<set $activeSlave.trust -= 5>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSEdoRevivalistSMR == 1>>
 	While she was in the slave pens, she was subjected to Edo Revivalist cultural indoctrination.
 	<<if $activeSlave.nationality is "Japanese">>
-	She is now @@color:mediumaquamarine;confident@@ that, as a proper Japanese girl, she will receive preferential treatment.
+	She is now @@.mediumaquamarine;confident@@ that, as a proper Japanese girl, she will receive preferential treatment.
 	<<set $activeSlave.trust += 10>>
 	<<elseif $activeSlave.entertainSkill > 30>>
-	She now @@color:mediumaquamarine;hopes@@ that her refined entertainment skills will make her culturally as well as sexually valuable.
+	She now @@.mediumaquamarine;hopes@@ that her refined entertainment skills will make her culturally as well as sexually valuable.
 	<<set $activeSlave.trust += 5>>
 	<<else>>
-	She is @@color:gold;concerned@@ that she doesn't have what it takes to fit in.
+	She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
 	<<set $activeSlave.trust -= 5>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSArabianRevivalistSMR == 1>>
 	While she was in the slave pens, she was subjected to classical Arabian cultural indoctrination.
 	<<if $activeSlave.face > 40>>
-	She is now @@color:mediumaquamarine;confident@@ that her great beauty will be valued here.
+	She is now @@.mediumaquamarine;confident@@ that her great beauty will be valued here.
 	<<set $activeSlave.trust += 10>>
 	<<elseif $activeSlave.accent <= 1>>
-	She now @@color:mediumaquamarine;hopes@@ that her linguistic skill will be valued here.
+	She now @@.mediumaquamarine;hopes@@ that her linguistic skill will be valued here.
 	<<set $activeSlave.trust += 5>>
 	<<else>>
-	She is @@color:gold;concerned@@ that she doesn't have what it takes to fit in.
+	She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
 	<<set $activeSlave.trust -= 5>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSChineseRevivalistSMR == 1>>
 	While she was in the slave pens, she was subjected to Imperial Chinese cultural indoctrination.
 	<<if $activeSlave.intelligence > 1>>
-	She is now @@color:mediumaquamarine;confident@@ that her brilliance will be valued here.
+	She is now @@.mediumaquamarine;confident@@ that her brilliance will be valued here.
 	<<set $activeSlave.trust += 10>>
 	<<elseif $activeSlave.intelligenceImplant > 0>>
-	She now @@color:mediumaquamarine;hopes@@ that her education will be valued here.
+	She now @@.mediumaquamarine;hopes@@ that her education will be valued here.
 	<<set $activeSlave.trust += 5>>
 	<<else>>
-	She is @@color:gold;concerned@@ that she doesn't have what it takes to fit in.
+	She is @@.gold;concerned@@ that she doesn't have what it takes to fit in.
 	<<set $activeSlave.trust -= 5>>
 	<</if>>
 <</if>>
 
 <<if $BasicSMR != 1>>
-	While she came through the slave markets, she was treated with inhuman callousness. It was very obvious and @@color:gold;very terrifying@@ to her that she is now considered a piece of meat.
+	While she came through the slave markets, she was treated with inhuman callousness. It was very obvious and @@.gold;very terrifying@@ to her that she is now considered a piece of meat.
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 
@@ -362,7 +362,7 @@ has passed inspection to be sold in your arcology.
 	<<if $activeSlave.face < 0>>
 		<<set $activeSlave.face = random(0,60)>>
 	<</if>>
-	While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@color:gold;terrified@@ that should she lose her beauty, she'll be considered worthless and be reassigned on the spot.
+	While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that should she lose her beauty, she'll be considered worthless and be reassigned on the spot.
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 
@@ -370,7 +370,7 @@ has passed inspection to be sold in your arcology.
 	<<if $activeSlave.face < 20>>
 		<<set $activeSlave.face = random(20,100)>>
 	<</if>>
-	While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@color:gold;terrified@@ that should she loses her beauty, she'll be considered worthless and be reassigned on the spot.
+	While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that should she loses her beauty, she'll be considered worthless and be reassigned on the spot.
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 
@@ -378,7 +378,7 @@ has passed inspection to be sold in your arcology.
 	<<if $activeSlave.intelligence < 0>>
 		<<set $activeSlave.intelligence = either(0,1,1,1,1,1,1,1,1,1,2,2,2,3)>>
 	<</if>>
-	While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@color:gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot.
+	While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot.
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 
@@ -386,7 +386,7 @@ has passed inspection to be sold in your arcology.
 	<<if $activeSlave.intelligence < 1>>
 		<<set $activeSlave.intelligence = either(1,1,1,1,2,2,2,2,2,2,2,3)>>
 	<</if>>
-	While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@color:gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot.
+	While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot.
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 
@@ -415,12 +415,12 @@ a physical exam, and more.
 <<if $seed == 0>>
 	She failed, and only then learned that by failing she placed herself under the merciless dictates of eugenic theory.
 	<<if $activeSlave.balls > 0>>
-	Her balls were promptly removed to prevent her from passing on her inferior genes, @@color:mediumorchid;infuriating@@ and @@color:gold;terrifying@@ her.
+	Her balls were promptly removed to prevent her from passing on her inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ her.
 	<<set $activeSlave.balls = 0>>
 	<<set $activeSlave.devotion -= 20>>
 	<<set $activeSlave.trust -= 20>>
 	<<elseif $activeSlave.ovaries > 0>>
-	Her <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards her <</if>>tubes were promptly tied to prevent her from passing on her inferior genes, @@color:mediumorchid;saddening@@ and @@color:gold;frightening@@ her.
+	Her <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards her <</if>>tubes were promptly tied to prevent her from passing on her inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ her.
 	<<set $activeSlave.preg = -2>>
 	<<set $activeSlave.pregType = 0>>
 	<<set $activeSlave.devotion -= 10>>
@@ -458,7 +458,7 @@ a physical exam, and more.
 	<<else>>
 		She is acting oddly, presenting her ass in an awkward way and acting uncomfortable. She's obviously had an irritant shoved up her butt to make her act like an anal whore.
 	<</if>>
-	It's a trick you're very familiar with, given your @@color:springgreen;career as a slaver.@@
+	It's a trick you're very familiar with, given your @@.springgreen;career as a slaver.@@
 	<<else>>
 	<<if $gingering == "antidepressant">>
 		She is acting dazed and unfocused, like she's been given antidepressants to make her appear less fearful. She may be considerably less trusting than she seems.
@@ -476,9 +476,9 @@ a physical exam, and more.
 		She is acting oddly, presenting her ass in an awkward way and acting uncomfortable. She may be considerably less interested in anal sex than she seems.
 	<</if>>
 	<<if $gingeringDetection == "mercenary">>
-		The nervous slave brokers confirm this in response to a direct question. Your intimidating reputation from your @@color:springgreen;years in the profession of arms@@ has its uses.
+		The nervous slave brokers confirm this in response to a direct question. Your intimidating reputation from your @@.springgreen;years in the profession of arms@@ has its uses.
 	<<elseif $gingeringDetection == "force">>
-		The nervous slave brokers confirm this in response to a direct question. Your reputation as @@color:springgreen;a <<if $PC.title == 1>>man<<else>>woman<</if>> of blood@@ has its uses.
+		The nervous slave brokers confirm this in response to a direct question. Your reputation as @@.springgreen;a <<if $PC.title == 1>>man<<else>>woman<</if>> of blood@@ has its uses.
 	<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 756fbb202a9d260727e1c8ceff569fcc0591667d..af51ab93bb1334b1d04ed5a58f3d710e46df2cf2 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -25,7 +25,7 @@
 	<</for>>
 <</if>>
 
-&nbsp;&nbsp;&nbsp;&nbsp;''@@color:pink;$activeSlave.slaveName@@''<<if ($activeSlave.customLabel != "")>> (@@color:yellow;''<<print $activeSlave.customLabel>>''@@)<</if>>
+&nbsp;&nbsp;&nbsp;&nbsp;''@@.pink;$activeSlave.slaveName@@''<<if ($activeSlave.customLabel != "")>> (@@.yellow;''<<print $activeSlave.customLabel>>''@@)<</if>>
 
 <<if $ui == "start">>
 <<elseif $saleDescription == 1>>
@@ -39,25 +39,25 @@
 
 is
 
-<<if $activeSlave.devotion < -95>>a @@color:darkviolet;hate-filled@@
-<<elseif $activeSlave.devotion < -50>>a @@color:darkviolet;hateful@@,
-<<elseif $activeSlave.devotion < -20>>a @@color:mediumorchid;reluctant@@,
-<<elseif $activeSlave.devotion <= 20>>a @@color:yellow;hesitant@@,
-<<elseif $activeSlave.devotion <= 50>>an @@color:hotpink;accepting@@,
-<<elseif $activeSlave.devotion <= 95>>a @@color:deeppink;devoted@@,
-<<else>>a @@color:magenta;worshipful@@,
+<<if $activeSlave.devotion < -95>>a @@.darkviolet;hate-filled@@
+<<elseif $activeSlave.devotion < -50>>a @@.darkviolet;hateful@@,
+<<elseif $activeSlave.devotion < -20>>a @@.mediumorchid;reluctant@@,
+<<elseif $activeSlave.devotion <= 20>>a @@.yellow;hesitant@@,
+<<elseif $activeSlave.devotion <= 50>>an @@.hotpink;accepting@@,
+<<elseif $activeSlave.devotion <= 95>>a @@.deeppink;devoted@@,
+<<else>>a @@.magenta;worshipful@@,
 <</if>>
-<<if $activeSlave.trust < -95>>@@color:goldenrod;abjectly terrified@@
-<<elseif $activeSlave.trust < -50>>@@color:goldenrod;terrified@@
-<<elseif $activeSlave.trust < -20>>@@color:gold;frightened@@
-<<elseif $activeSlave.trust < 20>>@@color:yellow;fearful@@
-<<elseif $activeSlave.trust < 50>>@@color:mediumaquamarine;careful@@
-<<elseif $activeSlave.trust < 95>>@@color:mediumseagreen;trusting@@
-<<else>>@@color:seagreen;profoundly trusting@@
+<<if $activeSlave.trust < -95>>@@.goldenrod;abjectly terrified@@
+<<elseif $activeSlave.trust < -50>>@@.goldenrod;terrified@@
+<<elseif $activeSlave.trust < -20>>@@.gold;frightened@@
+<<elseif $activeSlave.trust < 20>>@@.yellow;fearful@@
+<<elseif $activeSlave.trust < 50>>@@.mediumaquamarine;careful@@
+<<elseif $activeSlave.trust < 95>>@@.mediumseagreen;trusting@@
+<<else>>@@.seagreen;profoundly trusting@@
 <</if>>
 
 <<SlaveTitle $activeSlave>>
-''@@color:coral;$desc.@@''
+''@@.coral;$desc.@@''
 
 <<if $activeSlave.indenture > -1>>
   $possessiveCap <<if $activeSlave.indentureRestrictions > 1>>restrictive<<elseif $activeSlave.indentureRestrictions > 0>>protective<<else>>unrestricted<</if>> indenture
@@ -79,7 +79,7 @@ is
 	<<if $activeSlave.assignment == "be a subordinate slave">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $activeSlave.subTarget == $activeSlave.ID>>
-		She has been ordered to serve ''@@color:pink;$activeSlave.slaveName@@'' specifically.
+		She has been ordered to serve ''@@.pink;$activeSlave.slaveName@@'' specifically.
 		<<break>>
 	<</if>>
 	<</for>>
@@ -169,25 +169,25 @@ She comes to you for an inspection
 <</if>>
 
 <<if $activeSlave.relationship == -3>>
-	She is @@color:lightgreen;married to you,@@ though of course she is still your slave.
+	She is @@.lightgreen;married to you,@@ though of course she is still your slave.
 <<elseif $activeSlave.relationship == -1>>
-	She is an @@color:lightgreen;emotional slut,@@ happy to remain officially single and free to treat everyone equally.
+	She is an @@.lightgreen;emotional slut,@@ happy to remain officially single and free to treat everyone equally.
 <<elseif $activeSlave.relationship == -2>>
-	She is @@color:lightgreen;emotionally bound to you;@@ her feelings for you are comparable to those in a healthy, loving relationship.
+	She is @@.lightgreen;emotionally bound to you;@@ her feelings for you are comparable to those in a healthy, loving relationship.
 <<elseif $activeSlave.relationship != 0>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 <<if $slaves[$i].ID == $activeSlave.relationshipTarget>>
 	She is
 	<<if $activeSlave.relationship <= 1>>
-	@@color:lightgreen;friends with $slaves[$i].slaveName;@@ the rules <<if $activeSlave.relationshipRules != "restrictive">>encourage<<else>> discourage<</if>> their relationship.
+	@@.lightgreen;friends with $slaves[$i].slaveName;@@ the rules <<if $activeSlave.relationshipRules != "restrictive">>encourage<<else>> discourage<</if>> their relationship.
 	<<elseif $activeSlave.relationship <= 2>>
-	@@color:lightgreen;best friends with $slaves[$i].slaveName;@@ the rules <<if $activeSlave.relationshipRules != "restrictive">>encourage<<else>> discourage<</if>> their close relationship.
+	@@.lightgreen;best friends with $slaves[$i].slaveName;@@ the rules <<if $activeSlave.relationshipRules != "restrictive">>encourage<<else>> discourage<</if>> their close relationship.
 	<<elseif $activeSlave.relationship <= 3>>
-	@@color:lightgreen;$slaves[$i].slaveName's friend with benefits;@@ the rules <<if $activeSlave.relationshipRules == "permissive">>encourage<<else>> discourage<</if>> their sexual relationship.
+	@@.lightgreen;$slaves[$i].slaveName's friend with benefits;@@ the rules <<if $activeSlave.relationshipRules == "permissive">>encourage<<else>> discourage<</if>> their sexual relationship.
 	<<elseif $activeSlave.relationship <= 4>>
-	@@color:lightgreen;$slaves[$i].slaveName's lover;@@ the rules <<if $activeSlave.relationshipRules == "permissive">>encourage<<else>> discourage<</if>> their passionate relationship.
+	@@.lightgreen;$slaves[$i].slaveName's lover;@@ the rules <<if $activeSlave.relationshipRules == "permissive">>encourage<<else>> discourage<</if>> their passionate relationship.
 	<<elseif $slaves[$i].relationship > 4>>
-	@@color:lightgreen;$slaves[$i].slaveName's slave wife;@@ the rules <<if $activeSlave.relationshipRules == "permissive">>encourage<<else>> discourage<</if>> marital bliss.
+	@@.lightgreen;$slaves[$i].slaveName's slave wife;@@ the rules <<if $activeSlave.relationshipRules == "permissive">>encourage<<else>> discourage<</if>> marital bliss.
 	<</if>>
 	<<break>>
 <</if>>
@@ -287,17 +287,17 @@ She comes to you for an inspection
 
 <<if $activeSlave.fuckdoll == 0>>
 <<if $activeSlave.health < -90>>
-	She is nearly unresponsive. She's obviously @@color:red;dangerously sick,@@
+	She is nearly unresponsive. She's obviously @@.red;dangerously sick,@@
 <<elseif $activeSlave.health < -50>>
-	She seems @@color:red;very sick,@@
+	She seems @@.red;very sick,@@
 <<elseif $activeSlave.health < -20>>
-	She seems @@color:red;ill,@@
+	She seems @@.red;ill,@@
 <<elseif $activeSlave.health <= 20>>
-	She seems reasonably @@color:yellow;healthy,@@
+	She seems reasonably @@.yellow;healthy,@@
 <<elseif $activeSlave.health <= 50>>
-	She shines with @@color:green;good health,@@
+	She shines with @@.green;good health,@@
 <<else>>
-	She almost gleams; she's in the absolute @@color:green;best of health,@@
+	She almost gleams; she's in the absolute @@.green;best of health,@@
 <</if>>
 and
 <<set $seed = $activeSlave.actualAge + 1>>
@@ -479,17 +479,17 @@ she's
 <<else>>
 	The fuckdoll gives no external indication of its health or age, but upon query its systems reports that it is
 	<<if $activeSlave.health < -90>>
-		@@color:red;dangerously sick@@
+		@@.red;dangerously sick@@
 	<<elseif $activeSlave.health < -50>>
-		@@color:red;very sick@@
+		@@.red;very sick@@
 	<<elseif $activeSlave.health < -20>>
-		@@color:red;ill@@
+		@@.red;ill@@
 	<<elseif $activeSlave.health <= 20>>
-		@@color:yellow;healthy@@
+		@@.yellow;healthy@@
 	<<elseif $activeSlave.health <= 50>>
-		@@color:green;very health@@
+		@@.green;very health@@
 	<<else>>
-		@@color:green;extremely healthy@@
+		@@.green;extremely healthy@@
 	<</if>>
 	and $activeSlave.physicalAge years old.
 <</if>>
@@ -497,7 +497,7 @@ she's
 <<if $clinic != 0>>
 <<if $clinicUpgradeScanner == 1>>
 <<if $activeSlave.chem > 15>>
-  $clinicNameCaps's scanners score long term damage to $possessive genome at @@color:cyan;<<print Math.trunc($activeSlave.chem/10)>>@@.
+  $clinicNameCaps's scanners score long term damage to $possessive genome at @@.cyan;<<print Math.trunc($activeSlave.chem/10)>>@@.
 <<else>>
   $clinicNameCaps's scanners confirm that $pronoun has good prospects for long term health.
 <</if>>
@@ -627,21 +627,21 @@ $pronounCap has been with you
 	<<if ($activeSlave.intelligence >= 3)>>
 		but her facial expressions reveal she is incisive, quick, cunning;
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			she is so @@color:deepskyblue;brilliant@@ that her lack of education is unimportant.
+			she is so @@.deepskyblue;brilliant@@ that her lack of education is unimportant.
 		<<else>>
-			she is both @@color:deepskyblue;brilliant@@ and well educated.
+			she is both @@.deepskyblue;brilliant@@ and well educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= 2)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			but her face is alive with intelligence; she is so @@color:deepskyblue;highly intelligent@@ that her lack of education is unimportant.
+			but her face is alive with intelligence; she is so @@.deepskyblue;highly intelligent@@ that her lack of education is unimportant.
 		<<else>>
-			but her face is alive with intelligence; she is both @@color:deepskyblue;highly intelligent@@ and well educated.
+			but her face is alive with intelligence; she is both @@.deepskyblue;highly intelligent@@ and well educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= 1)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			but her facial expressions reveal her cleverness; she is of @@color:deepskyblue;above average intelligence@@ despite being undereducated.
+			but her facial expressions reveal her cleverness; she is of @@.deepskyblue;above average intelligence@@ despite being undereducated.
 		<<else>>
-			but her facial expressions reveal her cleverness; she is of @@color:deepskyblue;above average intelligence@@ due to being well educated.
+			but her facial expressions reveal her cleverness; she is of @@.deepskyblue;above average intelligence@@ due to being well educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= 0)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
@@ -651,43 +651,43 @@ $pronounCap has been with you
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= -1)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			but her facial expressions reveal she is rather dim; she is of @@color:orangered;below average intelligence@@ and is poorly educated.
+			but her facial expressions reveal she is rather dim; she is of @@.orangered;below average intelligence@@ and is poorly educated.
 		<<else>>
-			but her facial expressions reveal she is rather dim; she is of @@color:orangered;below average intelligence@@ despite having been educated.
+			but her facial expressions reveal she is rather dim; she is of @@.orangered;below average intelligence@@ despite having been educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= -2)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			but her facial expressions reveal she is as dull as her eyes; she is @@color:orangered;quite stupid@@ and ignorant.
+			but her facial expressions reveal she is as dull as her eyes; she is @@.orangered;quite stupid@@ and ignorant.
 		<<else>>
-			but her facial expressions reveal she is as dull as her eyes; she is @@color:orangered;quite stupid@@ despite having some education.
+			but her facial expressions reveal she is as dull as her eyes; she is @@.orangered;quite stupid@@ despite having some education.
 		<</if>>
 	<<else>>
 		though you doubt it would be much different if she could see;
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			she is @@color:orangered;a moron@@, and ignorant to boot.
+			she is @@.orangered;a moron@@, and ignorant to boot.
 		<<else>>
-			she is @@color:orangered;a moron@@, yet somehow still remembers the basics of an education.
+			she is @@.orangered;a moron@@, yet somehow still remembers the basics of an education.
 		<</if>>
 	<</if>>
 <<else>>
 	<<if ($activeSlave.intelligence >= 3)>>
 		Her $activeSlave.eyeColor-eyed gaze is incisive, quick, cunning;
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			she is so @@color:deepskyblue;brilliant@@ that her lack of education is unimportant.
+			she is so @@.deepskyblue;brilliant@@ that her lack of education is unimportant.
 		<<else>>
-			she is both @@color:deepskyblue;brilliant@@ and well educated.
+			she is both @@.deepskyblue;brilliant@@ and well educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= 2)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			Her $activeSlave.eyeColor eyes are alive with intelligence; she is so @@color:deepskyblue;highly intelligent@@ that her lack of education is unimportant.
+			Her $activeSlave.eyeColor eyes are alive with intelligence; she is so @@.deepskyblue;highly intelligent@@ that her lack of education is unimportant.
 		<<else>>
-			Her $activeSlave.eyeColor eyes are alive with intelligence; she is both @@color:deepskyblue;highly intelligent@@ and well educated.
+			Her $activeSlave.eyeColor eyes are alive with intelligence; she is both @@.deepskyblue;highly intelligent@@ and well educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= 1)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			Her $activeSlave.eyeColor eyes are clever; she is of @@color:deepskyblue;above average intelligence@@ despite being undereducated.
+			Her $activeSlave.eyeColor eyes are clever; she is of @@.deepskyblue;above average intelligence@@ despite being undereducated.
 		<<else>>
-			Her $activeSlave.eyeColor eyes are clever; she is of @@color:deepskyblue;above average intelligence@@ due to being well educated.
+			Her $activeSlave.eyeColor eyes are clever; she is of @@.deepskyblue;above average intelligence@@ due to being well educated.
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= 0)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
@@ -697,22 +697,22 @@ $pronounCap has been with you
 		<</if>>
 	<<elseif ($activeSlave.intelligence >= -1)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			Her $activeSlave.eyeColor eyes are dim; she is of @@color:orangered;below average intelligence@@ and is poorly educated.
+			Her $activeSlave.eyeColor eyes are dim; she is of @@.orangered;below average intelligence@@ and is poorly educated.
 		<<else>>
-			Her $activeSlave.eyeColor eyes are dim; she is of @@color:orangered;below average intelligence@@ despite having been educated.
+			Her $activeSlave.eyeColor eyes are dim; she is of @@.orangered;below average intelligence@@ despite having been educated.
 		<</if>>
 <<elseif ($activeSlave.intelligence >= -2)>>
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			Her $activeSlave.eyeColor eyes are dull; she is @@color:orangered;quite stupid@@ and ignorant.
+			Her $activeSlave.eyeColor eyes are dull; she is @@.orangered;quite stupid@@ and ignorant.
 		<<else>>
-			Her $activeSlave.eyeColor eyes are dull; she is @@color:orangered;quite stupid@@ despite having some education.
+			Her $activeSlave.eyeColor eyes are dull; she is @@.orangered;quite stupid@@ despite having some education.
 		<</if>>
 	<<else>>
 		Her $activeSlave.eyeColor-eyed gaze betrays near-total insensibility;
 		<<if ($activeSlave.intelligenceImplant != 1)>>
-			she is @@color:orangered;a moron@@, and ignorant to boot.
+			she is @@.orangered;a moron@@, and ignorant to boot.
 		<<else>>
-			she is @@color:orangered;a moron@@, yet somehow still remembers the basics of an education.
+			she is @@.orangered;a moron@@, yet somehow still remembers the basics of an education.
 		<</if>>
 	<</if>>
 <</if>>
@@ -722,36 +722,36 @@ $pronounCap has been with you
 
 <<if ($activeSlave.behavioralFlaw == "arrogant")>>
   <<if ($activeSlave.devotion < -20) && ($activeSlave.trust >= -20)>>
-	She is @@color:red;arrogant@@ and clings to her dignity.
+	She is @@.red;arrogant@@ and clings to her dignity.
   <<elseif ($activeSlave.devotion < -20)>>
-	She is still @@color:red;arrogant@@ at heart, but does her best to hide it out of fear.
+	She is still @@.red;arrogant@@ at heart, but does her best to hide it out of fear.
   <<elseif ($activeSlave.devotion <= 20)>>
-	She is @@color:red;arrogant@@ and seems to think slavery beneath her.
+	She is @@.red;arrogant@@ and seems to think slavery beneath her.
   <<else>>
-	Despite being well broken, she seems to retain hints of @@color:red;arrogance@@.
+	Despite being well broken, she seems to retain hints of @@.red;arrogance@@.
   <</if>>
 <<elseif ($activeSlave.behavioralFlaw == "bitchy")>>
   <<if ($activeSlave.devotion < -20) && ($activeSlave.trust >= -20)>>
-	She is @@color:red;bitchy@@ and insults you every chance she gets.
+	She is @@.red;bitchy@@ and insults you every chance she gets.
   <<elseif ($activeSlave.devotion < -20)>>
-	She is still @@color:red;bitchy@@ at times, but does her best to keep quiet out of fear.
+	She is still @@.red;bitchy@@ at times, but does her best to keep quiet out of fear.
   <<elseif ($activeSlave.devotion <= 20)>>
-	She is @@color:red;bitchy@@ and constantly tries to get a word in edgewise.
+	She is @@.red;bitchy@@ and constantly tries to get a word in edgewise.
   <<else>>
-	Since she is well broken, she tries to confine her @@color:red;bitchy@@ remarks to your other slaves.
+	Since she is well broken, she tries to confine her @@.red;bitchy@@ remarks to your other slaves.
   <</if>>
 <<elseif ($activeSlave.behavioralFlaw == "liberated")>>
   <<if ($activeSlave.devotion < -20) && ($activeSlave.trust >= -20)>>
-	She strongly believes that @@color:red;slavery is wrong,@@ and resists it as best she can.
+	She strongly believes that @@.red;slavery is wrong,@@ and resists it as best she can.
   <<elseif ($activeSlave.devotion < -20)>>
-	She strongly believes that @@color:red;slavery is wrong,@@ but usually keeps quiet out of fear.
+	She strongly believes that @@.red;slavery is wrong,@@ but usually keeps quiet out of fear.
   <<elseif ($activeSlave.devotion <= 20)>>
-	She strongly believes that @@color:red;slavery is wrong,@@ and rarely misses a chance to complain about it.
+	She strongly believes that @@.red;slavery is wrong,@@ and rarely misses a chance to complain about it.
   <<else>>
-	She strongly believes that @@color:red;slavery is wrong,@@ but has learned to keep it to herself.
+	She strongly believes that @@.red;slavery is wrong,@@ but has learned to keep it to herself.
   <</if>>
 <<elseif ($activeSlave.behavioralFlaw == "devout")>>
-  She is @@color:red;devoutly religious,@@
+  She is @@.red;devoutly religious,@@
   <<if ($activeSlave.devotion < -20) && ($activeSlave.trust >= -20)>>
 	and uses her faith as a wellspring of resistance.
   <<elseif ($activeSlave.devotion < -20)>>
@@ -762,9 +762,9 @@ $pronounCap has been with you
 	but has learned to keep her faith private.
   <</if>>
 <<elseif ($activeSlave.behavioralFlaw == "odd")>>
-  She behaves @@color:red;oddly@@, saying and doing random things.
+  She behaves @@.red;oddly@@, saying and doing random things.
 <<elseif ($activeSlave.behavioralFlaw == "hates men")>>
-	She @@color:red;strongly dislikes@@ being around
+	She @@.red;strongly dislikes@@ being around
 	<<if ($activeSlave.attrXY >= 85) && ($activeSlave.energy >= 40)>>
 		men; since she loves the dick, she's forced to put up with them.
 	<<elseif ($activeSlave.attrXY >= 65) && ($activeSlave.energy >= 40)>>
@@ -773,7 +773,7 @@ $pronounCap has been with you
 		men.
 	<</if>>
 <<elseif ($activeSlave.behavioralFlaw == "hates women")>>
-	She @@color:red;strongly dislikes@@ being around
+	She @@.red;strongly dislikes@@ being around
 	<<if ($activeSlave.attrXX >= 85) && ($activeSlave.energy >= 40)>>
 		women; since she loves pussy, she's forced to put up with them.
 	<<elseif ($activeSlave.attrXX >= 65) && ($activeSlave.energy >= 40)>>
@@ -782,186 +782,186 @@ $pronounCap has been with you
 		women.
 	<</if>>
 <<elseif ($activeSlave.behavioralFlaw == "anorexic")>>
-  She suffers from @@color:red;anorexia@@.
+  She suffers from @@.red;anorexia@@.
 <<elseif ($activeSlave.behavioralFlaw == "gluttonous")>>
-  She @@color:red;tends to overeat@@ whenever she can, reacting to the rigors of sexual slavery with overeating.
+  She @@.red;tends to overeat@@ whenever she can, reacting to the rigors of sexual slavery with overeating.
 <</if>>
 
 <<switch $activeSlave.behavioralQuirk>>
 <<case "confident">>
-	She's @@color:green;confident,@@ and believes that she has something of value to offer, even as a slave.
+	She's @@.green;confident,@@ and believes that she has something of value to offer, even as a slave.
 <<case "cutting">>
-	She often has a witty or @@color:green;cutting@@ remark ready, but knows when to keep them to herself.
+	She often has a witty or @@.green;cutting@@ remark ready, but knows when to keep them to herself.
 <<case "funny">>
-	She's @@color:green;funny,@@ often providing a little comic relief.
+	She's @@.green;funny,@@ often providing a little comic relief.
 <<case "adores women">>
-	She @@color:green;adores women,@@ and loves spending time with them.
+	She @@.green;adores women,@@ and loves spending time with them.
 <<case "adores men">>
-	She @@color:green;adores men,@@ and loves spending time with them.
+	She @@.green;adores men,@@ and loves spending time with them.
 <<case "fitness">>
-	She's a @@color:green;fitness fanatic,@@ and almost gets off to a hard workout.
+	She's a @@.green;fitness fanatic,@@ and almost gets off to a hard workout.
 <<case "insecure">>
-	She's @@color:green;insecure,@@ defining her self worth by how much others want to fuck her.
+	She's @@.green;insecure,@@ defining her self worth by how much others want to fuck her.
 <<case "sinful">>
   <<if $arcologies[0].FSChattelReligionist == "unset">>
-	She's delightfully @@color:green;sinful,@@ taking real pleasure in breaking cultural mores.
+	She's delightfully @@.green;sinful,@@ taking real pleasure in breaking cultural mores.
   <<else>>
-	She's a devout Chattel Religionist, and is aggressively @@color:green;sinful@@ against old world faiths. She is enthusiastic about slutty religious clothing, and excited by intentional sacrilege like openly using old world religious icons as sex toys or having orgies on altars.
+	She's a devout Chattel Religionist, and is aggressively @@.green;sinful@@ against old world faiths. She is enthusiastic about slutty religious clothing, and excited by intentional sacrilege like openly using old world religious icons as sex toys or having orgies on altars.
   <</if>>
 <<case "advocate">>
-	She's an @@color:green;advocate@@ for slavery, and can articulate what it's done for her.
+	She's an @@.green;advocate@@ for slavery, and can articulate what it's done for her.
 <</switch>>
 
 <<switch $activeSlave.sexualFlaw>>
 <<case "hates oral">>
-	She @@color:red;hates@@ oral sex and tries to avoid it.
+	She @@.red;hates@@ oral sex and tries to avoid it.
 <<case "hates anal">>
-	She @@color:red;hates@@ anal sex and tries to avoid it.
+	She @@.red;hates@@ anal sex and tries to avoid it.
 <<case "hates penetration">>
-	She @@color:red;hates@@ penetration and tries to avoid it.
+	She @@.red;hates@@ penetration and tries to avoid it.
 <<case "repressed">>
-	She is @@color:red;sexually repressed,@@ retaining a fundamental distaste for sex from her upbringing.
+	She is @@.red;sexually repressed,@@ retaining a fundamental distaste for sex from her upbringing.
 <<case "idealistic">>
-	She is @@color:red;sexually idealistic,@@ retaining a belief that sex should be based on love and consent.
+	She is @@.red;sexually idealistic,@@ retaining a belief that sex should be based on love and consent.
 <<case "shamefast">>
-	She is @@color:red;shamefast,@@ suffering crippling anxiety when naked.
+	She is @@.red;shamefast,@@ suffering crippling anxiety when naked.
 <<case "apathetic">>
-	She is @@color:red;sexually apathetic,@@ often slipping into inertness during sex.
+	She is @@.red;sexually apathetic,@@ often slipping into inertness during sex.
 <<case "crude">>
-	She is @@color:red;sexually crude,@@ and has little sense of what partners find disgusting during sex.
+	She is @@.red;sexually crude,@@ and has little sense of what partners find disgusting during sex.
 <<case "judgemental">>
-	She is @@color:red;sexually judgemental,@@ and often denigrates her sexual partners' performance.
+	She is @@.red;sexually judgemental,@@ and often denigrates her sexual partners' performance.
 <<case "cum addict">>
-	She's a @@color:yellow;cum addict:@@ she has a deep psychological addiction to <<if $PC.dick == 1>>semen<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>pussyjuice<</if>> and becomes anxious if she goes for a few hours without drinking any.
+	She's a @@.yellow;cum addict:@@ she has a deep psychological addiction to <<if $PC.dick == 1>>semen<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>pussyjuice<</if>> and becomes anxious if she goes for a few hours without drinking any.
 <<case "anal addict">>
-	She's an @@color:yellow;anal addict:@@ she has a deep psychological need to be fucked in the ass and becomes anxious if she goes for a few hours without anal.
+	She's an @@.yellow;anal addict:@@ she has a deep psychological need to be fucked in the ass and becomes anxious if she goes for a few hours without anal.
 <<case "attention whore">>
-	She's an @@color:yellow;attention whore:@@ shocking and titillating spectators is more important to her than the actual pleasure of sex.
+	She's an @@.yellow;attention whore:@@ shocking and titillating spectators is more important to her than the actual pleasure of sex.
 <<case "breast growth">>
-	She has a @@color:yellow;breast growth obsession:@@ she's nearly incapable of believing that her breasts are big enough.
+	She has a @@.yellow;breast growth obsession:@@ she's nearly incapable of believing that her breasts are big enough.
 <<case "abusive">>
-	She's sexually @@color:yellow;abusive:@@ she prefers taking sexual pleasure by force to having it offered to her.
+	She's sexually @@.yellow;abusive:@@ she prefers taking sexual pleasure by force to having it offered to her.
 <<case "malicious">>
-	She's sexually @@color:yellow;malicious:@@ she gets off on others' anguish.
+	She's sexually @@.yellow;malicious:@@ she gets off on others' anguish.
 <<case "self hating">>
-	She's filled with @@color:yellow;self hatred,@@ and is disturbingly willing to comply with things that might hurt her.
+	She's filled with @@.yellow;self hatred,@@ and is disturbingly willing to comply with things that might hurt her.
 <<case "neglectful">>
-	She's sexually @@color:yellow;self neglectful,@@ and often shows no interest in getting off herself.
+	She's sexually @@.yellow;self neglectful,@@ and often shows no interest in getting off herself.
 <<case "breeder">>
-	She's @@color:yellow;obsessed with being bred@@ to the point of fetishizing pregnancy itself as much as any act that leads to it.
+	She's @@.yellow;obsessed with being bred@@ to the point of fetishizing pregnancy itself as much as any act that leads to it.
 <</switch>>
 
 <<switch $activeSlave.sexualQuirk>>
 <<case "gagfuck queen">>
-	She's a @@color:green;gagfuck queen:@@ she's able to safely take a rough facefuck.
+	She's a @@.green;gagfuck queen:@@ she's able to safely take a rough facefuck.
 <<case "painal queen">>
-	She's a @@color:green;painal queen:@@ she knows exactly how much she can take without getting hurt.
+	She's a @@.green;painal queen:@@ she knows exactly how much she can take without getting hurt.
 <<case "strugglefuck queen">>
-	She's a @@color:green;strugglefuck queen:@@ she can gauge exactly how much resistance her partners want.
+	She's a @@.green;strugglefuck queen:@@ she can gauge exactly how much resistance her partners want.
 <<case "tease">>
-	She's a @@color:green;tease,@@ and often displays a little flash of herself followed by a blush.
+	She's a @@.green;tease,@@ and often displays a little flash of herself followed by a blush.
 <<case "romantic">>
-	She's a @@color:green;romantic,@@ and persists in innocent pleasure in the closeness of sex.
+	She's a @@.green;romantic,@@ and persists in innocent pleasure in the closeness of sex.
 <<case "perverted">>
-	She's @@color:green;perverted,@@ and enjoys breaking sexual boundaries.
+	She's @@.green;perverted,@@ and enjoys breaking sexual boundaries.
 <<case "caring">>
-	She's @@color:green;caring,@@ and enjoys bringing partners pleasure more than getting off herself.
+	She's @@.green;caring,@@ and enjoys bringing partners pleasure more than getting off herself.
 <<case "unflinching">>
-	She's @@color:green;unflinching,@@ willing to do anything, even by the standards of sex slaves.
+	She's @@.green;unflinching,@@ willing to do anything, even by the standards of sex slaves.
 <<case "size queen">>
-	She's @@color:green;a size queen;@@ preferring big cock is almost her trademark.
+	She's @@.green;a size queen;@@ preferring big cock is almost her trademark.
 <</switch>>
 
 <<if ($activeSlave.fetishKnown == 1)>>
 <<switch $activeSlave.fetish>>
 <<case "submissive">>
   <<if ($activeSlave.sexualFlaw == "apathetic")>>
-	This sexual apathy plays into her preference for @@color:lightcoral;submission.@@
+	This sexual apathy plays into her preference for @@.lightcoral;submission.@@
   <<elseif ($activeSlave.behavioralFlaw == "arrogant")>>
-	Her arrogance is really just a thin shell to protect her true need to @@color:lightcoral;submit@@.
+	Her arrogance is really just a thin shell to protect her true need to @@.lightcoral;submit@@.
   <<elseif ($activeSlave.fetishStrength > 95)>>
-	She's an extreme @@color:lightcoral;submissive@@, and relishes the strictures of slavery.
+	She's an extreme @@.lightcoral;submissive@@, and relishes the strictures of slavery.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She's a confirmed @@color:lightcoral;submissive@@, and enjoys the strictures of slavery.
+	She's a confirmed @@.lightcoral;submissive@@, and enjoys the strictures of slavery.
   <<else>>
-	She has @@color:lightcoral;submissive@@ tendencies, and likes the strictures of slavery.
+	She has @@.lightcoral;submissive@@ tendencies, and likes the strictures of slavery.
   <</if>>
 <<case "cumslut">>
   <<if ($activeSlave.sexualFlaw == "hates oral")>>
-	She's torn between her @@color:lightcoral;love of semen@@ and her dislike of having cocks in her mouth.
+	She's torn between her @@.lightcoral;love of semen@@ and her dislike of having cocks in her mouth.
   <<elseif ($activeSlave.fetishStrength > 95)>>
-	She's a @@color:lightcoral;cumslut@@, and loves giving blowjobs and receiving facials.
+	She's a @@.lightcoral;cumslut@@, and loves giving blowjobs and receiving facials.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She @@color:lightcoral;prefers giving oral@@, and enjoys sucking dick and receiving facials.
+	She @@.lightcoral;prefers giving oral@@, and enjoys sucking dick and receiving facials.
   <<else>>
-	She has an @@color:lightcoral;oral fixation@@, and likes giving blowjobs and receiving facials.
+	She has an @@.lightcoral;oral fixation@@, and likes giving blowjobs and receiving facials.
   <</if>>
 <<case "humiliation">>
   <<if ($activeSlave.behavioralFlaw == "bitchy")>>
-	Her bitchiness is really just an expression of her deep need to be @@color:lightcoral;humiliated@@ herself.
+	Her bitchiness is really just an expression of her deep need to be @@.lightcoral;humiliated@@ herself.
   <<elseif ($activeSlave.sexualFlaw == "shamefast")>>
-	Her shame is genuine, and it is with real self-loathing that she @@color:lightcoral;gets off on humiliation.@@
+	Her shame is genuine, and it is with real self-loathing that she @@.lightcoral;gets off on humiliation.@@
   <<elseif ($activeSlave.fetishStrength > 95)>>
-	She's a slut for @@color:lightcoral;humiliation@@, and gets off on having others see her enslavement.
+	She's a slut for @@.lightcoral;humiliation@@, and gets off on having others see her enslavement.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She enjoys @@color:lightcoral;humiliating@@ sex.
+	She enjoys @@.lightcoral;humiliating@@ sex.
   <<else>>
-	She likes @@color:lightcoral;embarrassing@@ sex.
+	She likes @@.lightcoral;embarrassing@@ sex.
   <</if>>
 <<case "buttslut">>
   <<if ($activeSlave.sexualFlaw == "hates anal")>>
-	Her hatred is just pretense to cover her shame about how much she really loves getting @@color:lightcoral;fucked in the butt@@.
+	Her hatred is just pretense to cover her shame about how much she really loves getting @@.lightcoral;fucked in the butt@@.
   <<elseif ($activeSlave.fetishStrength > 95)>>
-	She's a @@color:lightcoral;buttslut@@, happy to have anyone put anything up her ass.
+	She's a @@.lightcoral;buttslut@@, happy to have anyone put anything up her ass.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She @@color:lightcoral;prefers anal.@@
+	She @@.lightcoral;prefers anal.@@
   <<else>>
-	She has an @@color:lightcoral;anal fixation.@@
+	She has an @@.lightcoral;anal fixation.@@
   <</if>>
 <<case "boobs">>
   <<if ($activeSlave.fetishStrength > 95)>>
-	She @@color:lightcoral;prefers mammary intercourse@@ to any other kind of sex, and readily climaxes to nipple stimulation.
+	She @@.lightcoral;prefers mammary intercourse@@ to any other kind of sex, and readily climaxes to nipple stimulation.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She enjoys @@color:lightcoral;breast play,@@ and is rapidly aroused by nipple stimulation.
+	She enjoys @@.lightcoral;breast play,@@ and is rapidly aroused by nipple stimulation.
   <<else>>
-	She @@color:lightcoral;really likes boobs,@@ hers and others.
+	She @@.lightcoral;really likes boobs,@@ hers and others.
   <</if>>
 <<case "pregnancy">>
   <<if ($activeSlave.fetishStrength > 95)>>
-	She has a @@color:lightcoral;pregnancy fetish,@@ and finds anything related to reproduction sexy.
+	She has a @@.lightcoral;pregnancy fetish,@@ and finds anything related to reproduction sexy.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She has an @@color:lightcoral;impregnation fantasy,@@ and enjoys bareback sex.
+	She has an @@.lightcoral;impregnation fantasy,@@ and enjoys bareback sex.
   <<else>>
-	She has a recurring @@color:lightcoral;impregnation fantasy.@@
+	She has a recurring @@.lightcoral;impregnation fantasy.@@
   <</if>>
 <<case "dom">>
   <<if ($activeSlave.sexualFlaw == "apathetic")>>
-	She is at war with herself, since her habitual apathy during sex barely masks a desire to @@color:lightcoral;dominate.@@
+	She is at war with herself, since her habitual apathy during sex barely masks a desire to @@.lightcoral;dominate.@@
   <<elseif ($activeSlave.fetishStrength > 95)>>
-	She is a @@color:lightcoral;complete dom;@@ with other slaves this is expressed as a strong preference to top, and with her betters she's an almost competitive lover.
+	She is a @@.lightcoral;complete dom;@@ with other slaves this is expressed as a strong preference to top, and with her betters she's an almost competitive lover.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She likes to take an active, powerful role in sex; with other slaves this is expressed as @@color:lightcoral;dominance@@, and with her betters she's a very energetic lover.
+	She likes to take an active, powerful role in sex; with other slaves this is expressed as @@.lightcoral;dominance@@, and with her betters she's a very energetic lover.
   <<else>>
-	She prefers to take a @@color:lightcoral;dominant@@ sexual role.
+	She prefers to take a @@.lightcoral;dominant@@ sexual role.
   <</if>>
 <<case "sadist">>
   <<if ($activeSlave.fetishStrength > 95)>>
-	She is an @@color:lightcoral;aggressive sadist@@; she's constantly plotting to control, abuse, and hurt other slaves.
+	She is an @@.lightcoral;aggressive sadist@@; she's constantly plotting to control, abuse, and hurt other slaves.
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She has @@color:lightcoral;sadistic tendencies@@; she enjoys watching other slaves in pain, but truly loves causing pain herself.
+	She has @@.lightcoral;sadistic tendencies@@; she enjoys watching other slaves in pain, but truly loves causing pain herself.
   <<else>>
-	She gets off on @@color:lightcoral;the suffering of others@@; she enjoys watching other slaves in pain.
+	She gets off on @@.lightcoral;the suffering of others@@; she enjoys watching other slaves in pain.
   <</if>>
 <<case "masochist">>
   <<if ($activeSlave.fetishStrength > 95)>>
-	She is a @@color:lightcoral;pain slut.@@
+	She is a @@.lightcoral;pain slut.@@
   <<elseif ($activeSlave.fetishStrength > 60)>>
-	She @@color:lightcoral;gets off on pain,@@ showing strong masochistic tendencies.
+	She @@.lightcoral;gets off on pain,@@ showing strong masochistic tendencies.
   <<else>>
-	She @@color:lightcoral;doesn't mind pain,@@ and shows some masochistic tendencies.
+	She @@.lightcoral;doesn't mind pain,@@ and shows some masochistic tendencies.
   <</if>>
 <<default>>
-	Her sexual tastes are @@color:pink;quite normal.@@
+	Her sexual tastes are @@.pink;quite normal.@@
 <</switch>>
 <<else>>
 	Her fetishes, if any, are not known to you.
@@ -969,139 +969,139 @@ $pronounCap has been with you
 
 <<if ($activeSlave.attrKnown == 1)>>
 <<if ($activeSlave.energy > 95)>>
-  She's a @@color:green;nymphomaniac.@@
+  She's a @@.green;nymphomaniac.@@
 <<elseif ($activeSlave.energy > 80)>>
-  She's a @@color:green;sex addict.@@
+  She's a @@.green;sex addict.@@
 <<elseif ($activeSlave.energy > 60)>>
-  She has a @@color:green;powerful appetite for sex.@@
+  She has a @@.green;powerful appetite for sex.@@
 <<elseif ($activeSlave.energy > 40)>>
-  She has a @@color:yellow;healthy sex drive.@@
+  She has a @@.yellow;healthy sex drive.@@
 <<elseif ($activeSlave.energy > 20)>>
-  She has a @@color:red;weak sex drive.@@
+  She has a @@.red;weak sex drive.@@
 <<else>>
-  She's @@color:red;frigid,@@ with little interest in sex.
+  She's @@.red;frigid,@@ with little interest in sex.
 <</if>>
 <<if ($activeSlave.attrXY <= 5)>>
   <<if ($activeSlave.attrXX <= 5)>>
-	She @@color:red;finds both men's and women's intimate areas quite repulsive,@@ an unfortunate state of affairs!
+	She @@.red;finds both men's and women's intimate areas quite repulsive,@@ an unfortunate state of affairs!
   <<else>>
-  She @@color:red;finds men sexually disgusting,@@
+  She @@.red;finds men sexually disgusting,@@
   <<if ($activeSlave.attrXX <= 15)>>
-	and @@color:red;has almost as much trouble with women.@@
+	and @@.red;has almost as much trouble with women.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	and is @@color:red;unenthusiastic about women.@@
+	and is @@.red;unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	and she is indifferent to women.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	but @@color:green;is attracted to women.@@
+	but @@.green;is attracted to women.@@
   <<elseif ($activeSlave.attrXX <= 95)>>
-	@@color:green;strongly preferring women.@@
+	@@.green;strongly preferring women.@@
   <<else>>
-	but is @@color:green;passionate about women.@@
+	but is @@.green;passionate about women.@@
   <</if>>
   <</if>>
 <<elseif ($activeSlave.attrXY <= 15)>>
-  She @@color:red;considers men's bodies a turnoff,@@
+  She @@.red;considers men's bodies a turnoff,@@
   <<if ($activeSlave.attrXX <= 5)>>
-	and is @@color:red;actually disgusted by womens'.@@
+	and is @@.red;actually disgusted by womens'.@@
   <<elseif ($activeSlave.attrXX <= 15)>>
-	and @@color:red;feels the same about womens'.@@
+	and @@.red;feels the same about womens'.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	and is @@color:red;unenthusiastic about women.@@
+	and is @@.red;unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	and she is indifferent to women.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	but @@color:green;is attracted to women.@@
+	but @@.green;is attracted to women.@@
   <<elseif ($activeSlave.attrXX <= 95)>>
-	@@color:green;strongly preferring women.@@
+	@@.green;strongly preferring women.@@
   <<else>>
-	but is @@color:green;passionate about women.@@
+	but is @@.green;passionate about women.@@
   <</if>>
 <<elseif ($activeSlave.attrXY <= 35)>>
-  She is @@color:red;finds most men unattractive,@@
+  She is @@.red;finds most men unattractive,@@
   <<if ($activeSlave.attrXX <= 5)>>
-	and is @@color:red;disgusted by the idea of intimacy with a woman.@@
+	and is @@.red;disgusted by the idea of intimacy with a woman.@@
   <<elseif ($activeSlave.attrXX <= 15)>>
-	and is @@color:red;turned off by women.@@
+	and is @@.red;turned off by women.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	and is @@color:red;unenthusiastic about women.@@
+	and is @@.red;unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	and she is indifferent to women.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	but @@color:green;is attracted to women.@@
+	but @@.green;is attracted to women.@@
   <<elseif ($activeSlave.attrXX <= 95)>>
-	@@color:green;strongly preferring women.@@
+	@@.green;strongly preferring women.@@
   <<else>>
-	but is @@color:green;passionate about women.@@
+	but is @@.green;passionate about women.@@
   <</if>>
 <<elseif ($activeSlave.attrXY <= 65)>>
   She's indifferent to sex with men,
   <<if ($activeSlave.attrXX <= 5)>>
-	but is @@color:red;disgusted by the idea of intimacy with a woman.@@
+	but is @@.red;disgusted by the idea of intimacy with a woman.@@
   <<elseif ($activeSlave.attrXX <= 15)>>
-	but is @@color:red;turned off by women.@@
+	but is @@.red;turned off by women.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	but is @@color:red;actually unenthusiastic about women.@@
+	but is @@.red;actually unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	and feels the same about women, too.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	but @@color:green;is attracted to women.@@
+	but @@.green;is attracted to women.@@
   <<elseif ($activeSlave.attrXX <= 95)>>
-	@@color:green;strongly preferring women.@@
+	@@.green;strongly preferring women.@@
   <<else>>
-	but is @@color:green;passionate about women.@@
+	but is @@.green;passionate about women.@@
   <</if>>
 <<elseif ($activeSlave.attrXY <= 85)>>
-  She @@color:green;finds men attractive,@@
+  She @@.green;finds men attractive,@@
   <<if ($activeSlave.attrXX <= 5)>>
-	but is @@color:red;disgusted by the idea of intimacy with a woman.@@
+	but is @@.red;disgusted by the idea of intimacy with a woman.@@
   <<elseif ($activeSlave.attrXX <= 15)>>
-	but is @@color:red;turned off by women.@@
+	but is @@.red;turned off by women.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	but is @@color:red;unenthusiastic about women.@@
+	but is @@.red;unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	but is indifferent to women.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	and @@color:green;likes women too.@@
+	and @@.green;likes women too.@@
   <<elseif ($activeSlave.attrXX <= 95)>>
-	but @@color:green;likes women even more.@@
+	but @@.green;likes women even more.@@
   <<else>>
-	but is really @@color:green;passionate about women.@@
+	but is really @@.green;passionate about women.@@
   <</if>>
 <<elseif ($activeSlave.attrXY <= 95)>>
-  She @@color:green;is aroused by most men,@@
+  She @@.green;is aroused by most men,@@
   <<if ($activeSlave.attrXX <= 5)>>
-	but is @@color:red;disgusted by the idea of intimacy with a woman.@@
+	but is @@.red;disgusted by the idea of intimacy with a woman.@@
   <<elseif ($activeSlave.attrXX <= 15)>>
-	but is @@color:red;turned off by women.@@
+	but is @@.red;turned off by women.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	but is @@color:red;unenthusiastic about women.@@
+	but is @@.red;unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	but is indifferent to women.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	and @@color:green;likes women too.@@
+	and @@.green;likes women too.@@
   <<elseif ($activeSlave.attrXX <= 95)>>
-	and @@color:green;thinks most women are hot,@@ too.
+	and @@.green;thinks most women are hot,@@ too.
   <<else>>
-	but is most @@color:green;passionate about women.@@
+	but is most @@.green;passionate about women.@@
   <</if>>
 <<else>>
   <<if ($activeSlave.attrXX > 95)>>
-	She's @@color:green;omnisexual,@@ and is passionately attracted to nearly everyone.
+	She's @@.green;omnisexual,@@ and is passionately attracted to nearly everyone.
   <<else>>
-  She's @@color:green;passionate about men,@@
+  She's @@.green;passionate about men,@@
   <<if ($activeSlave.attrXX <= 5)>>
-	but is @@color:red;disgusted by the idea of intimacy with a woman.@@
+	but is @@.red;disgusted by the idea of intimacy with a woman.@@
   <<elseif ($activeSlave.attrXX <= 15)>>
-	but is @@color:red;turned off by women.@@
+	but is @@.red;turned off by women.@@
   <<elseif ($activeSlave.attrXX <= 35)>>
-	but is @@color:red;unenthusiastic about women.@@
+	but is @@.red;unenthusiastic about women.@@
   <<elseif ($activeSlave.attrXX <= 65)>>
 	but is indifferent to women.
   <<elseif ($activeSlave.attrXX <= 85)>>
-	but also @@color:green;likes women,@@ too.
+	but also @@.green;likes women,@@ too.
   <<else>>
-	but also @@color:green;thinks most women are hot,@@ too.
+	but also @@.green;thinks most women are hot,@@ too.
   <</if>>
   <</if>>
 <</if>>
@@ -1113,19 +1113,19 @@ $pronounCap has been with you
 
 It's impossible to tell what intelligence or inclinations a fuckdoll might have by looking at it, but the most recent records indicate that this one is
 <<if ($activeSlave.intelligence >= 3)>>
-	@@color:deepskyblue;brilliant@@
+	@@.deepskyblue;brilliant@@
 <<elseif ($activeSlave.intelligence >= 2)>>
-	@@color:deepskyblue;highly intelligent@@
+	@@.deepskyblue;highly intelligent@@
 <<elseif ($activeSlave.intelligence >= 1)>>
-	of @@color:deepskyblue;above average intelligence@@
+	of @@.deepskyblue;above average intelligence@@
 <<elseif ($activeSlave.intelligence >= 0)>>
 	of average intelligence
 <<elseif ($activeSlave.intelligence >= -1)>>
-	of @@color:orangered;below average intelligence@@
+	of @@.orangered;below average intelligence@@
 <<elseif ($activeSlave.intelligence >= -2)>>
-	@@color:orangered;very stupid@@
+	@@.orangered;very stupid@@
 <<elseif ($activeSlave.intelligence >= -2)>>
-	@@color:orangered;a moron@@
+	@@.orangered;a moron@@
 <</if>>
 <<if ($activeSlave.intelligence >= 0)>>
 	<<if ($activeSlave.intelligenceImplant != 1)>>but is uneducated<<else>>and is educated<</if>>.
@@ -1139,36 +1139,36 @@ It's impossible to tell what intelligence or inclinations a fuckdoll might have
 		<<if $activeSlave.behavioralFlaw != "none">>
 			<<switch $activeSlave.behavioralFlaw>>
 			<<case "hates men">>
-				@@color:red;hate men@@
+				@@.red;hate men@@
 			<<case "hates women">>
-				@@color:red;hate women@@
+				@@.red;hate women@@
 			<<case "gluttonous">>
-				be a @@color:red;stress eater@@
+				be a @@.red;stress eater@@
 			<<default>>
-				be @@color:red;$activeSlave.behavioralFlaw@@
+				be @@.red;$activeSlave.behavioralFlaw@@
 			<</switch>>
 		<</if>>
 		<<if $activeSlave.sexualFlaw != "none">>
 			<<if $activeSlave.behavioralFlaw != "none">>and would still<</if>>
 			<<switch  $activeSlave.sexualFlaw>>
 			<<case "hates oral">>
-				@@color:red;hate oral.@@
+				@@.red;hate oral.@@
 			<<case "hates anal">>
-				@@color:red;hate anal.@@
+				@@.red;hate anal.@@
 			<<case "hates penetration">>
-				@@color:red;hate penetration.@@
+				@@.red;hate penetration.@@
 			<<case "cum addict">>
-				a @@color:yellow;cum addict.@@
+				a @@.yellow;cum addict.@@
 			<<case "anal addict">>
-				an @@color:yellow;anal addict.@@
+				an @@.yellow;anal addict.@@
 			<<case "attention whore">>
-				an @@color:yellow;attention whore.@@
+				an @@.yellow;attention whore.@@
 			<<case "breast growth">>
-				have a @@color:yellow;breast obsession.@@
+				have a @@.yellow;breast obsession.@@
 			<<case "breeder">>
-				have a @@color:yellow;breeding obsession.@@
+				have a @@.yellow;breeding obsession.@@
 			<<default>>
-				be @@color:red;$activeSlave.sexualFlaw.@@
+				be @@.red;$activeSlave.sexualFlaw.@@
 			<</switch>>
 		<<else>>
 			to an unacceptable degree.
@@ -1180,24 +1180,24 @@ It's impossible to tell what intelligence or inclinations a fuckdoll might have
 			be
 			<<switch $activeSlave.behavioralQuirk>>
 			<<case "fitness">>
-				@@color:green;a fitness fanatic@@
+				@@.green;a fitness fanatic@@
 			<<case "adores women">>
-				@@color:green;adore women@@
+				@@.green;adore women@@
 			<<case "adores men">>
-				@@color:green;adore men@@
+				@@.green;adore men@@
 			<<case "advocate">>
-				@@color:green;an advocate@@
+				@@.green;an advocate@@
 			<<default>>
-				@@color:green;$activeSlave.behavioralQuirk@@
+				@@.green;$activeSlave.behavioralQuirk@@
 			<</switch>>
 		<</if>>
 		<<if $activeSlave.sexualQuirk != "none">>
 			<<if $activeSlave.behavioralQuirk != "none">>and still<</if>> be
 			<<switch  $activeSlave.sexualQuirk>>
 			<<case "romantic" "perverted" "caring" "unflinching">>
-				@@color:green;$activeSlave.sexualQuirk.@@
+				@@.green;$activeSlave.sexualQuirk.@@
 			<<default>>
-				a @@color:green;$activeSlave.sexualQuirk.@@
+				a @@.green;$activeSlave.sexualQuirk.@@
 			<</switch>>
 		<<else>>
 			in there.
@@ -1209,23 +1209,23 @@ It's impossible to tell what intelligence or inclinations a fuckdoll might have
 	Its recent biomedical readings indicate that it still prefers
 	<<switch $activeSlave.fetish>>
 	<<case "submissive">>
-		@@color:lightcoral;being forced to submit@@
+		@@.lightcoral;being forced to submit@@
 	<<case "cumslut">>
-		@@color:lightcoral;being facefucked@@
+		@@.lightcoral;being facefucked@@
 	<<case "humiliation">>
-		@@color:lightcoral;being fucked in public@@
+		@@.lightcoral;being fucked in public@@
 	<<case "buttslut">>
-		@@color:lightcoral;being sodomized@@
+		@@.lightcoral;being sodomized@@
 	<<case "boobs">>
-		@@color:lightcoral;having its breasts handled@@
+		@@.lightcoral;having its breasts handled@@
 	<<case "pregnancy">>
-		@@color:lightcoral;being inseminated@@
+		@@.lightcoral;being inseminated@@
 	<<case "dom" "sadist">>
-		@@color:lightcoral;being on top@@
+		@@.lightcoral;being on top@@
 	<<case "masochist">>
-		@@color:lightcoral;being hurt@@
+		@@.lightcoral;being hurt@@
 	<<default>>
-		@@color:lightcoral;having vanilla sex@@
+		@@.lightcoral;having vanilla sex@@
 	<</switch>>
 	to any other kind of use.
 <</if>>
@@ -1233,41 +1233,41 @@ It's impossible to tell what intelligence or inclinations a fuckdoll might have
 <<if ($activeSlave.attrKnown == 1)>>
 Its suit usually forces it to become aroused for use, but when it's allowed to react naturally, it has
 <<if ($activeSlave.energy > 95)>>
-  a @@color:green;nymphomaniac@@ need
+  a @@.green;nymphomaniac@@ need
 <<elseif ($activeSlave.energy > 80)>>
-  a @@color:green;pathological need@@
+  a @@.green;pathological need@@
 <<elseif ($activeSlave.energy > 60)>>
-  a @@color:green;powerful need@@
+  a @@.green;powerful need@@
 <<elseif ($activeSlave.energy > 40)>>
-  a @@color:yellow;healthy need@@
+  a @@.yellow;healthy need@@
 <<elseif ($activeSlave.energy > 20)>>
-  a @@color:red;weak need@@
+  a @@.red;weak need@@
 <<else>>
-  @@color:red;no need@@
+  @@.red;no need@@
 <</if>>
 for external sexual stimulation, acts
 <<if ($activeSlave.attrXX <= 15)>>
-	@@color:red;revolted@@
+	@@.red;revolted@@
 <<elseif ($activeSlave.attrXX <= 35)>>
-	@@color:red;unhappy@@
+	@@.red;unhappy@@
 <<elseif ($activeSlave.attrXX <= 65)>>
 	indifferent
 <<elseif ($activeSlave.attrXX <= 85)>>
-	@@color:green;eager@@
+	@@.green;eager@@
 <<else>>
-	@@color:green;very enthusiastic@@
+	@@.green;very enthusiastic@@
 <</if>>
 when a pussy is pressed against its face hole, and
 <<if ($activeSlave.attrXY <= 15)>>
-	@@color:red;struggles@@
+	@@.red;struggles@@
 <<elseif ($activeSlave.attrXY <= 35)>>
-	@@color:red;does not react positively@@
+	@@.red;does not react positively@@
 <<elseif ($activeSlave.attrXY <= 65)>>
 	does not react significantly
 <<elseif ($activeSlave.attrXY <= 85)>>
-	@@color:green;seems pleased@@
+	@@.green;seems pleased@@
 <<else>>
-	is @@color:green;very happy@@
+	is @@.green;very happy@@
 <</if>>
 when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower holes<<else>>its rear hole<</if>>.
 <</if>>
@@ -1309,22 +1309,22 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $activeSlave.relationshipTarget>>
 			<<if $activeSlave.mother == $slaves[$i].ID>>
-				$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive mother, $slaves[$i].slaveName.@@
+				$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive mother, $slaves[$i].slaveName.@@
 				<<break>>
 			<<elseif $activeSlave.father == $slaves[$i].ID>>
-				$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive father, $slaves[$i].slaveName.@@
+				$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive father, $slaves[$i].slaveName.@@
 				<<break>>
 			<<elseif $slaves[$i].mother == $activeSlave.ID || $slaves[$i].father == $activeSlave.ID>>
-				$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive daughter, $slaves[$i].slaveName.@@
+				$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive daughter, $slaves[$i].slaveName.@@
 				<<break>>
 			<<elseif areSisters($activeSlave, $slaves[$i]) == 1>>
-				$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive twin, $slaves[$i].slaveName.@@
+				$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive twin, $slaves[$i].slaveName.@@
 				<<break>>
 			<<elseif areSisters($activeSlave, $slaves[$i]) == 2>>
-				$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive sister, $slaves[$i].slaveName.@@
+				$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive sister, $slaves[$i].slaveName.@@
 				<<break>>
 			<<elseif areSisters($activeSlave, $slaves[$i]) == 3>>
-				$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive half-sister, $slaves[$i].slaveName.@@
+				$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive half-sister, $slaves[$i].slaveName.@@
 				<<break>>
 			<</if>>
 		<</if>>
@@ -1332,9 +1332,9 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower
 <</if>>
 <<if $activeSlave.relationship <= -2 && ($activeSlave.mother == -1 || $activeSlave.father == -1)>>
 	<<if $activeSlave.mother == -1>>
-		$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive mother, you.@@
+		$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive mother, you.@@
 	<<elseif $activeSlave.father == -1>>
-		$pronounCap is in an @@color:lightgreen;incestuous relationship with $possessive father, you.@@
+		$pronounCap is in an @@.lightgreen;incestuous relationship with $possessive father, you.@@
 	<</if>>
 <</if>>
 
@@ -1344,10 +1344,10 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower
   <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID == $activeSlave.relationTarget>>
 		<<if ($slaves[$i].ID == $activeSlave.relationshipTarget) && ($activeSlave.relationship >= 3)>>
-			$pronounCap is @@color:lightgreen;$slaves[$i].slaveName's $activeSlave.relation, making their relationship incestuous.@@
+			$pronounCap is @@.lightgreen;$slaves[$i].slaveName's $activeSlave.relation, making their relationship incestuous.@@
 			<<break>>
 		<<else>>
-			$pronounCap is @@color:lightgreen;$slaves[$i].slaveName's $activeSlave.relation.@@
+			$pronounCap is @@.lightgreen;$slaves[$i].slaveName's $activeSlave.relation.@@
 			<<break>>
 		<</if>>
 	<</if>>
@@ -1361,11 +1361,11 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower
 	<<if $slaves[$i].ID == $activeSlave.rivalryTarget>>
 		$pronounCap
 		<<if $activeSlave.rivalry <= 1>>
-			@@color:lightsalmon;dislikes@@ $slaves[$i].slaveName.
+			@@.lightsalmon;dislikes@@ $slaves[$i].slaveName.
 		<<elseif $activeSlave.rivalry <= 2>>
-			is $slaves[$i].slaveName's @@color:lightsalmon;rival.@@
+			is $slaves[$i].slaveName's @@.lightsalmon;rival.@@
 		<<else>>
-			@@color:lightsalmon;bitterly hates@@ $slaves[$i].slaveName.
+			@@.lightsalmon;bitterly hates@@ $slaves[$i].slaveName.
    		<</if>>
 		<<break>>
 	<</if>>
@@ -1459,48 +1459,48 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower
 	<<if $activeSlave.fuckdoll <= 10>>
 		poorly adapted to life as a living sex toy.
 	<<elseif $activeSlave.fuckdoll <= 30>>
-		@@color:aquamarine;moderately adapted to life as a living sex toy.@@
+		@@.aquamarine;moderately adapted to life as a living sex toy.@@
 	<<elseif $activeSlave.fuckdoll <= 60>>
-		@@color:aquamarine;well adapted to life as a living sex toy.@@
+		@@.aquamarine;well adapted to life as a living sex toy.@@
 	<<elseif $activeSlave.fuckdoll < 100>>
-		@@color:aquamarine;almost perfectly adapted to life as a living sex toy.@@
+		@@.aquamarine;almost perfectly adapted to life as a living sex toy.@@
 	<<else>>
-		@@color:aquamarine;perfectly adapted to life as a living sex toy.@@
+		@@.aquamarine;perfectly adapted to life as a living sex toy.@@
 	<</if>>
 	Entertainment and prostitution skills are irrelevant for a Fuckdoll.
 <<else>>
 	<<if $activeSlave.whoreSkill <= 10>>
 		<<if $activeSlave.entertainSkill <= 10>>
 		<<elseif $activeSlave.entertainSkill <= 30>>
-			She is @@color:aquamarine;reasonably entertaining.@@
+			She is @@.aquamarine;reasonably entertaining.@@
 		<<elseif $activeSlave.entertainSkill <= 60>>
-			She is a @@color:aquamarine;skilled entertainer.@@
+			She is a @@.aquamarine;skilled entertainer.@@
 		<<elseif $activeSlave.entertainSkill < 100>>
-			She is an @@color:aquamarine;expert entertainer.@@
+			She is an @@.aquamarine;expert entertainer.@@
 		<<else>>
-			She is a @@color:aquamarine;master of entertainment.@@
+			She is a @@.aquamarine;master of entertainment.@@
 		<</if>>
 	<<else>>
 		<<if $activeSlave.entertainSkill <= 10>>
 		<<elseif $activeSlave.entertainSkill <= 30>>
-			She is @@color:aquamarine;reasonably entertaining@@ and
+			She is @@.aquamarine;reasonably entertaining@@ and
 		<<elseif $activeSlave.entertainSkill <= 60>>
-			She is a @@color:aquamarine;skilled entertainer@@ and
+			She is a @@.aquamarine;skilled entertainer@@ and
 		<<elseif $activeSlave.entertainSkill < 100>>
-			She is an @@color:aquamarine;expert entertainer@@ and
+			She is an @@.aquamarine;expert entertainer@@ and
 		<<else>>
-			She is a @@color:aquamarine;master of entertainment@@ and
+			She is a @@.aquamarine;master of entertainment@@ and
 		<</if>>
 	<</if>>
 	<<if $activeSlave.whoreSkill <= 10>>
 	<<elseif $activeSlave.whoreSkill <= 30>>
-		<<if $activeSlave.entertainSkill <= 10>>She <</if>>has @@color:aquamarine;basic experience as a prostitute.@@
+		<<if $activeSlave.entertainSkill <= 10>>She <</if>>has @@.aquamarine;basic experience as a prostitute.@@
 	<<elseif $activeSlave.whoreSkill <= 60>>
-		<<if $activeSlave.entertainSkill <= 10>>She is <</if>>a @@color:aquamarine;skilled streetwalker.@@
+		<<if $activeSlave.entertainSkill <= 10>>She is <</if>>a @@.aquamarine;skilled streetwalker.@@
 	<<elseif $activeSlave.whoreSkill < 100>>
-		<<if $activeSlave.entertainSkill <= 10>>She is <</if>>a @@color:aquamarine;expert working girl.@@
+		<<if $activeSlave.entertainSkill <= 10>>She is <</if>>a @@.aquamarine;expert working girl.@@
 	<<else>>
-		<<if $activeSlave.entertainSkill <= 10>>She is <</if>>a @@color:aquamarine;masterful whore.@@
+		<<if $activeSlave.entertainSkill <= 10>>She is <</if>>a @@.aquamarine;masterful whore.@@
 	<</if>>
 <</if>>
 
@@ -1568,26 +1568,26 @@ when a dick is pushed inside <<if $activeSlave.vagina >= -1>>either of its lower
 <<if ($showScores != 0)>>
 	<<Beauty $activeSlave>>
 	<<FResult $activeSlave>>
-	Currently, $pronoun has an @@color:pink;''attractiveness score'' of __''$beauty''__@@ and a @@color:lightcoral;''sexual score'' of __''$FResult''__.@@
+	Currently, $pronoun has an @@.pink;''attractiveness score'' of __''$beauty''__@@ and a @@.lightcoral;''sexual score'' of __''$FResult''__.@@
 <</if>>
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 
 <<if $activeSlave.amp != 0>>
   <<if $activeSlave.amp == -1>>
-	$activeSlave.slaveName is a @@color:pink;quadruple amputee@@, but she's equipped with a set of modern prosthetic limbs that allow her a fairly normal life.
+	$activeSlave.slaveName is a @@.pink;quadruple amputee@@, but she's equipped with a set of modern prosthetic limbs that allow her a fairly normal life.
   <<elseif $activeSlave.amp == -2>>
-	$activeSlave.slaveName is a @@color:pink;quadruple amputee@@, but she's equipped with P-Limbs customized for sex. Her fingertips vibrate, her finger joints are masked to prevent pinching, and her hands can dispense lube.
+	$activeSlave.slaveName is a @@.pink;quadruple amputee@@, but she's equipped with P-Limbs customized for sex. Her fingertips vibrate, her finger joints are masked to prevent pinching, and her hands can dispense lube.
   <<elseif $activeSlave.amp == -3>>
-	$activeSlave.slaveName is a @@color:pink;quadruple amputee@@, but she's equipped with P-Limbs customized to look natural. Their covering looks like living $activeSlave.skin skin, and their servos are noise damped.
+	$activeSlave.slaveName is a @@.pink;quadruple amputee@@, but she's equipped with P-Limbs customized to look natural. Their covering looks like living $activeSlave.skin skin, and their servos are noise damped.
   <<elseif $activeSlave.amp == -4>>
-	$activeSlave.slaveName is a @@color:pink;quadruple amputee@@, but she's equipped with P-Limbs customized for combat. They're hardened, strengthened, and more responsive, and they conceal taser knuckles and extensible forearm blades.
+	$activeSlave.slaveName is a @@.pink;quadruple amputee@@, but she's equipped with P-Limbs customized for combat. They're hardened, strengthened, and more responsive, and they conceal taser knuckles and extensible forearm blades.
    <<elseif $activeSlave.amp == -5>>
-	$activeSlave.slaveName is a @@color:pink;quadruple amputee@@, but she's equipped with advanced cybernetic P-Limbs. The ultimate fusion of combat effectiveness and instruments of pleasure, they're capable of performing multiple functions. They can enhance sex through her vibrating hands and increase her combat skills with hardened, yet flexible artificial muscles. They have an advanced artificial skin that can send electrical impulses that can cause stimulation or extreme pain.
+	$activeSlave.slaveName is a @@.pink;quadruple amputee@@, but she's equipped with advanced cybernetic P-Limbs. The ultimate fusion of combat effectiveness and instruments of pleasure, they're capable of performing multiple functions. They can enhance sex through her vibrating hands and increase her combat skills with hardened, yet flexible artificial muscles. They have an advanced artificial skin that can send electrical impulses that can cause stimulation or extreme pain.
   <<elseif $activeSlave.fuckdoll > 0>>
-	$activeSlave.slaveName is a @@color:pink;quadruple amputee,@@ making her a convenient torso-only sex toy.
+	$activeSlave.slaveName is a @@.pink;quadruple amputee,@@ making her a convenient torso-only sex toy.
   <<else>>
-	The most obvious thing about $activeSlave.slaveName is that she is a @@color:pink;quadruple amputee@@: she has neither arms nor legs.
+	The most obvious thing about $activeSlave.slaveName is that she is a @@.pink;quadruple amputee@@: she has neither arms nor legs.
   <</if>>
 <</if>>
 
@@ -1601,13 +1601,13 @@ and
 	<<if $activeSlave.hips > 1>>
 		<<print either("extremely curvy", "extremely plush")>>, but $possessive huge hips make the extra weight attractive on $object.
 	<<else>>
-		@@color:red;<<print either("overweight", "carrying a lot of extra weight", "fat")>>.@@
+		@@.red;<<print either("overweight", "carrying a lot of extra weight", "fat")>>.@@
 	<</if>>
 <<elseif $activeSlave.weight > 30>>
   <<if $activeSlave.hips > 1>>
 	<<print either("quite curvy", "very plush")>>, but $possessive motherly hips make the extra weight attractive on $object.
   <<else>>
-	@@color:red;<<print either("chubby", "carrying extra weight")>>.@@
+	@@.red;<<print either("chubby", "carrying extra weight")>>.@@
   <</if>>
 <<elseif $activeSlave.weight > 10 >><<print either("pleasingly curvy", "nicely plush")>>.
 <<elseif $activeSlave.weight >= -10>><<print either("a healthy weight", "neither too fat nor too skinny", "an attractive weight for her frame")>>. 
@@ -1618,9 +1618,9 @@ and
   <<elseif $activeSlave.hips < -1>>
 	<<print either("very thin", "quite skinny")>>, but $possessive trim hips make $possessive look like a model.
   <<else>>
-	@@color:red;<<print either("rail thin", "underweight", "too skinny")>>.@@
+	@@.red;<<print either("rail thin", "underweight", "too skinny")>>.@@
   <</if>>
-<<else>>@@color:red;<<print either("emaciated", "dangerously skinny")>>.@@
+<<else>>@@.red;<<print either("emaciated", "dangerously skinny")>>.@@
 <</if>>
 
 <<if $activeSlave.hips > 2>>
@@ -1629,7 +1629,7 @@ and
 
 $pronounCap has
 <<if $activeSlave.waist > 95>>
-	a badly @@color:red;masculine waist@@ that ruins her figure<<if $activeSlave.weight > 30>> and greatly exaggerates how fat $pronoun is<<elseif $activeSlave.weight < -30>> despite how thin $pronoun is<</if>>.
+	a badly @@.red;masculine waist@@ that ruins her figure<<if $activeSlave.weight > 30>> and greatly exaggerates how fat $pronoun is<<elseif $activeSlave.weight < -30>> despite how thin $pronoun is<</if>>.
 	<<if hyperBellyTwo($activeSlave)>>
 		$possessiveCap titanic belly lewdly bulges out the sides of $possessive thick waist.<<if $activeSlave.preg > 0>> The sides of $possessive waist are filled by $possessive overfilled womb in its desperate search for more room.<</if>>
 	<<elseif hyperBellyOne($activeSlave)>>
@@ -1640,7 +1640,7 @@ $pronounCap has
 		$possessiveCap belly is hidden by $possessive thick waist.
 	<</if>>
 <<elseif $activeSlave.waist > 40>>
-	a broad, @@color:red;ugly waist@@ that makes her look mannish<<if $activeSlave.weight > 30>> and exaggerates how fat $pronoun is<<elseif $activeSlave.weight < -30>> despite how thin $pronoun is<</if>>.
+	a broad, @@.red;ugly waist@@ that makes her look mannish<<if $activeSlave.weight > 30>> and exaggerates how fat $pronoun is<<elseif $activeSlave.weight < -30>> despite how thin $pronoun is<</if>>.
 	<<if hyperBellyTwo($activeSlave)>>
 		$possessiveCap titanic belly lewdly bulges out the sides of $possessive chunky waist.<<if $activeSlave.preg > 0>> The sides of $possessive waist are filled by $possessive overfilled womb in its desperate search for more room.<</if>>
 	<<elseif hyperBellyOne($activeSlave)>>
@@ -1651,7 +1651,7 @@ $pronounCap has
 		$possessiveCap belly is hidden by $possessive chunky waist.
 	<</if>>
 <<elseif $activeSlave.waist > 10>>
-	an @@color:red;unattractive waist@@ that conceals $possessive <<if $activeSlave.visualAge > 25>>girlish<<else>>womanly<</if>> figure<<if $activeSlave.weight > 30>> and accentuates how fat $pronoun is<<elseif $activeSlave.weight < -30>> despite how thin $pronoun is<</if>>.
+	an @@.red;unattractive waist@@ that conceals $possessive <<if $activeSlave.visualAge > 25>>girlish<<else>>womanly<</if>> figure<<if $activeSlave.weight > 30>> and accentuates how fat $pronoun is<<elseif $activeSlave.weight < -30>> despite how thin $pronoun is<</if>>.
 	<<if hyperBellyTwo($activeSlave)>>
 		$possessiveCap titanic belly lewdly bulges out the sides of $possessive waist.<<if $activeSlave.preg > 0>> The sides of $possessive waist are filled by $possessive overfilled womb in its desperate search for more room.<</if>>
 	<<elseif hyperBellyOne($activeSlave)>>
@@ -1673,7 +1673,7 @@ $pronounCap has
 		$possessiveCap belly is barely hidden by $possessive waist.
 	<</if>>
 <<elseif $activeSlave.waist >= -40>>
-	a nice @@color:pink;feminine waist@@ that gives $object a <<if $activeSlave.visualAge > 25>>girlish<<else>>womanly<</if>> figure<<if $activeSlave.weight > 30>> despite $possessive extra weight<<elseif $activeSlave.weight < -30>> and accentuates how thin $pronoun is<</if>>.
+	a nice @@.pink;feminine waist@@ that gives $object a <<if $activeSlave.visualAge > 25>>girlish<<else>>womanly<</if>> figure<<if $activeSlave.weight > 30>> despite $possessive extra weight<<elseif $activeSlave.weight < -30>> and accentuates how thin $pronoun is<</if>>.
 	<<if hyperBellyTwo($activeSlave)>>
 		$possessiveCap titanic belly lewdly bulges out the sides of $possessive feminine waist.<<if $activeSlave.preg > 0>> The sides of $possessive waist are filled by $possessive overfilled womb in its desperate search for more room.<</if>>
 	<<elseif hyperBellyOne($activeSlave)>>
@@ -1684,7 +1684,7 @@ $pronounCap has
 		$possessiveCap belly is barely visible around $possessive feminine waist.
 	<</if>>
 <<elseif $activeSlave.waist >= -95>>
-	a hot @@color:pink;wasp waist@@ that gives $possessive an hourglass figure<<if $activeSlave.weight > 30>> despite $possessive extra weight<<elseif $activeSlave.weight < -30>> further accentuated by how thin $pronoun is<</if>>.
+	a hot @@.pink;wasp waist@@ that gives $possessive an hourglass figure<<if $activeSlave.weight > 30>> despite $possessive extra weight<<elseif $activeSlave.weight < -30>> further accentuated by how thin $pronoun is<</if>>.
 	<<if hyperBellyTwo($activeSlave)>>
 		$possessiveCap titanic belly lewdly bulges out the sides of $possessive narrow waist and continues nearly a meter farther to either side.<<if $activeSlave.preg > 0>> The sides of $possessive waist are filled by $possessive overfilled womb in its desperate search for more room.<</if>>
 	<<elseif hyperBellyOne($activeSlave)>>
@@ -1695,7 +1695,7 @@ $pronounCap has
 		$possessiveCap belly is visible around $possessive narrow waist.
 	<</if>>
 <<else>>
-	an @@color:pink;absurdly narrow waist@@ that gives $possessive a cartoonishly hourglass figure<<if $activeSlave.weight > 30>> made even more ludicrous by $possessive extra weight<<elseif $activeSlave.weight < -30>> made even more ludicrous by how thin $pronoun is<</if>>.
+	an @@.pink;absurdly narrow waist@@ that gives $possessive a cartoonishly hourglass figure<<if $activeSlave.weight > 30>> made even more ludicrous by $possessive extra weight<<elseif $activeSlave.weight < -30>> made even more ludicrous by how thin $pronoun is<</if>>.
 	<<if hyperBellyTwo($activeSlave)>>
 		$possessiveCap titanic belly lewdly bulges out the sides of $possessive very narrow waist and continues nearly a meter farther to either side.<<if $activeSlave.preg > 0>> The sides of $possessive waist are filled by $possessive overfilled womb in its desperate search for more room.<</if>>
 	<<elseif hyperBellyOne($activeSlave)>>
@@ -1723,19 +1723,19 @@ $pronounCap has
 
 $pronounCap is
 <<if $activeSlave.muscles > 95>>
-	@@color:pink;extremely muscular,@@ with defined pecs, powerful glutes, and massive traps.
+	@@.pink;extremely muscular,@@ with defined pecs, powerful glutes, and massive traps.
 <<elseif $activeSlave.muscles > 30>>
-	@@color:pink;quite muscular,@@ with ripped abs, strong shoulders, and defined lats.
+	@@.pink;quite muscular,@@ with ripped abs, strong shoulders, and defined lats.
 <<elseif $activeSlave.muscles > 5>>
-	@@color:pink;well built,@@ yet feminine, with just-visible muscles.
+	@@.pink;well built,@@ yet feminine, with just-visible muscles.
 <<elseif $activeSlave.muscles > -6>>
-	@@color:pink;soft and feminine,@@ with no visible muscles.
+	@@.pink;soft and feminine,@@ with no visible muscles.
 <<elseif $activeSlave.muscles > -31>>
-	@@color:red;rather weak,@@ with barely any muscles.
+	@@.red;rather weak,@@ with barely any muscles.
 <<elseif $activeSlave.muscles > -96>>
-	@@color:red;very weak;@@ she struggles with day-to-day tasks.
+	@@.red;very weak;@@ she struggles with day-to-day tasks.
 <<else>>
-	@@color:red;frail;@@ she can barely hold herself up.
+	@@.red;frail;@@ she can barely hold herself up.
 <</if>>
 
 <<if $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderRadicalistLawBeauty + $arcologies[0].FSSlimnessEnthusiastLaw > 0>>
@@ -1750,7 +1750,7 @@ $pronounCap is
   <<BodyguardWeapon>>
 <</if>>
 <<if $activeSlave.combatSkill > 0>>
-	She is @@color:aquamarine;skilled at combat@@: she is comfortable with the use of modern firearms and edged weapons, and her hands <<if $activeSlave.amp == -4>>would be deadly weapons even if they weren't full of  deadly weapons already<<elseif $activeSlave.amp > 0>>would be deadly weapons if she had any<<else>>are deadly weapons<</if>>.
+	She is @@.aquamarine;skilled at combat@@: she is comfortable with the use of modern firearms and edged weapons, and her hands <<if $activeSlave.amp == -4>>would be deadly weapons even if they weren't full of  deadly weapons already<<elseif $activeSlave.amp > 0>>would be deadly weapons if she had any<<else>>are deadly weapons<</if>>.
 <</if>>
 <</if>>
 
@@ -1773,7 +1773,7 @@ $pronounCap is
 	<</if>>
 <<elseif $activeSlave.preg > 30>>
   <<if $activeSlave.pregType >= 20>>
-	$pronounCap is @@color:red;on the brink of bursting!@@ $possessiveCap belly is painfully stretched, the slightest provocation could cause $object to rupture.
+	$pronounCap is @@.red;on the brink of bursting!@@ $possessiveCap belly is painfully stretched, the slightest provocation could cause $object to rupture.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive straining womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1786,7 +1786,7 @@ $pronounCap is
 		Tests show $possessive straining womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType >= 10>>
-  	$pronounCap is @@color:pink;dangerously pregnant,@@ $possessive overburdened womb is filled with $activeSlave.pregType babies.
+  	$pronounCap is @@.pink;dangerously pregnant,@@ $possessive overburdened womb is filled with $activeSlave.pregType babies.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive stretched womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1799,7 +1799,7 @@ $pronounCap is
 		Tests show $possessive stretched womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType > 4>>
-	$pronounCap is @@color:pink;obscenely pregnant:@@ $pronoun's carrying quintuplets.
+	$pronounCap is @@.pink;obscenely pregnant:@@ $pronoun's carrying quintuplets.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive packed womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1812,7 +1812,7 @@ $pronounCap is
 		Tests show $possessive packed womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType > 2>>
-	$pronounCap is @@color:pink;massively pregnant:@@ $pronoun's carrying
+	$pronounCap is @@.pink;massively pregnant:@@ $pronoun's carrying
 	<<if $activeSlave.pregType == 4>>
 	  quadruplets.
 	<<else>>
@@ -1830,7 +1830,7 @@ $pronounCap is
 		Tests show $possessive crowded womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<else>>
-	$pronounCap is @@color:pink;hugely pregnant:@@
+	$pronounCap is @@.pink;hugely pregnant:@@
 	<<if $activeSlave.pregType == 2>>
 	  $pronoun's carrying twins.
 		<<if $activeSlave.pregSource == -1>>
@@ -1861,7 +1861,7 @@ $pronounCap is
   <</if>>
 <<elseif $activeSlave.preg > 20>>
   <<if $activeSlave.pregType >= 20>>
-	$pronounCap is @@color:pink;dangerously pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying far too many children.
+	$pronounCap is @@.pink;dangerously pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying far too many children.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive stretched womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1874,7 +1874,7 @@ $pronounCap is
 		Tests show $possessive stretched womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType >= 10>>
-  	$pronounCap is @@color:pink;obscenely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying $activeSlave.pregType children.
+  	$pronounCap is @@.pink;obscenely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying $activeSlave.pregType children.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive packed womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1887,7 +1887,7 @@ $pronounCap is
 		Tests show $possessive packed womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType > 4>>
-	$pronounCap is @@color:pink;massively pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying quintuplets.
+	$pronounCap is @@.pink;massively pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying quintuplets.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive crowded womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1900,7 +1900,7 @@ $pronounCap is
 		Tests show $possessive crowded womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType > 2>>
-	$pronounCap is @@color:pink;hugely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying
+	$pronounCap is @@.pink;hugely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying
 	<<if $activeSlave.pregType == 4>>
 	  quadruplets.
 	<<else>>
@@ -1918,7 +1918,7 @@ $pronounCap is
 		Tests show $possessive womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<else>>
-	$pronounCap is @@color:pink;very pregnant:@@
+	$pronounCap is @@.pink;very pregnant:@@
 	<<if $activeSlave.pregType == 2>>
 	  $pronoun's carrying twins.
 		<<if $activeSlave.pregSource == -1>>
@@ -1949,7 +1949,7 @@ $pronounCap is
   <</if>>
 <<elseif $activeSlave.preg > 10>>
   <<if $activeSlave.pregType >= 20>>
-	  $pronounCap is @@color:pink;obscenely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying far too many children.
+	  $pronounCap is @@.pink;obscenely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying far too many children.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive packed womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1962,7 +1962,7 @@ $pronounCap is
 		Tests show $possessive packed womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType >= 10>>
-  	$pronounCap is @@color:pink;massively pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying $activeSlave.pregType children.
+  	$pronounCap is @@.pink;massively pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying $activeSlave.pregType children.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive crowded womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1975,7 +1975,7 @@ $pronounCap is
 		Tests show $possessive crowded womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType > 4>>
-	$pronounCap is @@color:pink;hugely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying quintuplets.
+	$pronounCap is @@.pink;hugely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying quintuplets.
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive womb is filled with your children.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -1988,7 +1988,7 @@ $pronounCap is
 		Tests show $possessive womb is filled with <<print _daddy>>'s children.
 	<</if>>
   <<elseif $activeSlave.pregType > 2>>
-	$pronounCap is @@color:pink;very pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying
+	$pronounCap is @@.pink;very pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying
 	<<if $activeSlave.pregType == 4>>
 	  quadruplets.
 	<<else>>
@@ -2006,7 +2006,7 @@ $pronounCap is
 		Tests show $possessive womb contains <<print _daddy>>'s children.
 	<</if>>
   <<else>>
-	$pronounCap is @@color:pink;visibly pregnant.@@
+	$pronounCap is @@.pink;visibly pregnant.@@
 	<<if $activeSlave.pregSource == -1>>
 		Tests show $possessive womb contains your child.
 	<<elseif $activeSlave.pregSource == -2>>
@@ -2021,7 +2021,7 @@ $pronounCap is
   <</if>>
 <<elseif $activeSlave.preg > 0>>
 	<<if $activeSlave.pregType >= 20>>
-		$pronounCap is @@color:pink;pregnant@@, despite just being inseminated $possessive belly juts out several inches.
+		$pronounCap is @@.pink;pregnant@@, despite just being inseminated $possessive belly juts out several inches.
 		<<if $activeSlave.preg > 5>>
 			<<if $activeSlave.pregSource == -1>>
 				Tests show $possessive womb contains many of your growing children.
@@ -2038,7 +2038,7 @@ $pronounCap is
 			It is too early to tell who exactly fathered the children swelling $possessive belly.
 		<</if>>
 	<<elseif $activeSlave.pregType >= 10>>
-		$pronounCap is @@color:pink;pregnant@@, though just impregnated $possessive belly bulges slightly.
+		$pronounCap is @@.pink;pregnant@@, though just impregnated $possessive belly bulges slightly.
 		<<if $activeSlave.preg > 5>>
 			<<if $activeSlave.pregSource == -1>>
 				Tests show $possessive womb contains many of your growing children.
@@ -2055,7 +2055,7 @@ $pronounCap is
 			It is too early to tell who exactly fathered the children bloating $possessive belly.
 		<</if>>
 	<<else>>
-		$pronounCap is @@color:pink;pregnant@@, though it isn't too visible yet.
+		$pronounCap is @@.pink;pregnant@@, though it isn't too visible yet.
 		<<if $activeSlave.preg > 5>>
 			<<if $activeSlave.pregSource == -1>>
 				Tests show $possessive womb contains your growing child.
@@ -2074,24 +2074,24 @@ $pronounCap is
 	<</if>>
 <</if>>
 <<if $activeSlave.bellyImplant >= 32000>>
-	$pronounCap looks @@color:pink;ready to pop!@@ $pronounCap belly is massively stretched by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
+	$pronounCap looks @@.pink;ready to pop!@@ $pronounCap belly is massively stretched by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyImplant >= 16000>>
-	$pronounCap looks @@color:pink;obscenely pregnant.@@ $pronounCap overburdened middle is filled by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
+	$pronounCap looks @@.pink;obscenely pregnant.@@ $pronounCap overburdened middle is filled by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyImplant >= 8000>>
-	$pronounCap looks @@color:pink;very pregnant.@@ $pronounCap greatly rounded middle is filled by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
+	$pronounCap looks @@.pink;very pregnant.@@ $pronounCap greatly rounded middle is filled by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyImplant >= 4000>>
-	$pronounCap looks @@color:pink;visibly pregnant.@@ $pronounCap rounded middle is filled by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
+	$pronounCap looks @@.pink;visibly pregnant.@@ $pronounCap rounded middle is filled by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyImplant >= 2000>>
-	$pronounCap looks @@color:pink;barely pregnant.@@ $pronounCap rounded middle is caused by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
+	$pronounCap looks @@.pink;barely pregnant.@@ $pronounCap rounded middle is caused by $possessive <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyImplant > 0>>
 	$pronounCap has an abdominal implant, though it isn't too visible yet at a tiny <<print $activeSlave.bellyImplant>>ccs.
 <</if>>
 <<if bigBelly($activeSlave)>>
-	Her stomach is @@color:pink;large enough to be in the way,@@ both in daily affairs and during sex.
+	Her stomach is @@.pink;large enough to be in the way,@@ both in daily affairs and during sex.
 <</if>>
 
 <<if ($activeSlave.heels == 1)>>
-	$possessiveCap @@color:pink;legs have been altered@@ so that $pronoun must wear heels in order to walk.
+	$possessiveCap @@.pink;legs have been altered@@ so that $pronoun must wear heels in order to walk.
 	<<if ($showClothing == 1) && ($saleDescription == 0)>>
 	<<if ($activeSlave.amp != 1)>>
 		<<if ($activeSlave.shoes != "none") && ($activeSlave.shoes != "flats")>>
@@ -2121,13 +2121,13 @@ $pronounCap is
   <<elseif $activeSlave.nationality == "slave">>
 	She's been chattel long enough that slavery is effectively her nationality; ethnically, she's
   <<elseif $activeSlave.nationality == "Zimbabwean" && $activeSlave.race == "white">>
-  	She's originally @@color:tan;Rhodesian@@; ethnically, she's
+  	She's originally @@.tan;Rhodesian@@; ethnically, she's
   <<else>>
-	She's originally @@color:tan;<<print $activeSlave.nationality>>@@; ethnically, she's
+	She's originally @@.tan;<<print $activeSlave.nationality>>@@; ethnically, she's
   <</if>>
-  @@color:tan;<<print $activeSlave.race>>@@, and her skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>.
+  @@.tan;<<print $activeSlave.race>>@@, and her skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>.
 <<elseif ($seeRace == 1)>>
-  Ethnically, she's @@color:tan;<<print $activeSlave.race>>@@, and her skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>.
+  Ethnically, she's @@.tan;<<print $activeSlave.race>>@@, and her skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>.
 <<else>>
   Her skin is <<print $activeSlave.skin>><<if $activeSlave.markings == "freckles">> and lightly freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><<elseif $activeSlave.markings == "heavily freckled">> and heavily freckled<<if (($activeSlave.skin == "pale") || ($activeSlave.skin == "fair")) && ($activeSlave.hColor != "red")>>, an attractive combination<</if>><</if>>.
 <</if>>
@@ -2299,26 +2299,26 @@ Her scars make her look like she's in the right place.
 			which are just for show.
 		  <</if>>
 		<<elseif $activeSlave.eyes == -2>>
-			which, since she is @@color:red;blind@@, are just for show.  She moves carefully as to not bump into things.
+			which, since she is @@.red;blind@@, are just for show.  She moves carefully as to not bump into things.
 		<<else>>
 		  <<if $activeSlave.eyewear == "corrective glasses">>
 			which correct her vision.
 		  <<else>>
-			which do nothing to help her @@color:yellow;nearsightedness@@ and consequent clumsiness.
+			which do nothing to help her @@.yellow;nearsightedness@@ and consequent clumsiness.
 		  <</if>>
 		<</if>>
 	<<else>>
 		<<if $activeSlave.eyes == -2>>
-			She is @@color:red;blind@@, and moves very carefully as a result.
+			She is @@.red;blind@@, and moves very carefully as a result.
 		<<elseif $activeSlave.eyes > -1>>
 		  <<if $activeSlave.eyewear is "blurring contacts">>
 			She's wearing contacts designed to blur her vision, making her clumsy.
 		  <</if>>
 		<<else>>
 		  <<if $activeSlave.eyewear == "corrective contacts">>
-			She's wearing contact lenses to correct her @@color:yellow;nearsightedness@@.
+			She's wearing contact lenses to correct her @@.yellow;nearsightedness@@.
 		  <<else>>
-			She's @@color:yellow;nearsighted@@, and a bit clumsy as a result.
+			She's @@.yellow;nearsighted@@, and a bit clumsy as a result.
 		  <</if>>
 		<</if>>
 	<</if>> /* CLOSES EYEWEAR */
@@ -2369,10 +2369,10 @@ Her scars make her look like she's in the right place.
 <</if>>
 
 <<if $activeSlave.voice == 0>>
-	$pronounCap is @@color:pink;completely silent@@, which is understandable, since <<if $activeSlave.fuckdoll > 0>>it's<<else>>she's a<</if>> mute.
+	$pronounCap is @@.pink;completely silent@@, which is understandable, since <<if $activeSlave.fuckdoll > 0>>it's<<else>>she's a<</if>> mute.
 <<else>>
 	<<if $activeSlave.lips > 95>>
-		$pronounCap is @@color:pink;effectively mute@@, since $possessive lips are so large that <<if $activeSlave.fuckdoll > 0>>its<<else>>SHE<</if>> can no longer speak intelligibly. $pronounCap can still <<if $activeSlave.devotion > 50>>moan<<elseif $activeSlave.devotion >= 20>>whimper<<else>>scream<</if>> through them, though.
+		$pronounCap is @@.pink;effectively mute@@, since $possessive lips are so large that <<if $activeSlave.fuckdoll > 0>>its<<else>>SHE<</if>> can no longer speak intelligibly. $pronounCap can still <<if $activeSlave.devotion > 50>>moan<<elseif $activeSlave.devotion >= 20>>whimper<<else>>scream<</if>> through them, though.
 	<</if>>
 <</if>>
 
@@ -2619,7 +2619,7 @@ Her scars make her look like she's in the right place.
 <<if $activeSlave.fuckdoll == 0>>
 <<if $activeSlave.minorInjury != 0>>
 <<if $activeSlave.minorInjury != "sore ass">>
-	She is sporting a @@color:red;$activeSlave.minorInjury@@, covered by makeup.
+	She is sporting a @@.red;$activeSlave.minorInjury@@, covered by makeup.
 <</if>>
 <</if>>
 <</if>>
@@ -2772,10 +2772,10 @@ Her scars make her look like she's in the right place.
 	<</if>>
 	<</if>>
 	<<if ($activeSlave.addict > 0) && ($activeSlave.addict <= 2)>>
-		She is a new @@color:cyan;aphrodisiac addict@@.
+		She is a new @@.cyan;aphrodisiac addict@@.
 	<<elseif ($activeSlave.addict > 0) && ($activeSlave.addict < 10)>>
-		She is a confirmed @@color:cyan;aphrodisiac addict@@.
+		She is a confirmed @@.cyan;aphrodisiac addict@@.
 	<<elseif ($activeSlave.addict > 0)>>
-		She is completely @@color:cyan;dependent on aphrodisiacs@@, and it is unlikely you will ever be able to wean her off them.
+		She is completely @@.cyan;dependent on aphrodisiacs@@, and it is unlikely you will ever be able to wean her off them.
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/madamSelect.tw b/src/uncategorized/madamSelect.tw
index e2c6c8b3981e46874ca4996a1a3c5e6838443381..1597bd55aab89a04ee922c2901a9646410aae28f 100644
--- a/src/uncategorized/madamSelect.tw
+++ b/src/uncategorized/madamSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Brothel", $showEncyclopedia = 1, $encyclopedia = "Madam">>
 
 <<if ($Madam != 0)>>
-	''__@@color:pink;$Madam.slaveName@@__'' is serving as your Madam.<br><br>She will manage the brothel.
+	''__@@.pink;$Madam.slaveName@@__'' is serving as your Madam.<br><br>She will manage the brothel.
 <<else>>
 	You have not selected a Madam.
 <</if>>
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 312e93c9e3aecd82fed620c53c8ad36a2bcec93c..ba0b629894505a7cd03c4e78bb9d5db89870b9c9 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -3,11 +3,11 @@
 <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
 	<<if $releaseID >= 1000>>
 	<<else>>
-		''@@color:red;INCOMPATIBLE SAVE WARNING:@@'' your saved game was created using version $ver and you are using version 0.10.0. Please select New Game Plus from the Options menu or start a new game.
+		''@@.red;INCOMPATIBLE SAVE WARNING:@@'' your saved game was created using version $ver and you are using version 0.10.0. Please select New Game Plus from the Options menu or start a new game.
 		<br><br>
 	<</if>>
 <<else>>
-	''@@color:red;INCOMPATIBLE SAVE WARNING:@@'' your saved game was created using version $ver and you are using later version which New Game Plus cannot reconcile. Please start a new game.
+	''@@.red;INCOMPATIBLE SAVE WARNING:@@'' your saved game was created using version $ver and you are using later version which New Game Plus cannot reconcile. Please start a new game.
 	<br><br>
 <</if>>
 
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index 60d53ffac0390ffa1c8bf31e56358c62d2e721e6..8b706e12a05649aaa7434dbf3d1e551f1cc2cf3e 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -17,7 +17,7 @@
 __Arcology Ownership__
 You own ''$arcologies[0].ownership%'' of $arcologies[0].name, <<if $arcologies[0].minority > 0>>against ''$arcologies[0].minority%'' owned by the second most significant holder<<else>>and there are no other significant holders<</if>>.
 <<if $arcologies[0].minority > $arcologies[0].ownership-10>>
-	@@color:red;This is a dangerously narrow margin of control.@@
+	@@.red;This is a dangerously narrow margin of control.@@
 <</if>>
 <<set $price = 500*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>>
 A 1% interest in $arcologies[0].name is worth ¤$price and will require a transaction cost of ¤10000 to acquire.
@@ -48,7 +48,7 @@ A 1% interest in $arcologies[0].name is worth ¤$price and will require a transa
 <<if $FSAnnounced > 0>>
 	<<if $FSCredits > 0>>
 	<br><br>
-		@@color:yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
+		@@.yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
 	<</if>>
 <</if>>
 
@@ -76,14 +76,14 @@ __Construction__
 <</if>>
 <<if ($PC.engineering >= 100) || ($PC.career == "arcology owner")>>
 <<if $AProsperityCap < 360>>
-	//Arcology upgrades are less expensive due to your @@color:springgreen;<<if $PC.career == "arcology owner">>experience in the Free Cities<<else>>arcology engineering career<</if>>.@@//
+	//Arcology upgrades are less expensive due to your @@.springgreen;<<if $PC.career == "arcology owner">>experience in the Free Cities<<else>>arcology engineering career<</if>>.@@//
 <</if>>
 <</if>>
 
 <br>
 
 <<if $weatherCladding == 0>>
-	//Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@color:yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $weatherCladding = 1]]
+	//Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@.yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $weatherCladding = 1]]
 <<elseif $weatherCladding == 1 && $AProsperityCap is 300>>
 	The arcology's exterior is jacketed with unsightly but sturdy weather cladding. Your arcology is so prosperous that remodeling the cladding into something beautiful is within the realm of possibility. This massive project will cost ¤<<print Math.trunc(3500000*$upgradeMultiplierArcology)>> and without a doubt render your arcology one of the wonders of the world.
 [[Remodel weather cladding|Manage Arcology][$cash -= Math.trunc(3500000*$upgradeMultiplierArcology), $weatherCladding = 2, $AProsperityCap = 360]]
diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw
index 077da567d7ac94716e9032efb6a41348257a0e26..66d07d4118bbd6b54d3419d147262e403677f108 100644
--- a/src/uncategorized/masterSuiteReport.tw
+++ b/src/uncategorized/masterSuiteReport.tw
@@ -58,9 +58,9 @@
 <<set _masterSuiteAverageSadism = _masterSuiteAverageSadism/$masterSuiteSlaves>>
 
 &nbsp;&nbsp;&nbsp;&nbsp;''There <<if ($masterSuiteSlaves == 1)>>is one slave<<else>>are $masterSuiteSlaves slaves<</if>>
-seeing to your pleasure in the master suite.'' Such sexual opulence @@color:green;improves@@ your reputation.
+seeing to your pleasure in the master suite.'' Such sexual opulence @@.green;improves@@ your reputation.
 <<if ($arcologies[0].FSEgyptianRevivalist > 0) && ($masterSuiteSlaves >= 5)>>
-	Society @@color:green;approves@@ of your keeping a large number of women. This advances the Egyptian revivalist ideal of multiple concubinage.
+	Society @@.green;approves@@ of your keeping a large number of women. This advances the Egyptian revivalist ideal of multiple concubinage.
 	<<FSChange "EgyptianRevivalist" 2>>
 <</if>>
 <<if (_masterSuitePregnantSlaves >= 1)>>
@@ -116,7 +116,7 @@ The level of sexual energy in the suite is
 	<</if>>
 	/* 000-250-006 */
 <<if ($slaves[_i].assignment != "be your Concubine")>>
-	<<if $verboseDescriptions == 1>>''__@@color:pink;$slaves[_i].slaveName@@__'' sees to your pleasure in the master suite.<</if>>
+	<<if $verboseDescriptions == 1>>''__@@.pink;$slaves[_i].slaveName@@__'' sees to your pleasure in the master suite.<</if>>
 	<<if ($masterSuiteUpgradeLuxury == 1)>>
 	<<if ($slaves[_i].devotion <= 95)>>
 		<<set $slaves[_i].devotion += 2>>
@@ -157,13 +157,13 @@ The level of sexual energy in the suite is
 	<</if>>
 <<else>>
 	<<set $Concubine = $slaves[_FLs]>>
-	<<if $verboseDescriptions == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>''Your concubine $Concubine.slaveName is serving you in $masterSuiteName.'' More than any other slave, her sexual brilliance and physical appeal are @@color:green;critical@@ to your reputation.
+	<<if $verboseDescriptions == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>''Your concubine $Concubine.slaveName is serving you in $masterSuiteName.'' More than any other slave, her sexual brilliance and physical appeal are @@.green;critical@@ to your reputation.
 
 	<<if ($Concubine.career == "an arcology owner")>>
-		She was once your rival, and your relationship is widely thought to be @@color:green;the perfect modern romance.@@
+		She was once your rival, and your relationship is widely thought to be @@.green;the perfect modern romance.@@
 		<<set $repGain += 250>>
 	<<elseif ($Concubine.prestige > 0)>>
-		<<if $verboseDescriptions == 1>>Keeping such a prestigious slave as your concubine @@color:green;adds to your fame.@@<</if>>
+		<<if $verboseDescriptions == 1>>Keeping such a prestigious slave as your concubine @@.green;adds to your fame.@@<</if>>
 		<<set $repGain += 25*$Concubine.prestige>>
 		<<if $verboseDescriptions == 1>>
 			<<if $Concubine.prestigeDesc == "She is a famed Free Cities whore, and commands top prices.">>
@@ -187,7 +187,7 @@ The level of sexual energy in the suite is
 		<</if>>
 	<</if>>
 	<<if ($Concubine.oralCount + $Concubine.analCount + $Concubine.vaginalCount + $Concubine.mammaryCount + $Concubine.penetrativeCount > 1000)>>
-		<<if $verboseDescriptions == 1>>Many citizens <<if $Concubine.publicCount > 10>>remember having had her themselves, and <</if>>@@color:green;respectfully@@ envy you her exclusive company.<</if>>
+		<<if $verboseDescriptions == 1>>Many citizens <<if $Concubine.publicCount > 10>>remember having had her themselves, and <</if>>@@.green;respectfully@@ envy you her exclusive company.<</if>>
 		<<set $repGain += 25>>
 	<</if>>
 	<<if $slaves[_i].devotion <= 20>>
@@ -213,78 +213,78 @@ The level of sexual energy in the suite is
 	<<fetishChangeChance $slaves[_i]>>
 	<<if (_masterSuiteAverageMilk > 2000) && ($fetishChangeChance > random(0,50))>>
 		<<if $slaves[_i].fetish == "boobs">>
-			<<if $verboseDescriptions == 1>>Her<<else>>$slaves[_i].slaveName's<</if>> @@color:lightcoral;boob fetish is strengthened@@ by the constant availability of milky nipples for her to play with.
+			<<if $verboseDescriptions == 1>>Her<<else>>$slaves[_i].slaveName's<</if>> @@.lightcoral;boob fetish is strengthened@@ by the constant availability of milky nipples for her to play with.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			_Verb @@color:lightcoral;acquires a boob fetish@@ after spending a lot of time in the fuckpit drinking from her fellow fucktoys' tits.
+			_Verb @@.lightcoral;acquires a boob fetish@@ after spending a lot of time in the fuckpit drinking from her fellow fucktoys' tits.
 			<<set $slaves[_i].fetish = "boobs", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAverageDick > 3) && ($slaves[_i].anus > 0) && ($fetishChangeChance > random(0,50))>>
 		_Verb
 		<<if $slaves[_i].fetish == "buttslut">>
-			@@color:lightcoral;sinks farther into anal pleasure,@@ since she spends her time in the fuckpit with at least one of the many available cocks up her butt.
+			@@.lightcoral;sinks farther into anal pleasure,@@ since she spends her time in the fuckpit with at least one of the many available cocks up her butt.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			@@color:lightcoral;acquires an anal fetish@@ after helplessly orgasming at the mercy of your many fucktoys eager to shove their big stiff penises up her ass.
+			@@.lightcoral;acquires an anal fetish@@ after helplessly orgasming at the mercy of your many fucktoys eager to shove their big stiff penises up her ass.
 			<<set $slaves[_i].fetish = "buttslut", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAverageCum > 3) && ($fetishChangeChance > random(0,50))>>
 		_Verb
 		<<if $slaves[_i].fetish == "cumslut">>
-			@@color:lightcoral;sinks farther into cum addiction,@@ since she spends her time in the fuckpit eagerly sucking down ejaculate, straight from the many sources.
+			@@.lightcoral;sinks farther into cum addiction,@@ since she spends her time in the fuckpit eagerly sucking down ejaculate, straight from the many sources.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			@@color:lightcoral;acquires an oral fixation@@ after orally servicing your many fucktoys eager to blow their loads down her throat.
+			@@.lightcoral;acquires an oral fixation@@ after orally servicing your many fucktoys eager to blow their loads down her throat.
 			<<set $slaves[_i].fetish = "cumslut", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAveragePreg > 10) && ($fetishChangeChance > random(0,50))>>
 		_Verb
 		<<if $slaves[_i].fetish == "pregnancy">>
-			@@color:lightcoral;sinks farther into pregnancy obsession,@@ since she never wants for a pregnant girl to make love to.
+			@@.lightcoral;sinks farther into pregnancy obsession,@@ since she never wants for a pregnant girl to make love to.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			@@color:lightcoral;acquires an pregnancy fetish,@@ since many of her sexual partners in the fuckpit are heavily pregnant.
+			@@.lightcoral;acquires an pregnancy fetish,@@ since many of her sexual partners in the fuckpit are heavily pregnant.
 			<<set $slaves[_i].fetish = "pregnancy", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAverageDom < 50) && ($fetishChangeChance > random(0,50))>>
 		_Verb
 		<<if $slaves[_i].fetish == "dom">>
-			@@color:lightcoral;becomes more dominant,@@ since there are so many subs in the fuckpit who beg her to fuck them hard.
+			@@.lightcoral;becomes more dominant,@@ since there are so many subs in the fuckpit who beg her to fuck them hard.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			@@color:lightcoral;becomes sexually dominant@@ after having fun satisfying the many submissive fucktoys in the fuckpit who beg her to top them.
+			@@.lightcoral;becomes sexually dominant@@ after having fun satisfying the many submissive fucktoys in the fuckpit who beg her to top them.
 			<<set $slaves[_i].fetish = "dom", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAverageDom > 50) && ($fetishChangeChance > random(0,50))>>
 		_Verb
 		<<if $slaves[_i].fetish == "submissive">>
-			@@color:lightcoral;becomes even more submissive,@@ since there are so many doms in the fuckpit that she's often used by more than one at once.
+			@@.lightcoral;becomes even more submissive,@@ since there are so many doms in the fuckpit that she's often used by more than one at once.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			@@color:lightcoral;becomes sexually submissive@@ after the many dominant slaves in the fuckpit hold her down and use her for their pleasure.
+			@@.lightcoral;becomes sexually submissive@@ after the many dominant slaves in the fuckpit hold her down and use her for their pleasure.
 			<<set $slaves[_i].fetish = "submissive", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAverageSadism < 50) && ($fetishChangeChance > random(0,50))>>
 		_Verb
 		<<if $slaves[_i].fetish == "sadist">>
-			@@color:lightcoral;becomes more sadistic,@@ since there are so many girls in the fuckpit who will do anything for her if she'll only spank them.
+			@@.lightcoral;becomes more sadistic,@@ since there are so many girls in the fuckpit who will do anything for her if she'll only spank them.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			@@color:lightcoral;becomes a bit of a sadist@@ after she notices that so many of her fellow fucktoys cum harder if she gives them a good slap.
+			@@.lightcoral;becomes a bit of a sadist@@ after she notices that so many of her fellow fucktoys cum harder if she gives them a good slap.
 			<<set $slaves[_i].fetish = "sadist", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<<elseif (_masterSuiteAverageSadism > 50) && ($fetishChangeChance > random(0,50))>>
 		<<if $slaves[_i].fetish == "masochist">>
-			<<if $verboseDescriptions == 1>>Her<<else>>$slaves[_i].slaveName's<</if>> @@color:lightcoral;pain addiction deepens,@@ since the fuckpit is full of ladies happy to fuck her while she screams.
+			<<if $verboseDescriptions == 1>>Her<<else>>$slaves[_i].slaveName's<</if>> @@.lightcoral;pain addiction deepens,@@ since the fuckpit is full of ladies happy to fuck her while she screams.
 			<<set $slaves[_i].fetishStrength += 4>>
 		<<else>>
-			<<if $verboseDescriptions == 1>>She<<else>>$slaves[_i].slaveName<</if>> @@color:lightcoral;learns masochism@@ after experiencing many orgasms under the exquisite sexual torture of the sadists in the fuckpit.
+			<<if $verboseDescriptions == 1>>She<<else>>$slaves[_i].slaveName<</if>> @@.lightcoral;learns masochism@@ after experiencing many orgasms under the exquisite sexual torture of the sadists in the fuckpit.
 			<<set $slaves[_i].fetish = "masochist", $slaves[_i].fetishStrength = 65>>
 		<</if>>
 	<</if>>
 	<</if>>
 	<<if $slaves[_i].energy > 40 && $slaves[_i].energy < 95>>
-		Being a constant part of the fuckpit orgy @@color:lime;greatly heightens her libido.@@
+		Being a constant part of the fuckpit orgy @@.lime;greatly heightens her libido.@@
 		<<set $slaves[_i].energy += 2>>
 	<</if>>
 	<</if>>
@@ -390,14 +390,14 @@ The level of sexual energy in the suite is
 <<if $arcologies[0].FSRestart != "unset">>
 <<if $propOutcome != 1>>
 <<if _masterSuitePregnantSlaves > 0>>
-	The Societal Elite know what you are doing with your bedslaves. @@color:red;They do not approve@@.
+	The Societal Elite know what you are doing with your bedslaves. @@.red;They do not approve@@.
 	<<set $failedElite += 5*_masterSuitePregnantSlaves>>
 <</if>>
 <</if>>
 <</if>>
 
 <<if $masterSuiteDecoration != "standard">>
-	$masterSuiteNameCaps's $masterSuiteDecoration atmosphere @@color:hotpink;has a minor impact on your fucktoys.@@
+	$masterSuiteNameCaps's $masterSuiteDecoration atmosphere @@.hotpink;has a minor impact on your fucktoys.@@
 <</if>>
 <</if>>
 <<if $masterSuiteSlaves || $Concubine>>
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index a76f736ffdc85d17402df5d5e10b8bed8c29abc6..5b13d6f0cdd74f56eaa60262e69100e1fb74fe96 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -382,7 +382,7 @@ You decide to set $eventSlave.slaveName up with $subSlave.slaveName. Telling the
 	You praise their total commitment to sexual slavery, and let them know they'll continue to be sex slaves, but tell them that it's time for them to settle down. They give you identical looks of horror, and fail to notice how much of a perfect couple they already are. Patiently, you explain that their sex lives will remain more or less unchanged; just because two slaves are together doesn't mean they can't and won't have sex with other people. They look doubtful, but cheer up when you inform them that they'll be spending a lot of alone time together for a few days.
 <</if>>
 <br><br>
-Being ordered into a relationship would be difficult for anyone, but they're so obedient that @@color:lightgreen;they do their best and make it work.@@ You ensure that they do, and your determined efforts to do so @@color:mediumorchid;reduce their devotion to you,@@ though it's mostly by redirection towards each other. And in any case, they remain devoted enough, and will likely return to their earlier worshipfulness in a few weeks at most.
+Being ordered into a relationship would be difficult for anyone, but they're so obedient that @@.lightgreen;they do their best and make it work.@@ You ensure that they do, and your determined efforts to do so @@.mediumorchid;reduce their devotion to you,@@ though it's mostly by redirection towards each other. And in any case, they remain devoted enough, and will likely return to their earlier worshipfulness in a few weeks at most.
 <<set _matched = 0>>
 <<if ($eventSlave.fetish == "submissive") && ($subSlave.fetish == "dom")>>
 	$subSlave.slaveName is a dom and $eventSlave.slaveName is a sub. It's a match out of bad fiction.
@@ -449,7 +449,7 @@ Being ordered into a relationship would be difficult for anyone, but they're so
 	<<set _matched = 1>>
 <</if>>
 <<if _matched == 1>>
-	Their sexual compatibility is excellent, and they @@color:mediumaquamarine;trust you more@@ for matching them so perfectly.
+	Their sexual compatibility is excellent, and they @@.mediumaquamarine;trust you more@@ for matching them so perfectly.
 	<<set $eventSlave.trust += 10>>
 	<<set $subSlave.trust += 10>>
 <<elseif $eventSlave.fetish == $subSlave.fetish>>
@@ -478,7 +478,7 @@ Being ordered into a relationship would be difficult for anyone, but they're so
 	<</switch>>
 	and they bond over their shared sexual tastes, easing their acclimation to having another slave play a major role in their sex lives. They're almost as happy sharing stories about their past sexual exploits as they are actually having sex.
 <<else>>
-	Their fetishes aren't very compatible, and though as a couple of inventive nymphos they do their absolute best to fuck each other senseless, they @@color:gold;trust you a less@@ out of doubt in the sexual match.
+	Their fetishes aren't very compatible, and though as a couple of inventive nymphos they do their absolute best to fuck each other senseless, they @@.gold;trust you a less@@ out of doubt in the sexual match.
 	<<set $eventSlave.trust -= 10>>
 	<<set $subSlave.trust -= 10>>
 <</if>>
@@ -509,7 +509,7 @@ Being ordered into a relationship would be difficult for anyone, but they're so
 		advocates for slavery. Not only do they share this, but they believe that your orders are good for them, including your order that they be together.
 	<</switch>>
 <<else>>
-	They approach life as slaves differently, and it's @@color:gold;tough for them to reconcile their differences over their values.@@
+	They approach life as slaves differently, and it's @@.gold;tough for them to reconcile their differences over their values.@@
 	<<set $eventSlave.trust -= 10>>
 	<<set $subSlave.trust -= 10>>
 <</if>>
diff --git a/src/uncategorized/milkmaidSelect.tw b/src/uncategorized/milkmaidSelect.tw
index a119517015e404077648bb6a601c3f96285b104e..6098a2b6e22e2a4e023a50b4ae3b37a9f6cce867 100644
--- a/src/uncategorized/milkmaidSelect.tw
+++ b/src/uncategorized/milkmaidSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Dairy", $showEncyclopedia = 1, $encyclopedia = "Milkmaid">>
 
 <<if ($Milkmaid != 0)>>
-	''__@@color:pink;$Milkmaid.slaveName@@__'' is serving as your Milkmaid.<br><br>She will look after your livestock, helping them give milk<<if $seeDicks > 0>> and semen<</if>>.
+	''__@@.pink;$Milkmaid.slaveName@@__'' is serving as your Milkmaid.<br><br>She will look after your livestock, helping them give milk<<if $seeDicks > 0>> and semen<</if>>.
 <<else>>
 	You have not selected a Milkmaid.
 <</if>>
diff --git a/src/uncategorized/minorInjuryResponse.tw b/src/uncategorized/minorInjuryResponse.tw
index 36c4dbd45f1164a71954ae7a2ea09e83502c3f6d..70c34c5753d8490cbe1d7429ed6f96c415449f6c 100644
--- a/src/uncategorized/minorInjuryResponse.tw
+++ b/src/uncategorized/minorInjuryResponse.tw
@@ -7,32 +7,32 @@ She carries on, knowing that in your degradationist arcology, this is accepted b
 <<elseif $arcologies[0].FSPaternalist > 20>>
 
 <<if ($AProsperityCap >= 60) && (random(1,100) > 50)>>
-	The security drones successfully detain him and oblige him to pay significant @@color:yellowgreen;compensation,@@ since abusing slaves is discouraged here.
+	The security drones successfully detain him and oblige him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here.
 	<<set $cash += 50>>
 <<elseif ($AProsperityCap >= 160) && (random(1,100) > 50)>>
-	The computer systems successfully detain him and require him to pay significant @@color:yellowgreen;compensation,@@ since abusing slaves is discouraged here.
+	The computer systems successfully detain him and require him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here.
 	<<set $cash += 50>>
 <<elseif ($slaves[$i].whoreSkill > random(1,100))>>
-	$slaves[$i].slaveName is used to this sort of thing, and convinces him to pay significant @@color:yellowgreen;compensation,@@ since abusing slaves is discouraged here.
+	$slaves[$i].slaveName is used to this sort of thing, and convinces him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here.
 	<<set $cash += 50>>
 <<elseif ($slaves[$i].combatSkill > 0)>>
-	$slaves[$i].slaveName can take care of herself, and she successfully forces him to pay significant @@color:yellowgreen;compensation,@@ since abusing slaves is discouraged here.
+	$slaves[$i].slaveName can take care of herself, and she successfully forces him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here.
 	<<set $cash += 50>>
 <</if>>
 
 <<else>>
 
 <<if ($AProsperityCap >= 60) && (random(1,100) > 50)>>
-	The security drones successfully detain him and oblige him to pay minor @@color:yellowgreen;compensation.@@
+	The security drones successfully detain him and oblige him to pay minor @@.yellowgreen;compensation.@@
 	<<set $cash += 10>>
 <<elseif ($AProsperityCap >= 160) && (random(1,100) > 50)>>
-	The computer systems successfully detain him and require him to pay minor @@color:yellowgreen;compensation.@@
+	The computer systems successfully detain him and require him to pay minor @@.yellowgreen;compensation.@@
 	<<set $cash += 10>>
 <<elseif ($slaves[$i].whoreSkill > random(1,100))>>
-	$slaves[$i].slaveName is used to this sort of thing, and convinces him to pay minor @@color:yellowgreen;compensation.@@
+	$slaves[$i].slaveName is used to this sort of thing, and convinces him to pay minor @@.yellowgreen;compensation.@@
 	<<set $cash += 10>>
 <<elseif ($slaves[$i].combatSkill > 0)>>
-	$slaves[$i].slaveName can take care of herself, and she successfully forces him to pay minor @@color:yellowgreen;compensation.@@
+	$slaves[$i].slaveName can take care of herself, and she successfully forces him to pay minor @@.yellowgreen;compensation.@@
 	<<set $cash += 10>>
 <</if>>
 
diff --git a/src/uncategorized/neighborDescription.tw b/src/uncategorized/neighborDescription.tw
index 20906ce0a064b889373945f0c9f289c02a73f786..5825e7c06d1e758b3741c122ba0ad88c65649074 100644
--- a/src/uncategorized/neighborDescription.tw
+++ b/src/uncategorized/neighborDescription.tw
@@ -32,7 +32,7 @@ Its leadership has control of approximately <<print Math.trunc(($arcologies[$i].
 <</if>>
 <<if $arcologies[$i].PCminority > 0>>You own $arcologies[$i].PCminority% of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a <<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>% share<</if>><</if>>.
 <<set $economicUncertainty -= 2*$assistantPower>>
-The arcology has an estimated GSP of @@color:yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@
+The arcology has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@
 <<if Math.abs($arcologies[$i].prosperity - $averageProsperity) < 5>>
 	average among
 <<elseif $arcologies[$i].prosperity > $averageProsperity>>
diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw
index 5f44caf3aa93be523390c0a4168d3356ce35ac3b..323bf61dc2ec2d7fd7b36dc71f64588b376a8447 100644
--- a/src/uncategorized/neighborInteract.tw
+++ b/src/uncategorized/neighborInteract.tw
@@ -192,7 +192,7 @@ A 1% interest in $activeArcology.name is worth ¤$seed and will require a transa
 	<br>
 	<<for $j = 0; $j < $leaders.length; $j++>>
 	<<if $activeArcology.leaderID == $leaders[$j].ID>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ is running this arcology. Her <<if $leaders[$j].intelligence >= 3>>brilliance<<else>>intelligence<</if>> and education are the most important qualities for her.
+		Your agent @@.pink;$leaders[$j].slaveName@@ is running this arcology. Her <<if $leaders[$j].intelligence >= 3>>brilliance<<else>>intelligence<</if>> and education are the most important qualities for her.
 		<<if $leaders[$j].actualAge > 35>>
 			As with the Head Girl position, her age and experience lend her leadership weight.
 		<</if>>
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 1e2e1ea52b1fbd2dfe19b672c4b8f058e85fab4a..72905c7decb65c070788b086aef853426f7576ff 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -50,8 +50,8 @@ __Arcologies in the Free City__
 <<if $arcologies[$i].government == "your agent">>
 <<for _k = 0; _k < $leaders.length; _k++>>
 <<if $leaders[_k].ID == $arcologies[$i].leaderID>>
-	is being run by your agent @@color:pink;$leaders[_k].slaveName.@@
-	<<if $agentBonus > 0>>@@color:green;She does an excellent job this week.@@<</if>>
+	is being run by your agent @@.pink;$leaders[_k].slaveName.@@
+	<<if $agentBonus > 0>>@@.green;She does an excellent job this week.@@<</if>>
 	The arcology
 <</if>>
 <</for>>
@@ -63,16 +63,16 @@ __Arcologies in the Free City__
   <<set _error = 10>>
 <</if>>
 <<set _error -= 2*$assistantPower>>
-has an estimated GSP of @@color:yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100)>>m,@@
+has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100)>>m,@@
 
 <<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>>
-	undergoing some internal turmoil. @@color:yellow;It undergoes a change of government.@@ A power struggle is won by a single individual, leaving the arcology ruled like yours is.
+	undergoing some internal turmoil. @@.yellow;It undergoes a change of government.@@ A power struggle is won by a single individual, leaving the arcology ruled like yours is.
 	<<set $arcologies[$i].government = "an individual">>
 	<<set $arcologies[$i].honeymoon += 10>>
 <<elseif ($arcologies[$i].ownership != 0) && ($arcologies[$i].ownership < $arcologies[$i].PCminority) && ($arcologies[$i].direction != 0) && ($arcologies[$i].rival != 1)>>
 	undergoing a leadership struggle in which you are deeply concerned, since you now own more of it than its current leadership.
 	<<if random(0,10) < $arcologies[$i].PCminority - $arcologies[$i].ownership>>
-	  @@color:yellow;You successfully execute a hostile takeover and now control the arcology.@@ Trustees from among its leading citizens will exercise local control at your direction until you make other arrangements.
+	  @@.yellow;You successfully execute a hostile takeover and now control the arcology.@@ Trustees from among its leading citizens will exercise local control at your direction until you make other arrangements.
 	  <<set $arcologies[$i].honeymoon += 10>>
 	  <<set $arcologies[$i].ownership = 0>>
 	  <<set $arcologies[$i].government = "your trustees">>
@@ -83,7 +83,7 @@ has an estimated GSP of @@color:yellowgreen;¤<<print Math.trunc((0.1*$arcologie
 <<elseif ($arcologies[$i].ownership == 0) && ($arcologies[$i].PCminority > 0) && ($arcologies[$i].minority > $arcologies[$i].PCminority)>>
 	undergoing a leadership struggle in which you are deeply concerned, since your ownership share has diminished to a dangerously low point.
 	<<if random(0,10) < $arcologies[$i].minority - $arcologies[$i].PCminority>>
-	  @@color:yellow;It undergoes a change of government.@@
+	  @@.yellow;It undergoes a change of government.@@
 	  <<set $arcologies[$i].honeymoon += 10>>
 	  <<set $arcologies[$i].ownership = $arcologies[$i].minority>>
 	  <<set $arcologies[$i].minority = 0>>
@@ -112,7 +112,7 @@ has an estimated GSP of @@color:yellowgreen;¤<<print Math.trunc((0.1*$arcologie
 <<elseif ($arcologies[$i].ownership != 0) && (($arcologies[$i].ownership < $arcologies[$i].minority) || ($arcologies[$i].ownership < 10)) && ($arcologies[$i].direction != 0) && ($arcologies[$i].rival != 1)>>
 	undergoing a leadership struggle, since its current government owns less of it than its largest rival for control.
 	<<if random(0,10) < $arcologies[$i].minority - $arcologies[$i].ownership>>
-	  @@color:yellow;It undergoes a change of government.@@
+	  @@.yellow;It undergoes a change of government.@@
 	  <<set $arcologies[$i].honeymoon += 10>>
 	  <<set $arcologies[$i].ownership = $arcologies[$i].minority>>
 	  <<set $arcologies[$i].minority = 0>>
@@ -432,7 +432,7 @@ has an estimated GSP of @@color:yellowgreen;¤<<print Math.trunc((0.1*$arcologie
 <<if $arcologies[$i].PCminority > 0>>
 	<<set $rents = ($arcologies[$i].prosperity*$arcologies[$i].PCminority*2)+random(1,100)>>
 	<<set $cash += $rents>>
-	This week, you made @@color:yellowgreen;¤$rents@@ from your holdings in this arcology.
+	This week, you made @@.yellowgreen;¤$rents@@ from your holdings in this arcology.
 <</if>>
 
 /* AI ARCOLOGY RENAMING */
diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
index 7b18d8f5ff6ec38e91cd527ceee8df902bde46eb..f616c7558019c8b2074b70f09fc56d1603e9ea4b 100644
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ b/src/uncategorized/neighborsFSAdoption.tw
@@ -31,89 +31,89 @@ societal development.
   <<switch $rivalryFS>>
   <<case "Racial Subjugationism">>
 	<<if $arcologies[$i].FSSubjugationist != "unset">><<set $arcologies[$i].FSSubjugationist = "unset">><</if>>
-	$desc preoccupied by belief in the superiority of the $arcologies[0].FSSubjugationistRace race, leading the arcology to @@color:yellow;adopt $arcologies[0].FSSubjugationistRace Supremacy.@@
+	$desc preoccupied by belief in the superiority of the $arcologies[0].FSSubjugationistRace race, leading the arcology to @@.yellow;adopt $arcologies[0].FSSubjugationistRace Supremacy.@@
 	<<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>>
 	<<set $arcologies[$i].FSSupremacistRace = $arcologies[0].FSSubjugationistRace>>
   <<case "Racial Supremacism">>
 	<<if $arcologies[$i].FSSupremacist != "unset">><<set $arcologies[$i].FSSupremacist = "unset">><</if>>
-	$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leading the arcology to @@color:yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
+	$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leading the arcology to @@.yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
 	<<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>>
 	<<set $arcologies[$i].FSSubjugationistRace = $arcologies[0].FSSupremacistRace>>
   <<case "Repopulation Focus">>
 	<<if $arcologies[$i].FSRepopulationFocus != "unset">><<set $arcologies[$i].FSRepopulationFocus = "unset">><</if>>
-	$desc obsessed with building a new society based on its societal elite, leading the arcology to @@color:yellow;adopt Eugenics.@@
+	$desc obsessed with building a new society based on its societal elite, leading the arcology to @@.yellow;adopt Eugenics.@@
 	<<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>>
   <<case "Eugenics">>
 	<<if $arcologies[$i].FSRestart != "unset">><<set $arcologies[$i].FSRestart = "unset">><</if>>
-	$desc obsessed with breeding a new society, leading the arcology to @@color:yellow;adopt Repopulationism.@@
+	$desc obsessed with breeding a new society, leading the arcology to @@.yellow;adopt Repopulationism.@@
 	<<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>>
   <<case "Gender Radicalism">>
 	<<if $arcologies[$i].FSGenderRadicalist != "unset">><<set $arcologies[$i].FSGenderRadicalist = "unset">><</if>>
-	$desc enthusiastic about knocking slaves up, leading the arcology to @@color:yellow;adopt Gender Fundamentalism.@@
+	$desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@
 	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>>
   <<case "Gender Fundamentalism">>
 	<<if $arcologies[$i].FSGenderFundamentalist != "unset">><<set $arcologies[$i].FSGenderFundamentalist = "unset">><</if>>
-	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@color:yellow;adopt Gender Radicalism.@@
+	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@
 	<<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>>
   <<case "Paternalism">>
 	<<if $arcologies[$i].FSPaternalist != "unset">><<set $arcologies[$i].FSPaternalist = "unset">><</if>>
-	$desc partial to screaming and struggling, leading the arcology to @@color:yellow;adopt Degradationism.@@
+	$desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@
 	<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
   <<case "Degradationism">>
 	<<if $arcologies[$i].FSDegradationist != "unset">><<set $arcologies[$i].FSDegradationist = "unset">><</if>>
-	$desc devoted to their slaves' advancement, leading the arcology to @@color:yellow;adopt Paternalism.@@
+	$desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
   <<case "Body Purism">>
 	<<if $arcologies[$i].FSBodyPurist != "unset">><<set $arcologies[$i].FSBodyPurist = "unset">><</if>>
-	$desc fascinated with extreme surgery, leading the arcology to @@color:yellow;adopt Transformation Fetishism.@@
+	$desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@
 	<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
   <<case "Transformation Fetishism">>
 	<<if $arcologies[$i].FSTransformationFetishist != "unset">><<set $arcologies[$i].FSTransformationFetishist = "unset">><</if>>
-	$desc concerned by trends in their slaves' health, leading the arcology to @@color:yellow;adopt Body Purism.@@
+	$desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
   <<case "Youth Preferentialism">>
 	<<if $arcologies[$i].FSYouthPreferentialist != "unset">><<set $arcologies[$i].FSYouthPreferentialist = "unset">><</if>>
-	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@color:yellow;adopt Maturity Preferentialism.@@
+	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@
 	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>>
   <<case "Maturity Preferentialism">>
 	<<if $arcologies[$i].FSMaturityPreferentialist != "unset">><<set $arcologies[$i].FSMaturityPreferentialist = "unset">><</if>>
-	$desc devoted to fucking nubile young slaves, leading the arcology to @@color:yellow;adopt Youth Preferentialism.@@
+	$desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@
 	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
   <<case "Slimness Enthusiasm">>
 	<<if $arcologies[$i].FSSlimnessEnthusiast != "unset">><<set $arcologies[$i].FSSlimnessEnthusiast = "unset">><</if>>
-	$desc loves boobs, the bigger, the better, leading the arcology to @@color:yellow;adopt Asset Expansionism.@@
+	$desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@
 	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
   <<case "Asset Expansionism">>
 	<<if $arcologies[$i].FSAssetExpansionist != "unset">><<set $arcologies[$i].FSAssetExpansionist = "unset">><</if>>
-	$desc loves a slim slave with tight holes, leading the arcology to @@color:yellow;adopt Slimness Enthusiasm.@@
+	$desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@
 	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
   <<case "Chattel Religionism">>
 	<<if $arcologies[$i].FSNull != "unset">><<set $arcologies[$i].FSNull = "unset">><</if>>
-	$desc open minded, leading the arcology to @@color:yellow;permit cultural freedom.@@
+	$desc open minded, leading the arcology to @@.yellow;permit cultural freedom.@@
 	<<set $arcologies[$i].FSNull = 5>><<set $adopted = 1>>
   <<case "Multiculturalism">>
 	<<if $arcologies[$i].FSChattelReligionist != "unset">><<set $arcologies[$i].FSChattelReligionist = "unset">><</if>>
-	$desc devoutly religious, and interested in a reformation, leading the arcology to @@color:yellow;adopt Chattel Religionism.@@
+	$desc devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@
 	<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
   <<case "Roman Revivalism">>
 	<<if $arcologies[$i].FSRomanRevivalist != "unset">><<set $arcologies[$i].FSRomanRevivalist = "unset">><</if>>
-	$desc fascinated by ancient Egyptian history, leading the arcology to @@color:yellow;adopt Egyptian Revivalism.@@
+	$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
 	<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
   <<case "Egyptian Revivalism">>
 	<<if $arcologies[$i].FSEgyptianRevivalist != "unset">><<set $arcologies[$i].FSEgyptianRevivalist = "unset">><</if>>
-	$desc fascinated by Arabian romanticism, leading the arcology to @@color:yellow;adopt Arabian Revivalism.@@
+	$desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@
 	<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
   <<case "Edo Revivalism">>
 	<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
-	$desc fascinated by the long tale of Chinese history, leading the arcology to @@color:yellow;adopt Chinese Revivalism.@@
+	$desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@
 	<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
   <<case "Arabian Revivalism">>
 	<<if $arcologies[$i].FSArabianRevivalist != "unset">><<set $arcologies[$i].FSArabianRevivalist = "unset">><</if>>
-	$desc fascinated by classical Roman history, leading the arcology to @@color:yellow;adopt Roman Revivalism.@@
+	$desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@
 	<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
   <<case "Chinese Revivalism">>
 	<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
-	$desc fascinated by Japanese history, leading the arcology to @@color:yellow;adopt Edo Revivalism.@@
+	$desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@
 	<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
   <</switch>>
 
@@ -125,7 +125,7 @@ societal development.
   <<if $arcologies[0].FSSubjugationist > random(5,60)>>
 	<<if ($arcologies[$i].FSSupremacist == "unset")>>
 	<<if ($arcologies[$i].FSSubjugationist == "unset")>>
-	$desc preoccupied by belief in the superiority of the $arcologies[0].FSSubjugationistRace race, leading the arcology to @@color:yellow;adopt $arcologies[0].FSSubjugationistRace Supremacy.@@
+	$desc preoccupied by belief in the superiority of the $arcologies[0].FSSubjugationistRace race, leading the arcology to @@.yellow;adopt $arcologies[0].FSSubjugationistRace Supremacy.@@
 	<<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>>
 	<<set $arcologies[$i].FSSupremacistRace = $arcologies[0].FSSubjugationistRace>>
 	<</if>>
@@ -134,7 +134,7 @@ societal development.
   <<if $arcologies[0].FSSupremacist > random(5,60)>>
 	<<if ($arcologies[$i].FSSubjugationist == "unset")>>
 	<<if ($arcologies[$i].FSSupremacist == "unset")>>
-	$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leading the arcology to @@color:yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
+	$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leading the arcology to @@.yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
 	<<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>>
 	<<set $arcologies[$i].FSSubjugationistRace = $arcologies[0].FSSupremacistRace>>
 	<</if>>
@@ -142,105 +142,105 @@ societal development.
   <</if>>
   <<if $arcologies[0].FSRestart > random(5,60)>>
 	<<if ($arcologies[$i].FSRestart == "unset") and ($arcologies[$i].FSRepopulationFocus == "unset")>>
-	$desc obsessed with breeding a new society, leading the arcology to @@color:yellow;adopt Repopulationism.@@
+	$desc obsessed with breeding a new society, leading the arcology to @@.yellow;adopt Repopulationism.@@
 	<<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSRepopulationFocus > random(5,60)>>
 	<<if ($arcologies[$i].FSRestart == "unset") and ($arcologies[$i].FSRepopulationFocus == "unset")>>
-	$desc obsessed with creating a new, better society, leading the arcology to @@color:yellow;adopt Eugenics.@@
+	$desc obsessed with creating a new, better society, leading the arcology to @@.yellow;adopt Eugenics.@@
 	<<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSGenderRadicalist > random(5,60)>>
 	<<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
-	$desc enthusiastic about knocking slaves up, leading the arcology to @@color:yellow;adopt Gender Fundamentalism.@@
+	$desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@
 	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSGenderFundamentalist > random(5,60)>>
 	<<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
-	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@color:yellow;adopt Gender Radicalism.@@
+	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@
 	<<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSPaternalist > random(5,60)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	$desc partial to screaming and struggling, leading the arcology to @@color:yellow;adopt Degradationism.@@
+	$desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@
 	<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSDegradationist > random(5,60)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	$desc devoted to their slaves' advancement, leading the arcology to @@color:yellow;adopt Paternalism.@@
+	$desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSBodyPurist > random(5,60)>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	$desc fascinated with extreme surgery, leading the arcology to @@color:yellow;adopt Transformation Fetishism.@@
+	$desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@
 	<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSTransformationFetishist > random(5,60)>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	$desc concerned by trends in their slaves' health, leading the arcology to @@color:yellow;adopt Body Purism.@@
+	$desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSYouthPreferentialist > random(5,60)>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@color:yellow;adopt Maturity Preferentialism.@@
+	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@
 	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>>
   <<elseif $arcologies[0].FSMaturityPreferentialist > random(5,60)>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	$desc devoted to fucking nubile young slaves, leading the arcology to @@color:yellow;adopt Youth Preferentialism.@@
+	$desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@
 	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
 	<</if>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSSlimnessEnthusiast > random(5,60)>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	$desc loves boobs, the bigger, the better, leading the arcology to @@color:yellow;adopt Asset Expansionism.@@
+	$desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@
 	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSAssetExpansionist > random(5,60)>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	$desc loves a slim slave with tight holes, leading the arcology to @@color:yellow;adopt Slimness Enthusiasm.@@
+	$desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@
 	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSPastoralist > random(5,60)>>
 	<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSPhysicalIdealist == "unset")>>
-	$desc addicted to breast milk straight from the nipple, leading the arcology to @@color:yellow;adopt Pastoralism.@@
+	$desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@
 	<<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSPhysicalIdealist > random(5,60)>>
 	<<if ($arcologies[$i].FSPhysicalIdealist == "unset") && ($arcologies[$i].FSPastoralist == "unset")>>
-	$desc pretty devoted to spending time in the gym, leading the arcology to @@color:yellow;adopt Physical Idealism.@@
+	$desc pretty devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@
 	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
   <<if $arcologies[0].FSRomanRevivalist > random(5,60)>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by Arabian romanticism, leading the arcology to @@color:yellow;adopt Arabian Revivalism.@@
+	$desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@
 	<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
 	<<break>>
 	<</if>>
   <<elseif $arcologies[0].FSEgyptianRevivalist > random(5,60)>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by classical Roman history, leading the arcology to @@color:yellow;adopt Roman Revivalism.@@
+	$desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@
 	<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSEdoRevivalist > random(5,60)>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by the long tale of Chinese history, leading the arcology to @@color:yellow;adopt Chinese Revivalism.@@
+	$desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@
 	<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSArabianRevivalist > random(5,60)>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by ancient Egyptian history, leading the arcology to @@color:yellow;adopt Egyptian Revivalism.@@
+	$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
 	<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
   <<elseif $arcologies[0].FSChineseRevivalist > random(5,60)>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by Japanese history, leading the arcology to @@color:yellow;adopt Edo Revivalism.@@
+	$desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@
 	<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
   <</if>>
@@ -259,10 +259,10 @@ societal development.
 <<if ($arcologies[$i].FSRepopulationFocus == "unset")>>
 <<if ($arcologies[$i].FSRestart == "unset")>>
 	<<if $leaders[$j].fetish == "pregnancy">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Repopulationism@@, since as a pregnancy fetishist, she can't wait to see the female population's bellies swell with life.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Repopulationism@@, since as a pregnancy fetishist, she can't wait to see the female population's bellies swell with life.
 		<<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].preg < -1 || ($leaders[$j].ovaries == 0 && $leaders[$j].mpreg != 1)>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Eugenics@@, since if no-one can get pregnant, she won't be alone.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Eugenics@@, since if no-one can get pregnant, she won't be alone.
 		<<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -272,10 +272,10 @@ societal development.
 <<if ($arcologies[$i].FSGenderRadicalist == "unset")>>
 <<if ($arcologies[$i].FSGenderFundamentalist == "unset")>>
 	<<if $leaders[$j].dick > 0>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Gender Radicalism@@, since she's a walking, swinging argument for dickgirls.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Gender Radicalism@@, since she's a walking, swinging argument for dickgirls.
 		<<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].preg > 0>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Gender Fundamentalism@@, since its citizens find leadership by a pregnant woman fascinating.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Gender Fundamentalism@@, since its citizens find leadership by a pregnant woman fascinating.
 		<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -285,10 +285,10 @@ societal development.
 <<if ($arcologies[$i].FSPaternalist == "unset")>>
 <<if ($arcologies[$i].FSDegradationist == "unset")>>
 	<<if $leaders[$j].behavioralQuirk == "advocate">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Paternalism@@, since as an advocate for slavery, she believes in its benefits.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Paternalism@@, since as an advocate for slavery, she believes in its benefits.
 		<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].fetish == "sadist">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Degradationism@@, since as a sexual sadist, she's excited by the idea of leading a society that applauds her cruelest impulses.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Degradationism@@, since as a sexual sadist, she's excited by the idea of leading a society that applauds her cruelest impulses.
 		<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -298,10 +298,10 @@ societal development.
 <<if ($arcologies[$i].FSBodyPurist == "unset")>>
 <<if ($arcologies[$i].FSTransformationFetishist == "unset")>>
 	<<if $leaders[$j].chem > 50>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Body Purism@@, since she knows what long term drug damage feels like, and doesn't want any slave to ever experience it again.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Body Purism@@, since she knows what long term drug damage feels like, and doesn't want any slave to ever experience it again.
 		<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].boobsImplant > 1000>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Transformation Fetishism@@, out of a perverse desire to subject all slaves to massive implants like hers.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Transformation Fetishism@@, out of a perverse desire to subject all slaves to massive implants like hers.
 		<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -311,10 +311,10 @@ societal development.
 <<if ($arcologies[$i].FSYouthPreferentialist == "unset")>>
 <<if ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
 	<<if $leaders[$j].actualAge <= 25>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Youth Preferentialism@@, to buttress acceptance of her own young age.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Youth Preferentialism@@, to buttress acceptance of her own young age.
 		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].actualAge > 35>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Maturity Preferentialism@@, since she has a certain personal interest in promoting the idea that MILFs are sexy.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Maturity Preferentialism@@, since she has a certain personal interest in promoting the idea that MILFs are sexy.
 		<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -324,10 +324,10 @@ societal development.
 <<if ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
 <<if ($arcologies[$i].FSAssetExpansionist == "unset")>>
 	<<if $leaders[$j].behavioralQuirk == "insecure">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Slimness Enthusiasm@@, since her history of anorexia has deeply impacted her idea of beauty.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Slimness Enthusiasm@@, since her history of anorexia has deeply impacted her idea of beauty.
 		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].fetish == "boobs">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Asset Expansionism@@, since she's a breast expansion fetishist in addition to being a mere breast fetishist.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Asset Expansionism@@, since she's a breast expansion fetishist in addition to being a mere breast fetishist.
 		<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -337,10 +337,10 @@ societal development.
 <<if ($arcologies[$i].FSPastoralist == "unset")>>
 <<if ($arcologies[$i].FSPhysicalIdealist == "unset")>>
 	<<if $leaders[$j].fetish == "cumslut">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Pastoralism@@, since she already loves sucking down slaves' precious fluids.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Pastoralism@@, since she already loves sucking down slaves' precious fluids.
 		<<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].behavioralQuirk == "fitness">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Physical Idealism@@, since she's a fitness fanatic herself.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Physical Idealism@@, since she's a fitness fanatic herself.
 		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -350,10 +350,10 @@ societal development.
 <<if ($arcologies[$i].FSChattelReligionist == "unset")>>
 <<if ($arcologies[$i].FSNull == "unset")>>
 	<<if $leaders[$j].behavioralQuirk == "devout">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Chattel Religionism@@, to share and spread her deeply held beliefs about the holiness of sexual service.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Chattel Religionism@@, to share and spread her deeply held beliefs about the holiness of sexual service.
 		<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].behavioralQuirk == "sinful">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Chattel Religionism@@, since she's excited by the prospect of getting away with horrible sins against old religions in public.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Chattel Religionism@@, since she's excited by the prospect of getting away with horrible sins against old religions in public.
 		<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -370,47 +370,47 @@ societal development.
 		<<for $k = 0; $k < $slaves.length; $k++>>
 			<<if $leaders[$j].mother == $slaves[$k].ID>>
 				<<if $leaders[$j].relationshipTarget == $slaves[$k].ID>>
-					Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
+					Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
 					<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 				<</if>>
 				<<break>>
 			<<elseif $leaders[$j].father == $slaves[$k].ID>>
 				<<if $leaders[$j].relationshipTarget == $slaves[$k].ID>>
-					Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
+					Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
 					<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 				<</if>>
 				<<break>>
 			<<elseif $leaders[$j].ID == $slaves[$k].father>>
 				<<if $leaders[$j].relationshipTarget == $slaves[$k].ID>>
-					Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
+					Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
 					<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 				<</if>>
 				<<break>>
 			<<elseif $leaders[$j].ID == $slaves[$k].mother>>
 				<<if $leaders[$j].relationshipTarget == $slaves[$k].ID>>
-					Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
+					Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
 					<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 				<</if>>
 				<<break>>
 			<<elseif areSisters($leaders[$j], $slaves[$k]) > 0>>
 				<<if $leaders[$j].relationshipTarget == $slaves[$k].ID>>
-					Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
+					Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
 					<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 				<</if>>
 				<<break>>
 			<</if>>
 		<</for>>
 	<<elseif $leaders[$j].nationality == "Chinese">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Chinese Revivalism@@, since she's Chinese herself and can claim high honor in such a society.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Chinese Revivalism@@, since she's Chinese herself and can claim high honor in such a society.
 		<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].nationality == "Japanese">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Edo Revivalism@@, since she's Japanese herself and can claim high honor in such a society.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Edo Revivalism@@, since she's Japanese herself and can claim high honor in such a society.
 		<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].behavioralQuirk == "confident">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Roman Revivalism@@, since it appeals to her confident, patrician nature.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Roman Revivalism@@, since it appeals to her confident, patrician nature.
 		<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].fetish == "dom">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Arabian Revivalism@@, since she's sexually dominant and quite likes the idea of overseeing slave bazaars.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Arabian Revivalism@@, since she's sexually dominant and quite likes the idea of overseeing slave bazaars.
 		<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -427,19 +427,19 @@ societal development.
 <<if ($arcologies[$i].FSArabianRevivalist == "unset")>>
 <<if ($arcologies[$i].FSChineseRevivalist == "unset")>>
 	<<if ($leaders[$j].relationshipTarget != 0) && ($leaders[$j].relationshipTarget == $leaders[$j].relationTarget)>>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Egyptian Revivalism@@, since she's already part of a gloriously incestuous relationship.
 		<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].nationality == "Chinese">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Chinese Revivalism@@, since she's Chinese herself and can claim high honor in such a society.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Chinese Revivalism@@, since she's Chinese herself and can claim high honor in such a society.
 		<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].nationality == "Japanese">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Edo Revivalism@@, since she's Japanese herself and can claim high honor in such a society.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Edo Revivalism@@, since she's Japanese herself and can claim high honor in such a society.
 		<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].behavioralQuirk == "confident">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Roman Revivalism@@, since it appeals to her confident, patrician nature.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Roman Revivalism@@, since it appeals to her confident, patrician nature.
 		<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 	<<elseif $leaders[$j].fetish == "dom">>
-		Your agent @@color:pink;$leaders[$j].slaveName@@ successfully pushes it to @@color:yellow;adopt Arabian Revivalism@@, since she's sexually dominant and quite likes the idea of overseeing slave bazaars.
+		Your agent @@.pink;$leaders[$j].slaveName@@ successfully pushes it to @@.yellow;adopt Arabian Revivalism@@, since she's sexually dominant and quite likes the idea of overseeing slave bazaars.
 		<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -460,11 +460,11 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSSubjugationist > random(50,200)>>
 	<<if ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's racial Subjugationist culture @@color:yellow;pushes it towards Degradationism.@@
+	The arcology's racial Subjugationist culture @@.yellow;pushes it towards Degradationism.@@
 	<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 	<<break>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	The arcology's racial Subjugationist culture @@color:yellow;pushes it towards Egyptian Revivalism,@@ since the Ancient Egyptians are famous for keeping a race of slaves.
+	The arcology's racial Subjugationist culture @@.yellow;pushes it towards Egyptian Revivalism,@@ since the Ancient Egyptians are famous for keeping a race of slaves.
 	<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 	<<break>>
 	<</if>>
@@ -473,14 +473,14 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSSupremacist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's racial Supremacist culture @@color:yellow;pushes it towards Paternalism.@@
+	The arcology's racial Supremacist culture @@.yellow;pushes it towards Paternalism.@@
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset") && ($arcologies[$i].FSSupremacistRace == "asian")>>
 	<<if random(0,1) == 0>>
-		The arcology's racial Supremacist culture @@color:yellow;pushes it towards Edo Revivalism,@@ since the beauty and grace of the Japanese people are watchwords there.
+		The arcology's racial Supremacist culture @@.yellow;pushes it towards Edo Revivalism,@@ since the beauty and grace of the Japanese people are watchwords there.
 		<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
 	<<else>>
-		The arcology's racial Supremacist culture @@color:yellow;pushes it towards Chinese Revivalism,@@ since the wisdom of the Middle Kingdom is admired there.
+		The arcology's racial Supremacist culture @@.yellow;pushes it towards Chinese Revivalism,@@ since the wisdom of the Middle Kingdom is admired there.
 		<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 	<</if>>
@@ -489,15 +489,15 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSRepopulationFocus > random(50,200)>>
 	<<if ($arcologies[$i].FSAssetExpationist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Repopulationist culture @@color:yellow;pushes it towards Asset Expansionism,@@ since big pregnant bellies go great with huge tits and asses.
+	The arcology's Repopulationist culture @@.yellow;pushes it towards Asset Expansionism,@@ since big pregnant bellies go great with huge tits and asses.
 	<<set $arcologies[$i].FSAssetExpationist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSGenderFundamentalist == "unset") && ($arcologies[$i].FSGenderRadicalist == "unset")>>
-	The arcology's Repopulationist culture @@color:yellow;pushes it towards Gender Fundamentalism,@@ since traditional women make better mothers.
+	The arcology's Repopulationist culture @@.yellow;pushes it towards Gender Fundamentalism,@@ since traditional women make better mothers.
 	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].Restart > random(50,200)>>
 	<<if ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's elite focused culture @@color:yellow;pushes it towards Degradationism,@@ since its lowest class deserves nothing but misery.
+	The arcology's elite focused culture @@.yellow;pushes it towards Degradationism,@@ since its lowest class deserves nothing but misery.
 	<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -505,18 +505,18 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSGenderRadicalist > random(50,200)>>
 	<<if ($arcologies[$i].FSTransformationFetishist == "unset") && ($arcologies[$i].FSBodyPurist == "unset")>>
-	The arcology's Gender Radicalist culture @@color:yellow;pushes it towards Transformation Fetishism,@@ since surgery can turn a slave into anything.
+	The arcology's Gender Radicalist culture @@.yellow;pushes it towards Transformation Fetishism,@@ since surgery can turn a slave into anything.
 	<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	The arcology's Gender Radicalist culture @@color:yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
+	The arcology's Gender Radicalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
 	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].FSGenderFundamentalist > random(50,200)>>
 	<<if ($arcologies[$i].FSPastoralist == "unset")>>
-	The arcology's Gender Fundamentalist culture @@color:yellow;pushes it towards Pastoralism,@@ since its pregnant slaves are already giving milk.
+	The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Pastoralism,@@ since its pregnant slaves are already giving milk.
 	<<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	The arcology's Gender Fundamentalist culture @@color:yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are beautiful and fertile.
+	The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are beautiful and fertile.
 	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -524,21 +524,21 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSPaternalist > random(50,200)>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset")>>
-	The arcology's Paternalist culture @@color:yellow;pushes it towards Chattel Religionism,@@ since many of its slaves are already worshipful.
+	The arcology's Paternalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since many of its slaves are already worshipful.
 	<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Paternalist culture @@color:yellow;pushes it towards Body Purism,@@ since giving slaves dangerous drugs is hardly good for them.
+	The arcology's Paternalist culture @@.yellow;pushes it towards Body Purism,@@ since giving slaves dangerous drugs is hardly good for them.
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	The arcology's Paternalist culture @@color:yellow;pushes it towards Roman Revivalism,@@ since loyal service to the res publica bears similarity to their existing mores.
+	The arcology's Paternalist culture @@.yellow;pushes it towards Roman Revivalism,@@ since loyal service to the res publica bears similarity to their existing mores.
 	<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].FSDegradationist > random(50,200)>>
 	<<if ($arcologies[$i].FSTransformationFetishist == "unset") && ($arcologies[$i].FSBodyPurist == "unset")>>
-	The arcology's Degradationist culture @@color:yellow;pushes it towards Transformation Fetishism,@@ the ultimate expression of power over slave bodies.
+	The arcology's Degradationist culture @@.yellow;pushes it towards Transformation Fetishism,@@ the ultimate expression of power over slave bodies.
 	<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
-	The arcology's Degradationist culture @@color:yellow;pushes it towards Gender Radicalism,@@ since the joy of forcing a gender role on a slave is already popular.
+	The arcology's Degradationist culture @@.yellow;pushes it towards Gender Radicalism,@@ since the joy of forcing a gender role on a slave is already popular.
 	<<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -546,18 +546,18 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSBodyPurist > random(50,200)>>
 	<<if ($arcologies[$i].FSPhysicalIdealist == "unset")>>
-	The arcology's Body Purist culture @@color:yellow;pushes it towards Physical Idealism,@@ since it already takes an intense interest in bodily perfection.
+	The arcology's Body Purist culture @@.yellow;pushes it towards Physical Idealism,@@ since it already takes an intense interest in bodily perfection.
 	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Body Purist culture @@color:yellow;pushes it towards Paternalism,@@ since it's become obvious that happiness is a necessary part of wellness.
+	The arcology's Body Purist culture @@.yellow;pushes it towards Paternalism,@@ since it's become obvious that happiness is a necessary part of wellness.
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].FSTransformationFetishist > random(50,200)>>
 	<<if ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Transformation Fetishist culture @@color:yellow;pushes it towards Asset Expansionism,@@ since it's already overrun with massive tits and asses.
+	The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Asset Expansionism,@@ since it's already overrun with massive tits and asses.
 	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's Transformation Fetishist culture @@color:yellow;pushes it towards Degradationism,@@ since it's already used to slaves whining about their latest surgeries.
+	The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Degradationism,@@ since it's already used to slaves whining about their latest surgeries.
 	<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -565,18 +565,18 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSYouthPreferentialist > random(50,200)>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	The arcology's Youth Preferentialist culture @@color:yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
+	The arcology's Youth Preferentialist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
 	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSRepopulationFocus == "unset")>>
-	The arcology's Youth Preferentialist culture @@color:yellow;pushes it towards Repopulation,@@ since many of its slaves are deliciously ripe for breeding.
+	The arcology's Youth Preferentialist culture @@.yellow;pushes it towards Repopulation,@@ since many of its slaves are deliciously ripe for breeding.
 	<<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].FSMaturityPreferentialist > random(50,200)>>
 	<<if ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Maturity Preferentialist culture @@color:yellow;pushes it towards Asset Expansionism,@@ since that's the kind of body many of its slaves have.
+	The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Asset Expansionism,@@ since that's the kind of body many of its slaves have.
 	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Maturity Preferentialist culture @@color:yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy woman.
+	The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy woman.
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -584,18 +584,18 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSSlimnessEnthusiast > random(50,200)>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	The arcology's Slimness Enthusiast culture @@color:yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are often attractively slim.
+	The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are often attractively slim.
 	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Slimness Enthusiast culture @@color:yellow;pushes it towards Body Purism,@@ since the last thing they want is prettily slender girls with health trouble.
+	The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Body Purism,@@ since the last thing they want is prettily slender girls with health trouble.
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].FSAssetExpansionist > random(50,200)>>
 	<<if ($arcologies[$i].FSMaturityPreferentialist == "unset") && ($arcologies[$i].FSYouthPreferentialist == "unset")>>
-	The arcology's Asset Expansionist culture @@color:yellow;pushes it towards Maturity Preferentialism,@@ since MILF slaves tend to come with nice big tits.
+	The arcology's Asset Expansionist culture @@.yellow;pushes it towards Maturity Preferentialism,@@ since MILF slaves tend to come with nice big tits.
 	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Asset Expansionist culture @@color:yellow;pushes it towards Body Purism,@@ since slaves on curatives are slaves not on growth hormones.
+	The arcology's Asset Expansionist culture @@.yellow;pushes it towards Body Purism,@@ since slaves on curatives are slaves not on growth hormones.
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -603,18 +603,18 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSPastoralist > random(50,200)>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Pastoralist culture @@color:yellow;pushes it towards Body Purism,@@ since there have been concerns about milk purity.
+	The arcology's Pastoralist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about milk purity.
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Pastoralist culture @@color:yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as udders that are too big.
+	The arcology's Pastoralist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as udders that are too big.
 	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 	<</if>>
 <<elseif $arcologies[$i].FSPhysicalIdealist > random(50,200)>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Physical Idealist culture @@color:yellow;pushes it towards Body Purism,@@ since it's already used to treating slaves' bodies as temples.
+	The arcology's Physical Idealist culture @@.yellow;pushes it towards Body Purism,@@ since it's already used to treating slaves' bodies as temples.
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	The arcology's Physical Idealist culture @@color:yellow;pushes it towards Youth Preferentialism,@@ since beauty and athletic prowess do tend to peak early.
+	The arcology's Physical Idealist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since beauty and athletic prowess do tend to peak early.
 	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $seed = 1>>
 	<</if>>
 <</if>>
@@ -622,10 +622,10 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSChattelReligionist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Chattel Religionist culture @@color:yellow;pushes it towards Paternalism,@@ since charitable care for slaves' welfare has become widespread.
+	The arcology's Chattel Religionist culture @@.yellow;pushes it towards Paternalism,@@ since charitable care for slaves' welfare has become widespread.
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	The arcology's Chattel Religionist culture @@color:yellow;pushes it towards Arabian Revivalism,@@ since such an intermingling of slavery and faith fascinates them.
+	The arcology's Chattel Religionist culture @@.yellow;pushes it towards Arabian Revivalism,@@ since such an intermingling of slavery and faith fascinates them.
 	<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -633,7 +633,7 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSRomanRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Roman Revivalist culture @@color:yellow;pushes it towards Paternalism,@@ since some Roman slaves were traditionally permitted limited rights.
+	The arcology's Roman Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since some Roman slaves were traditionally permitted limited rights.
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -641,7 +641,7 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSEgyptianRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset")>>
-	The arcology's Egyptian Revivalist culture @@color:yellow;pushes it towards Chattel Religionism,@@ since worship is already becoming an established part of its life.
+	The arcology's Egyptian Revivalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since worship is already becoming an established part of its life.
 	<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -649,7 +649,7 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSEdoRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Edo Revivalist culture @@color:yellow;pushes it towards Slimness Enthusiasm,@@ since slim and elegant slaves are already fashionable there.
+	The arcology's Edo Revivalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since slim and elegant slaves are already fashionable there.
 	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -657,7 +657,7 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSArabianRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset")>>
-	The arcology's Arabian Revivalist culture @@color:yellow;pushes it towards Chattel Religionism,@@ since the word of God is already a matter of daily significance there.
+	The arcology's Arabian Revivalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since the word of God is already a matter of daily significance there.
 	<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -665,7 +665,7 @@ societal development.
 <<if $adopted == 0>>
 <<if $arcologies[$i].FSChineseRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Chinese Revivalist culture @@color:yellow;pushes it towards Paternalism,@@ since traditional beliefs about duty and order have become accepted.
+	The arcology's Chinese Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since traditional beliefs about duty and order have become accepted.
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<</if>>
 <</if>>
@@ -697,7 +697,7 @@ societal development.
 	<<if ($arcologies[$i].FSSubjugationist == "unset")>>
 	<<if ($arcologies[$i].FSSupremacist == "unset") || ($arcologies[$i].FSSupremacistRace != $arcologies[$j].FSSubjugationistRace)>>
 		<<if $arcologies[$j].FSSubjugationist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts $arcologies[$j].FSSubjugationistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts $arcologies[$j].FSSubjugationistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>>
 		<<set $arcologies[$i].FSSubjugationistRace = $arcologies[$j].FSSubjugationistRace>>
 		<<break>>
@@ -707,7 +707,7 @@ societal development.
 	<<if ($arcologies[$i].FSSupremacist == "unset")>>
 	<<if ($arcologies[$i].FSSubjugationist == "unset") || ($arcologies[$i].FSSubjugationistRace != $arcologies[$j].FSSupremacistRace)>>
 		<<if $arcologies[$j].FSSupremacist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts $arcologies[$j].FSSupremacistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts $arcologies[$j].FSSupremacistRace Subjugation@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>>
 		<<set $arcologies[$i].FSSupremacistRace = $arcologies[$j].FSSupremacistRace>>
 		<<break>>
@@ -716,118 +716,118 @@ societal development.
 	<</if>>
 	<<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>>
 	  <<if $arcologies[$j].FSRepopulationFocus > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Repopulation@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Repopulation@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>>
 		<<break>>
 	  <</if>>
 	  <<if $arcologies[$j].FSRestart > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Eugenics@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Eugenics@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>>
 		<<break>>
 	  <</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
 		<<if $arcologies[$j].FSGenderRadicalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Gender Radicalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Gender Radicalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSGenderFundamentalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Gender Fundamentalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Gender Fundamentalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
 		<<if $arcologies[$j].FSPaternalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Paternalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Paternalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSDegradationist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Degradationism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Degradationism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
 		<<if $arcologies[$j].FSBodyPurist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Body Purism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Body Purism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSTransformationFetishist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Transformation Fetishism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Transformation Fetishism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
 		<<if $arcologies[$j].FSYouthPreferentialist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Youth Preferentialism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Youth Preferentialism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSMaturityPreferentialist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Maturity Preferentialism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Maturity Preferentialism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
 		<<if $arcologies[$j].FSSlimnessEnthusiast > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Slimness Enthusiasm@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Slimness Enthusiasm@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSAssetExpansionist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Asset Expansionism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Asset Expansionism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSPhysicalIdealist == "unset")>>
 		<<if $arcologies[$j].FSPastoralist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Pastoralism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Pastoralism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSPhysicalIdealist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Physical Idealism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Physical Idealism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset") && ($arcologies[$i].FSNull == "unset")>>
 		<<if $arcologies[$j].FSChattelReligionist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Chattel Religionism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Chattel Religionism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 	<</if>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
 		<<if $arcologies[$j].FSRomanRevivalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Roman Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Roman Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSEgyptianRevivalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Egyptian Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Egyptian Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSEdoRevivalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Edo Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Edo Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSArabianRevivalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Arabian Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Arabian Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
 		<<if $arcologies[$j].FSChineseRevivalist > random(0,200)+($adopted*100)-$influenceBonus>>
-		It @@color:yellow;adopts Chinese Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
+		It @@.yellow;adopts Chinese Revivalism@@ due to influence from its trading partner $arcologies[$j].name.
 		<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
 		<<break>>
 		<</if>>
@@ -860,7 +860,7 @@ societal development.
 	<<set $seed = either("white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race")>>
 	<<if ($arcologies[$i].FSSubjugationist == "unset")>>
 	<<if ($arcologies[$i].FSSupremacist == "unset") || ($seed != $arcologies[$i].FSSupremacistRace)>>
-	$desc preoccupied by a racial animus towards $seed people, leading the arcology to @@color:yellow;adopt $seed Subjugation.@@
+	$desc preoccupied by a racial animus towards $seed people, leading the arcology to @@.yellow;adopt $seed Subjugation.@@
 	<<set $arcologies[$i].FSSubjugationist = 5>><<set $adopted = 1>>
 	<<set $arcologies[$i].FSSubjugationistRace = $seed>>
 	<</if>>
@@ -869,110 +869,110 @@ societal development.
 	<<set $seed = either("white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race")>>
 	<<if ($arcologies[$i].FSSupremacist == "unset")>>
 	<<if ($arcologies[$i].FSSubjugationist == "unset") || ($seed != $arcologies[$i].FSSubjugationistRace)>>
-	$desc preoccupied by belief in the superiority of the $seed race, leading the arcology to @@color:yellow;adopt $seed Supremacy.@@
+	$desc preoccupied by belief in the superiority of the $seed race, leading the arcology to @@.yellow;adopt $seed Supremacy.@@
 	<<set $arcologies[$i].FSSupremacist = 5>><<set $adopted = 1>>
 	<<set $arcologies[$i].FSSupremacistRace = $seed>>
 	<</if>>
 	<</if>>
 <<case 3>>
 	<<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
-	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@color:yellow;adopt Gender Radicalism.@@
+	$desc enthusiastic about fucking slaves in the butt, leading the arcology to @@.yellow;adopt Gender Radicalism.@@
 	<<set $arcologies[$i].FSGenderRadicalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 4>>
 	<<if ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
-	$desc enthusiastic about knocking slaves up, leading the arcology to @@color:yellow;adopt Gender Fundamentalism.@@
+	$desc enthusiastic about knocking slaves up, leading the arcology to @@.yellow;adopt Gender Fundamentalism.@@
 	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 5>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	$desc devoted to their slaves' advancement, leading the arcology to @@color:yellow;adopt Paternalism.@@
+	$desc devoted to their slaves' advancement, leading the arcology to @@.yellow;adopt Paternalism.@@
 	<<set $arcologies[$i].FSPaternalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 6>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	$desc partial to screaming and struggling, leading the arcology to @@color:yellow;adopt Degradationism.@@
+	$desc partial to screaming and struggling, leading the arcology to @@.yellow;adopt Degradationism.@@
 	<<set $arcologies[$i].FSDegradationist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 7>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	$desc concerned by trends in their slaves' health, leading the arcology to @@color:yellow;adopt Body Purism.@@
+	$desc concerned by trends in their slaves' health, leading the arcology to @@.yellow;adopt Body Purism.@@
 	<<set $arcologies[$i].FSBodyPurist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 8>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	$desc fascinated with extreme surgery, leading the arcology to @@color:yellow;adopt Transformation Fetishism.@@
+	$desc fascinated with extreme surgery, leading the arcology to @@.yellow;adopt Transformation Fetishism.@@
 	<<set $arcologies[$i].FSTransformationFetishist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 9>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	$desc devoted to fucking nubile young slaves, leading the arcology to @@color:yellow;adopt Youth Preferentialism.@@
+	$desc devoted to fucking nubile young slaves, leading the arcology to @@.yellow;adopt Youth Preferentialism.@@
 	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 10>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@color:yellow;adopt Maturity Preferentialism.@@
+	$desc devoted to time in bed with their MILF slaves, leading the arcology to @@.yellow;adopt Maturity Preferentialism.@@
 	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 11>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	$desc loves a slim slave with tight holes, leading the arcology to @@color:yellow;adopt Slimness Enthusiasm.@@
+	$desc loves a slim slave with tight holes, leading the arcology to @@.yellow;adopt Slimness Enthusiasm.@@
 	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 12>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	$desc loves boobs, the bigger, the better, leading the arcology to @@color:yellow;adopt Asset Expansionism.@@
+	$desc loves boobs, the bigger, the better, leading the arcology to @@.yellow;adopt Asset Expansionism.@@
 	<<set $arcologies[$i].FSAssetExpansionist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 13>>
 	<<if ($arcologies[$i].FSPastoralist == "unset")>>
-	$desc addicted to breast milk straight from the nipple, leading the arcology to @@color:yellow;adopt Pastoralism.@@
+	$desc addicted to breast milk straight from the nipple, leading the arcology to @@.yellow;adopt Pastoralism.@@
 	<<set $arcologies[$i].FSPastoralist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 14>>
 	<<if ($arcologies[$i].FSPhysicalIdealist == "unset")>>
-	$desc pretty devoted to spending time in the gym, leading the arcology to @@color:yellow;adopt Physical Idealism.@@
+	$desc pretty devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@
 	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 15>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset")>>
-	$desc is devoutly religious, and interested in a reformation, leading the arcology to @@color:yellow;adopt Chattel Religionism.@@
+	$desc is devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@
 	<<set $arcologies[$i].FSChattelReligionist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 16>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by classical Roman history, leading the arcology to @@color:yellow;adopt Roman Revivalism.@@
+	$desc fascinated by classical Roman history, leading the arcology to @@.yellow;adopt Roman Revivalism.@@
 	<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 17>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by ancient Egyptian history, leading the arcology to @@color:yellow;adopt Egyptian Revivalism.@@
+	$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
 	<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 18>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by Japanese history, leading the arcology to @@color:yellow;adopt Edo Revivalism.@@
+	$desc fascinated by Japanese history, leading the arcology to @@.yellow;adopt Edo Revivalism.@@
 	<<set $arcologies[$i].FSEdoRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 19>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by Arabian romanticism, leading the arcology to @@color:yellow;adopt Arabian Revivalism.@@
+	$desc fascinated by Arabian romanticism, leading the arcology to @@.yellow;adopt Arabian Revivalism.@@
 	<<set $arcologies[$i].FSArabianRevivalist = 5>><<set $adopted = 1>>
 	<<break>>
 	<</if>>
 <<case 20>>
 	<<if ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	$desc fascinated by the long tale of Chinese history, leading the arcology to @@color:yellow;adopt Chinese Revivalism.@@
+	$desc fascinated by the long tale of Chinese history, leading the arcology to @@.yellow;adopt Chinese Revivalism.@@
 	<<set $arcologies[$i].FSChineseRevivalist = 5>><<set $adopted = 1>>
 	<</if>>
 <<case 21>>
   <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>>
-	$desc concerned for the future, and partial to watching bellies swell, leading the arcology to @@color:yellow;adopt Repopulation Efforts.@@
+	$desc concerned for the future, and partial to watching bellies swell, leading the arcology to @@.yellow;adopt Repopulation Efforts.@@
 	<<set $arcologies[$i].FSRepopulationFocus = 5>><<set $adopted = 1>>
   <</if>>
 <<case 22>>
   <<if ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>>
-	$desc concerned for the future, and believing their elite could do a better job, leading the arcology to @@color:yellow;adopt Eugenics.@@
+	$desc concerned for the future, and believing their elite could do a better job, leading the arcology to @@.yellow;adopt Eugenics.@@
 	<<set $arcologies[$i].FSRestart = 5>><<set $adopted = 1>>
   <</if>> 
 <</switch>>
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index a930da6475e3c70b744ab0d2b758995b1d052ee5..5527997a499c71a5eabfb36527c1b56b3bfb95f1 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -25,11 +25,11 @@ You have the funds to bring $slavesToImportMax slaves with you (or your equivale
 <<if $freshPC == 0>>
 	<<if $retainCareer == 1 && $PC.career != "arcology owner">>
 		<<if $week > 52>>
-			You have acquired a fair amount of knowledge regarding arcologies and their day-to-day management in your time spent as one's owner qualifying you as an @@color:orange;"arcology owner"!@@ Benefits include:
-			@@color:lime;20% reduced cost of construction.@@
-			@@color:lime;Free additional starting rep along with easy rep maintenance.@@
-			@@color:lime;Reduced mercenary costs.@@
-			@@color:lime;An eye for gingered slaves.@@
+			You have acquired a fair amount of knowledge regarding arcologies and their day-to-day management in your time spent as one's owner qualifying you as an @@.orange;"arcology owner"!@@ Benefits include:
+			@@.lime;20% reduced cost of construction.@@
+			@@.lime;Free additional starting rep along with easy rep maintenance.@@
+			@@.lime;Reduced mercenary costs.@@
+			@@.lime;An eye for gingered slaves.@@
 			<<if $retainCareer == 1>>
 				[[Change career.|New Game Plus][$retainCareer = 0]]
 			<<elseif $retainCareer == 0>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index b7b42f248e35bc81a4adc33a8ac0065b0faa5857..01e4ac67c5bf221268af266ecdbef38977690346 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -74,7 +74,7 @@
 	<</for>>
 <</if>>
 
-The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($activeSlave.amp != 1)>>stands before your desk,<<else>>lies helplessly on your desk,<</if>>
+The legalities completed, ''__@@.pink;$activeSlave.slaveName@@__'' <<if ($activeSlave.amp != 1)>>stands before your desk,<<else>>lies helplessly on your desk,<</if>>
 <<if $activeSlave.devotion < -50>>
 	looking you in the eyes with defiance.
 <<elseif $activeSlave.devotion < -20>>
@@ -99,42 +99,42 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 
 <<if ($activeSlave.vagina > -1) && ($activeSlave.dick == 0)>>
 	<<if ($PC.dick == 0) && ($PC.boobs == 1)>>
-		She looks to you and sees a fellow woman, and is @@color:mediumaquamarine;a little less afraid@@ that you will rape and abuse her.
+		She looks to you and sees a fellow woman, and is @@.mediumaquamarine;a little less afraid@@ that you will rape and abuse her.
 		<<set $activeSlave.trust += 4>>
 	<</if>>
 <<elseif $activeSlave.career == "a Futanari Sister">>
 	<<if ($PC.dick == 1) && ($PC.boobs == 1) && ($PC.vagina == 1)>>
 		<<if $TFS.schoolPresent == 1>>
-			She's heard of you, of course, as both a futanari yourself and a generous patron of the Sisters. She feels @@color:mediumaquamarine;very lucky@@ that she's going to be your slave, not to mention @@color:hotpink;almost desperate@@ to have sex with you.
+			She's heard of you, of course, as both a futanari yourself and a generous patron of the Sisters. She feels @@.mediumaquamarine;very lucky@@ that she's going to be your slave, not to mention @@.hotpink;almost desperate@@ to have sex with you.
 			<<set $activeSlave.devotion += 10>>
 			<<set $activeSlave.trust += 10>>
 		<<else>>
-			Seeing that you're a fellow futanari, she's @@color:mediumaquamarine;relieved@@ that she's going to be your slave, not to mention @@color:hotpink;quite eager@@ to have sex with you.
+			Seeing that you're a fellow futanari, she's @@.mediumaquamarine;relieved@@ that she's going to be your slave, not to mention @@.hotpink;quite eager@@ to have sex with you.
 			<<set $activeSlave.devotion += 5>>
 			<<set $activeSlave.trust += 5>>
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.boobs > 400) && ($activeSlave.dick > 0)>>
 	<<if ($PC.dick == 1) && (($PC.boobs == 1) || ($PC.vagina == 1))>>
-		She looks to you and sees a fellow intersex person, and is @@color:mediumaquamarine;rather hopeful@@ that she will find you a sympathetic owner.
+		She looks to you and sees a fellow intersex person, and is @@.mediumaquamarine;rather hopeful@@ that she will find you a sympathetic owner.
 		<<set $activeSlave.trust += 4>>
 	<</if>>
 <</if>>
 <<if (($activeSlave.attrXX > 50) || ($activeSlave.energy > 95)) && ($activeSlave.behavioralFlaw != "hates women") && ($activeSlave.trust >= -20)>>
 	<<if ($PC.boobs == 1)>>
-	She seems to think you're pretty, and is more willing to @@color:hotpink;try for your approval@@ than she would otherwise be. She glances at your rack when she thinks you're not looking.
+	She seems to think you're pretty, and is more willing to @@.hotpink;try for your approval@@ than she would otherwise be. She glances at your rack when she thinks you're not looking.
 <<set $activeSlave.devotion += 4>>
 	<</if>>
 <</if>>
 <<if ($activeSlave.behavioralFlaw == "hates women") && ($activeSlave.devotion <= 50)>>
 	<<if ($PC.dick == 0) && ($PC.boobs == 1)>>
-	She obviously does not find you immediately attractive, and is @@color:mediumorchid;less eager to conciliate you@@ than she would otherwise be.
+	She obviously does not find you immediately attractive, and is @@.mediumorchid;less eager to conciliate you@@ than she would otherwise be.
 <<set $activeSlave.devotion -= 5>>
 	<</if>>
 <</if>>
 <<if (($activeSlave.attrXY > 50) || ($activeSlave.energy > 95)) && ($activeSlave.behavioralFlaw != "hates men") && ($activeSlave.trust >= -20)>>
 	<<if ($PC.dick == 1) && ($PC.boobs == 0)>>
-	She seems to think you're handsome, and is more willing to @@color:hotpink;try for your approval@@ than she would otherwise be. She glances at your crotch when she thinks you're not looking.
+	She seems to think you're handsome, and is more willing to @@.hotpink;try for your approval@@ than she would otherwise be. She glances at your crotch when she thinks you're not looking.
 <<set $activeSlave.devotion += 4>>
 	<</if>>
 <</if>>
@@ -142,20 +142,20 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if ($activeSlave.actualAge > 35)>>
 	<<if ($PC.visualAge < 35)>>
 		<<if ($activeSlave.behavioralFlaw != "hates men") && ($PC.title == 1)>>
-		She tries to conceal her surprise at your age, and keeps glancing at her own naked body and then back at you, obviously wondering at such a @@color:hotpink;gorgeous young man's@@ interest in an old slave like her.
+		She tries to conceal her surprise at your age, and keeps glancing at her own naked body and then back at you, obviously wondering at such a @@.hotpink;gorgeous young man's@@ interest in an old slave like her.
 	<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.behavioralFlaw != "hates women") && ($PC.title == 0)>>
-		She tries to conceal her surprise at your age, and keeps glancing at her own naked body and then back at you, obviously wondering at such a @@color:hotpink;gorgeous young girl's@@ interest in an old slave like her.
+		She tries to conceal her surprise at your age, and keeps glancing at her own naked body and then back at you, obviously wondering at such a @@.hotpink;gorgeous young girl's@@ interest in an old slave like her.
 	<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<</if>>
 	<<elseif ($activeSlave.actualAge < 25)>>
 	<<if ($PC.visualAge >= 50)>>
 		<<if ($activeSlave.behavioralFlaw != "hates men") && ($PC.title == 1)>>
-		She keeps stealing glances at your face, probably wrestling with her feelings about your age. Eventually she seems to relax and accept it, with a certain @@color:hotpink;obvious thrill@@ at her own willingness towards an older man.
+		She keeps stealing glances at your face, probably wrestling with her feelings about your age. Eventually she seems to relax and accept it, with a certain @@.hotpink;obvious thrill@@ at her own willingness towards an older man.
 	<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.behavioralFlaw != "hates women") && ($PC.title == 0)>>
-		She keeps stealing glances at your face, probably wrestling with her feelings about your age. Eventually she seems to relax and accept it, with a certain @@color:hotpink;obvious thrill@@ at her own willingness towards an older lady.
+		She keeps stealing glances at your face, probably wrestling with her feelings about your age. Eventually she seems to relax and accept it, with a certain @@.hotpink;obvious thrill@@ at her own willingness towards an older lady.
 	<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<</if>>
@@ -167,14 +167,14 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 		<<if $PC.preg >= 16>>
 			<<if $activeSlave.fetish == "pregnancy">>
 				<<if $activeSlave.fetishKnown == 0>>
-					She keeps stealing glances at your big baby bump.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> You teasingly ask if she'd like to feel it sometime, eliciting a delighted squeal from the girl. @@color:green;She's an pregnancy fetishist!@@
+					She keeps stealing glances at your big baby bump.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> You teasingly ask if she'd like to feel it sometime, eliciting a delighted squeal from the girl. @@.green;She's an pregnancy fetishist!@@
 					<<set $activeSlave.fetishKnown = 1>>
 				<<else>>
 					She keeps stealing glances at your big baby bump.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> As you inspect her, you take care to gently brush your pregnancy across her as you move. She is practically bursting with lust by the end and @color:hotpink;eager to please you@@ so she can be close to that belly.
 					<<set $activeSlave.devotion += 5>>
 				<</if>>
 			<<else>>
-				Your pregnancy is obvious to her, which means two things: you won't be as capable of disciplining her, leading her to be @@color:mediumorchid;more willing to disobey,@@ and you going to be demanding and needy, possibly even @@color:gold;using force to get her to do what you want.@@
+				Your pregnancy is obvious to her, which means two things: you won't be as capable of disciplining her, leading her to be @@.mediumorchid;more willing to disobey,@@ and you going to be demanding and needy, possibly even @@.gold;using force to get her to do what you want.@@
 				<<set $activeSlave.trust -= 10>>
 				<<set $activeSlave.devotion -= 10>>
 			<</if>>
@@ -183,14 +183,14 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 		<<if $PC.preg >= 20>>
 			<<if $activeSlave.fetish == "pregnancy">>
 				<<if $activeSlave.fetishKnown == 0>>
-					She keeps stealing glances at your big baby bump.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> You teasingly ask if she'd like to feel it sometime, eliciting a delighted squeal from the girl. @@color:green;She's an impregnation fetishist!@@
+					She keeps stealing glances at your big baby bump.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> You teasingly ask if she'd like to feel it sometime, eliciting a delighted squeal from the girl. @@.green;She's an impregnation fetishist!@@
 					<<set $activeSlave.fetishKnown = 1>>
 				<<else>>
 					She keeps stealing glances at your big baby bump.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> As you inspect her, you take care to gently brush your pregnancy across her as you move. She is practically bursting with lust by the end and @color:hotpink;eager to please you@@ so she can be close to that belly.
 					<<set $activeSlave.devotion += 5>>
 				<</if>>
 			<<else>>
-				Your pregnancy is obvious to her, which means two things: you won't be as capable of disciplining her, leading her to be @@color:mediumorchid;more willing to disobey,@@ and you going to be demanding and needy, possibly even @@color:gold;using force to get her to do what you want.@@
+				Your pregnancy is obvious to her, which means two things: you won't be as capable of disciplining her, leading her to be @@.mediumorchid;more willing to disobey,@@ and you going to be demanding and needy, possibly even @@.gold;using force to get her to do what you want.@@
 				<<set $activeSlave.trust -= 10>>
 				<<set $activeSlave.devotion -= 10>>
 			<</if>>
@@ -201,7 +201,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <<if $PC.boobsBonus == 3>>
 	<<if $activeSlave.fetish == "boobs">>
 		<<if $activeSlave.fetishKnown == 0>>
-			She keeps stealing glances at your huge rack.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> You stretch, giving her a fantastic view of your breasts, before circling around behind her and cupping her chest. Between your tits against her back, and how teasingly big you are pretending her breasts will be, she can't contain herself; she cums from overstimulation, completely pinning her @@color:green;as a breast fetishist!@@
+			She keeps stealing glances at your huge rack.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> You stretch, giving her a fantastic view of your breasts, before circling around behind her and cupping her chest. Between your tits against her back, and how teasingly big you are pretending her breasts will be, she can't contain herself; she cums from overstimulation, completely pinning her @@.green;as a breast fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 		<<else>>
 			She keeps stealing glances at your huge rack.<<if canAchieveErection($activeSlave)>> Her dick rapidly hardening.<</if>> As you inspect her, you take care to keep "accidentally" bumping her with your tits, before "tripping" and landing with her face buried in your chest. She is practically bursting with lust by the end and @color:hotpink;eager to please you@@ so she can be close to those boobs.
@@ -212,71 +212,71 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 
 <<if $enduringTrust > 20>>
 	<<if $activeSlave.trust >= -20>>
-		She notices that most of the slaves she sees around your penthouse seem to trust you, and hopes that she can @@color:mediumaquamarine;trust you,@@ too.
+		She notices that most of the slaves she sees around your penthouse seem to trust you, and hopes that she can @@.mediumaquamarine;trust you,@@ too.
 		<<set $activeSlave.trust += 1>>
 	<</if>>
 <<else>>
 	<<if $activeSlave.trust < 50>>
-		She notices that most of the slaves she sees around your penthouse seem to fear you, and starts to @@color:gold;fear you,@@ too.
+		She notices that most of the slaves she sees around your penthouse seem to fear you, and starts to @@.gold;fear you,@@ too.
 		<<set $activeSlave.trust -= 2>>
 	<</if>>
 <</if>>
 <<if $enduringDevotion > 20>>
 	<<if $activeSlave.devotion >= -20>>
-		She sees that most of the slaves she sees around your penthouse like you, and hopes that she can @@color:hotpink;like you@@  a little more herself.
+		She sees that most of the slaves she sees around your penthouse like you, and hopes that she can @@.hotpink;like you@@  a little more herself.
 		<<set $activeSlave.devotion += 1>>
 	<</if>>
 <<else>>
 	<<if $activeSlave.devotion < 50>>
-		She sees that most of the slaves she sees around your penthouse dislike you, and starts to @@color:mediumorchid;dislike you@@ a little more herself.
+		She sees that most of the slaves she sees around your penthouse dislike you, and starts to @@.mediumorchid;dislike you@@ a little more herself.
 		<<set $activeSlave.devotion -= 2>>
 	<</if>>
 <</if>>
 
 <<if ($PC.career == "escort")>>
-	She recognizes you as a whore, leading her to @@color:mediumaquamarine;fear you less@@; however, her views of you also leave her less willing to @@color:mediumorchid;listen to you.@@
+	She recognizes you as a whore, leading her to @@.mediumaquamarine;fear you less@@; however, her views of you also leave her less willing to @@.mediumorchid;listen to you.@@
 	<<set $activeSlave.devotion -= 10>>
 	<<set $activeSlave.trust += 10>>
 <<elseif ($PC.career == "servant")>>
-	Seeing you in your <<if $PC.title == 0>>maid's dress<<else>>maid's outfit<</if>> @@color:mediumaquamarine;calms her fears@@; however, she is unwilling to @@color:mediumorchid;listen to a servant.@@
+	Seeing you in your <<if $PC.title == 0>>maid's dress<<else>>maid's outfit<</if>> @@.mediumaquamarine;calms her fears@@; however, she is unwilling to @@.mediumorchid;listen to a servant.@@
 	<<set $activeSlave.devotion -= 3>>
 	<<set $activeSlave.trust += 10>>
 <<elseif ($PC.career == "gang")>>
-	She recognizes you from various crime reports  @@color:gold;filling her with fear@@ over what life under you will be like.
+	She recognizes you from various crime reports  @@.gold;filling her with fear@@ over what life under you will be like.
 	<<set $activeSlave.trust -= 10>>
 <</if>>
 <<if ($PC.rumor == "force")>>
 	<<if ($activeSlave.devotion <= 20)>>
 	<<if ($activeSlave.trust > 0)>>
-	She seems to have picked up rumors about your ruthlessness, and is @@color:gold;horrified into obedience.@@
+	She seems to have picked up rumors about your ruthlessness, and is @@.gold;horrified into obedience.@@
 <<set $activeSlave.trust -= 25>>
 	<<elseif ($activeSlave.trust > -10)>>
-	She seems to have picked up rumors about your ruthlessness, and is @@color:gold;terrified into obedience.@@
+	She seems to have picked up rumors about your ruthlessness, and is @@.gold;terrified into obedience.@@
 <<set $activeSlave.trust -= 20>>
 	<<elseif ($activeSlave.trust > -20)>>
-	She seems to have picked up rumors about your ruthlessness, and is @@color:gold;frightened into obedience.@@
+	She seems to have picked up rumors about your ruthlessness, and is @@.gold;frightened into obedience.@@
 <<set $activeSlave.trust -= 15>>
 	<</if>>
 	<</if>>
 <<elseif $PC.rumor == "diligence">>
-	She seems to have picked up rumors about your probity, and is @@color:mediumaquamarine;less afraid of you@@ and more @@color:hotpink;willing to like you.@@
+	She seems to have picked up rumors about your probity, and is @@.mediumaquamarine;less afraid of you@@ and more @@.hotpink;willing to like you.@@
 <<set $activeSlave.devotion += 5>>
 <<set $activeSlave.trust += 5>>
 <</if>>
 
 <<if ($activeSlave.accent >= 3)>>
 	<<if ($activeSlave.trust > 20)>>
-	During the enslavement process so far, it became obvious to her that she can barely understand enough $language to understand orders. She's @@color:gold;frightened@@ by the sudden danger that she won't be able to do what she's told, even if she wants to.
+	During the enslavement process so far, it became obvious to her that she can barely understand enough $language to understand orders. She's @@.gold;frightened@@ by the sudden danger that she won't be able to do what she's told, even if she wants to.
 <<set $activeSlave.trust -= 5>>
 	<<elseif ($activeSlave.devotion <= 20)>>
 	<<if $activeSlave.intelligence > 1>>
-		She can barely understand the $language language, but she's smart enough to understand everything that's happening to her. Even so, @@color:mediumaquamarine;some fear is deferred,@@ since the harsh realities of being a sex slave may not be clear to her yet.
+		She can barely understand the $language language, but she's smart enough to understand everything that's happening to her. Even so, @@.mediumaquamarine;some fear is deferred,@@ since the harsh realities of being a sex slave may not be clear to her yet.
 	<<set $activeSlave.trust += 10>>
 	<<elseif $activeSlave.intelligence > -1>>
-		She can barely understand enough $language to understand what's happening to her. This incapacity @@color:mediumaquamarine;defers a great deal of fear,@@ since her exact future hasn't become clear to her yet.
+		She can barely understand enough $language to understand what's happening to her. This incapacity @@.mediumaquamarine;defers a great deal of fear,@@ since her exact future hasn't become clear to her yet.
 	<<set $activeSlave.trust += 10>>
 	<<else>>
-		She can barely understand $language at all, and scarcely understands what's happening to her. This leaves her @@color:mediumaquamarine;unaware of how afraid she should be,@@ since she's too stupid to figure it out without being told.
+		She can barely understand $language at all, and scarcely understands what's happening to her. This leaves her @@.mediumaquamarine;unaware of how afraid she should be,@@ since she's too stupid to figure it out without being told.
 	<<set $activeSlave.trust += 25>>
 	<</if>>
 	<</if>>
@@ -284,60 +284,60 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 
 <<if $arcologies[0].FSSupremacist >= 50>>
 	<<if $activeSlave.race == $arcologies[0].FSSupremacistRace>>
-	She realizes that she's a member of the favored race in your arcology, and @@color:mediumaquamarine;hopes@@ this will earn her good treatment.
+	She realizes that she's a member of the favored race in your arcology, and @@.mediumaquamarine;hopes@@ this will earn her good treatment.
 <<set $activeSlave.trust += 2>>
 	<<else>>
-	She realizes that she's not a member of the favored race in your arcology, and @@color:gold;fears@@ this will earn her extra abuse.
+	She realizes that she's not a member of the favored race in your arcology, and @@.gold;fears@@ this will earn her extra abuse.
 <<set $activeSlave.trust -= 4>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSSubjugationist >= 50>>
 	<<if $activeSlave.race != $arcologies[0].FSSubjugationistRace>>
-	She realizes that she's not one of the people considered subhuman here, and @@color:mediumaquamarine;hopes@@ this will allow her to avoid some abuse.
+	She realizes that she's not one of the people considered subhuman here, and @@.mediumaquamarine;hopes@@ this will allow her to avoid some abuse.
 <<set $activeSlave.trust += 2>>
 	<<else>>
-	She realizes that she's one of the people considered subhuman here, and @@color:gold;fears@@ she will be unable to avoid degradation.
+	She realizes that she's one of the people considered subhuman here, and @@.gold;fears@@ she will be unable to avoid degradation.
 <<set $activeSlave.trust -= 4>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSRepopulationFocus >= 50>>
 	<<if $activeSlave.preg > 0>>
-		She realizes that your arcology values bearing children and @@color:mediumaquamarine;hopes@@ she'll be treated gently for being pregnant.
+		She realizes that your arcology values bearing children and @@.mediumaquamarine;hopes@@ she'll be treated gently for being pregnant.
 		<<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSRestart >= 50>>
 	<<if $activeSlave.preg < 1>>
-		She recognizes her place in society and @@color:mediumaquamarine;is glad@@ she isn't pregnant.
+		She recognizes her place in society and @@.mediumaquamarine;is glad@@ she isn't pregnant.
 		<<set $activeSlave.trust++>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSGenderRadicalist >= 50>>
 	<<if $activeSlave.dick > 0>>
 	<<if $activeSlave.anus > 0>>
-	She realizes that your arcology accepts girls with dicks who take it up the ass, and since she qualifies, she @@color:mediumaquamarine;hopes@@ to be well treated here.
+	She realizes that your arcology accepts girls with dicks who take it up the ass, and since she qualifies, she @@.mediumaquamarine;hopes@@ to be well treated here.
 <<set $activeSlave.trust += 2>>
 	<<else>>
-	She realizes that girls with dicks take it up the butt here, and @@color:gold;fears@@ for her virgin anus.
+	She realizes that girls with dicks take it up the butt here, and @@.gold;fears@@ for her virgin anus.
 <<set $activeSlave.trust -= 4>>
 	<</if>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSGenderFundamentalist >= 50>>
 	<<if $activeSlave.dick == 0>>
-	She realizes that she has a chance of conforming to gender roles in your arcology, and @@color:mediumaquamarine;hopes@@ to avoid abuse this way.
+	She realizes that she has a chance of conforming to gender roles in your arcology, and @@.mediumaquamarine;hopes@@ to avoid abuse this way.
 <<set $activeSlave.trust += 2>>
 	<<else>>
-	She realizes that your arcology's culture looks down on girls like her, and @@color:gold;fears@@ she'll be abused as a result.
+	She realizes that your arcology's culture looks down on girls like her, and @@.gold;fears@@ she'll be abused as a result.
 <<set $activeSlave.trust -= 4>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSPaternalist >= 50>>
-	She realizes that your arcology's citizens look after their slaves, you more than anyone, and @@color:mediumaquamarine;hopes@@ she'll do well here.
+	She realizes that your arcology's citizens look after their slaves, you more than anyone, and @@.mediumaquamarine;hopes@@ she'll do well here.
 <<set $activeSlave.trust += 2>>
 <</if>>
 <<if $arcologies[0].FSDegradationist >= 50>>
-	She realizes that for her, your arcology is likely to be a hell unending, and is @@color:gold;terrified.@@
+	She realizes that for her, your arcology is likely to be a hell unending, and is @@.gold;terrified.@@
 <<set $activeSlave.trust -= 5>>
 <</if>>
 <<if $arcologies[0].FSBodyPurist >= 50>>
@@ -346,13 +346,13 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <</if>>
 <<if $arcologies[0].FSMaturityPreferentialist >= 50>>
 	<<if ($activeSlave.actualAge > 30)>>
-	She realizes that your arcology appreciates older girls, and @@color:mediumaquamarine;hopes@@ it'll be nicer here.
+	She realizes that your arcology appreciates older girls, and @@.mediumaquamarine;hopes@@ it'll be nicer here.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSYouthPreferentialist >= 50>>
 	<<if ($activeSlave.actualAge > 30)>>
-	She realizes that your arcology has little use for older girls, and @@color:gold;fears@@ she'll be abused here.
+	She realizes that your arcology has little use for older girls, and @@.gold;fears@@ she'll be abused here.
 	<<set $activeSlave.trust -= 4>>
 	<<elseif ($activeSlave.actualAge < 18)>>
   	/% begin is a child block %/
@@ -370,22 +370,22 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	  <</if>>
 	<</if>>
 	<<if $i < 1>>
-		She has heard that you like little girls and is @@color:mediumaquamarine;reassured@@ because she misunderstands what this means.
+		She has heard that you like little girls and is @@.mediumaquamarine;reassured@@ because she misunderstands what this means.
 		<<set $activeSlave.trust += 2>>
 	<<elseif ($activeSlave.sexualQuirk is "perverted")>>
-		She has heard that you like little girls and @@color:mediumaquamarine;hopes@@ that matching your taste means she will be treated well.
+		She has heard that you like little girls and @@.mediumaquamarine;hopes@@ that matching your taste means she will be treated well.
 		<<set $activeSlave.trust += 2>>
 	<<elseif ($activeSlave.sexualQuirk is "size queen") && $PC.dick == 1>>
-		She has heard that you like little girls and @@color:hotpink;bites her lip@@ at the thought of how big your dick will be inside her.
+		She has heard that you like little girls and @@.hotpink;bites her lip@@ at the thought of how big your dick will be inside her.
 		<<set  $activeSlave.devotion += 2>>
 	<<elseif ($activeSlave.sexualFlaw is "repressed") or ($activeSlave.sexualFlaw is "shamefast") or ($activeSlave.behavioralFlaw is "devout")>>
-		She has heard that you like little girls and is @@color:gold;terrified@@ because she understands exactly what that means.
+		She has heard that you like little girls and is @@.gold;terrified@@ because she understands exactly what that means.
 		<<set $activeSlave.trust -= 5>>
 	<<elseif ($activeSlave.sexualFlaw is "hates oral") or ($activeSlave.sexualFlaw is "hates anal") or ($activeSlave.sexualFlaw is "hates penetration") or (isSexuallyPure($activeSlave) and (50 >= random(1, 100)))>>
-		She has heard that you like little girls and @@color:gold;fears@@ what you might do to her.
+		She has heard that you like little girls and @@.gold;fears@@ what you might do to her.
 		<<set $activeSlave.trust -= 4>>
 	<<else>>
-		She has heard that you like little girls and @@color:mediumaquamarine;hopes@@ that matching your taste means she will be treated well.
+		She has heard that you like little girls and @@.mediumaquamarine;hopes@@ that matching your taste means she will be treated well.
 		<<set $activeSlave.trust += 2>>
 	<</if>>
 	/% end is a child block %/
@@ -393,66 +393,66 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <</if>>
 <<if $arcologies[0].FSSlimnessEnthusiast >= 50>>
 	<<if ($activeSlave.boobs < 500) && ($activeSlave.butt < 3) && ($activeSlave.weight <= 10) && ($activeSlave.muscles <= 30)>>
-	She realizes that she has a fashionable body for your arcology, and @@color:mediumaquamarine;hopes@@ it'll earn her some kindness.
+	She realizes that she has a fashionable body for your arcology, and @@.mediumaquamarine;hopes@@ it'll earn her some kindness.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSAssetExpansionist >= 50>>
 	<<if ($activeSlave.butt > 4) && ($activeSlave.boobs > 800)>>
-	She realizes that she has a fashionable body for your arcology, and @@color:mediumaquamarine;hopes@@ it'll earn her some kindness.
+	She realizes that she has a fashionable body for your arcology, and @@.mediumaquamarine;hopes@@ it'll earn her some kindness.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSPastoralist >= 50>>
 	<<if ($activeSlave.preg > 0) || ($activeSlave.lactation > 0)>>
-	She realizes that your arcology values slaves with motherly bodies, and @@color:mediumaquamarine;hopes@@ she won't be a low value slave for having one.
+	She realizes that your arcology values slaves with motherly bodies, and @@.mediumaquamarine;hopes@@ she won't be a low value slave for having one.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSPhysicalIdealist >= 50>>
 	<<if ($activeSlave.muscles > 5)>>
-	She realizes that muscles are respected around here, and though she isn't truly swole, she's partway there; she @@color:mediumaquamarine;hopes@@ she'll be kept healthy and strong.
+	She realizes that muscles are respected around here, and though she isn't truly swole, she's partway there; she @@.mediumaquamarine;hopes@@ she'll be kept healthy and strong.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSChattelReligionist >= 50>>
 	<<if $activeSlave.intelligence < -1>>
-	Her dimwitted mind naturally takes to being told her role as a slave is righteous, and she naively @@color:mediumaquamarine;hopes@@ your arcology's religion will protect her from harm.
+	Her dimwitted mind naturally takes to being told her role as a slave is righteous, and she naively @@.mediumaquamarine;hopes@@ your arcology's religion will protect her from harm.
 <<set $activeSlave.trust += 2>>
 	<<elseif $activeSlave.intelligence > 1>>
-	Her intelligent mind @@color:gold;fears@@ the consequences of living in an arcology in which slavery has taken on religious significance.
+	Her intelligent mind @@.gold;fears@@ the consequences of living in an arcology in which slavery has taken on religious significance.
 <<set $activeSlave.trust -= 4>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSRomanRevivalist >= 50>>
 	<<if $activeSlave.intelligence > 1>>
-	Though she knows it's not a truly authentic Roman restoration, her intelligent mind grasps the potential benefits of Roman mores for slaves, and she @@color:mediumaquamarine;hopes@@ life in your arcology will be managed with virtue.
+	Though she knows it's not a truly authentic Roman restoration, her intelligent mind grasps the potential benefits of Roman mores for slaves, and she @@.mediumaquamarine;hopes@@ life in your arcology will be managed with virtue.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <<elseif $arcologies[0].FSEgyptianRevivalist >= 50>>
 	<<if $activeSlave.intelligenceImplant == 1>>
-	Though she knows it's not a truly authentic ancient Egyptian restoration, her educated mind grasps the potential benefits of ancient Egyptian mores for slaves, and she @@color:mediumaquamarine;hopes@@ your arcology will make good and respectful use of her learning.
+	Though she knows it's not a truly authentic ancient Egyptian restoration, her educated mind grasps the potential benefits of ancient Egyptian mores for slaves, and she @@.mediumaquamarine;hopes@@ your arcology will make good and respectful use of her learning.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <<elseif $arcologies[0].FSEdoRevivalist >= 50>>
 	<<if $activeSlave.intelligenceImplant == 1>>
-	Though she knows it's not a truly authentic feudal Japanese restoration, her educated mind grasps the potential benefits of traditional Japanese mores for slaves, and she @@color:mediumaquamarine;hopes@@ your arcology will treat those who behave well with a modicum of honor.
+	Though she knows it's not a truly authentic feudal Japanese restoration, her educated mind grasps the potential benefits of traditional Japanese mores for slaves, and she @@.mediumaquamarine;hopes@@ your arcology will treat those who behave well with a modicum of honor.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <<elseif $arcologies[0].FSArabianRevivalist >= 50>>
 	<<if $activeSlave.intelligenceImplant == 1>>
-	Though she knows it's not a truly authentic restoration of the old Caliphate, her educated mind grasps the potential benefits of old Arabian law and culture for slaves, and she @@color:mediumaquamarine;hopes@@ your arcology has absorbed enough of the old wisdom to respect slaves.
+	Though she knows it's not a truly authentic restoration of the old Caliphate, her educated mind grasps the potential benefits of old Arabian law and culture for slaves, and she @@.mediumaquamarine;hopes@@ your arcology has absorbed enough of the old wisdom to respect slaves.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <<elseif $arcologies[0].FSChineseRevivalist >= 50>>
 	<<if $activeSlave.intelligenceImplant == 1>>
-	Though she knows it's not a truly authentic ancient Chinese restoration, her educated mind grasps the potential benefits of ancient Confucian philosophy for slaves, and she @@color:mediumaquamarine;hopes@@ your arcology at least maintains some pretence of order and conservatism.
+	Though she knows it's not a truly authentic ancient Chinese restoration, her educated mind grasps the potential benefits of ancient Confucian philosophy for slaves, and she @@.mediumaquamarine;hopes@@ your arcology at least maintains some pretence of order and conservatism.
 <<set $activeSlave.trust += 2>>
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSPaternalistLaw == 1>>
-	She saw a good deal of your arcology and its society on her way to your penthouse, and was amazed by all the happy, healthy slaves. She @@color:mediumaquamarine;begins to trust@@ that she'll be one of them, and @@color:hotpink;anticipates meeting@@ the person who built this place.
+	She saw a good deal of your arcology and its society on her way to your penthouse, and was amazed by all the happy, healthy slaves. She @@.mediumaquamarine;begins to trust@@ that she'll be one of them, and @@.hotpink;anticipates meeting@@ the person who built this place.
 <<set $activeSlave.trust += 4>>
 <<set $activeSlave.devotion += 4>>
 <</if>>
@@ -520,7 +520,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 		<<set $analTotal += 1>>
 	<</if>>
 	<<replace "#result">>
-		You tell her you'll be marking her as one of your working girls. She looks resigned as she follows you to the body modification studio, and lets you strap her down with her $brandTarget bare. She understands what's coming. You've got her positioned just right<<if canDoAnal($activeSlave)>>, so your cock slides up her experienced asshole easily<</if>>. You bring the brand in close so she can feel the radiated heat, which breaks through even her jaded exterior and makes her tighten with fear. When you're close, you apply the brand<<if canDoAnal($activeSlave)>>, making the poor whore cinch her sphincter down hard in agony, bringing you to climax<</if>>. She knows you know how to @@color:gold;apply pain,@@ now, and she @@color:mediumorchid;learns to dislike you@@ even as her @@color:red;wound@@ heals.
+		You tell her you'll be marking her as one of your working girls. She looks resigned as she follows you to the body modification studio, and lets you strap her down with her $brandTarget bare. She understands what's coming. You've got her positioned just right<<if canDoAnal($activeSlave)>>, so your cock slides up her experienced asshole easily<</if>>. You bring the brand in close so she can feel the radiated heat, which breaks through even her jaded exterior and makes her tighten with fear. When you're close, you apply the brand<<if canDoAnal($activeSlave)>>, making the poor whore cinch her sphincter down hard in agony, bringing you to climax<</if>>. She knows you know how to @@.gold;apply pain,@@ now, and she @@.mediumorchid;learns to dislike you@@ even as her @@.red;wound@@ heals.
 	<</replace>>
 	<</link>>
  <br>
@@ -531,7 +531,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
 	<<replace "#result">>
-		You place a curative injector on your desk, and describe its remarkable medical powers in detail, before mentioning its extreme cost. Her face rises at the first part and falls at the second. You tell her that if she's a perfect sex slave, she'll get as much as she needs, and that she can start by sucking you off. She grunts a little as she hurries to get her pregnant body down to her knees, but works your cock with almost desperate enthusiasm. You stroke her hair comfortingly as she does, and inject the healing dose into her shoulder. She murmurs her @@color:hotpink;gratitude@@ into your dick, but @@color:gold;fears@@ for her pregnancy.
+		You place a curative injector on your desk, and describe its remarkable medical powers in detail, before mentioning its extreme cost. Her face rises at the first part and falls at the second. You tell her that if she's a perfect sex slave, she'll get as much as she needs, and that she can start by sucking you off. She grunts a little as she hurries to get her pregnant body down to her knees, but works your cock with almost desperate enthusiasm. You stroke her hair comfortingly as she does, and inject the healing dose into her shoulder. She murmurs her @@.hotpink;gratitude@@ into your dick, but @@.gold;fears@@ for her pregnancy.
 	<</replace>>
 	<</link>>
  <br>
@@ -543,7 +543,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.pregType = 0>>
 	<<set $activeSlave.pregSource = 0>>
 	<<replace "#result">>
-	You loudly place an innocuous-looking drug injector on your desk, and let her think about it for a long moment. Then, you declare exactly what made that sound, Abortifacients. After an instant of comprehension, her mood instantly improves. She pledges to @@color:hotpink;submit to you,@@ <<if $PC.dick == 1>>suck your cock, take it in her pussy, take it up her ass<<else>>eat you out, worship you with her pussy, serve you with her ass<</if>>, anything, as long as @@color:mediumaquamarine;remove her rape baby.@@ You observe that she'll do all of those things, regardless of what you decide to do about her pregnancy, but for now, you'll let her end her pregnancy. She needs all the nutrients for herself right now. She thanks you through her tears.
+	You loudly place an innocuous-looking drug injector on your desk, and let her think about it for a long moment. Then, you declare exactly what made that sound, Abortifacients. After an instant of comprehension, her mood instantly improves. She pledges to @@.hotpink;submit to you,@@ <<if $PC.dick == 1>>suck your cock, take it in her pussy, take it up her ass<<else>>eat you out, worship you with her pussy, serve you with her ass<</if>>, anything, as long as @@.mediumaquamarine;remove her rape baby.@@ You observe that she'll do all of those things, regardless of what you decide to do about her pregnancy, but for now, you'll let her end her pregnancy. She needs all the nutrients for herself right now. She thanks you through her tears.
 	<</replace>>
 	<</link>>
  <br>
@@ -557,7 +557,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 	<<replace "#result">>
-		You carefully and patiently explain to the fearful anal virgin how skilled Free Cities slaves take dick up the butt. She is allowed to go at her own pace, hesitantly progressing from enemata to a single well-lubricated finger to a little plug. After a long while she's beginning to get aroused, and you bring her over to the couch to spoon. She stiffens with fear but you take your time and just cuddle for a while before gently sodomizing her. She @@color:hotpink;thanks@@ you for being a @@color:mediumaquamarine;kind master,@@ and has @@color:green;learned@@ the basics of taking it up the ass.
+		You carefully and patiently explain to the fearful anal virgin how skilled Free Cities slaves take dick up the butt. She is allowed to go at her own pace, hesitantly progressing from enemata to a single well-lubricated finger to a little plug. After a long while she's beginning to get aroused, and you bring her over to the couch to spoon. She stiffens with fear but you take your time and just cuddle for a while before gently sodomizing her. She @@.hotpink;thanks@@ you for being a @@.mediumaquamarine;kind master,@@ and has @@.green;learned@@ the basics of taking it up the ass.
 	<</replace>>
 	<</link>>
 	<br><<link "Initiate her with anal pain">>
@@ -567,7 +567,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 	<<replace "#result">>
-		You haul her wordlessly into the bathroom. In a few minutes she finds herself standing obediently behind you, waiting for your next command with a clean colon and an uncomfortably large buttplug stretching her virgin ass. Once it's been in long enough to prevent any damage, you push her fearful form over the desk and pull it free. She squeals with more embarrassment than pain at the feeling of her first sodomy, but before long you're pounding her hard enough that all she can do is moan and desperately wonder when you'll be done with her poor little butt. You keep her around all day; by night, her asshole is well broken in and @@color:mediumorchid;so is her spirit.@@ She @@color:gold;fears@@ you now, knowing this is only the beginning.
+		You haul her wordlessly into the bathroom. In a few minutes she finds herself standing obediently behind you, waiting for your next command with a clean colon and an uncomfortably large buttplug stretching her virgin ass. Once it's been in long enough to prevent any damage, you push her fearful form over the desk and pull it free. She squeals with more embarrassment than pain at the feeling of her first sodomy, but before long you're pounding her hard enough that all she can do is moan and desperately wonder when you'll be done with her poor little butt. You keep her around all day; by night, her asshole is well broken in and @@.mediumorchid;so is her spirit.@@ She @@.gold;fears@@ you now, knowing this is only the beginning.
 	<</replace>>
 	<</link>>
 	<</if>>
@@ -581,7 +581,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.dick = 0>>
 	<<set $activeSlave.balls = 0>>
 	<<replace "#result">>
-		When she hears she'll be heading to surgery immediately, she bursts into @@color:hotpink;tears of gratitude@@ and makes to run around your desk to hug you before checking herself. She clearly doesn't want to put a foot wrong and isn't sure it would be appropriate. You solve her dilemma by meeting her with an embrace. She @@color:mediumaquamarine;cries into your chest@@ and promises to be your best slave. The surgery does affect her @@color:red;health@@ a little.
+		When she hears she'll be heading to surgery immediately, she bursts into @@.hotpink;tears of gratitude@@ and makes to run around your desk to hug you before checking herself. She clearly doesn't want to put a foot wrong and isn't sure it would be appropriate. You solve her dilemma by meeting her with an embrace. She @@.mediumaquamarine;cries into your chest@@ and promises to be your best slave. The surgery does affect her @@.red;health@@ a little.
 	<</replace>>
 	<</link>>
 	<br><<link "Use her as she is">>
@@ -590,7 +590,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 	<<replace "#result">>
-		You announce that she'll have to earn her surgery - if she ever gets it at all. She only has time for a moment of shock and betrayal before she finds her face jammed into the cushions of your office couch. She struggles, outraged, but only manages to avoid sodomy for a moment. Her resistance only makes it harder on herself as you take her anus without mercy. By the third time you buttfuck her she's learned to @@color:hotpink;relax and let it happen.@@
+		You announce that she'll have to earn her surgery - if she ever gets it at all. She only has time for a moment of shock and betrayal before she finds her face jammed into the cushions of your office couch. She struggles, outraged, but only manages to avoid sodomy for a moment. Her resistance only makes it harder on herself as you take her anus without mercy. By the third time you buttfuck her she's learned to @@.hotpink;relax and let it happen.@@
 	<</replace>>
 	<</link>>
  <br>
@@ -602,7 +602,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 	<<replace "#result">>
-		You rise from your desk and move in close. She turns to face you but you roughly spin her around. You haul her up on tiptoe so you can use her standing. As you get your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> lined up with her sissy ass she starts to struggle and protest, asking you to fuck in a more comfortable position. You tell her to keep her whore mouth shut, and administer an awful slap when she tries to keep talking. Her stupid illusions about life as a sex slave @@color:mediumorchid;melt away@@ with the burning sensation of a dick forcing its way up her ass at an harsh angle. She wilts a little as you abuse her butt, and afterward, she's in tears as she stumbles to the bathroom to wash her fuckhole. She's regained her composure by the time she gets out but @@color:gold;breaks down@@ when you tell her to present her asshole again.
+		You rise from your desk and move in close. She turns to face you but you roughly spin her around. You haul her up on tiptoe so you can use her standing. As you get your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> lined up with her sissy ass she starts to struggle and protest, asking you to fuck in a more comfortable position. You tell her to keep her whore mouth shut, and administer an awful slap when she tries to keep talking. Her stupid illusions about life as a sex slave @@.mediumorchid;melt away@@ with the burning sensation of a dick forcing its way up her ass at an harsh angle. She wilts a little as you abuse her butt, and afterward, she's in tears as she stumbles to the bathroom to wash her fuckhole. She's regained her composure by the time she gets out but @@.gold;breaks down@@ when you tell her to present her asshole again.
 	<</replace>>
 	<</link>>
 	<</if>>
@@ -616,7 +616,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 	<<replace "#result">>
-		You rise from your desk and move in close, wordlessly dominating her without touch, tempting and overawing her until she's desperate with desire, her prick stiff as iron. She follows you willingly into the autosurgery and even allows you to strap her in, face down, without comment. Her fuckhole welcomes your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and she gasps with pleasure. She climaxes with indecent speed, dripping her cum onto the surgery floor. You keep fucking her, but lean forward to whisper to her that that was her last hardon. She's completely confused and says nothing, but gradually realizes what the numb feeling around her ballsack means. She @@color:gold;screams with horror@@ and @@color:mediumorchid;sobs disconsolately@@ as the autosurgery disengages from her clipped genitals and you disengage from her <<if $PC.dick == 1>>cum-filled<<else>>wilting<</if>> butthole. She gingerly stumbles back to your office with you and, without even being ordered to, arranges herself on the couch with her fuckhole ready. The gelding does affect her @@color:red;health@@ somewhat.
+		You rise from your desk and move in close, wordlessly dominating her without touch, tempting and overawing her until she's desperate with desire, her prick stiff as iron. She follows you willingly into the autosurgery and even allows you to strap her in, face down, without comment. Her fuckhole welcomes your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and she gasps with pleasure. She climaxes with indecent speed, dripping her cum onto the surgery floor. You keep fucking her, but lean forward to whisper to her that that was her last hardon. She's completely confused and says nothing, but gradually realizes what the numb feeling around her ballsack means. She @@.gold;screams with horror@@ and @@.mediumorchid;sobs disconsolately@@ as the autosurgery disengages from her clipped genitals and you disengage from her <<if $PC.dick == 1>>cum-filled<<else>>wilting<</if>> butthole. She gingerly stumbles back to your office with you and, without even being ordered to, arranges herself on the couch with her fuckhole ready. The gelding does affect her @@.red;health@@ somewhat.
 	<</replace>>
 	<</link>>
 	<</if>>
@@ -641,7 +641,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 		<<set $activeSlave.analCount += 1>>
 	<</if>>
 	<<replace "#result">>
-		You tell her that slaves working in your penthouse are all expected to please you, and she'll have to impress you. She smiles and even giggles a little, standing to strip off her clothes, taking her time and showing off her fresh body. She gets lewder and lewder, displaying youthful libido basking in the gaze of her crush. She slowly becomes more and more desperate to entice you, so you let her keep going out of curiosity, to see how far she'll go. She goes to the point of reclining on the couch with her legs back, spreading herself and masturbating, and when that fails to get you out of your chair, she begins to wink her <<if _temp > 50>>pussy<<else>>anus<</if>> meaningfully. She's clearly got a good idea of what many men like, and you head over and take her tight <<if _temp > 50>>pussy<<else>>asshole<</if>>. You do it gently, making sure she enjoys herself, and she becomes @@color:mediumaquamarine;very hopeful@@ that she was wrong to doubt you, and that she really can @@color:hotpink;be close to@@ the object of her infatuation. She bounces up off the couch afterward to wiggle her butt at you, and even blows you a kiss as you get back to work.
+		You tell her that slaves working in your penthouse are all expected to please you, and she'll have to impress you. She smiles and even giggles a little, standing to strip off her clothes, taking her time and showing off her fresh body. She gets lewder and lewder, displaying youthful libido basking in the gaze of her crush. She slowly becomes more and more desperate to entice you, so you let her keep going out of curiosity, to see how far she'll go. She goes to the point of reclining on the couch with her legs back, spreading herself and masturbating, and when that fails to get you out of your chair, she begins to wink her <<if _temp > 50>>pussy<<else>>anus<</if>> meaningfully. She's clearly got a good idea of what many men like, and you head over and take her tight <<if _temp > 50>>pussy<<else>>asshole<</if>>. You do it gently, making sure she enjoys herself, and she becomes @@.mediumaquamarine;very hopeful@@ that she was wrong to doubt you, and that she really can @@.hotpink;be close to@@ the object of her infatuation. She bounces up off the couch afterward to wiggle her butt at you, and even blows you a kiss as you get back to work.
 	<</replace>>
 	<</link>>
 	<</if>>
@@ -652,7 +652,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.analCount += 1>>
 		<<set $analTotal += 1>>
 	<<replace "#result">>
-		You tell her that slaves working in your penthouse are all expected to please you, and she nods eagerly. She strips, only starting to look doubtful again when you brusquely order her to hurry up. You order her get down on the ground with her face up, her shoulders against the floor; she does, and then you order her to put her legs over her head. She looks puzzled but does, flipping herself flexibly up until she's doing a shoulder stand, bent double with her crotch over her face. You stand over her and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> down and into her asshole. This is an advanced anal position and although she's clearly no anal virgin it's well beyond her. She does her best but tears begin to streak her cheeks. After a while you tire of the position and flip her over onto her face to assrape her doggy style. This allows you to whisper into her ear that her holes are your property now, to use, to abuse, or to sell. She @@color:mediumorchid;sobs in despair@@ at the latter, knowing she's @@color:gold;thrown her life away.@@
+		You tell her that slaves working in your penthouse are all expected to please you, and she nods eagerly. She strips, only starting to look doubtful again when you brusquely order her to hurry up. You order her get down on the ground with her face up, her shoulders against the floor; she does, and then you order her to put her legs over her head. She looks puzzled but does, flipping herself flexibly up until she's doing a shoulder stand, bent double with her crotch over her face. You stand over her and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> down and into her asshole. This is an advanced anal position and although she's clearly no anal virgin it's well beyond her. She does her best but tears begin to streak her cheeks. After a while you tire of the position and flip her over onto her face to assrape her doggy style. This allows you to whisper into her ear that her holes are your property now, to use, to abuse, or to sell. She @@.mediumorchid;sobs in despair@@ at the latter, knowing she's @@.gold;thrown her life away.@@
 	<</replace>>
 	<</link>>
 	<</if>>
@@ -663,12 +663,12 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
 	<<replace "#result">>
-		You ask conversationally what experience she has with women. She takes a while to understand your point, but once she does, she blushes and says, "Uh, I messed around in school once or twice, but since then, I've never -" and is then quiet, because you're making out with her. She's surprised and stiffens for a moment but perceptibly thinks things through and realizes she's yours now, and then she relaxes to let you have your way. You push her boundaries pretty far, and before long you've got her down on her knees eating you out. She's badly discomfited but does her best; she's @@color:mediumaquamarine;hopeful@@ that she can do this, and slave life won't be so bad.
+		You ask conversationally what experience she has with women. She takes a while to understand your point, but once she does, she blushes and says, "Uh, I messed around in school once or twice, but since then, I've never -" and is then quiet, because you're making out with her. She's surprised and stiffens for a moment but perceptibly thinks things through and realizes she's yours now, and then she relaxes to let you have your way. You push her boundaries pretty far, and before long you've got her down on her knees eating you out. She's badly discomfited but does her best; she's @@.mediumaquamarine;hopeful@@ that she can do this, and slave life won't be so bad.
 	<</replace>>
 	<</link>>
 	<<if canDoAnal($activeSlave)>>
 	<br><<link "Put her in her place">>
-		You stand up and tell her to strip. She hesitates, staring at you in dawning apprehension, until she sees that you're stepping into a strap-on. She unconsciously takes a step backward, but that's as far as she gets before you cover the ground between you, grab her by the throat, and push her back until she falls onto the couch. You drag the head of the fake phallus down over her pussylips, and she shivers, but you keep going, telling her that you'll only be fucking her there when she's good. When she's bad, you'll assfuck her. Her eyes fly open and she tries to struggle, but you give her a warning slap and then push yourself home. She starts to cry, more from hopelessness than anal pain, knowing that @@color:mediumorchid;you're a slaveowner like any other,@@ more likely to @@color:gold;abuse her@@ than be sympathetic.
+		You stand up and tell her to strip. She hesitates, staring at you in dawning apprehension, until she sees that you're stepping into a strap-on. She unconsciously takes a step backward, but that's as far as she gets before you cover the ground between you, grab her by the throat, and push her back until she falls onto the couch. You drag the head of the fake phallus down over her pussylips, and she shivers, but you keep going, telling her that you'll only be fucking her there when she's good. When she's bad, you'll assfuck her. Her eyes fly open and she tries to struggle, but you give her a warning slap and then push yourself home. She starts to cry, more from hopelessness than anal pain, knowing that @@.mediumorchid;you're a slaveowner like any other,@@ more likely to @@.gold;abuse her@@ than be sympathetic.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
 	<<set $activeSlave.analCount += 1>>
@@ -681,7 +681,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <<elseif $activeSlave.origin == "She asked to be enslaved since she felt you were her only hope of becoming a prettier woman.">>
 	<<link "Start by fixing that voice of hers">>
 	<<replace "#result">>
-	You schedule her for some vocal surgery. You have her brought in to be inspected the next day, and though she's healing well, she's not to speak yet. She's sore enough to obey the stricture, but when she stands naked before your desk she clearly wants to communicate something. You approach her and place a finger on her fake lips, shushing her, and you tell her you understand. You kiss her and push her backward until she falls onto the couch; she smiles @@color:mediumaquamarine;trustingly@@ and pulls her legs apart and back, offering you her asshole. She has a stiff hardon, a clear indication that she's honestly @@color:hotpink;attracted to you,@@ and though she still doesn't speak, she makes a sore little whinny of pleasure when you enter her welcoming butt.
+	You schedule her for some vocal surgery. You have her brought in to be inspected the next day, and though she's healing well, she's not to speak yet. She's sore enough to obey the stricture, but when she stands naked before your desk she clearly wants to communicate something. You approach her and place a finger on her fake lips, shushing her, and you tell her you understand. You kiss her and push her backward until she falls onto the couch; she smiles @@.mediumaquamarine;trustingly@@ and pulls her legs apart and back, offering you her asshole. She has a stiff hardon, a clear indication that she's honestly @@.hotpink;attracted to you,@@ and though she still doesn't speak, she makes a sore little whinny of pleasure when you enter her welcoming butt.
 	<</replace>>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust += 4>>
@@ -693,7 +693,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if canDoAnal($activeSlave)>>
 	<br><<link "Let her know she'll have to earn her rewards">>
 	<<replace "#result">>
-	You complete the induction and then perform a thorough inspection, noting down each area in which surgery or drugs could improve her body. She understands what you're doing and can barely contain her excitement, but you tell her that she'll have to earn such improvements. Her face falls. You reassure her that it won't take the years she would have had to work to afford such things herself, but that she needs to be a good slave, and soon, for you to spend resources on her. You let her start by taking a rough buttfuck, bent over the desk. Her ass is tight and you are not merciful. She gasps and moans but takes it all the same, @@color:mediumaquamarine;trusting@@ that she'll eventually be rewarded with transformation.
+	You complete the induction and then perform a thorough inspection, noting down each area in which surgery or drugs could improve her body. She understands what you're doing and can barely contain her excitement, but you tell her that she'll have to earn such improvements. Her face falls. You reassure her that it won't take the years she would have had to work to afford such things herself, but that she needs to be a good slave, and soon, for you to spend resources on her. You let her start by taking a rough buttfuck, bent over the desk. Her ass is tight and you are not merciful. She gasps and moans but takes it all the same, @@.mediumaquamarine;trusting@@ that she'll eventually be rewarded with transformation.
 	<</replace>>
 	<<set $activeSlave.trust += 10>>
 	<<set $activeSlave.analCount += 1>>
@@ -705,7 +705,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if canDoAnal($activeSlave)>>
 	<<link "Introduce her to getting fucked">>
 	<<replace "#result">>
-	You stand up, your <<if $PC.dick == 1>>erection<<if $PC.vagina == 1>> and the pussy beneath it<</if>><<else>>strap-on<</if>> suddenly becoming visible to her, and order her in a conversational tone of voice to kneel on the couch and spread her buttocks. The true nature of her new life crashes down on her in a moment, and she cannot decide whether to run, to rage, or to cry. You solve her dilemma for her by seizing her and flinging her toward the couch, administering practiced cracks of your palm to her ass until she complies. She sobs as she feels the burning sensation of her @@color:lime;anal virginity being taken,@@ knowing that she can now be @@color:gold;used at will@@ and is now subject to the whims of someone who has shown themselves @@color:mediumorchid;willing to rape her anus.@@
+	You stand up, your <<if $PC.dick == 1>>erection<<if $PC.vagina == 1>> and the pussy beneath it<</if>><<else>>strap-on<</if>> suddenly becoming visible to her, and order her in a conversational tone of voice to kneel on the couch and spread her buttocks. The true nature of her new life crashes down on her in a moment, and she cannot decide whether to run, to rage, or to cry. You solve her dilemma for her by seizing her and flinging her toward the couch, administering practiced cracks of your palm to her ass until she complies. She sobs as she feels the burning sensation of her @@.lime;anal virginity being taken,@@ knowing that she can now be @@.gold;used at will@@ and is now subject to the whims of someone who has shown themselves @@.mediumorchid;willing to rape her anus.@@
 <<set $activeSlave.devotion -= 5>>
 <<set $activeSlave.trust -= 5>>
 <<set $activeSlave.anus = 1>>
@@ -719,7 +719,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if canDoAnal($activeSlave)>>
 	<<link "Make sure she enjoys her first butt stuff">>
 	<<replace "#result">>
-	You make no direct answer to her nervous question about her virgin butt, though you do wonder how she was so selfish as to be a Free Cities party girl without giving up her asshole nightly. Instead, you ask her about herself, ensuring that she learns the proper way to answer questions from her <<if $PC.title == 1>>master<<else>>mistress<</if>>. She answers readily, even when you turn the subject to her sexual experiences, and she starts to get visibly aroused. Before long, she finds herself sitting on your lap on the couch, making out with you while she gives you a handjob. She stiffens a little when you begin to play with her butthole, but you take your time. Soon she's taking a finger, and then two, and before long, she's riding <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>. She doesn't climax to her @@color:lime;first buttsex,@@ but she is learning to @@color:mediumaquamarine;trust@@ that you won't hurt her.
+	You make no direct answer to her nervous question about her virgin butt, though you do wonder how she was so selfish as to be a Free Cities party girl without giving up her asshole nightly. Instead, you ask her about herself, ensuring that she learns the proper way to answer questions from her <<if $PC.title == 1>>master<<else>>mistress<</if>>. She answers readily, even when you turn the subject to her sexual experiences, and she starts to get visibly aroused. Before long, she finds herself sitting on your lap on the couch, making out with you while she gives you a handjob. She stiffens a little when you begin to play with her butthole, but you take your time. Soon she's taking a finger, and then two, and before long, she's riding <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>. She doesn't climax to her @@.lime;first buttsex,@@ but she is learning to @@.mediumaquamarine;trust@@ that you won't hurt her.
 <<set $activeSlave.trust += 10>>
 <<set $activeSlave.anus = 1>>
 <<set $activeSlave.analCount += 1>>
@@ -732,7 +732,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if canDoAnal($activeSlave)>>
 	<<link "Make sure she enjoys her first anal sex">>
 	<<replace "#result">>
-	You introduce her to obedience and proper manners regarding her <<if $PC.title == 1>>master<<else>>mistress<</if>> before sending her off for a physical. That night, she's returned to your room, and finds you doing business on a tablet in bed. She looks doubtful, but obeys when you direct her to get into bed<<if $PC.dick == 0>>, even after she realizes you're wearing a strap-on<</if>>. You turn out the light and spoon her from behind, kissing her neck and ears, cupping her swollen breasts, and running your hands across her pregnant belly with its taut $activeSlave.skin skin. She's awkward at first but her body responds to the tenderness. Before long she's humping her pussy back and forth against <<if $PC.dick == 1>>your cock<<else>>the strap-on<</if>>. You tell her no, not there, and begin to gently work <<if $PC.dick == 1>>your dickhead<<else>>its tip<</if>> up her tight but relaxed ass. She's unsure of herself, but you keep her nice and relaxed. She doesn't climax to her @@color:lime;first buttsex,@@ but she is learning to @@color:mediumaquamarine;trust@@ that you won't hurt her.
+	You introduce her to obedience and proper manners regarding her <<if $PC.title == 1>>master<<else>>mistress<</if>> before sending her off for a physical. That night, she's returned to your room, and finds you doing business on a tablet in bed. She looks doubtful, but obeys when you direct her to get into bed<<if $PC.dick == 0>>, even after she realizes you're wearing a strap-on<</if>>. You turn out the light and spoon her from behind, kissing her neck and ears, cupping her swollen breasts, and running your hands across her pregnant belly with its taut $activeSlave.skin skin. She's awkward at first but her body responds to the tenderness. Before long she's humping her pussy back and forth against <<if $PC.dick == 1>>your cock<<else>>the strap-on<</if>>. You tell her no, not there, and begin to gently work <<if $PC.dick == 1>>your dickhead<<else>>its tip<</if>> up her tight but relaxed ass. She's unsure of herself, but you keep her nice and relaxed. She doesn't climax to her @@.lime;first buttsex,@@ but she is learning to @@.mediumaquamarine;trust@@ that you won't hurt her.
 <<set $activeSlave.trust += 10>>
 <<set $activeSlave.anus = 1>>
 <<set $activeSlave.analCount += 1>>
@@ -744,7 +744,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <<elseif $activeSlave.origin == "She offered herself to you as a slave to escape the hard life of a free whore.">>
 	<<link "Clean up her whorish appearance">>
 	<<replace "#result">>
-	She's totally unsurprised when you send her to the salon for a makeover. It takes several days of work before she's brought back in for another inspection; when she arrives, you wordlessly point her to a full length mirror. She sees herself without tattoos, hooker's haircut, and piercings, a conventionally pretty girl with subtle implants and a clean appearance. She gasps and covers her mouth with a hand, and then suddenly bursts into tears. "Thank you, <<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she sobs. "I never would have thought." She reaches out to touch her reflection. "I look like a nice girl." She is @@color:hotpink;grateful to you@@ for showing her this side of herself, and has @@color:mediumaquamarine;begun to trust@@ that being your slave will be less degrading than being a free prostitute.
+	She's totally unsurprised when you send her to the salon for a makeover. It takes several days of work before she's brought back in for another inspection; when she arrives, you wordlessly point her to a full length mirror. She sees herself without tattoos, hooker's haircut, and piercings, a conventionally pretty girl with subtle implants and a clean appearance. She gasps and covers her mouth with a hand, and then suddenly bursts into tears. "Thank you, <<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she sobs. "I never would have thought." She reaches out to touch her reflection. "I look like a nice girl." She is @@.hotpink;grateful to you@@ for showing her this side of herself, and has @@.mediumaquamarine;begun to trust@@ that being your slave will be less degrading than being a free prostitute.
 <<set $activeSlave.trust += 4>>
 <<set $activeSlave.devotion += 4>>
 <<set $activeSlave.boobs -= $activeSlave.boobsImplant>>
@@ -770,11 +770,11 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<replace "#result">>
 	You send her out to be cleaned up and inducted, but have her brought back afterward. You point out a clothes box on the couch and tell her to get dressed, since you're about to make a tour of the club, and she'll be accompanying you. She obeys without comment, but gasps with shock to find that she's been given a string sling bikini. She climbs into it hesitantly, and finds that not only does its string bottom ride up between her pussylips, it does not cover her nipples at all: the strings part to either side of the nipples to let them stick through, bare. This can only generously be called clothing. She accepts this with an obvious internal sigh, however, and walks dutifully behind you, her bare feet slapping along as her big butt bounces and her tits constantly fall out of her strings.
 	<<if $activeSlave.behavioralFlaw != "shamefast">>
-		After a while, though, she notices that she's getting a lot of very positive attention, and even starts to strut it a little. When you get back to the penthouse, you ask her how she felt. She blushes. "Kinda hot, <<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she says, embarrassed. "I didn't think an older girl like me would get so many stares." You reach out to grope her tits, and tell her that with breasts like hers, it's not surprising. She @@color:hotpink;likes you@@ for liking her body, and has @@color:mediumaquamarine;begun to trust@@ that even though she's old, she can find a place under you.
+		After a while, though, she notices that she's getting a lot of very positive attention, and even starts to strut it a little. When you get back to the penthouse, you ask her how she felt. She blushes. "Kinda hot, <<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she says, embarrassed. "I didn't think an older girl like me would get so many stares." You reach out to grope her tits, and tell her that with breasts like hers, it's not surprising. She @@.hotpink;likes you@@ for liking her body, and has @@.mediumaquamarine;begun to trust@@ that even though she's old, she can find a place under you.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.devotion += 4>>
 	<<else>>
-		After a while, though, she notices that she's getting a lot of very positive attention, but she remains embarrassed. Her gait is clumsy and hesitant, and she almost trips over herself with mortification. When you get back to the penthouse, you ask her how she felt. She blushes furiously. "T-terrible, <<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she says with feeling. "P-please, I'll @@color:hotpink;d-do anything you want@@ @@color:gold;as long as you don't m-make me do that again.@@ Anything." She thinks frantically, obviously trying to come up with the most abject idea she can. "I'll b-be a whore! J-just as long as I can do it, you know, in a room."
+		After a while, though, she notices that she's getting a lot of very positive attention, but she remains embarrassed. Her gait is clumsy and hesitant, and she almost trips over herself with mortification. When you get back to the penthouse, you ask her how she felt. She blushes furiously. "T-terrible, <<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she says with feeling. "P-please, I'll @@.hotpink;d-do anything you want@@ @@.gold;as long as you don't m-make me do that again.@@ Anything." She thinks frantically, obviously trying to come up with the most abject idea she can. "I'll b-be a whore! J-just as long as I can do it, you know, in a room."
 	<<set $activeSlave.trust -= 4>>
 	<<set $activeSlave.devotion += 4>>
 	<</if>>
@@ -788,7 +788,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <<set $activeSlave.devotion += 4>>
 <<set $activeSlave.trust += 4>>
 	<<replace "#result">>
-		Your new slave appears <<if $activeSlave.devotion < -10>>reluctant to assume her new duties.<<else>>unsure what her new duties are.<</if>> You gesture towards $recruiterSister.slaveName. She is <<if $recruiterSister.intelligence > 0>>bright enough<<elseif (($recruiterSister.vaginalSkill + $recruiterSister.analSkill + $recruiterSister.oralSkill) > 100)>>skilled enough<<else>>obedient enough<</if>> to understand you mean a demonstration is in order. $recruiterSister.slaveName starts things off with a <<if $recruiterSister.entertainSkill >= 100>>masterful<<elseif $recruiterSister.entertainSkill > 10>>skillful<<else>>passable<</if>> striptease, culminating in <<if ($recruiterSister.anus > 0) && ($recruiterSister.fetish != "cumslut")>>bending over<<else>>kneeling<</if>> in front of you. She eagerly moans as you enter her, begging for your seed<<if $recruiterSister.energy > 95>> like the slut she is.<<elseif $recruiterSister.whoreSkill > 30>> like the whore she is<<elseif ($recruiterSister.assignment == "serve in the master suite") || ($recruiterSister.assignment == "please you")>> like the fucktoy she is<</if>>. As you finish, she <<if $recruiterSister.fetish == "cumslut">>opens her mouth and savors your gift, thanking you once she's swallowed enough to be able to talk again.<<elseif ($recruiterSister.fetish == "buttslut") || ($recruiterSister.fetish == "submissive")>>collapses on the floor with her ass high in the air, thanking you for painting her hole white.<<else>>thanks you.<</if>> witnessing this display of servitude from her big sister @@color:hotpink;eases $activeSlave.slaveName into her new life,@@ and @@color:mediumaquamarine;gives her hope@@ she can find a place here.
+		Your new slave appears <<if $activeSlave.devotion < -10>>reluctant to assume her new duties.<<else>>unsure what her new duties are.<</if>> You gesture towards $recruiterSister.slaveName. She is <<if $recruiterSister.intelligence > 0>>bright enough<<elseif (($recruiterSister.vaginalSkill + $recruiterSister.analSkill + $recruiterSister.oralSkill) > 100)>>skilled enough<<else>>obedient enough<</if>> to understand you mean a demonstration is in order. $recruiterSister.slaveName starts things off with a <<if $recruiterSister.entertainSkill >= 100>>masterful<<elseif $recruiterSister.entertainSkill > 10>>skillful<<else>>passable<</if>> striptease, culminating in <<if ($recruiterSister.anus > 0) && ($recruiterSister.fetish != "cumslut")>>bending over<<else>>kneeling<</if>> in front of you. She eagerly moans as you enter her, begging for your seed<<if $recruiterSister.energy > 95>> like the slut she is.<<elseif $recruiterSister.whoreSkill > 30>> like the whore she is<<elseif ($recruiterSister.assignment == "serve in the master suite") || ($recruiterSister.assignment == "please you")>> like the fucktoy she is<</if>>. As you finish, she <<if $recruiterSister.fetish == "cumslut">>opens her mouth and savors your gift, thanking you once she's swallowed enough to be able to talk again.<<elseif ($recruiterSister.fetish == "buttslut") || ($recruiterSister.fetish == "submissive")>>collapses on the floor with her ass high in the air, thanking you for painting her hole white.<<else>>thanks you.<</if>> witnessing this display of servitude from her big sister @@.hotpink;eases $activeSlave.slaveName into her new life,@@ and @@.mediumaquamarine;gives her hope@@ she can find a place here.
 	<</replace>>
 	<</link>>
  <br>
@@ -797,7 +797,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <<set $activeSlave.devotion += 4>>
 <<set $activeSlave.trust += 4>>
 	<<replace "#result">>
-		You gesture towards $recruiterMother.slaveName. She is <<if $recruiterMother.intelligence > 0>>bright enough<<elseif (($recruiterMother.vaginalSkill + $recruiterMother.analSkill + $recruiterMother.oralSkill) > 100)>>skilled enough<<else>>obedient enough<</if>> to understand you mean a demonstration is in order. $recruiterMother.slaveName starts things off with a <<if $recruiterMother.entertainSkill >= 100>>masterful<<elseif $recruiterMother.entertainSkill > 10>>skillful<<else>>passable<</if>> striptease, culminating in <<if ($recruiterMother.anus > 0) && ($recruiterMother.fetish != "cumslut")>>bending over<<else>>kneeling<</if>> in front of you. She eagerly moans as you enter her, begging for your seed<<if $recruiterMother.energy > 95>> like the slut she is.<<elseif $recruiterMother.whoreSkill > 30>> like the whore she is<<elseif ($recruiterMother.assignment == "serve in the master suite") || ($recruiterMother.assignment == "please you")>> like the fucktoy she is<</if>>. As you finish, she <<if $recruiterMother.fetish == "cumslut">>opens her mouth and savors your gift, thanking you once she's swallowed enough to be able to talk again.<<elseif ($recruiterMother.fetish == "buttslut") || ($recruiterMother.fetish == "submissive")>>collapses on the floor with her ass high in the air, thanking you for painting her hole white.<<else>>thanks you.<</if>> witnessing this display of servitude from her mother @@color:hotpink;eases $activeSlave.slaveName into her new life,@@ and @@color:mediumaquamarine;gives her hope@@ she can find a place here.
+		You gesture towards $recruiterMother.slaveName. She is <<if $recruiterMother.intelligence > 0>>bright enough<<elseif (($recruiterMother.vaginalSkill + $recruiterMother.analSkill + $recruiterMother.oralSkill) > 100)>>skilled enough<<else>>obedient enough<</if>> to understand you mean a demonstration is in order. $recruiterMother.slaveName starts things off with a <<if $recruiterMother.entertainSkill >= 100>>masterful<<elseif $recruiterMother.entertainSkill > 10>>skillful<<else>>passable<</if>> striptease, culminating in <<if ($recruiterMother.anus > 0) && ($recruiterMother.fetish != "cumslut")>>bending over<<else>>kneeling<</if>> in front of you. She eagerly moans as you enter her, begging for your seed<<if $recruiterMother.energy > 95>> like the slut she is.<<elseif $recruiterMother.whoreSkill > 30>> like the whore she is<<elseif ($recruiterMother.assignment == "serve in the master suite") || ($recruiterMother.assignment == "please you")>> like the fucktoy she is<</if>>. As you finish, she <<if $recruiterMother.fetish == "cumslut">>opens her mouth and savors your gift, thanking you once she's swallowed enough to be able to talk again.<<elseif ($recruiterMother.fetish == "buttslut") || ($recruiterMother.fetish == "submissive")>>collapses on the floor with her ass high in the air, thanking you for painting her hole white.<<else>>thanks you.<</if>> witnessing this display of servitude from her mother @@.hotpink;eases $activeSlave.slaveName into her new life,@@ and @@.mediumaquamarine;gives her hope@@ she can find a place here.
 	<</replace>>
 	<</link>>
  <br>
@@ -811,12 +811,12 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 <<set $activeSlave.trust -= 10>>
 <<set $activeSlave.health -= 10>>
 <<replace "#result">>
-	You drag her to the body modification studio and strap her down with her $brandTarget clear and defenseless. She doesn't understand what's coming for a while, even as disinfectant is applied to her $brandTarget. She can't see the approaching brand, but eventually she feels the radiated heat on her skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If she didn't know she was a slave before, @@color:mediumorchid;she does now,@@ and she's got the @@color:gold;agonizing@@ @@color:red;injury@@ to prove it.
+	You drag her to the body modification studio and strap her down with her $brandTarget clear and defenseless. She doesn't understand what's coming for a while, even as disinfectant is applied to her $brandTarget. She can't see the approaching brand, but eventually she feels the radiated heat on her skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If she didn't know she was a slave before, @@.mediumorchid;she does now,@@ and she's got the @@.gold;agonizing@@ @@.red;injury@@ to prove it.
 	<<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>>
-		Society @@color:green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved.
+		Society @@.green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved.
 		<<FSChange "Subjugationist" 2>>
 	<<elseif ($arcologies[0].FSSupremacistRace == $activeSlave.race) && ($arcologies[0].FSSupremacist > 0)>>
-		Society @@color:red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior.
+		Society @@.red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior.
 		<<FSChange "Supremacist" -2>>
 	<</if>>
 <</replace>>
@@ -829,13 +829,13 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 		<<set $activeSlave.balls = 0>>
 		<<set $activeSlave.health -= 10, $activeSlave.trust -= 50>>
 		<<replace "#result">>
-			You drag her to the remote surgery and strap her face down with her legs spread. She doesn't understand what's happening, since the anaesthetics totally deprive her of any sensation. She's so drugged and drowsy with @@color:red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@color:gold;horror@@ of what's happened. She numbly carries on, terrified.
+			You drag her to the remote surgery and strap her face down with her legs spread. She doesn't understand what's happening, since the anaesthetics totally deprive her of any sensation. She's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for her to figure out what's happened. When she does, her poor mind scarcely processes the @@.gold;horror@@ of what's happened. She numbly carries on, terrified.
 			<<if $arcologies[0].FSGenderRadicalist != "unset">>
-				Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
+				Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all societal inferiors can be made female.
 				<<FSChange "GenderRadicalist" 2>>
 			<</if>>
 			<<if $arcologies[0].FSRestart != "unset" && $activeSlave.pubertyXY == 1>>
-				Society @@color:green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
+				Society @@.green;approves@@ of your promptly gelding her; this advances the idea that all only the elite should breed.
 				<<FSChange "Eugenics" 2>>
 			<</if>>
 		<</replace>>
@@ -845,11 +845,11 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<set $activeSlave.dick = 0, $activeSlave.foreskin = 0, $activeSlave.vagina = -1, $activeSlave.preg = -2, $activeSlave.ovaries = 0, $activeSlave.pregSource = 0, $activeSlave.vaginalSkill = 0>>
 	<<set $activeSlave.health -= 10, $activeSlave.trust = Math.clamp($activeSlave.trust-100, -100, 100)>>
 	<<replace "#result">>
-		You drag her to the remote surgery and strap her face down with her legs spread. She doesn't understand what's happening, since the anaesthetics totally deprive her of any sensation. She's so drugged and drowsy with @@color:red;surgical recovery@@ that it takes a while for her to figure out what's happened. Eventually, though, she realizes that she's been reduced to the status of a genital null: the only remaining feature of her newly smooth groin is a tiny soft hole, her urethra.
+		You drag her to the remote surgery and strap her face down with her legs spread. She doesn't understand what's happening, since the anaesthetics totally deprive her of any sensation. She's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for her to figure out what's happened. Eventually, though, she realizes that she's been reduced to the status of a genital null: the only remaining feature of her newly smooth groin is a tiny soft hole, her urethra.
 		<<if $activeSlave.scrotum > 0>>She retains her ballsack beneath this, though of course you can always remove that later if you decide to geld her, too.<</if>>
-		She almost passes out from @@color:gold;sheer horror.@@ Instead, she collapses and tries desperately to vomit. Fortunately, she doesn't have anything to bring up. She's reduced to impotent weeping and retching as she begins to process the stress of having had her parts cut off.
+		She almost passes out from @@.gold;sheer horror.@@ Instead, she collapses and tries desperately to vomit. Fortunately, she doesn't have anything to bring up. She's reduced to impotent weeping and retching as she begins to process the stress of having had her parts cut off.
 		<<if $arcologies[0].FSRestart != "unset">>
-			Society @@color:green;approves@@ of you stripping away everything from society's inferiors.
+			Society @@.green;approves@@ of you stripping away everything from society's inferiors.
 			<<FSChange "Eugenics" 3>>
 		<</if>>
 	<</replace>>
@@ -865,10 +865,10 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	You perform a careful medical examination to verify fertility, and then restrain her in your office with her ass in the air. Whenever you feel able, you drain your balls into her cunt, only releasing her for other duties when scans verify a fertilized ovum. She didn't properly understand the scans, so she just thought it was bound, forced sex; she won't realize what happened for some weeks at least.
 	<<VaginalVCheck>>
 	<<if $arcologies[0].FSRestart != "unset">>
-		The Societal Elite @@color:green;disapprove@@ of this breach of eugenics.
+		The Societal Elite @@.green;disapprove@@ of this breach of eugenics.
 		<<set $failedElite += 5>>
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-		Society @@color:green;approves@@ of your promptly putting a new slave in her; this advances the idea that all slaves should bear their masters' babies.
+		Society @@.green;approves@@ of your promptly putting a new slave in her; this advances the idea that all slaves should bear their masters' babies.
 		<<FSChange "GenderFundamentalist" 2>>
 	<</if>>
 <</replace>>
@@ -901,29 +901,29 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if $activeSlave.devotion > 20>>
 		<<if $activeSlave.fetish == "humiliation">>
 			<<if $activeSlave.fetishKnown == 0>>
-				She struggles under the stares, blushing furiously as she takes a fuck in the open. She orgasms despite herself; @@color:green;she's a humiliation fetishist!@@
+				She struggles under the stares, blushing furiously as she takes a fuck in the open. She orgasms despite herself; @@.green;she's a humiliation fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				As a humiliation fetishist, she gets off on the stares, blushing cutely as she takes a fuck in public.
 			<</if>>
-			She follows you back inside your penthouse, leaking <<if $PC.dick == 1>>your cum<<else>>lube<</if>>, @@color:hotpink;feeling like a slut.@@
+			She follows you back inside your penthouse, leaking <<if $PC.dick == 1>>your cum<<else>>lube<</if>>, @@.hotpink;feeling like a slut.@@
 		<<set $activeSlave.devotion += 5>>
 		<<else>>
-			She takes the fuck obediently, and does her very best to ignore the stares. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't a humiliation fetishist, but she is @@color:hotpink;willing to submit@@ to being used as a sex slave in public.
+			She takes the fuck obediently, and does her very best to ignore the stares. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't a humiliation fetishist, but she is @@.hotpink;willing to submit@@ to being used as a sex slave in public.
 		<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<<else>>
 		<<if $activeSlave.fetish == "humiliation">>
 			<<if $activeSlave.fetishKnown == 0>>
-				Her struggles slowly diminish as the stares have a horribly embarrassing effect on her. She orgasms and then starts to cry, realizing what just happened; @@color:green;she's a humiliation fetishist!@@
+				Her struggles slowly diminish as the stares have a horribly embarrassing effect on her. She orgasms and then starts to cry, realizing what just happened; @@.green;she's a humiliation fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				As a humiliation fetishist, she can't stop herself from getting off on being fucked in public.
 			<</if>>
-			As you pull her back towards your penthouse, she leaks <<if $PC.dick == 1>>your cum<<else>>lube<</if>> and @@color:hotpink;feels like a slut.@@
+			As you pull her back towards your penthouse, she leaks <<if $PC.dick == 1>>your cum<<else>>lube<</if>> and @@.hotpink;feels like a slut.@@
 		<<set $activeSlave.devotion += 4>>
 		<<else>>
-			She takes the fuck unwillingly, crying and doing her best to ignore the stares. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't a humiliation fetishist, and is @@color:gold;rapidly learning what it means@@ to be your sex slave.
+			She takes the fuck unwillingly, crying and doing her best to ignore the stares. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't a humiliation fetishist, and is @@.gold;rapidly learning what it means@@ to be your sex slave.
 		<<set $activeSlave.trust -= 4>>
 		<</if>>
 	<</if>>
@@ -937,29 +937,29 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if $activeSlave.devotion > 20>>
 		<<if $activeSlave.fetish == "pregnancy">>
 			<<if $activeSlave.fetishKnown == 0>>
-				she gasps with unaccustomed pleasure, and climaxes so strongly that she cries a little from the pain in her flexing abs. @@color:green;She's an impregnation fetishist!@@
+				she gasps with unaccustomed pleasure, and climaxes so strongly that she cries a little from the pain in her flexing abs. @@.green;She's an impregnation fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				she climaxes, her impregnation fetish displayed cutely on her face.
 			<</if>>
-			As you let her go, she feels <<if $PC.dick == 1>>your<<else>>the fake<</if>> cum dripping out of her, and she @@color:hotpink;feels like your property.@@
+			As you let her go, she feels <<if $PC.dick == 1>>your<<else>>the fake<</if>> cum dripping out of her, and she @@.hotpink;feels like your property.@@
 		<<set $activeSlave.devotion += 5>>
 		<<else>>
-			she gasps and does her best to relax, accepting the flow. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't an impregnation fetishist, but she is @@color:hotpink;willing to submit@@ to have her body used as your receptacle.
+			she gasps and does her best to relax, accepting the flow. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't an impregnation fetishist, but she is @@.hotpink;willing to submit@@ to have her body used as your receptacle.
 		<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<<else>>
 		<<if $activeSlave.fetish == "pregnancy">>
 			<<if $activeSlave.fetishKnown == 0>>
-				she shudders with a sensation of perverted pleasure, and climaxes despite all her feelings about the situation. @@color:green;She's an impregnation fetishist!@@
+				she shudders with a sensation of perverted pleasure, and climaxes despite all her feelings about the situation. @@.green;She's an impregnation fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				she climaxes, her impregnation fetish forcing her to feel pleasure her mind would prefer to reject.
 			<</if>>
-			As you let her go, she cries openly, <<if $PC.dick == 1>>your<<else>>the fake<</if>> cum dripping out of her, and she @@color:hotpink;feels like your property.@@
+			As you let her go, she cries openly, <<if $PC.dick == 1>>your<<else>>the fake<</if>> cum dripping out of her, and she @@.hotpink;feels like your property.@@
 		<<set $activeSlave.devotion += 4>>
 		<<else>>
-			she groans and struggles a little, disgusted to be filled by your fluids so immediately. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't an impregnation fetishist, and is @@color:gold;afraid@@ that she'll be treated as nothing more than your receptacle.
+			she groans and struggles a little, disgusted to be filled by your fluids so immediately. <<if $activeSlave.fetishKnown == 0>>It seems she<<else>>She<</if>> isn't an impregnation fetishist, and is @@.gold;afraid@@ that she'll be treated as nothing more than your receptacle.
 		<<set $activeSlave.trust -= 4>>
 		<</if>>
 	<</if>>
@@ -973,29 +973,29 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if $activeSlave.devotion > 20>>
 		<<if $activeSlave.fetish == "masochist">>
 			<<if $activeSlave.fetishKnown == 0>>
-				She gasps with profound shock, and you feel her whole body stiffen atop your thighs as she tries to work out what just happened. With each spank, she grows more and more aroused until she finally reaches orgasm. @@color:green;She's a pain fetishist!@@
+				She gasps with profound shock, and you feel her whole body stiffen atop your thighs as she tries to work out what just happened. With each spank, she grows more and more aroused until she finally reaches orgasm. @@.green;She's a pain fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				She groans with guilty pleasure, feeling the pain radiate out from her buttocks with each swat, feeling it seem to circle around her hips to pool between her legs. Before long, she reaches a quivering orgasm.
 			<</if>>
-			She gets up very gingerly, but bites her lip cutely, @@color:hotpink;feeling a strange satisfaction.@@
+			She gets up very gingerly, but bites her lip cutely, @@.hotpink;feeling a strange satisfaction.@@
 		<<set $activeSlave.devotion += 5>>
 		<<else>>
-			She gasps with pain, but does not object or try to escape. She accepts the spanking dutifully. You're not particularly harsh, and she gets up after you tire of swatting her bottom @@color:hotpink;without resentment@@ of this treatment.
+			She gasps with pain, but does not object or try to escape. She accepts the spanking dutifully. You're not particularly harsh, and she gets up after you tire of swatting her bottom @@.hotpink;without resentment@@ of this treatment.
 		<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<<else>>
 		<<if $activeSlave.fetish == "masochist">>
 			<<if $activeSlave.fetishKnown == 0>>
-				She gasps with profound shock, and you feel her whole body stiffen atop your thighs as she tries to work out what just happened. She begins to cry as she realizes that having her bottom beaten is getting her horny. @@color:green;She's a pain fetishist!@@
+				She gasps with profound shock, and you feel her whole body stiffen atop your thighs as she tries to work out what just happened. She begins to cry as she realizes that having her bottom beaten is getting her horny. @@.green;She's a pain fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				She groans with unwilling pleasure, feeling the pain radiate out from her buttocks with each swat, feeling it seem to circle around her hips to pool between her legs. She does not orgasm, but feels much more pleasure than she's willing to admit.
 			<</if>>
-			When you let her up, she's sobbing, more from humiliation than pain. However, she @@color:hotpink;submits@@ to an uncomfortable groping of her buttocks, which are pleasingly warm from the spanking.
+			When you let her up, she's sobbing, more from humiliation than pain. However, she @@.hotpink;submits@@ to an uncomfortable groping of her buttocks, which are pleasingly warm from the spanking.
 		<<set $activeSlave.devotion += 4>>
 		<<else>>
-			She gasps with pain, and starts to wriggle off you until you pin her with your other hand. She accepts the rest of the spanking unhappily. You're not particularly harsh, and she gets up after you tire of swatting her bottom, @@color:gold;fearful@@ due to the humiliation rather than the pain.
+			She gasps with pain, and starts to wriggle off you until you pin her with your other hand. She accepts the rest of the spanking unhappily. You're not particularly harsh, and she gets up after you tire of swatting her bottom, @@.gold;fearful@@ due to the humiliation rather than the pain.
 		<<set $activeSlave.trust -= 4>>
 		<</if>>
 	<</if>>
@@ -1008,29 +1008,29 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 	<<if $activeSlave.devotion > 20>>
 		<<if $activeSlave.fetish == "boobs">>
 			<<if $activeSlave.fetishKnown == 0>>
-				The slave quickly becomes aroused. Before long, an orgasm convulses her entire body, jiggling the feminine flesh under your hand delightfully. @@color:green;She's a breast fetishist!@@
+				The slave quickly becomes aroused. Before long, an orgasm convulses her entire body, jiggling the feminine flesh under your hand delightfully. @@.green;She's a breast fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				Her breast fixation makes this teasing quite pleasurable for her, almost as good as a handjob. Before long, an orgasm convulses her entire body, jiggling the feminine flesh under your hand delightfully.
 			<</if>>
-			When you tell her to go, she carefully rolls off your desk in such a way that, @@color:hotpink;her nipples graze your cheek.@@
+			When you tell her to go, she carefully rolls off your desk in such a way that, @@.hotpink;her nipples graze your cheek.@@
 		<<set $activeSlave.devotion += 5>>
 		<<else>>
-			She accepts being treated as a desktop stress relief toy. She's no breast fetishist, but she's @@color:hotpink;willing to be used@@ as a sex object.
+			She accepts being treated as a desktop stress relief toy. She's no breast fetishist, but she's @@.hotpink;willing to be used@@ as a sex object.
 		<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<<else>>
 		<<if $activeSlave.fetish == "boobs">>
 			<<if $activeSlave.fetishKnown == 0>>
-				The slave slowly becomes aroused despite her reluctance. Soon, she can no longer hide her horniness and begins to pant, openly enjoying the sensations. @@color:green;She's a breast fetishist!@@
+				The slave slowly becomes aroused despite her reluctance. Soon, she can no longer hide her horniness and begins to pant, openly enjoying the sensations. @@.green;She's a breast fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 			<<else>>
 				The slave slowly becomes aroused despite her reluctance. As a breast fetishist, playing with her nipples is an excellent way to overcome her petty resistance to being a sex object.
 			<</if>>
-			When you tell her to go, she gets off your desk gingerly, since she's almost painfully aroused. @@color:hotpink;She feels like quite a slut@@ for wanting a fuck this badly after a little nipple play.
+			When you tell her to go, she gets off your desk gingerly, since she's almost painfully aroused. @@.hotpink;She feels like quite a slut@@ for wanting a fuck this badly after a little nipple play.
 		<<set $activeSlave.devotion += 4>>
 		<<else>>
-			She expects something worse to happen immediately, and slowly relaxes when she realizes that she's nothing more than your desktop stress relief toy, at least for now. She experiences the usual effects of nipple play, but seems @@color:gold;somewhat frightened@@ to be dehumanized so thoroughly.
+			She expects something worse to happen immediately, and slowly relaxes when she realizes that she's nothing more than your desktop stress relief toy, at least for now. She experiences the usual effects of nipple play, but seems @@.gold;somewhat frightened@@ to be dehumanized so thoroughly.
 		<<set $activeSlave.devotion -= 4>>
 		<</if>>
 	<</if>>
@@ -1046,7 +1046,7 @@ The legalities completed, ''__@@color:pink;$activeSlave.slaveName@@__'' <<if ($a
 		<<set $activeSlave.fetish == "pregnancy">>
 	<</if>>
 <<replace "#result">>
-	You introduce her to obedience and proper manners regarding her <<if $PC.title == 1>>master<<else>>mistress<</if>> before sending her off for a physical. That night, she's returned to your room, and finds you doing business on a tablet in bed. She looks doubtful, but obeys when you direct her to get into bed<<if $PC.dick == 0>>, even after she realizes you're wearing a strap-on<</if>>. You turn out the light and spoon her from behind, kissing her neck and ears, cupping her swollen breasts, and running your hands across her pregnant belly with its taut $activeSlave.skin skin. She's awkward at first but her body responds to the tenderness. Before long she's humping her pussy back and forth against <<if $PC.dick == 1>>your cock<<else>>the strap-on<</if>>. You begin to gently work <<if $PC.dick == 1>>your dickhead<<else>>its tip<</if>> up her used pussy. She's unsure of herself, but you keep her nice and relaxed. After several minutes of gentle loving, she's nothing but a satisfied puddle in your arms. She believes that she can @@color:mediumaquamarine;trust@@ you won't harm her or her child.
+	You introduce her to obedience and proper manners regarding her <<if $PC.title == 1>>master<<else>>mistress<</if>> before sending her off for a physical. That night, she's returned to your room, and finds you doing business on a tablet in bed. She looks doubtful, but obeys when you direct her to get into bed<<if $PC.dick == 0>>, even after she realizes you're wearing a strap-on<</if>>. You turn out the light and spoon her from behind, kissing her neck and ears, cupping her swollen breasts, and running your hands across her pregnant belly with its taut $activeSlave.skin skin. She's awkward at first but her body responds to the tenderness. Before long she's humping her pussy back and forth against <<if $PC.dick == 1>>your cock<<else>>the strap-on<</if>>. You begin to gently work <<if $PC.dick == 1>>your dickhead<<else>>its tip<</if>> up her used pussy. She's unsure of herself, but you keep her nice and relaxed. After several minutes of gentle loving, she's nothing but a satisfied puddle in your arms. She believes that she can @@.mediumaquamarine;trust@@ you won't harm her or her child.
 <</replace>>
 <</link>>
 <</if>>
@@ -1071,7 +1071,7 @@ You smile widely at her, a dangerous look in your eyes, as you bring another han
 <<elseif $activeSlave.dick == 6>>
 You grin sadistically at her as her massive dick fills both of your hands.
 <</if>>
-As she begins to moan with lust, you grip down tightly and force her to the floor. You straddle her and lower your dripping pussy onto her face<<if $PC.dick == 1>>, your erect cock coming to rest on her forehead<</if>>. You continue stroking your toy's rod as she eagerly begins eating you out. As her cock begins to throb, anticipating her upcoming orgasm, you quickly bind the base of her penis, denying her release. You grind your cunt into her face, telling her that YOU are the one who'll be orgasming here, not her. Only once you have initiated the new slave by soaking her face in your cum do you release her dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in her cum. You turn around and order the exhausted girl to clean her cum off your hand<<if $PC.dick == 1>> and to finish off her twitching dick<</if>>; she @@color:hotpink;complies meekly@@, knowing you are the @@color:gold;dominant force@@ in her life now.
+As she begins to moan with lust, you grip down tightly and force her to the floor. You straddle her and lower your dripping pussy onto her face<<if $PC.dick == 1>>, your erect cock coming to rest on her forehead<</if>>. You continue stroking your toy's rod as she eagerly begins eating you out. As her cock begins to throb, anticipating her upcoming orgasm, you quickly bind the base of her penis, denying her release. You grind your cunt into her face, telling her that YOU are the one who'll be orgasming here, not her. Only once you have initiated the new slave by soaking her face in your cum do you release her dick and lean back to avoid the coming blast. A few strokes later and your hand is coated in her cum. You turn around and order the exhausted girl to clean her cum off your hand<<if $PC.dick == 1>> and to finish off her twitching dick<</if>>; she @@.hotpink;complies meekly@@, knowing you are the @@.gold;dominant force@@ in her life now.
 <</replace>>
 <</link>>
 <</if>>
@@ -1083,10 +1083,10 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<replace "#result">>
 	You aggressively approach $activeSlave.slaveName, forcing your pregnancy into directly into her <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until she has no choice but be pushed to the ground. Standing over her, staring her down as she peeks around your taut globe of a middle; you order her to worship your pregnancy.
 	<<if $activeSlave.fetish == "pregnancy">>
-		She eagerly complies. She begins with sucking your popped navel before running her tongue across the tuat, smooth surface of your pregnancy. Once she has finished with your belly, she lowers herself under it to begin work on your needy pussy. Before long, her overzealous efforts have you quaking in pleasure and awoken your child. Once she finishes you off, she returns to rubbing your belly, soothing your rowdy child and @@color:hotpink;solidifying her place@@ beneath you. 
+		She eagerly complies. She begins with sucking your popped navel before running her tongue across the tuat, smooth surface of your pregnancy. Once she has finished with your belly, she lowers herself under it to begin work on your needy pussy. Before long, her overzealous efforts have you quaking in pleasure and awoken your child. Once she finishes you off, she returns to rubbing your belly, soothing your rowdy child and @@.hotpink;solidifying her place@@ beneath you. 
 		<<set $activeSlave.devotion += 15>>
 	<<else>>
-		She shifts her gaze between your middle and your face, not sure what to do. Losing patience, you toss a tube of cream at her. She shakily massages it into your stretched skin, missing spots, much to your pleasure. With reason, you force her onto her back, turn around, and plant your needy cunt directly onto her face. Struggling to breath under your weight, she begins eating you out in desperation. After coaxing her to massage your belly as she does, you quickly climax across her face and gently lift yourself off the coughing girl. She now @@color:hotpink;understands her place in life@@ and is @@color:gold;terrified@@ about what she will have to do if she wants to survive.
+		She shifts her gaze between your middle and your face, not sure what to do. Losing patience, you toss a tube of cream at her. She shakily massages it into your stretched skin, missing spots, much to your pleasure. With reason, you force her onto her back, turn around, and plant your needy cunt directly onto her face. Struggling to breath under your weight, she begins eating you out in desperation. After coaxing her to massage your belly as she does, you quickly climax across her face and gently lift yourself off the coughing girl. She now @@.hotpink;understands her place in life@@ and is @@.gold;terrified@@ about what she will have to do if she wants to survive.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
@@ -1099,10 +1099,10 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 	<br><<link "Let your ample bust dominate her pathetic one">>
 	<<set $activeSlave.devotion += 5>>
 <<replace "#result">>
-	You quickly strip off your shirt and draw close to $activeSlave.slaveName. You grab her as she attempts to back away and pull her tits directly into your own. Both of sets of eyes lock onto their pair of breasts, or they would have, had yours not utterly eclipsed their rival. Scoffing, you release the confused girl and walk away; leaving her feeling her own breasts and feeling uncertain about herself. She gets caught up in how small they really are, and how much @@color:hotpink;lesser@@ than her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title isnot 0>>Master<<else>>Mistress<</if>> she is.
+	You quickly strip off your shirt and draw close to $activeSlave.slaveName. You grab her as she attempts to back away and pull her tits directly into your own. Both of sets of eyes lock onto their pair of breasts, or they would have, had yours not utterly eclipsed their rival. Scoffing, you release the confused girl and walk away; leaving her feeling her own breasts and feeling uncertain about herself. She gets caught up in how small they really are, and how much @@.hotpink;lesser@@ than her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title isnot 0>>Master<<else>>Mistress<</if>> she is.
 	<<if $activeSlave.fetish == "boobs">>
 		<<if $activeSlave.fetishKnown == 0>>
-			You did note one thing when your breasts touched, her nipples got very hard. @@color:green;Looks like she's a breast fetishist!@@
+			You did note one thing when your breasts touched, her nipples got very hard. @@.green;Looks like she's a breast fetishist!@@
 			<<set $activeSlave.fetishKnown = 1>>
 		<</if>>
 	<</if>>
@@ -1119,9 +1119,9 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.health += 10>>
 <<set $activeSlave.trust += 4>>
 <<replace "#result">>
-	Since she's in rough shape, you give her a comprehensive medical exam with the help of the remote surgery. You apply care to @@color:green;address@@ some of the most outstanding concerns. Whatever gratitude she might have felt for prompt medical attention is balanced by fear of the remote surgery and the nagging (and accurate) feeling that she's being treated like livestock, but she does @@color:mediumaquamarine;begin to hope@@ she'll be well treated.
+	Since she's in rough shape, you give her a comprehensive medical exam with the help of the remote surgery. You apply care to @@.green;address@@ some of the most outstanding concerns. Whatever gratitude she might have felt for prompt medical attention is balanced by fear of the remote surgery and the nagging (and accurate) feeling that she's being treated like livestock, but she does @@.mediumaquamarine;begin to hope@@ she'll be well treated.
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		Society @@color:green;approves@@ of your promptly seeing to your stock's health; this advances the idea that all slave owners should look after their slaves.
+		Society @@.green;approves@@ of your promptly seeing to your stock's health; this advances the idea that all slave owners should look after their slaves.
 		<<FSChange "Paternalist" 2>>
 	<</if>>
 <</replace>>
@@ -1134,7 +1134,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.trust += 4>>
 <<set _num = random(1,100)>>
 <<replace "#result">>
-	She seems reasonably obedient, so you give her a chance to impress. You remain seated and offer her your <<if $PC.dick == 1>>half-erect cock<<if $PC.vagina == 1>> and ready pussy<</if>><<else>>pussy, wet with arousal at the prospect of breaking in a new slut<</if>>. She comes over obediently and gets on her knees. She works hard and is clearly doing her absolute best to please, so you let her finish you with her mouth. <<if $PC.dick == 1>><<if _num > 20>>She looks up at you as she swallows<<elseif _num > 40>>She even swallows your cum without being told<<elseif _num > 60>>She smiles sloppily as your seed slowly dribbles from her mouth and down her chin<<elseif _num > 80>>She struggles to contain your seed and makes a mess all over her face as a result<<else>>She struggles to contain your seed with her mouth and it splatters over the floor as a result<</if>><<else>>She worked her tongue hard and did her best<</if>>. You spend the rest of the day with her kneeling on a cushion next to your chair. She learns obedience, but also learns that you are @@color:mediumaquamarine;fair@@ and @@color:hotpink;reasonable.@@
+	She seems reasonably obedient, so you give her a chance to impress. You remain seated and offer her your <<if $PC.dick == 1>>half-erect cock<<if $PC.vagina == 1>> and ready pussy<</if>><<else>>pussy, wet with arousal at the prospect of breaking in a new slut<</if>>. She comes over obediently and gets on her knees. She works hard and is clearly doing her absolute best to please, so you let her finish you with her mouth. <<if $PC.dick == 1>><<if _num > 20>>She looks up at you as she swallows<<elseif _num > 40>>She even swallows your cum without being told<<elseif _num > 60>>She smiles sloppily as your seed slowly dribbles from her mouth and down her chin<<elseif _num > 80>>She struggles to contain your seed and makes a mess all over her face as a result<<else>>She struggles to contain your seed with her mouth and it splatters over the floor as a result<</if>><<else>>She worked her tongue hard and did her best<</if>>. You spend the rest of the day with her kneeling on a cushion next to your chair. She learns obedience, but also learns that you are @@.mediumaquamarine;fair@@ and @@.hotpink;reasonable.@@
 <</replace>>
 <</link>>
 <</if>>
@@ -1149,7 +1149,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.health -= 10>>
 <<set $activeSlave.trust -= 20>>
 <<replace "#result">>
-	You drag her to the remote surgery and strap her face down with her legs bare. She doesn't understand what's coming for a while, even as her lower legs are carefully cleaned and disinfected. She can't see the approaching surgical manipulators, but eventually she feels a tugging at her lower legs even through the local anaesthetic. She gets one squeal of protest out before the surgery begins to apply healing agents. She now requires special heels to walk, and will @@color:mediumorchid;remember her status@@ with every @@color:red;painful@@ step she takes. She's barefoot, crawling, and @@color:gold;frightened@@ for now, until you decide to give her heels - if you ever do.
+	You drag her to the remote surgery and strap her face down with her legs bare. She doesn't understand what's coming for a while, even as her lower legs are carefully cleaned and disinfected. She can't see the approaching surgical manipulators, but eventually she feels a tugging at her lower legs even through the local anaesthetic. She gets one squeal of protest out before the surgery begins to apply healing agents. She now requires special heels to walk, and will @@.mediumorchid;remember her status@@ with every @@.red;painful@@ step she takes. She's barefoot, crawling, and @@.gold;frightened@@ for now, until you decide to give her heels - if you ever do.
 <</replace>>
 <</link>>
 <</if>>
@@ -1165,7 +1165,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 	<<set $activeSlave.health -= 10>>
 	<<set $activeSlave.trust -= 20>>
 <<replace "#result">>
-	You drag her to the remote surgery and strap her face up with her<<if $activeSlave.preg > 10>> pregnant<</if>> stomach bare. She doesn't understand what's coming for a while, even as her belly is carefully cleaned and disinfected. She begins to panic at the sight of the approaching surgical manipulators, cringing as they cut into her<<if $activeSlave.preg > 10>> swollen<</if>> abdomen. She squeals in horror as her<<if $activeSlave.preg > 10>> pregnant<</if>> womb and ovaries are extracted before her eyes. She will never bear children, and will @@color:mediumorchid;remember her status@@ with every fucking she receives. Your absolute power over her body is rightfully  @@color:gold;terrifying@@.
+	You drag her to the remote surgery and strap her face up with her<<if $activeSlave.preg > 10>> pregnant<</if>> stomach bare. She doesn't understand what's coming for a while, even as her belly is carefully cleaned and disinfected. She begins to panic at the sight of the approaching surgical manipulators, cringing as they cut into her<<if $activeSlave.preg > 10>> swollen<</if>> abdomen. She squeals in horror as her<<if $activeSlave.preg > 10>> pregnant<</if>> womb and ovaries are extracted before her eyes. She will never bear children, and will @@.mediumorchid;remember her status@@ with every fucking she receives. Your absolute power over her body is rightfully  @@.gold;terrifying@@.
 <</replace>>
 <</link>>
 <</if>>
@@ -1177,7 +1177,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.devotion += 10>>
 <<set $activeSlave.trust -= 10>>
 <<replace "#result">>
-	You place an innocuous-looking drug injector on your desk, and let her stare at it for a long moment. Then, you roll the cylinder slowly across the smooth surface, rotating it until its label comes into her view. It depicts the silhouette of a pregnant woman, with a red X over it. Abortifacients. After an instant of horrified comprehension, she flings herself at your feet, crying, begging, promising. She pledges to @@color:hotpink;submit to you,@@ <<if $PC.dick == 1>><<if $PC.vagina == 1>>eat you out, <</if>>suck your cock, take it in her pussy, take it up her ass<<else>>eat you out, worship you with her pussy, serve you with her ass<</if>>, anything, as long as @@color:gold;you don't hurt her baby.@@ You observe that she'll do all of those things, regardless of what you decide to do about her pregnancy, but for now, you'll keep her as a pregnant slut. She thanks you through her tears.
+	You place an innocuous-looking drug injector on your desk, and let her stare at it for a long moment. Then, you roll the cylinder slowly across the smooth surface, rotating it until its label comes into her view. It depicts the silhouette of a pregnant woman, with a red X over it. Abortifacients. After an instant of horrified comprehension, she flings herself at your feet, crying, begging, promising. She pledges to @@.hotpink;submit to you,@@ <<if $PC.dick == 1>><<if $PC.vagina == 1>>eat you out, <</if>>suck your cock, take it in her pussy, take it up her ass<<else>>eat you out, worship you with her pussy, serve you with her ass<</if>>, anything, as long as @@.gold;you don't hurt her baby.@@ You observe that she'll do all of those things, regardless of what you decide to do about her pregnancy, but for now, you'll keep her as a pregnant slut. She thanks you through her tears.
 <</replace>>
 <</link>>
 <</if>>
@@ -1188,7 +1188,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.devotion += 10>>
 <<set $activeSlave.trust -= 10>>
 <<replace "#result">>
-	You ask her how she feels about taking cock up her ass. A look of revulsion and fear crosses her face, and she backs away from you slightly, unconsciously protecting her bottom. Before she can muster any kind of response, you tell her that you suspected as much, and that she has balls. She looks confused at the apparently unrelated remarks until you explain that in your arcology, balls are a privilege. If she won't be a good little bitch, you'll take them away and turn her into a bitch anyway. Only good girls get to keep their hardons, and if she isn't a good girl, you'll make her a little good girl with a bouncing little bitchclit. She begins to cry, @@color:gold;sobbing and sobbing@@ as she promises to @@color:hotpink;be a good girl.@@
+	You ask her how she feels about taking cock up her ass. A look of revulsion and fear crosses her face, and she backs away from you slightly, unconsciously protecting her bottom. Before she can muster any kind of response, you tell her that you suspected as much, and that she has balls. She looks confused at the apparently unrelated remarks until you explain that in your arcology, balls are a privilege. If she won't be a good little bitch, you'll take them away and turn her into a bitch anyway. Only good girls get to keep their hardons, and if she isn't a good girl, you'll make her a little good girl with a bouncing little bitchclit. She begins to cry, @@.gold;sobbing and sobbing@@ as she promises to @@.hotpink;be a good girl.@@
 <</replace>>
 <</link>>
 <</if>>
@@ -1200,7 +1200,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.devotion += 10>>
 <<set $activeSlave.trust -= 10>>
 	<<replace "#result">>
-		You tell her that it's in her interests to be a good girl. She does not react immediately, perhaps wondering if you think such a trite statement will have a real impact, but then you point at a wallscreen behind her. She turns, and beholds a live feed from the Industrial Dairy. She gazes spellbound at the interleaved row of bodies intertwined with machines in embraces far more intimate than any lover could hope to match. The gently heaving masses of breastflesh hold her fascinated and horrified attention until one of the machines fortuitously chooses this moment to cycle its occupant's anal hydration regimen. It withdraws its horse-sized phallus from the slave's anus, leaving her gape pulsing gently as it awaits the resumption of the endless assrape. $activeSlave.slaveName lets out a huge sob and turns to you, @@color:gold;fear suffusing her@@ as she promises to @@color:hotpink;be a good girl.@@
+		You tell her that it's in her interests to be a good girl. She does not react immediately, perhaps wondering if you think such a trite statement will have a real impact, but then you point at a wallscreen behind her. She turns, and beholds a live feed from the Industrial Dairy. She gazes spellbound at the interleaved row of bodies intertwined with machines in embraces far more intimate than any lover could hope to match. The gently heaving masses of breastflesh hold her fascinated and horrified attention until one of the machines fortuitously chooses this moment to cycle its occupant's anal hydration regimen. It withdraws its horse-sized phallus from the slave's anus, leaving her gape pulsing gently as it awaits the resumption of the endless assrape. $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing her@@ as she promises to @@.hotpink;be a good girl.@@
 	<</replace>>
 	<</link>>
 	<<if $dairyPrepUpgrade == 1>>
@@ -1245,7 +1245,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.devotion += 10>>
 <<set $activeSlave.trust -= 10>>
 	<<replace "#result">>
-		You tell her that it's in her interests to be a good girl. She does not react immediately, perhaps wondering if you think such a trite statement will have a real impact, but then you point at a wallscreen behind her. She turns, and beholds a live feed from $arcadeName. She gazes at the row of butts sticking out of the wall at dick height, not quite realizing what she's seeing. Then she notices that there are citizens pumping away in front of two of the butts, and she understands. As she watches, terrified, first one citizen and then the other finishes and steps away. The first arcade inmate's <<if $seeDicks != 100>>pussy<<else>>butt<</if>> is left looking sore until $arcadeName's systems cover her for a quick cleaning, and the second inmate's asshole <<if $seeDicks != 0>>has obviously seen severe use, since the poor girl doesn't have  a pussy to spread the load<<else>>is loose enough that the machines have to clean up the cum it drools onto the floor<</if>>. $activeSlave.slaveName lets out a huge sob and turns to you, @@color:gold;fear suffusing her@@ as she promises to @@color:hotpink;be a good girl.@@
+		You tell her that it's in her interests to be a good girl. She does not react immediately, perhaps wondering if you think such a trite statement will have a real impact, but then you point at a wallscreen behind her. She turns, and beholds a live feed from $arcadeName. She gazes at the row of butts sticking out of the wall at dick height, not quite realizing what she's seeing. Then she notices that there are citizens pumping away in front of two of the butts, and she understands. As she watches, terrified, first one citizen and then the other finishes and steps away. The first arcade inmate's <<if $seeDicks != 100>>pussy<<else>>butt<</if>> is left looking sore until $arcadeName's systems cover her for a quick cleaning, and the second inmate's asshole <<if $seeDicks != 0>>has obviously seen severe use, since the poor girl doesn't have  a pussy to spread the load<<else>>is loose enough that the machines have to clean up the cum it drools onto the floor<</if>>. $activeSlave.slaveName lets out a huge sob and turns to you, @@.gold;fear suffusing her@@ as she promises to @@.hotpink;be a good girl.@@
 	<</replace>>
 	<</link>>
 	<<if ($arcade > $arcadeSlaves) || ($arcadeUpgradeFuckdolls != 0)>>
@@ -1288,7 +1288,7 @@ As she begins to moan with lust, you grip down tightly and force her to the floo
 <<set $activeSlave.devotion -= 5>>
 <<set $activeSlave.trust -= 10>>
 <<replace "#result">>
-	You cuff her wrists and tie the cuffs to a hook in the ceiling so she's forced up on tiptoe. Reflecting that sometimes the old ways are best, you take a whip to her. It's soft leather and you have some skill, so her skin isn't broken, but you lash her buttocks and every stroke draws a scream. After a while, the pain grows dull for her and she slumps in her bindings, moaning. You switch to her nipples, bringing her back to howling life as she dances on tiptoe and tries to dodge. <<if $activeSlave.dick != 0>>You finish by taking the whip to her penis, leaving her sobbing and begging. <</if>>If she was wondering what kind of master her new master is, now she @@color:gold;knows.@@ She will remember @@color:mediumorchid;what you can do to her@@.
+	You cuff her wrists and tie the cuffs to a hook in the ceiling so she's forced up on tiptoe. Reflecting that sometimes the old ways are best, you take a whip to her. It's soft leather and you have some skill, so her skin isn't broken, but you lash her buttocks and every stroke draws a scream. After a while, the pain grows dull for her and she slumps in her bindings, moaning. You switch to her nipples, bringing her back to howling life as she dances on tiptoe and tries to dodge. <<if $activeSlave.dick != 0>>You finish by taking the whip to her penis, leaving her sobbing and begging. <</if>>If she was wondering what kind of master her new master is, now she @@.gold;knows.@@ She will remember @@.mediumorchid;what you can do to her@@.
 <</replace>>
 <</link>>
 
@@ -1305,10 +1305,10 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 	Struggling to read the ornate gothic lettering, she slowly mouths, 'Anal Whore.'
 <</if>>
 <<if $activeSlave.devotion > 20>>
-	She gasps at the realization that taking it up the ass is about to become a dominant part of her life. She isn't surprised by that, but it's a little stark, having her status as an anal slave permanently written on her lower back for anyone to see. Nevertheless, she @@color:hotpink;resolves to do her best.@@
+	She gasps at the realization that taking it up the ass is about to become a dominant part of her life. She isn't surprised by that, but it's a little stark, having her status as an anal slave permanently written on her lower back for anyone to see. Nevertheless, she @@.hotpink;resolves to do her best.@@
 	<<set $activeSlave.devotion += 5>>
 <<else>>
-	She begins to cry softly. It's not likely that she didn't know, on some level, that she's a sex slave, and that most sex slaves are expected to take it up the ass. She's @@color:gold;frightened@@ to find, though, that it's apparently so essential to her existence that it's worth tattooing right over her bottom. She continues to weep as yo lead her out, but @@color:hotpink;offers no real resistance.@@ She's just mourning her poor anal sphincter in an anticipatory sort of way.
+	She begins to cry softly. It's not likely that she didn't know, on some level, that she's a sex slave, and that most sex slaves are expected to take it up the ass. She's @@.gold;frightened@@ to find, though, that it's apparently so essential to her existence that it's worth tattooing right over her bottom. She continues to weep as yo lead her out, but @@.hotpink;offers no real resistance.@@ She's just mourning her poor anal sphincter in an anticipatory sort of way.
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.trust -= 5>>
 <</if>>
@@ -1324,7 +1324,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 <<set $activeSlave.hLength = 0>>
 <<set $activeSlave.trust -= 10>>
 <<replace "#result">>
-	You seize her by the hair and drag her to the auto salon. She struggles and thrashes around but soon scrambles to keep up with you to relieve the pain in her scalp as she's dragged. You strap her in and set the auto salon to shave. She looks around frantically as the manipulators with their buzzing shears descend menacingly. As they run quickly back and forth across her head, she begins to sob, obviously @@color:gold;fearing@@ that her new master is @@color:mediumorchid;one to enjoy degradation and abuse.@@ She has a strong indication that obedience is her only hope.
+	You seize her by the hair and drag her to the auto salon. She struggles and thrashes around but soon scrambles to keep up with you to relieve the pain in her scalp as she's dragged. You strap her in and set the auto salon to shave. She looks around frantically as the manipulators with their buzzing shears descend menacingly. As they run quickly back and forth across her head, she begins to sob, obviously @@.gold;fearing@@ that her new master is @@.mediumorchid;one to enjoy degradation and abuse.@@ She has a strong indication that obedience is her only hope.
 <</replace>>
 <</link>>
 <</if>>
@@ -1334,7 +1334,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 <<set $activeSlave.devotion -= 5>>
 <<set $activeSlave.trust -= 10>>
 <<replace "#result">>
-	You cuff her wrists and ankles, bend all four limbs behind her, secure them together, and hoist her up to the ceiling on a rope. She hangs up there like a sex slave chandelier, breasts swaying in a lovely way whenever she struggles. Periodically you let her down to stretch her aching limbs, but whenever you put your decoration back up you add some clips with little bells on them: first the nose, then the nipples, and finally the <<if $activeSlave.dick != 0>>dickhead<<else>>pussylips<</if>>. By the end of the day your work is accompanied by the sweet sounds of ringing bells and @@color:gold;agonized pleas@@ for mercy in her <<if $activeSlave.voice == 3>>high, girlish<<elseif $activeSlave.voice == 2>>feminine<<else>>deep<</if>> voice. She will remember @@color:mediumorchid;what you can do to her@@.
+	You cuff her wrists and ankles, bend all four limbs behind her, secure them together, and hoist her up to the ceiling on a rope. She hangs up there like a sex slave chandelier, breasts swaying in a lovely way whenever she struggles. Periodically you let her down to stretch her aching limbs, but whenever you put your decoration back up you add some clips with little bells on them: first the nose, then the nipples, and finally the <<if $activeSlave.dick != 0>>dickhead<<else>>pussylips<</if>>. By the end of the day your work is accompanied by the sweet sounds of ringing bells and @@.gold;agonized pleas@@ for mercy in her <<if $activeSlave.voice == 3>>high, girlish<<elseif $activeSlave.voice == 2>>feminine<<else>>deep<</if>> voice. She will remember @@.mediumorchid;what you can do to her@@.
 <</replace>>
 <</link>>
 <</if>>
@@ -1345,7 +1345,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 <<set $activeSlave.trust -= 10>>
 <<set $activeSlave.vagina = 1>>
 <<replace "#result">>
-	You cuff her wrists and ankles and secure her struggling, screeching body to the couch next to your desk with her legs spread. She wriggles and protests as you take her virginity. She's certainly entered your service in a way that colors her impression of you @@color:mediumorchid;with hatred@@ and @@color:gold;fear.@@ @@color:lime;Her tight little pussy has been broken in.@@
+	You cuff her wrists and ankles and secure her struggling, screeching body to the couch next to your desk with her legs spread. She wriggles and protests as you take her virginity. She's certainly entered your service in a way that colors her impression of you @@.mediumorchid;with hatred@@ and @@.gold;fear.@@ @@.lime;Her tight little pussy has been broken in.@@
 <</replace>>
 <</link>>
 <<elseif ($activeSlave.vagina == 0)>>
@@ -1356,7 +1356,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 	<<set $vaginalTotal += 1>>
 <<set $activeSlave.vagina = 1>>
 <<replace "#result">>
-	You cuff her wrists and ankles and secure her unresisting body to the couch next to your desk with her legs spread. She writhes and moans as you enter her virgin pussy. You might not have even had to restrain her for this, but being tied up and deflowered sends her a message. She's certainly entered your service in a way that colors her impression of you @@color:hotpink;with pain@@ and @@color:gold;fear.@@ @@color:lime;Her tight little pussy has been broken in.@@
+	You cuff her wrists and ankles and secure her unresisting body to the couch next to your desk with her legs spread. She writhes and moans as you enter her virgin pussy. You might not have even had to restrain her for this, but being tied up and deflowered sends her a message. She's certainly entered your service in a way that colors her impression of you @@.hotpink;with pain@@ and @@.gold;fear.@@ @@.lime;Her tight little pussy has been broken in.@@
 <</replace>>
 <</link>>
 <</if>>
@@ -1369,7 +1369,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 	<<set $analTotal += 1>>
 <<set $activeSlave.anus = 1>>
 <<replace "#result">>
-	You cuff her wrists and ankles and secure her struggling, screeching body to the couch next to your desk so that she's straddling the back of the couch with her butt sticking out. She wriggles and protests until she feels the lubricated head of <<if $PC.dick == 1>>your dick<<else>>a strap-on<</if>> pushing against her virgin butthole, at which point she desperately tries to break free. She fails, but she never stops writhing and begging you to take <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> out of her asshole. She's certainly entered your service in a way that colors her impression of you @@color:mediumorchid;with hatred@@ and @@color:gold;fear.@@ @@color:lime;Her tight little ass has been broken in.@@
+	You cuff her wrists and ankles and secure her struggling, screeching body to the couch next to your desk so that she's straddling the back of the couch with her butt sticking out. She wriggles and protests until she feels the lubricated head of <<if $PC.dick == 1>>your dick<<else>>a strap-on<</if>> pushing against her virgin butthole, at which point she desperately tries to break free. She fails, but she never stops writhing and begging you to take <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> out of her asshole. She's certainly entered your service in a way that colors her impression of you @@.mediumorchid;with hatred@@ and @@.gold;fear.@@ @@.lime;Her tight little ass has been broken in.@@
 <</replace>>
 <</link>>
 <<elseif ($activeSlave.anus == 0)>>
@@ -1380,7 +1380,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 	<<set $analTotal += 1>>
 <<set $activeSlave.anus = 1>>
 <<replace "#result">>
-	You cuff her wrists and ankles and secure her unresisting body to the couch next to your desk so that she's straddling the back of the couch with her butt sticking out. She lies obediently still until she feels the lubricated head of your cock pushing against her virgin butthole, at which point she starts in surprise. When the pain of the buttfuck gets to be too much she begs you to use her <<if $activeSlave.dick == 0>>pussy<<else>>mouth<</if>> instead. She gasps and cries as you slowly push your cock all the way up her tight little butt, and in no time you fill her rectum with cum. She's certainly entered your service in a way that colors her impression of you @@color:mediumorchid;with pain@@ and @@color:gold;fear.@@ @@color:lime;Her tight little ass has been broken in.@@
+	You cuff her wrists and ankles and secure her unresisting body to the couch next to your desk so that she's straddling the back of the couch with her butt sticking out. She lies obediently still until she feels the lubricated head of your cock pushing against her virgin butthole, at which point she starts in surprise. When the pain of the buttfuck gets to be too much she begs you to use her <<if $activeSlave.dick == 0>>pussy<<else>>mouth<</if>> instead. She gasps and cries as you slowly push your cock all the way up her tight little butt, and in no time you fill her rectum with cum. She's certainly entered your service in a way that colors her impression of you @@.mediumorchid;with pain@@ and @@.gold;fear.@@ @@.lime;Her tight little ass has been broken in.@@
 <</replace>>
 <</link>>
 <</if>>
@@ -1392,7 +1392,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 <br><<link "Force understanding of her situation past the language barrier">>
 <<set $activeSlave.trust -= 10>>
 <<replace "#result">>
-	With a rudimentary understanding of $language, at best, it's doubtful that she understands exactly what her immediate future is likely to entail. You resolve to let her in on the secret, and stand up, drawing her attention to your hands with gestures. You point first at her, and then at your left hand, which you form into a hole shape. Then you point at yourself with your left hand, and then at your right hand, whose index and middle fingers you extend, straight and together. Then, you take your left hand hole and your right hand phallus, and fuck the former with the latter, hard enough that the sex act depicted is obviously fun for your right hand only. She watches raptly, and when comprehension dawns across her face, @@color:gold;she starts to sob.@@
+	With a rudimentary understanding of $language, at best, it's doubtful that she understands exactly what her immediate future is likely to entail. You resolve to let her in on the secret, and stand up, drawing her attention to your hands with gestures. You point first at her, and then at your left hand, which you form into a hole shape. Then you point at yourself with your left hand, and then at your right hand, whose index and middle fingers you extend, straight and together. Then, you take your left hand hole and your right hand phallus, and fuck the former with the latter, hard enough that the sex act depicted is obviously fun for your right hand only. She watches raptly, and when comprehension dawns across her face, @@.gold;she starts to sob.@@
 	<<if $activeSlave.vagina > -1>>
 		She indicates her vagina tentatively, almost hopefully, but you shake your head, and emphasize the circular, anus-like shape of your left hand. She cries harder.
 	<<else>>
@@ -1417,7 +1417,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 	<<set $activeSlave.anus += 1>>
 	<<set $activeSlave.vagina += 1>>
 	<<replace "#result">>
-		She's not a virgin anywhere, so you'll have to go more extreme to provide a properly introductory level of sexual torture equivalent to defloration. You  tie your new slave down on hands and knees and bring a fuckmachine up from storage. It fits over her as she whimpers down there on all fours, and you adjust the pistons so that the tip of a dildo rests inside each of her holes. You add lube when necessary, <<if $assistant == 0>>but the rest of the day is monotonous machine rape for her.<<else>>but for her the rest of the day is machine rape controlled by your sultry-voiced personal assistant program. Your assistant is an exquisite sexual torturer, ensuring that the experience is never damaging and always overwhelming. She keeps up a steady stream of degrading verbal abuse while she works.<</if>> Any resistance to you is @@color:mediumorchid;worn down@@ and replaced with a germ of @@color:gold;fear.@@ @@color:lime;The slave's holes are nicely stretched.@@
+		She's not a virgin anywhere, so you'll have to go more extreme to provide a properly introductory level of sexual torture equivalent to defloration. You  tie your new slave down on hands and knees and bring a fuckmachine up from storage. It fits over her as she whimpers down there on all fours, and you adjust the pistons so that the tip of a dildo rests inside each of her holes. You add lube when necessary, <<if $assistant == 0>>but the rest of the day is monotonous machine rape for her.<<else>>but for her the rest of the day is machine rape controlled by your sultry-voiced personal assistant program. Your assistant is an exquisite sexual torturer, ensuring that the experience is never damaging and always overwhelming. She keeps up a steady stream of degrading verbal abuse while she works.<</if>> Any resistance to you is @@.mediumorchid;worn down@@ and replaced with a germ of @@.gold;fear.@@ @@.lime;The slave's holes are nicely stretched.@@
 	<</replace>>
 	<</link>>
 <<elseif ($activeSlave.vagina == -1)>>
@@ -1428,7 +1428,7 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 		<<set $analTotal += 1>>
 	<<set $activeSlave.anus += 1>>
 	<<replace "#result">>
-		She's not an anal virgin, so you'll have to go more extreme to provide an introductory level of sexual torture equivalent to defloration. You tie your new slave down on hands and knees and bring a fuckmachine up from storage. It fits over her as she whimpers down there on all fours, and you adjust the pistons so that the tip of a dildo rests inside her asshole. You add lube when necessary, <<if $assistant == 0>>but the rest of the day is monotonous machine rape for her.<<else>>but for her the rest of the day is machine rape controlled by your sultry-voiced personal assistant program. Your assistant is an exquisite sexual torturer, ensuring that the experience is never damaging and always overwhelming. She keeps up a steady stream of degrading verbal abuse while she works.<</if>> Any resistance to you is @@color:mediumorchid;worn down@@ and replaced with a germ of @@color:gold;fear.@@ @@color:lime;The slave's asshole is nicely stretched.@@ /*Written and coded by Boney M*/
+		She's not an anal virgin, so you'll have to go more extreme to provide an introductory level of sexual torture equivalent to defloration. You tie your new slave down on hands and knees and bring a fuckmachine up from storage. It fits over her as she whimpers down there on all fours, and you adjust the pistons so that the tip of a dildo rests inside her asshole. You add lube when necessary, <<if $assistant == 0>>but the rest of the day is monotonous machine rape for her.<<else>>but for her the rest of the day is machine rape controlled by your sultry-voiced personal assistant program. Your assistant is an exquisite sexual torturer, ensuring that the experience is never damaging and always overwhelming. She keeps up a steady stream of degrading verbal abuse while she works.<</if>> Any resistance to you is @@.mediumorchid;worn down@@ and replaced with a germ of @@.gold;fear.@@ @@.lime;The slave's asshole is nicely stretched.@@ /*Written and coded by Boney M*/
 	<</replace>>
 	<</link>>
 <</if>>
@@ -1442,15 +1442,15 @@ You <<if $activeSlave.devotion > 20>>bring her down to the studio, lay the compl
 <<replace "#result">>
 	You put a shock collar on her. Its function isn't immediately obvious, at least until you test it on the lowest power setting, making her jump and look at you fearfully. This concern is compounded when you throw a big dildo at her and tell her to rape herself. She gapes at you incredulously until you give her a stronger jolt and peremptorily tell her to
 	<<if $activeSlave.vagina > 0>>
-	pick it up and pound her own pussy. @@color:mediumorchid;Reluctantly,@@ she reaches down shakily, seats herself, and slowly pushes the uncomfortably big phallus inside her womanhood. She starts to fuck herself. Harder, you command. Wincing, she works her cunt faster. Harder, you repeat, giving her another shock. @@color:gold;She begins to cry,@@ but obeys, sawing the big fake cock in and out, really raping herself.
+	pick it up and pound her own pussy. @@.mediumorchid;Reluctantly,@@ she reaches down shakily, seats herself, and slowly pushes the uncomfortably big phallus inside her womanhood. She starts to fuck herself. Harder, you command. Wincing, she works her cunt faster. Harder, you repeat, giving her another shock. @@.gold;She begins to cry,@@ but obeys, sawing the big fake cock in and out, really raping herself.
 <<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
 	<<elseif $activeSlave.anus > 0>>
-	pick it up and pound her own ass. @@color:mediumorchid;Reluctantly,@@ she reaches down shakily, seats herself, and gradually shoves the already-lubricated phallus into her ass. It's uncomfortably big for her butt, but she can manage it, and slowly starts to sodomize herself. Harder, you command. Wincing, she fucks her ass faster. Harder, you repeat, giving her another shock. @@color:gold;She begins to cry,@@ but obeys, sawing the big fake cock in and out, really assraping herself.
+	pick it up and pound her own ass. @@.mediumorchid;Reluctantly,@@ she reaches down shakily, seats herself, and gradually shoves the already-lubricated phallus into her ass. It's uncomfortably big for her butt, but she can manage it, and slowly starts to sodomize herself. Harder, you command. Wincing, she fucks her ass faster. Harder, you repeat, giving her another shock. @@.gold;She begins to cry,@@ but obeys, sawing the big fake cock in and out, really assraping herself.
 <<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<else>>
-	pick it up and facefuck herself. @@color:mediumorchid;Reluctantly,@@ she reaches down shakily, seats herself, and slowly swallows the uncomfortably big phallus. She has to start over several times as her gag reflex kicks in, but she finally manages to hilt it. Harder, you command. Eyes rolling fearfully, she withdraws it a few inches and shoves it down her throat again. Harder, you repeat, giving her another shock. @@color:gold;She begins to weep and gag,@@ but obeys, sawing the big fake cock in and out, really molesting herself.
+	pick it up and facefuck herself. @@.mediumorchid;Reluctantly,@@ she reaches down shakily, seats herself, and slowly swallows the uncomfortably big phallus. She has to start over several times as her gag reflex kicks in, but she finally manages to hilt it. Harder, you command. Eyes rolling fearfully, she withdraws it a few inches and shoves it down her throat again. Harder, you repeat, giving her another shock. @@.gold;She begins to weep and gag,@@ but obeys, sawing the big fake cock in and out, really molesting herself.
 <<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<</if>>
diff --git a/src/uncategorized/nurseSelect.tw b/src/uncategorized/nurseSelect.tw
index 6c557ebd1be049f2a20c25e3729f663d89b57d65..fc488a21182c498080ea4e11a0ffdadbd5daa1c9 100644
--- a/src/uncategorized/nurseSelect.tw
+++ b/src/uncategorized/nurseSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Clinic", $showEncyclopedia = 1, $encyclopedia = "Nurse">>
 
 <<if ($Nurse != 0)>>
-	''__@@color:pink;$Nurse.slaveName@@__'' is serving as your Nurse.<br><br>She will help heal your slaves.
+	''__@@.pink;$Nurse.slaveName@@__'' is serving as your Nurse.<br><br>She will help heal your slaves.
 <<else>>
 	You have not selected an Nurse.
 <</if>>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index ad35d84029b5fcf8bf2abcb7a5c3abbb1293d89b..f2bd2d5184b7cc922893350f605e8b4aa2041e43 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -12,77 +12,77 @@ Genetics array test:
 <br><br>
 
 <<if ($autosave == 0)>>
-End of week autosaving is currently @@color:red;DISABLED@@. [[Enable|Options][$autosave = 1]]
+End of week autosaving is currently @@.red;DISABLED@@. [[Enable|Options][$autosave = 1]]
 <<else>>
-End of week autosaving is currently @@color:cyan;ENABLED@@. [[Disable|Options][$autosave = 0]]
+End of week autosaving is currently @@.cyan;ENABLED@@. [[Disable|Options][$autosave = 0]]
 <</if>>
 
 <br><br>
 
 Image display
 <<if $seeImages == 1>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$seeImages = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$seeImages = 0]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if $imageChoice == 1>>
-		@@color:yellow;Vector art by NoX@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]]
+		@@.yellow;Vector art by NoX@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]]
 	<<else>>
-		@@color:yellow;Rendered imagepack by Shokushu@@ is selected. [[Switch to vector art|Options][$imageChoice = 1]]
+		@@.yellow;Rendered imagepack by Shokushu@@ is selected. [[Switch to vector art|Options][$imageChoice = 1]]
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		Slave summary fetish images
 		<<if $seeMainFetishes == 1>>
-			@@color:cyan;ENABLED@@. [[Disable|Options][$seeMainFetishes = 0]]
+			@@.cyan;ENABLED@@. [[Disable|Options][$seeMainFetishes = 0]]
 		<<else>>
-			@@color:red;DISABLED@@. [[Enable|Options][$seeMainFetishes = 1]]
+			@@.red;DISABLED@@. [[Enable|Options][$seeMainFetishes = 1]]
 		<</if>>
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	Slave images in lists are
 	<<if $seeSummaryImages == 1>>
-		@@color:cyan;ENABLED@@. [[Disable|Options][$seeSummaryImages = 0]]
+		@@.cyan;ENABLED@@. [[Disable|Options][$seeSummaryImages = 0]]
 	<<else>>
-		@@color:red;DISABLED@@. [[Enable|Options][$seeSummaryImages = 1]]
+		@@.red;DISABLED@@. [[Enable|Options][$seeSummaryImages = 1]]
 	<</if>>
 <<else>>
-	@@color:red;DISABLED@@. [[Enable|Options][$seeImages = 1]] //Requires image resources.//
+	@@.red;DISABLED@@. [[Enable|Options][$seeImages = 1]] //Requires image resources.//
 <</if>>
 
 <br><br>
 
 <<if ($seeArcology == 1)>>
-Main menu arcology description @@color:cyan;ENABLED@@. [[Disable|Options][$seeArcology = 0]]
+Main menu arcology description @@.cyan;ENABLED@@. [[Disable|Options][$seeArcology = 0]]
 <<else>>
-Main menu arcology description @@color:red;DISABLED@@. [[Enable|Options][$seeArcology = 1]]
+Main menu arcology description @@.red;DISABLED@@. [[Enable|Options][$seeArcology = 1]]
 <</if>>
 
 <br>
 
 <<if ($seeDesk == 0)>>
-Main menu desk description @@color:red;DISABLED@@. [[Enable|Options][$seeDesk = 1]]
+Main menu desk description @@.red;DISABLED@@. [[Enable|Options][$seeDesk = 1]]
 <<else>>
-Main menu desk description @@color:cyan;ENABLED@@. [[Disable|Options][$seeDesk = 0]]
+Main menu desk description @@.cyan;ENABLED@@. [[Disable|Options][$seeDesk = 0]]
 <</if>>
 
 <br>
 
 <<if ($seeFCNN == 0)>>
-Main menu newsfeed @@color:red;DISABLED@@. [[Enable|Options][$seeFCNN = 1]]
+Main menu newsfeed @@.red;DISABLED@@. [[Enable|Options][$seeFCNN = 1]]
 <<else>>
-Main menu newsfeed @@color:cyan;ENABLED@@. [[Disable|Options][$seeFCNN = 0]]
+Main menu newsfeed @@.cyan;ENABLED@@. [[Disable|Options][$seeFCNN = 0]]
 <</if>>
 
 <br>
 
 Main menu leadership controls displayed
 <<if ($positionMainLinks == 1)>>
-	@@color:cyan;ABOVE@@ slave list.
+	@@.cyan;ABOVE@@ slave list.
 	[[Below|Options][$positionMainLinks = -1]] |
 	[[Both|Options][$positionMainLinks = 0]]
 <<elseif ($positionMainLinks == -1)>>
-	@@color:cyan;BELOW@@ slave list.
+	@@.cyan;BELOW@@ slave list.
 	[[Above|Options][$positionMainLinks = 1]] |
 	[[Both|Options][$positionMainLinks = 0]]
 <<else>>
-	@@color:cyan;ABOVE AND BELOW@@ slave list.
+	@@.cyan;ABOVE AND BELOW@@ slave list.
 	[[Above|Options][$positionMainLinks = 1]] |
 	[[Below|Options][$positionMainLinks = -1]]
 <</if>>
@@ -91,81 +91,81 @@ Main menu leadership controls displayed
 
 End week report descriptive details are
 <<if ($showEWD == 0)>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showEWD = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showEWD = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showEWD = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showEWD = 0]]
 <</if>>
 
 <br>
 
 End week report performance modifier descriptions are
 <<if ($showEWM == 0)>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showEWM = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showEWM = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showEWM = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showEWM = 0]]
 <</if>>
 
 <br>
 
 Economic report neighbor details such as trade impacts on culture are
 <<if ($showNeighborDetails != 0)>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showNeighborDetails = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showNeighborDetails = 0]]
 <<else>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showNeighborDetails = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showNeighborDetails = 1]]
 <</if>>
 
 <br>
 
 Detailed corporation controls are
 <<if ($detailedCorpControls == 1)>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$detailedCorpControls = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$detailedCorpControls = 0]]
 <<else>>
-	@@color:red;DISABLED@@. [[Enable|Options][$detailedCorpControls = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$detailedCorpControls = 1]]
 <</if>>
 
 <br>
 
 Economic detail sheets for facilities are
 <<if ($showEconomicDetails != 0)>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showEconomicDetails = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showEconomicDetails = 0]]
 <<else>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showEconomicDetails = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showEconomicDetails = 1]]
 <</if>>
 
 <br><br>
 
 Slave reactions to facility assignments are
 <<if ($showAssignToScenes == 0)>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showAssignToScenes = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showAssignToScenes = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showAssignToScenes = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showAssignToScenes = 0]]
 <</if>>
 
 <br>
 
 Appraisal miniscenes on slave sale are
 <<if ($showAppraisal == 0)>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showAppraisal = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showAppraisal = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showAppraisal = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showAppraisal = 0]]
 <</if>>
 
 <br>
 
 Assignment performance vignettes on the end week report are
 <<if ($showVignettes == 0)>>
-	@@color:red;DISABLED@@. [[Enable|Options][$showVignettes = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$showVignettes = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$showVignettes = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$showVignettes = 0]]
 <</if>>
 
 /* Accordion 000-250-006 */
 <br />
 	Accordion effects on weekly reports are 
 <<if ($useAccordion != 1)>>
-	@@color:red;DISABLED@@. [[Enable|Options][$useAccordion = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$useAccordion = 1]]
 <<else>>
-	@@color:cyan;ENABLED@@. [[Disable|Options][$useAccordion = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$useAccordion = 0]]
 <</if>>
 /* Accordion 000-250-006 */
 
@@ -191,16 +191,16 @@ Assignment performance vignettes on the end week report are
 <br><br>
 
 <<if ($seeExtreme == 0)>>
-Extreme content like amputation is currently @@color:red;DISABLED@@. [[Enable|Options][$seeExtreme = 1]]
+Extreme content like amputation is currently @@.red;DISABLED@@. [[Enable|Options][$seeExtreme = 1]]
 <<else>>
-Extreme content like amputation is currently @@color:cyan;ENABLED@@. [[Disable|Options][$seeExtreme = 0]]
+Extreme content like amputation is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeExtreme = 0]]
 <</if>> //Will not affect extreme surgeries already applied already in-game.//
 
 <br>
 <<if ($seeHyperPreg == 0)>>
-Extreme pregnancy content like broodmothers is currently @@color:red;DISABLED@@. [[Enable|Options][$seeHyperPreg = 1]]
+Extreme pregnancy content like broodmothers is currently @@.red;DISABLED@@. [[Enable|Options][$seeHyperPreg = 1]]
 <<else>>
-Extreme pregnancy content like broodmothers is currently @@color:cyan;ENABLED@@. [[Disable|Options][$seeHyperPreg = 0]]
+Extreme pregnancy content like broodmothers is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeHyperPreg = 0]]
 <</if>> //Will not affect existing hyperpregnancies already in-game.//
 <br>
 <<if $precociousPuberty == 0>>
@@ -213,16 +213,16 @@ Extreme pregnancy content like broodmothers is currently @@color:cyan;ENABLED@@.
 
 <br>
 <<if ($weightAffectsAssets != 0)>>
-Slave assets affected by weight is @@color:cyan;ENABLED@@. [[Disable|Options][$weightAffectsAssets = 0]]
+Slave assets affected by weight is @@.cyan;ENABLED@@. [[Disable|Options][$weightAffectsAssets = 0]]
 <<else>>
-Slave assets affected by weight is @@color:red;DISABLED@@. [[Enable|Options][$weightAffectsAssets = 1]]
+Slave assets affected by weight is @@.red;DISABLED@@. [[Enable|Options][$weightAffectsAssets = 1]]
 <</if>> //Diet will still affect asset size.//
 
 <br>
 <<if ($curativeSideEffects != 0)>>
-Curative side effects are @@color:cyan;ENABLED@@. [[Disable|Options][$curativeSideEffects = 0]]
+Curative side effects are @@.cyan;ENABLED@@. [[Disable|Options][$curativeSideEffects = 0]]
 <<else>>
-Curative side effects are @@color:red;DISABLED@@. [[Enable|Options][$curativeSideEffects = 1]]
+Curative side effects are @@.red;DISABLED@@. [[Enable|Options][$curativeSideEffects = 1]]
 <</if>> //If enabled, curatives have a chance to give slaves harmful side effects.//
 
 <br>
@@ -242,17 +242,17 @@ Curative side effects are @@color:red;DISABLED@@. [[Enable|Options][$curativeSid
 <br>
 
 <<if ($SFMODToggle == 0)>>
-	The Security Force Mod is @@color:red;DISABLED@@. [[Enable|Options][$SFMODToggle = 1]]
+	The Security Force Mod is @@.red;DISABLED@@. [[Enable|Options][$SFMODToggle = 1]]
 <<else>>
-	The Security Force Mod is currently @@color:cyan;ENABLED@@. [[Disable|Options][$SFMODToggle = 0]]
+	The Security Force Mod is currently @@.cyan;ENABLED@@. [[Disable|Options][$SFMODToggle = 0]]
 <</if>> //Will not affect mod content that has already been encountered.//
 
 <br>
 
 <<if ($cyberMod == 0)>>
-	Cybernetics Mod is currently @@color:red;DISABLED@@. [[Enable|Options][$cyberMod = 1]]
+	Cybernetics Mod is currently @@.red;DISABLED@@. [[Enable|Options][$cyberMod = 1]]
 <<else>>
-	Cybernetics Mod is currently @@color:cyan;ENABLED@@. [[Disable|Options][$cyberMod = 0]]
+	Cybernetics Mod is currently @@.cyan;ENABLED@@. [[Disable|Options][$cyberMod = 0]]
 <</if>> 
 
 <br><br>
@@ -266,9 +266,9 @@ Other options:
 <br><br>
 
 <<if ($cheatMode == 1)>>
-Cheatmode is currently @@color:cyan;ENABLED@@. [[Disable|Options][$cheatMode = 0]]
+Cheatmode is currently @@.cyan;ENABLED@@. [[Disable|Options][$cheatMode = 0]]
 <<else>>
-Cheatmode is currently @@color:red;DISABLED@@. [[Enable|Options][$cheatMode = 1]]
+Cheatmode is currently @@.red;DISABLED@@. [[Enable|Options][$cheatMode = 1]]
 <</if>> //This will allow manual selection of events and unlock some options that would usually be restricted by progress//
 <br>
 [[Add money|Options][$cheater = 1, $cash += 100000]] | [[Add rep|Options][$cheater = 1, $rep += 10000]] //Cheating will be flagged in your save//
@@ -293,7 +293,7 @@ Cheatmode is currently @@color:red;DISABLED@@. [[Enable|Options][$cheatMode = 1]
 
 <<if ($releaseID >= 1000) || $ver.includes("0.9") or $ver.includes("0.8") or $ver.includes("0.7") or $ver.includes("0.6")>>
 	[[New Game Plus][$ui to "start"]]
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Select this option if you wish to begin a new game with five of your current slaves. Starting resources other than these five slaves will be reduced. New Game Plus @@color:yellow;MAY@@ work across versions. To attempt to migrate a save across versions://
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Select this option if you wish to begin a new game with five of your current slaves. Starting resources other than these five slaves will be reduced. New Game Plus @@.yellow;MAY@@ work across versions. To attempt to migrate a save across versions://
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//1) Save on this screen//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//2) Use your browser to open the new .html file in this tab//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//3) Activate New Game Plus.//
diff --git a/src/uncategorized/pBombing.tw b/src/uncategorized/pBombing.tw
index d02bf45a43d65d44ef21cdc144d19d813d75f437..424418b0b779beeb81689411397012a9abb5b730 100644
--- a/src/uncategorized/pBombing.tw
+++ b/src/uncategorized/pBombing.tw
@@ -36,7 +36,7 @@ The implant is small, and went off too far ahead to do anything more than stun.
 	<</if>>
 	Your bodyguard's enhancements are not exactly secret, however, and the attackers are numerous, sent to overwhelm her. She drops her weapon, ammunition expended, producing a scream of triumph from one of the few remaining assailants. Nothing daunted, she swings her dominant hand down to her thigh on that side. It unfolds and places a pistol in her grip, which she brings up and uses to end the engagement.
 	<br><br>
-	After reloading her pistol from the ammunition compartment in her other thigh, she strides mechanically from body to body, a few of which are still moving. Stopping by each one, she places her palm against the base of each head with obscene care before extending the blade in her forearm through it. This done, she scans for further threats. There are none, and due to her terrifying display there is @@color:green;an increase in confidence in the security of $arcologies[0].name@@ and @@color:green;public applause for your skill in training her.@@ There is some @@color:red;minor damage@@ to repair, but no lasting harm.
+	After reloading her pistol from the ammunition compartment in her other thigh, she strides mechanically from body to body, a few of which are still moving. Stopping by each one, she places her palm against the base of each head with obscene care before extending the blade in her forearm through it. This done, she scans for further threats. There are none, and due to her terrifying display there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training her.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $rep += 500>>
 	<<set $arcologies[0].prosperity += 1>>
@@ -52,31 +52,31 @@ The implant is small, and went off too far ahead to do anything more than stun.
 	<<else>>
 		drawing her machine pistol. She cradles the diminutive weapon in both hands and swivels from target to target, placing a disciplined burst of fire in each at its center of mass.
 	<</if>>
-	None of them gets within five meters. $Bodyguard.slaveName dispassionately places a round in the head of each body, reloads, and takes up a position from which she can watch for further threats. There are none, and due to her sterling conduct there is @@color:green;an increase in confidence in the security of $arcologies[0].name@@ and @@color:green;public applause for your skill in training her.@@ There is some @@color:red;minor damage@@ to repair, but no lasting harm.
+	None of them gets within five meters. $Bodyguard.slaveName dispassionately places a round in the head of each body, reloads, and takes up a position from which she can watch for further threats. There are none, and due to her sterling conduct there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training her.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $rep += 500>>
 	<<set $arcologies[0].prosperity += 1>>
 
 <<elseif $Bodyguard.muscles > 5>>
-	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets her light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls her aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up her battle rifle. She hits the nearest assailant with her first round and then fires again, but the weapon's powerful recoil sends it over her target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up her submachine gun. She points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<<else>>draws her machine pistol. She points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<</if>> By the time she pulls the muzzle back down the others are on her. Fortunately, she is equal to the challenge, getting her sword into gory action. She is physically powerful but unskilled, so the result is simple, unlovely butcher's work. This spectacle produces @@color:green;an increase in confidence in the security of $arcologies[0].name.@@ There is some @@color:red;minor property damage@@ to repair, but no lasting harm.
+	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets her light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls her aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up her battle rifle. She hits the nearest assailant with her first round and then fires again, but the weapon's powerful recoil sends it over her target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up her submachine gun. She points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<<else>>draws her machine pistol. She points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<</if>> By the time she pulls the muzzle back down the others are on her. Fortunately, she is equal to the challenge, getting her sword into gory action. She is physically powerful but unskilled, so the result is simple, unlovely butcher's work. This spectacle produces @@.green;an increase in confidence in the security of $arcologies[0].name.@@ There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $arcologies[0].prosperity += 1>>
 
 <<elseif $Bodyguard != 0>>
-	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets her light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls her aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up her battle rifle. She hits the nearest assailant with her first round and then fires again, but the weapon's powerful recoil sends it over her target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up her submachine gun. She points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<<else>>draws her machine pistol. She points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<</if>> By the time she pulls the muzzle back down the others are on her. Her sword is very sharp, but so are her assailants' weapons, and everyone is unskilled. As often happens with bladed fights between unarmored novices, everyone dies, and so fast that you cannot intervene. $Bodyguard.slaveName expires gasping in agony over multiple deep wounds to her abdomen, but still manages to lock eyes with you as she does. There is some @@color:red;minor property damage@@ to repair, but no lasting harm.
+	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets her light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls her aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up her battle rifle. She hits the nearest assailant with her first round and then fires again, but the weapon's powerful recoil sends it over her target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up her submachine gun. She points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<<else>>draws her machine pistol. She points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<</if>> By the time she pulls the muzzle back down the others are on her. Her sword is very sharp, but so are her assailants' weapons, and everyone is unskilled. As often happens with bladed fights between unarmored novices, everyone dies, and so fast that you cannot intervene. $Bodyguard.slaveName expires gasping in agony over multiple deep wounds to her abdomen, but still manages to lock eyes with you as she does. There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $Bodyguard.health -= 1000>>
 
 <<elseif $personalArms > 0>>
-	You are prepared for this exigency. Your handsome clothing conceals a small but very powerful pistol. This fact comes slowly back to you as your ears and mind shake off the blast effects. There is something important about this fact, but you are having trouble thinking of it. Eventually, you remember, and groggily draw and level the weapon. Its rocket-assisted slugs detonate on contact, assisting your impaired marksmanship by causing fatal damage regardless of shot placement. You are alive, and you are not permanently damaged, which is more than can be said for your assailants, who have with the assistance of your weapon redecorated this area of the club in red tones. There is some @@color:red;minor property damage@@ to repair, but no lasting harm.
+	You are prepared for this exigency. Your handsome clothing conceals a small but very powerful pistol. This fact comes slowly back to you as your ears and mind shake off the blast effects. There is something important about this fact, but you are having trouble thinking of it. Eventually, you remember, and groggily draw and level the weapon. Its rocket-assisted slugs detonate on contact, assisting your impaired marksmanship by causing fatal damage regardless of shot placement. You are alive, and you are not permanently damaged, which is more than can be said for your assailants, who have with the assistance of your weapon redecorated this area of the club in red tones. There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 
 <<elseif $mercenaries > 0>>
-	As you collect your senses, you are dimly aware of a massive form rushing to stand over you. In its hands is a chunky object that emits three long tongues of flame and makes three barking sounds that break through the ringing in your ears. You manage to get yourself together enough to understand the mercenary as he slings his shotgun and kneels to check you over. His experienced hands disclose no injury, and he says, "You'll be OK, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Come on, up and at 'em. Let's get you checked out." There is some @@color:red;minor property damage@@ to repair, but no lasting harm.
+	As you collect your senses, you are dimly aware of a massive form rushing to stand over you. In its hands is a chunky object that emits three long tongues of flame and makes three barking sounds that break through the ringing in your ears. You manage to get yourself together enough to understand the mercenary as he slings his shotgun and kneels to check you over. His experienced hands disclose no injury, and he says, "You'll be OK, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Come on, up and at 'em. Let's get you checked out." There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 
 <<elseif $AProsperityCap > 60>>
-	Two security drones reach the scene at the very last second. They drop the assailants with taser rounds, the demonic little munitions' sharp heads burying themselves in muscle before applying voltage. There is some @@color:red;minor property damage@@ to repair, but no lasting harm.
+	Two security drones reach the scene at the very last second. They drop the assailants with taser rounds, the demonic little munitions' sharp heads burying themselves in muscle before applying voltage. There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 
 <<else>>
diff --git a/src/uncategorized/pCitizensAndCivilians.tw b/src/uncategorized/pCitizensAndCivilians.tw
index cca8e474cb67b9b161efff307adb24ec1b34ef64..fd51129c52e3083b1724c215ba7385a18e93d1b1 100644
--- a/src/uncategorized/pCitizensAndCivilians.tw
+++ b/src/uncategorized/pCitizensAndCivilians.tw
@@ -58,85 +58,85 @@
 <</link>>
 <<link "They shall be my Knights">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Knight-Captain reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Knights - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Knight-Captain reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Knights - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Knights">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <<if $arcologies[0].FSRomanRevivalist >= 10>>\
 <<link "They shall be my Evocati">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Centurion reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Evocati - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and bearing a Roman standard. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Centurion reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Evocati - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and bearing a Roman standard. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Evocati">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSEgyptianRevivalist >= 10>>\
 <<link "They shall be my Medjay">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "First Medjay reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Medjay - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and bearing a faux cheetah cloak. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "First Medjay reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Medjay - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and bearing a faux cheetah cloak. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Medjay">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSEdoRevivalist >= 10>>\
 <<link "Naturally, they shall be the Samurai">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Your Samurai-Lord reports for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Samurai - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons, exterior plates styled after lacquered Samurai armor, and an enraged mask covering the face. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Your Samurai-Lord reports for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Samurai - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons, exterior plates styled after lacquered Samurai armor, and an enraged mask covering the face. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Samurai">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSArabianRevivalist >= 10>>\
 <<link "They shall be my Janissaries">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Corbaci reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Janissaries - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and cloaked in an outer garment of fine oriental silks. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Corbaci reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Janissaries - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and cloaked in an outer garment of fine oriental silks. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Janissaries">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSChattelReligionist >= 10>>\
 <<link "They shall be the Knights Templar">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Inquisitor-General reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Knights Templar - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and bearing a cloak emblazoned with the symbol of God. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Inquisitor-General reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Knights Templar - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and bearing a cloak emblazoned with the symbol of God. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Knights Templar">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSDegradationist >= 10>>\
 <<link "They shall be my Immortals">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Satrap reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Immortals - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and more than one wicked, curved blade. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Satrap reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Immortals - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and more than one wicked, curved blade. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Immortals">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSAssetExpansionist >= 10>>\
 <</if>>\
@@ -153,40 +153,40 @@
 <<if $arcologies[0].FSPhysicalIdealist >= 10>>\
 <<link "They shall be the Asgardians">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Foehammer reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Asgardians - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, a private gym, and a suit of prototype armor equipped with the latest weapons. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Foehammer reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Asgardians - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, a private gym, and a suit of prototype armor equipped with the latest weapons. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Asgardians">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSSupremacist >= 10>>\
 <<link "They shall be the Knights of the Blood">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Knights of the Blood reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Knights of the Blood - are well looked after. They are each assigned a nice apartment, three freshly enslaved servants of inferior races, and a suit of prototype armor equipped with the latest weapons. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Knights of the Blood reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Knights of the Blood - are well looked after. They are each assigned a nice apartment, three freshly enslaved servants of inferior races, and a suit of prototype armor equipped with the latest weapons. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Knights of the Blood">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSSubjugationist >= 10>>\
 <</if>>\
 <<if $arcologies[0].FSPaternalist >= 10>>\
 <<link "They shall be the Wardens">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a redesigned contract between you. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if $PC.title isnot 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "First Warden reporting for duty, <<if $PC.title isnot 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Wardens - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and a collapsible riot shield. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a redesigned contract between you. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if $PC.title isnot 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "First Warden reporting for duty, <<if $PC.title isnot 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Wardens - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons and a collapsible riot shield. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Wardens">>
 	<</replace>>
-<</link>>  <<if $PC.warfare >= 100 || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if $PC.warfare >= 100 || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 <<if $arcologies[0].FSBodyPurist >= 10>>\
 <</if>>\
@@ -195,13 +195,13 @@
 <<if $arcologies[0].FSPastoralist >= 10>>\
 <<link "They shall be the Rangers">>
 	<<replace "#result">>
-	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Lead Ranger reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Rangers - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons - and an improbably massive revolver on the hip. Word of the innovation runs through the Free Cities @@color:green;like wildfire.@@
+	You ask for a meeting with your mercenaries' captain and lay out a proposal for a new contract between you over $PC.refreshment. As he reviews the terms, he looks skeptical, then surprised, then interested, and finally, he breaks out into laughter. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," he says, "you have no idea how fun this is going to be." He rises and gives you a short bow. "Lead Ranger reporting for duty, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." The mercenaries - no, the Rangers - are well looked after. They are each assigned a nice apartment, a freshly enslaved servant, and a suit of prototype armor equipped with the latest weapons - and an improbably massive revolver on the hip. Word of the innovation runs through the Free Cities @@.green;like wildfire.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash -= 20000>>
 	<<set $mercenaries = 5>>
 	<<set $mercenariesTitle = "Rangers">>
 	<</replace>>
-<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
+<</link>>  <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤20000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤20000 and incur significant upkeep costs//<</if>>
 <</if>>\
 </span>
diff --git a/src/uncategorized/pCoupAftermath.tw b/src/uncategorized/pCoupAftermath.tw
index 3e4516d9ca50b1abe039813b6850c1ccbf35ddf9..8668ba37b2544e07d76a01c998425a0e40eed1be 100644
--- a/src/uncategorized/pCoupAftermath.tw
+++ b/src/uncategorized/pCoupAftermath.tw
@@ -42,14 +42,14 @@ You inquire as to whether there's any identifiable cause for the evident dislike
 <span id="result">
 <<link "Contact the culprit privately and discuss the matter">>
 	<<replace "#result">>
-	Your fellow arcology owner proves very receptive to your missive, as well they might. Your defeat of the Daughters has made a major impact on the willingness of slaveowners to discuss slave revolts in public, and any arcology owner who was proved to be funding anti-slaver violence, even under duress, would be shunned. With very little prompting, <<if _num < $seeDicks>>he<<else>>she<</if>> forwards a @@color:yellowgreen;huge indemnity payment.@@ It's nowhere near enough to cause bankruptcy, but it's enough to give you a massive advantage should you find yourselves at odds again.
+	Your fellow arcology owner proves very receptive to your missive, as well they might. Your defeat of the Daughters has made a major impact on the willingness of slaveowners to discuss slave revolts in public, and any arcology owner who was proved to be funding anti-slaver violence, even under duress, would be shunned. With very little prompting, <<if _num < $seeDicks>>he<<else>>she<</if>> forwards a @@.yellowgreen;huge indemnity payment.@@ It's nowhere near enough to cause bankruptcy, but it's enough to give you a massive advantage should you find yourselves at odds again.
 	<<set $cash += 100000>>
 	<<set $nextButton = "Continue">>
 	<</replace>>
 <</link>>
 <br><<link "Reveal the evidence publicly">>
 	<<replace "#result">>
-	Free Cities society is understandably reluctant to condemn, never mind depose, arcology owners. The precedent of removing one would be bad, even if the public brought enough strength together to accomplish it. Your evidence looks quite bad, but isn't so incontrovertible as to cause your fellow aristocrats to take such a drastic measure. Nonetheless, the public is aghast at the spectacle of an arcology owner funding an attack on another. Opinion @@color:green;rallies@@ around you, and you even receive some discreet @@color:yellowgreen;donations,@@ delivered with the intimation that they are to be used against your enemy. There is stony silence from the Daughters' backer; today, you began a real inter-arcology war.
+	Free Cities society is understandably reluctant to condemn, never mind depose, arcology owners. The precedent of removing one would be bad, even if the public brought enough strength together to accomplish it. Your evidence looks quite bad, but isn't so incontrovertible as to cause your fellow aristocrats to take such a drastic measure. Nonetheless, the public is aghast at the spectacle of an arcology owner funding an attack on another. Opinion @@.green;rallies@@ around you, and you even receive some discreet @@.yellowgreen;donations,@@ delivered with the intimation that they are to be used against your enemy. There is stony silence from the Daughters' backer; today, you began a real inter-arcology war.
 	<<set $nextButton = "Continue">>
 	<<set $rep += 1000>>
 	<<set $cash += 10000>>
diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw
index 92310cb482d00d72320a0bf927a6dbe6e67897a4..4a84568bdf07008e0c1e6ac6aa6a4cc6dd75f6cb 100644
--- a/src/uncategorized/pCoupAttempt.tw
+++ b/src/uncategorized/pCoupAttempt.tw
@@ -24,7 +24,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc
 
 <<set _newSlaves = []>>
 <<if $arcologies[0].FSRomanRevivalistLaw + $mercenaries + $personalArms + $hackerSupport < 9>>
-	@@color:yellow;The Daughters of Liberty are defeated.@@ @@color:red;$arcologies[0].name is heavily damaged,@@ and the repairs will be very costly. The effect on your reputation is @@color:green;muted, but positive,@@ since though you won, your victory was hard-fought and set the arcology's prosperity back @@color:red;a long way.@@ <<if $traitor != 0>>$traitor.slaveName was killed in the fighting.<</if>>
+	@@.yellow;The Daughters of Liberty are defeated.@@ @@.red;$arcologies[0].name is heavily damaged,@@ and the repairs will be very costly. The effect on your reputation is @@.green;muted, but positive,@@ since though you won, your victory was hard-fought and set the arcology's prosperity back @@.red;a long way.@@ <<if $traitor != 0>>$traitor.slaveName was killed in the fighting.<</if>>
 	<<set $daughtersVictory = 2>>
 	<<set $cash -= 10000>>
 	<<set $cash -= Math.trunc($cash*0.3)>>
@@ -57,7 +57,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc
 	<<set $desc = "a Daughters of Liberty brassard">>
 	<<set $trinkets.push($desc)>>
 <<elseif $arcologies[0].FSRomanRevivalistLaw == 1>>
-	@@color:yellow;The Daughters of Liberty are utterly crushed.@@ $arcologies[0].name has been slightly damaged, but even as the last pockets of resistance are crushed, your citizens begin repairs themselves. The effect on your reputation is @@color:green;immensely positive,@@ since your victory was insultingly easy and barely set the arcology's prosperity back at all. You also took a truly impressive bag of prisoners. <<if $traitor != 0>>$traitor.slaveName was captured and has been returned to you.<</if>>
+	@@.yellow;The Daughters of Liberty are utterly crushed.@@ $arcologies[0].name has been slightly damaged, but even as the last pockets of resistance are crushed, your citizens begin repairs themselves. The effect on your reputation is @@.green;immensely positive,@@ since your victory was insultingly easy and barely set the arcology's prosperity back at all. You also took a truly impressive bag of prisoners. <<if $traitor != 0>>$traitor.slaveName was captured and has been returned to you.<</if>>
 	<<set $daughtersVictory = 3>>
 	<<set $cash -= 2000>>
 	<<set $cash -= Math.trunc($cash*0.2)>>
@@ -83,7 +83,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc
 	<<set $desc = "a damaged plate carrier bearing Daughters of Liberty insignia">>
 	<<set $trinkets.push($desc)>>
 <<else>>
-	@@color:yellow;The Daughters of Liberty are annihilated.@@ @@color:red;$arcologies[0].name has been damaged,@@ and the repairs will be quite costly. However, the effect on your reputation is @@color:green;very positive,@@ since though your victory was hard-fought and set the arcology's prosperity back @@color:red;considerably,@@ you did better than other arcology owners have done when faced with similar well-armed unrest. You also took a truly impressive bag of prisoners. <<if $traitor != 0>>$traitor.slaveName was captured and has been returned to you.<</if>>
+	@@.yellow;The Daughters of Liberty are annihilated.@@ @@.red;$arcologies[0].name has been damaged,@@ and the repairs will be quite costly. However, the effect on your reputation is @@.green;very positive,@@ since though your victory was hard-fought and set the arcology's prosperity back @@.red;considerably,@@ you did better than other arcology owners have done when faced with similar well-armed unrest. You also took a truly impressive bag of prisoners. <<if $traitor != 0>>$traitor.slaveName was captured and has been returned to you.<</if>>
 	<<set $daughtersVictory = 3>>
 	<<set $cash -= 5000>>
 	<<set $cash -= Math.trunc($cash*0.2)>>
@@ -143,7 +143,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc
 		<<slaveCost _newSlaves[$i]>>
 		<<set $rep += Math.trunc($slaveCost/10)>>
 	<</for>>
-	Prisoners @@color:green;given away.@@
+	Prisoners @@.green;given away.@@
 	<</replace>>
 <</link>> <<if $traitor != 0>>//$traitor.slaveName will not be sold.//<</if>>
 <br><<link "Enslave all of your prisoners">>
diff --git a/src/uncategorized/pDefenseFears.tw b/src/uncategorized/pDefenseFears.tw
index 86fcb60ec4fc4ed3bfd1c9ce60abf54fe450ba10..979a6f9de7c2a54c481ede128553d44eabba0228 100644
--- a/src/uncategorized/pDefenseFears.tw
+++ b/src/uncategorized/pDefenseFears.tw
@@ -16,7 +16,7 @@ A deputation of slaveowning citizens comes to see you. Though they haven't exper
 <span id="result">
 <<link "Install a full platoon by subscription">>
 	<<replace "#result">>
-	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in the arcology. Their pay is on an escrow basis; the huge lump sum you paid will serve to secure them, and its interest will constitute their pay. The sight of many armed men on patrol has reassured the worried slaveowners, but they are @@color:red;resentful@@ of having to take this step themselves.
+	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in the arcology. Their pay is on an escrow basis; the huge lump sum you paid will serve to secure them, and its interest will constitute their pay. The sight of many armed men on patrol has reassured the worried slaveowners, but they are @@.red;resentful@@ of having to take this step themselves.
 	<<set $nextButton = "Continue">>
 	<<set $rep -= 500>>
 	<<set $mercenaries = 3>>
@@ -24,16 +24,16 @@ A deputation of slaveowning citizens comes to see you. Though they haven't exper
 <</link>>
 <<link "Install a full platoon at your expense">>
 	<<replace "#result">>
-	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in the arcology. Their pay is on an escrow basis; the huge lump sum you paid will serve to secure them, and its interest will constitute their pay. The sight of many armed men on patrol has reassured the worried slaveowners, and they are @@color:green;grateful@@ to you for seeing to their defense.
+	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in the arcology. Their pay is on an escrow basis; the huge lump sum you paid will serve to secure them, and its interest will constitute their pay. The sight of many armed men on patrol has reassured the worried slaveowners, and they are @@.green;grateful@@ to you for seeing to their defense.
 	<<set $nextButton = "Continue">>
 	<<set $rep += 500>>
 	<<set $cash -= 10000>>
 	<<set $mercenaries = 3>>
 	<</replace>>
-<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>>
+<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>>
 <<link "Refuse to quarter so many troops in your arcology">>
 	<<replace "#result">>
-	The consensus that the arcology is vulnerable triggers an @@color:red;exodus@@ of your most wealthy and valuable citizens, and your reputation @@color:red;suffers@@ grievously.
+	The consensus that the arcology is vulnerable triggers an @@.red;exodus@@ of your most wealthy and valuable citizens, and your reputation @@.red;suffers@@ grievously.
 	<<set $nextButton = "Continue">>
 	<<set $arcologies[0].prosperity = Math.trunc($arcologies[0].prosperity*0.8)>>
 	<<set $rep -= 1000>>
diff --git a/src/uncategorized/pInvasion.tw b/src/uncategorized/pInvasion.tw
index b4c628ac104a58a9d3ad9ece9f9149c7422f17e2..72e8539da7e6fbfbdc7a90b77a409f2137714db7 100644
--- a/src/uncategorized/pInvasion.tw
+++ b/src/uncategorized/pInvasion.tw
@@ -74,7 +74,7 @@ The loose militia lately organized by the arcology owners has been called out to
 <br><br>
 
 <<if $mercenaries + $personalArms < 2>>
-	@@color:red;The counterattack fails.@@ The enemy is eventually defeated, but only after they get mired in urban combat in the streets of the Free City. @@color:red;$arcologies[0].name takes considerable damage from <<if $terrain == "ravine">>cliffside fire<<else>>stray fire<</if>>, and many supplies have been lost or stolen.@@ The repairs will be extremely costly.
+	@@.red;The counterattack fails.@@ The enemy is eventually defeated, but only after they get mired in urban combat in the streets of the Free City. @@.red;$arcologies[0].name takes considerable damage from <<if $terrain == "ravine">>cliffside fire<<else>>stray fire<</if>>, and many supplies have been lost or stolen.@@ The repairs will be extremely costly.
 	<<if $terrain == "ravine">>
 	<<set $cash -= Math.trunc($cash*0.8)>>
 	<<set $cash -= 50000>>
@@ -83,14 +83,14 @@ The loose militia lately organized by the arcology owners has been called out to
 	<<set $cash -= 10000>>
 	<</if>>
 <<elseif $mercenaries + $personalArms < 6>>
-	@@color:yellow;The counterattack succeeds.@@ @@color:red;$arcologies[0].name takes minor damage from stray fire,@@ but the repairs are not too costly. Your participation in the counterattack that saved the Free City was noted, and @@color:green;you are acclaimed as a protector of its people.@@
+	@@.yellow;The counterattack succeeds.@@ @@.red;$arcologies[0].name takes minor damage from stray fire,@@ but the repairs are not too costly. Your participation in the counterattack that saved the Free City was noted, and @@.green;you are acclaimed as a protector of its people.@@
 	<<set $invasionVictory = 2>>
 	<<set $cash -= Math.trunc($cash*0.2)>>
 	<<set $cash -= 5000>>
 	<<set $rep += 1000>>
 <<else>>
 
-@@color:green;The counterattack is a crushing success.@@ Your mercenary squad and your drones form a irresistible phalanx around you that smashes everything it touches. The enemy is put to flight, and you send your drones racing ahead to take captives. By law these are shared among the militia. There is talk that your contributions deserve more than a few wretched slaves in reward. A public subscription pays for the damage $arcologies[0].name took from stray fire, and @@color:green;you are acclaimed a hero.@@
+@@.green;The counterattack is a crushing success.@@ Your mercenary squad and your drones form a irresistible phalanx around you that smashes everything it touches. The enemy is put to flight, and you send your drones racing ahead to take captives. By law these are shared among the militia. There is talk that your contributions deserve more than a few wretched slaves in reward. A public subscription pays for the damage $arcologies[0].name took from stray fire, and @@.green;you are acclaimed a hero.@@
 <<set $invasionVictory = 3>>
 <<set $rep += 2000>>
 
@@ -126,7 +126,7 @@ The loose militia lately organized by the arcology owners has been called out to
 		<<slaveCost _newSlaves[$i]>>
 		<<set $rep += Math.trunc($slaveCost/10)>>
 	<</for>>
-	Prisoners @@color:green;given away.@@
+	Prisoners @@.green;given away.@@
 	<</replace>>
 <</link>>
 <br><<link "Enslave all of your prisoners">>
diff --git a/src/uncategorized/pMercenaries.tw b/src/uncategorized/pMercenaries.tw
index 8675aa2a66376baef69d552d18241ee90d61527b..9734156822dc76e6cacce9a1d91df11f572d7c7c 100644
--- a/src/uncategorized/pMercenaries.tw
+++ b/src/uncategorized/pMercenaries.tw
@@ -20,22 +20,22 @@ The budgetary difficulty many old world countries are in has resulted in unemplo
 <span id="result">
 <<link "Quarter a squad in the arcology">>
 	<<replace "#result">>
-	You hire some reputable mercenaries, kit them in excellent gear, and quarter them in $arcologies[0].name. The sight of armed men on patrol has @@color:red;offended some of the more free-spirited citizens@@ of $arcologies[0].name.
+	You hire some reputable mercenaries, kit them in excellent gear, and quarter them in $arcologies[0].name. The sight of armed men on patrol has @@.red;offended some of the more free-spirited citizens@@ of $arcologies[0].name.
 	<<set $nextButton = "Continue">>
 	<<set $rep -= 500>>
 	<<set $cash -= 5000>>
 	<<set $mercenaries = 1>>
 	<</replace>>
-<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤5000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤5000 and incur significant upkeep costs//<</if>>
+<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤5000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤5000 and incur significant upkeep costs//<</if>>
 <<link "Install a full platoon">>
 	<<replace "#result">>
-	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in $arcologies[0].name. The sight of many armed men on patrol has @@color:red;deeply offended some of the more free-spirited citizens@@ of $arcologies[0].name.
+	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in $arcologies[0].name. The sight of many armed men on patrol has @@.red;deeply offended some of the more free-spirited citizens@@ of $arcologies[0].name.
 	<<set $nextButton = "Continue">>
 	<<set $rep -= 1000>>
 	<<set $cash -= 10000>>
 	<<set $mercenaries = 3>>
 	<</replace>>
-<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@color:springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>>
+<</link>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost ¤10000 and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>>
 <<link "Do not quarter troops in your arcology">>
 	<<replace "#result">>
 	Having armed men on permanent watch is a step too far. $arcologies[0].name's security systems are formidable and will have to serve.
diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw
index e509cf5a24c9c9bd8a04ce1b31fc87d8ab632fbd..6d780b04da442f2cd668ac5efe4d0a9f0c3e6fbf 100644
--- a/src/uncategorized/pMercenaryRomeo.tw
+++ b/src/uncategorized/pMercenaryRomeo.tw
@@ -54,7 +54,7 @@ One of your mercenaries requests an interview. He's a worn, grey-haired tank of
 <span id="result">
 <<link "Decline, and tell her not to see him">>
 	<<replace "#result">>
-	$activeSlave.slaveName obeys your orders not to see the old mercenary. Though neither he or $activeSlave.slaveName says a word about it, his squadmates are not so closemouthed. Soon the tragic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@color:red;the role of the villain.@@
+	$activeSlave.slaveName obeys your orders not to see the old mercenary. Though neither he or $activeSlave.slaveName says a word about it, his squadmates are not so closemouthed. Soon the tragic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.red;the role of the villain.@@
 	<<set $rep -= 1000>>
 	<</replace>>
 <</link>>
@@ -65,7 +65,7 @@ One of your mercenaries requests an interview. He's a worn, grey-haired tank of
 <</link>>
 <<link "Accept">>
 	<<replace "#result">>
-	The mercenary leaves to collect his purchase. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's happened. <<if $activeSlave.amp != 1>>She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters,<<else>>As he picks up her limbless form to give her a hug,<</if>> she gives the nearest camera a little nod and silently mouths the words 'thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>>.' Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@color:green;a supporting role.@@
+	The mercenary leaves to collect his purchase. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's happened. <<if $activeSlave.amp != 1>>She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters,<<else>>As he picks up her limbless form to give her a hug,<</if>> she gives the nearest camera a little nod and silently mouths the words 'thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>>.' Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.green;a supporting role.@@
 	<<set $rep += 500>>
 	<<set $cash += $slaveCost>>
 	<<include "Remove activeSlave">>
@@ -73,7 +73,7 @@ One of your mercenaries requests an interview. He's a worn, grey-haired tank of
 <</link>>
 <<link "Give her to him as a gift">>
 	<<replace "#result">>
-	The mercenary cannot believe his ears. After you repeat yourself twice, he leaves to collect your gift, thanking you clumsily. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's happened. <<if $activeSlave.amp != 1>>She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters,<<else>>As he picks up her limbless form to give her a hug,<</if>> she gives the nearest camera a little nod and silently mouths the words 'thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>>.' You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@color:green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you.
+	The mercenary cannot believe his ears. After you repeat yourself twice, he leaves to collect your gift, thanking you clumsily. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's happened. <<if $activeSlave.amp != 1>>She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters,<<else>>As he picks up her limbless form to give her a hug,<</if>> she gives the nearest camera a little nod and silently mouths the words 'thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>master<<else>>mistress<</if>>.' You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@.green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you.
 	<<set $rep += 3000>>
 	<<include "Remove activeSlave">>
 	<</replace>>
diff --git a/src/uncategorized/pRaidResult.tw b/src/uncategorized/pRaidResult.tw
index 922094926a7d4ad6610aac28baddf0dd1eafe82e..bf7cb9a4e4e199934a897d27e57b8c5d31c82a2f 100644
--- a/src/uncategorized/pRaidResult.tw
+++ b/src/uncategorized/pRaidResult.tw
@@ -11,7 +11,7 @@ Out ahead of the main body of refugees there is a small knot moving quickly and
 
 <<set _newSlaves = []>>
 <<if $PRraidTarget == 1>>
-	Under orders to target resistance, your mercenaries target the leading group. They even manage to direct a little small arms fire at the VTOL craft as it circles them, dropping mercenaries and plying its nonlethal weapons, but they are of course rapidly defeated. Your share is two slaves in good physical condition, who prove to have been survivors of the defeated attack on the arcology. The mercenaries find after a data search that one of the prisoners who's part of their share was a minor leader in the anti-Free Cities movement. After a quick consultation over their radios, the mercenaries decide that a summary execution out here would be too quick for the wretch, and bring their prize back to the arcology for more thorough punishment. Between the successful raid and the capture of this public enemy, @@color:green;the citizens are quite impressed by you.@@
+	Under orders to target resistance, your mercenaries target the leading group. They even manage to direct a little small arms fire at the VTOL craft as it circles them, dropping mercenaries and plying its nonlethal weapons, but they are of course rapidly defeated. Your share is two slaves in good physical condition, who prove to have been survivors of the defeated attack on the arcology. The mercenaries find after a data search that one of the prisoners who's part of their share was a minor leader in the anti-Free Cities movement. After a quick consultation over their radios, the mercenaries decide that a summary execution out here would be too quick for the wretch, and bring their prize back to the arcology for more thorough punishment. Between the successful raid and the capture of this public enemy, @@.green;the citizens are quite impressed by you.@@
 	<<set $rep += 500>>
 	<<for $i = 0; $i < 3; $i++>>
 		<<if ($seeDicks > 0)>>
@@ -25,7 +25,7 @@ Out ahead of the main body of refugees there is a small knot moving quickly and
 		<</if>>
 	<</for>>
 <<elseif $PRraidTarget == 2>>
-	Under orders to target civilians, your mercenaries head for the isolated group. When the VTOL descends to circle around the large group of refugees, it becomes obvious that it won't even be necessary to expend nonlethal ammunition. A few of the refugees throw themselves down in bitterness, but most just subside into the catatonia of helplessness. They stand quiescent as they are searched, tagged, and loaded onto the VTOL like the wretched human refuse they are. The successful raid @@color:green;is the talk of the Free City.@@
+	Under orders to target civilians, your mercenaries head for the isolated group. When the VTOL descends to circle around the large group of refugees, it becomes obvious that it won't even be necessary to expend nonlethal ammunition. A few of the refugees throw themselves down in bitterness, but most just subside into the catatonia of helplessness. They stand quiescent as they are searched, tagged, and loaded onto the VTOL like the wretched human refuse they are. The successful raid @@.green;is the talk of the Free City.@@
 	<<set $rep += 200>>
 	<<for $i = 0; $i < 4; $i++>>
 		<<include "Generate New Slave">>
@@ -33,7 +33,7 @@ Out ahead of the main body of refugees there is a small knot moving quickly and
 		<<set _newSlaves.push($activeSlave)>>
 	<</for>>
 <<else>>
-	Under orders to target the largest possible group of people, your mercenaries head for the sick and injured. As the VTOL settles, it becomes apparent that most of the injuries are from combat, almost certainly in the defeat at $arcologies[0].name. The tent proves to contain a harassed nurse, almost without medical supplies and at the end of her rope. When she sees the mercenaries push through the tent flap, she heaves a sigh of mixed defeat and relief and wordlessly offers her wrists. The mercenaries give you a larger share of the other slaves in return for her: they tell you in confidence that she'll be a medical asset to them as well as the usual amusement. The successful raid @@color:green;is the talk of the Free City.@@
+	Under orders to target the largest possible group of people, your mercenaries head for the sick and injured. As the VTOL settles, it becomes apparent that most of the injuries are from combat, almost certainly in the defeat at $arcologies[0].name. The tent proves to contain a harassed nurse, almost without medical supplies and at the end of her rope. When she sees the mercenaries push through the tent flap, she heaves a sigh of mixed defeat and relief and wordlessly offers her wrists. The mercenaries give you a larger share of the other slaves in return for her: they tell you in confidence that she'll be a medical asset to them as well as the usual amusement. The successful raid @@.green;is the talk of the Free City.@@
 	<<set $slaveMedic = 1>>
 	<<set $rep += 200>>
 	<<for $i = 0; $i < 5; $i++>>
@@ -61,7 +61,7 @@ Out ahead of the main body of refugees there is a small knot moving quickly and
 		<<slaveCost _newSlaves[$i]>>
 		<<set $rep += Math.trunc($slaveCost/10)>>
 	<</for>>
-	Prisoners @@color:green;given away.@@
+	Prisoners @@.green;given away.@@
 	<</replace>>
 <</link>>
 <br><<link "Enslave all of the refugees">>
diff --git a/src/uncategorized/pRivalInitiation.tw b/src/uncategorized/pRivalInitiation.tw
index 65076f6881a2617ec8ac58e1463cdc007b2c4744..7140bd79b8020fecd5a5043112ec17fe5bc42259 100644
--- a/src/uncategorized/pRivalInitiation.tw
+++ b/src/uncategorized/pRivalInitiation.tw
@@ -22,7 +22,7 @@ This is a special week, the week of your victory. <span id="name"><<print "[[$ac
 <span id="result">
 <<link "Force her to do a public relations tour with you">>
 	<<replace "#result">>
-	Though she hates you with all her heart, she knows better than most what happens to slaves who disobey. So, when you describe your public relations plans to her, she promises to obey before you even get to the threats. She finds herself accompanying you to the arcology's finest establishment in a lovely evening dress. The two of you share an understandably quiet meal, with a growing crowd coming to leer at the defeated slaveowner-cum-slave. At a prearranged signal from you, she stands, quickly strips naked, gets down on her knees, and <<if $PC.dick == 1>>sucks you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eats you out<</if>>. Such public humiliation starts her down the path of @@color:hotpink;obedience,@@ and is the @@color:green;talk of the Free Cities.@@
+	Though she hates you with all her heart, she knows better than most what happens to slaves who disobey. So, when you describe your public relations plans to her, she promises to obey before you even get to the threats. She finds herself accompanying you to the arcology's finest establishment in a lovely evening dress. The two of you share an understandably quiet meal, with a growing crowd coming to leer at the defeated slaveowner-cum-slave. At a prearranged signal from you, she stands, quickly strips naked, gets down on her knees, and <<if $PC.dick == 1>>sucks you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eats you out<</if>>. Such public humiliation starts her down the path of @@.hotpink;obedience,@@ and is the @@.green;talk of the Free Cities.@@
 	<<set $rep += 500>>
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.oralCount += 1>>
@@ -31,7 +31,7 @@ This is a special week, the week of your victory. <span id="name"><<print "[[$ac
 <</link>>
 <<link "Make her orally service your other slaves in public">>
 	<<replace "#result">>
-	$slaves[0].slaveName leads her out into the arcology's largest atrium, forces her to her knees, and in full view of the whole arcology, orally rapes someone who was until this week a slaveowner herself. Behind her, $slaves[1].slaveName is standing ready for her turn, and all your other slaves are behind. Public opinion is divided; the precedent is universally agreed to be bad, but the punishment is generally thought to be terrible and deserved. Your slaves, however, are almost insufferably @@color:hotpink;pleased with you@@ for forcing $activeSlave.slaveName, who they still view as a slaveowner, to pleasure them.
+	$slaves[0].slaveName leads her out into the arcology's largest atrium, forces her to her knees, and in full view of the whole arcology, orally rapes someone who was until this week a slaveowner herself. Behind her, $slaves[1].slaveName is standing ready for her turn, and all your other slaves are behind. Public opinion is divided; the precedent is universally agreed to be bad, but the punishment is generally thought to be terrible and deserved. Your slaves, however, are almost insufferably @@.hotpink;pleased with you@@ for forcing $activeSlave.slaveName, who they still view as a slaveowner, to pleasure them.
 	<<set $activeSlave.oralCount += $slaves.length>>
 	<<set $oralTotal += $slaves.length*2>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -44,7 +44,7 @@ This is a special week, the week of your victory. <span id="name"><<print "[[$ac
 <<if $activeSlave.anus == 0>>
 	<<link "Break her ass and then let the public use it">>
 		<<replace "#result">>
-		$activeSlave.slaveName, who has been fairly dignified up to this point, breaks down when she's placed in stocks with her ass in the air. Her sobs become screams when, for the first time in her life, she feels the burning sensation of a well-lubricated <<if $PC.dick == 1>>cockhead<<else>>strap-on<</if>> forcing its way past her virgin sphincter. Raping a virgin anus is not a new pleasure for you, but the usual shrieking, struggling and spasming is all the sweeter this time. @@color:green;Half the arcology@@ has used her @@color:red;poor injured butthole@@ by the end of the day, she @@color:gold;is learning to fear you,@@ and hates you @@color:mediumorchid;even more@@ if possible.
+		$activeSlave.slaveName, who has been fairly dignified up to this point, breaks down when she's placed in stocks with her ass in the air. Her sobs become screams when, for the first time in her life, she feels the burning sensation of a well-lubricated <<if $PC.dick == 1>>cockhead<<else>>strap-on<</if>> forcing its way past her virgin sphincter. Raping a virgin anus is not a new pleasure for you, but the usual shrieking, struggling and spasming is all the sweeter this time. @@.green;Half the arcology@@ has used her @@.red;poor injured butthole@@ by the end of the day, she @@.gold;is learning to fear you,@@ and hates you @@.mediumorchid;even more@@ if possible.
 		<<set $rep += 500>>
 		<<set $activeSlave.devotion -= 4>>
 		<<set $activeSlave.trust -= 5>>
@@ -58,7 +58,7 @@ This is a special week, the week of your victory. <span id="name"><<print "[[$ac
 <<elseif ($activeSlave.balls > 0) && ($seeExtreme == 1)>>
 	<<link "Publicly geld her">>
 		<<replace "#result">>
-		You announce that since $activeSlave.slaveName has spent so much money and effort turning herself into a girl with expensive hormones, you'll take a lower-tech step to bring her further in that regard. An auto surgery is set up in public and the populace is treated to the edifying spectacle of a very large pair of testicles being efficiently removed by the modern surgical art. Unusually, she was not given general anaesthesia, but instead given local painkillers and made to watch on a monitor, to her @@color:gold;rage@@ and @@color:mediumorchid;horror.@@ There is @@color:green;applause@@ as the cauterizer seals the surgical site where her massive scrotum used to hang. Her cock looks softer already.
+		You announce that since $activeSlave.slaveName has spent so much money and effort turning herself into a girl with expensive hormones, you'll take a lower-tech step to bring her further in that regard. An auto surgery is set up in public and the populace is treated to the edifying spectacle of a very large pair of testicles being efficiently removed by the modern surgical art. Unusually, she was not given general anaesthesia, but instead given local painkillers and made to watch on a monitor, to her @@.gold;rage@@ and @@.mediumorchid;horror.@@ There is @@.green;applause@@ as the cauterizer seals the surgical site where her massive scrotum used to hang. Her cock looks softer already.
 		<<set $rep += 500>>
 		<<set $activeSlave.devotion -= 50>>
 		<<set $activeSlave.trust -= 50>>
@@ -69,7 +69,7 @@ This is a special week, the week of your victory. <span id="name"><<print "[[$ac
 <<elseif isFertile($activeSlave)>>
 	<<link "Let the public impregnate her">>
 		<<replace "#result">>
-		You announce that since $activeSlave.slaveName damaged the arcology, she will be taking a leading role in the reconstruction. She will be doing this by replacing one of the residents killed in the violence - by bearing a new slave, to be conceived collectively. The shame and @@color:mediumorchid;horror@@ of her future as breeding stock comes home to her as she's restrained in a chair with her legs spread. Soon, the stream of fluids is running down her thoroughly-fucked pussy and over her virgin anus to pool on the floor beneath her. Modern medical imaging reveals her fertile ovum's last, losing battle against a legion of sperm in real time, and the images are projected on large screens.
+		You announce that since $activeSlave.slaveName damaged the arcology, she will be taking a leading role in the reconstruction. She will be doing this by replacing one of the residents killed in the violence - by bearing a new slave, to be conceived collectively. The shame and @@.mediumorchid;horror@@ of her future as breeding stock comes home to her as she's restrained in a chair with her legs spread. Soon, the stream of fluids is running down her thoroughly-fucked pussy and over her virgin anus to pool on the floor beneath her. Modern medical imaging reveals her fertile ovum's last, losing battle against a legion of sperm in real time, and the images are projected on large screens.
 		<<set $rep += 500>>
 		<<set $activeSlave.preg = 1>>
 		<<set $activeSlave.pregSource = -2>>
diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index 2379bcca5bf935c30160ea1c596da189babdd609..d0947fc0c27f01e5d10ab7a336307902aeb6b7a5 100644
--- a/src/uncategorized/pRivalryActions.tw
+++ b/src/uncategorized/pRivalryActions.tw
@@ -3067,13 +3067,13 @@ You remind yourself that success in this conflict will not be defined by the tra
 <<link "Apply ¤10000 in standard corporate warfare">>
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died taking the enemy's positions. Today, your ¤ die @@color:green;taking@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach.
+		Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died taking the enemy's positions. Today, your ¤ die @@.green;taking@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach.
 		<<set $cash -= 10000>>
 		<<set $rivalryPower += 2>>
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died before the enemy's machine guns. Today, your ¤ die @@color:red;failing to take@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach.
+		Money is your infantry, your weapon, your ammunition in one. Last century, your soldiers would have died before the enemy's machine guns. Today, your ¤ die @@.red;failing to take@@ <<if _num < $seeDicks>>his<<else>>her<</if>> holdings. Once more unto the breach.
 		<<set $cash -= 10000>>
 		<<set $rivalryPower += 1>>
 		<</replace>>
@@ -3082,14 +3082,14 @@ You remind yourself that success in this conflict will not be defined by the tra
 <br><<link "Spend ¤10000 funding sabotage">>
 	<<if random(1,100) > 70>>
 		<<replace "#result">>
-		Since you are not so uncouth as to, for example, help fund a coup attempt, you fund traditional acts of corporate sabotage, including hacking, slander, and actual, physical thievery. There are some @@color:red;minor rumors@@ that you are to blame, but they're outweighed by the @@color:green;great pressure@@ these incidents put on your enemy.
+		Since you are not so uncouth as to, for example, help fund a coup attempt, you fund traditional acts of corporate sabotage, including hacking, slander, and actual, physical thievery. There are some @@.red;minor rumors@@ that you are to blame, but they're outweighed by the @@.green;great pressure@@ these incidents put on your enemy.
 		<<set $cash -= 10000>>
 		<<set $rep -= 100>>
 		<<set $rivalryPower += 5>>
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		Since you are not so uncouth as to, for example, help fund a coup attempt, you fund traditional acts of corporate sabotage, including hacking, slander, and actual, physical thievery. Unfortunately, you seem to be a step behind this week. Your enemy @@color:red;prevents@@ many of your attacks, and even manages to turn a few minor players into public confessions that @@color:red;damage@@ your reputation.
+		Since you are not so uncouth as to, for example, help fund a coup attempt, you fund traditional acts of corporate sabotage, including hacking, slander, and actual, physical thievery. Unfortunately, you seem to be a step behind this week. Your enemy @@.red;prevents@@ many of your attacks, and even manages to turn a few minor players into public confessions that @@.red;damage@@ your reputation.
 		<<set $cash -= 10000>>
 		<<set $rep -= 500>>
 		<<set $rivalryPower += 2>>
@@ -3098,14 +3098,14 @@ You remind yourself that success in this conflict will not be defined by the tra
 <</link>>
 <br><<link "Use ¤25000 creating local shortages">>
 	<<replace "#result">>
-	With enough money, it's entirely possible to temporarily overwhelm even the advanced free market of the Free Cities. You choose a few critical items - Pharmaceutical materials, electronic components, and other physical items - and purchase shipments intended for your rival's arcology. <<if _num < $seeDicks>>His<<else>>Her<</if>> tenants are @@color:green;seriously inconvenienced@@ and blame their difficulties on their hapless landlord.
+	With enough money, it's entirely possible to temporarily overwhelm even the advanced free market of the Free Cities. You choose a few critical items - Pharmaceutical materials, electronic components, and other physical items - and purchase shipments intended for your rival's arcology. <<if _num < $seeDicks>>His<<else>>Her<</if>> tenants are @@.green;seriously inconvenienced@@ and blame their difficulties on their hapless landlord.
 	<<set $cash -= 25000>>
 	<<set $rivalryPower += 3>>
 	<</replace>>
 <</link>>
 <br><<link "Devote ¤50000 to purchasing the support of your peers">>
 	<<replace "#result">>
-	Your fellow arcology owners have an interest in seeing the funder of the Daughters' attempt on you destroyed, but few of them are willing to spend any money or real effort on the matter. You do a few of them the favor of making the money and effort spent yours. Your rival finds <<if _num < $seeDicks>>his<<else>>her<</if>> dealings with your mutual peers becoming @@color:green;strangely difficult.@@ Market opinion is swinging your way.
+	Your fellow arcology owners have an interest in seeing the funder of the Daughters' attempt on you destroyed, but few of them are willing to spend any money or real effort on the matter. You do a few of them the favor of making the money and effort spent yours. Your rival finds <<if _num < $seeDicks>>his<<else>>her<</if>> dealings with your mutual peers becoming @@.green;strangely difficult.@@ Market opinion is swinging your way.
 	<<set $cash -= 50000>>
 	<<set $rivalryPower += 5>>
 	<</replace>>
@@ -3114,11 +3114,11 @@ You remind yourself that success in this conflict will not be defined by the tra
 <<if $rep >= 1000>>
 <br><<link "Use your connections to throttle your rival's arcology">>
 	<<replace "#result">>
-	With every external, and several internal, supply lines severed, <<if $seeDicks == 2>>his<<else>>her<</if>> tenants are @@color:green;faced with imminent destruction@@ and rise up against their hapless landlord. <<if $seeDicks == 2>>He<<else>>She<</if>> is quickly disposed in an effort to appease you.
+	With every external, and several internal, supply lines severed, <<if $seeDicks == 2>>his<<else>>her<</if>> tenants are @@.green;faced with imminent destruction@@ and rise up against their hapless landlord. <<if $seeDicks == 2>>He<<else>>She<</if>> is quickly disposed in an effort to appease you.
 	<<set $rivalryPower += 20>>
 	<</replace>>
 <</link>>
-<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@color:springgreen;societal connections,@@ and will economically devastate your rival//
+<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;societal connections,@@ and will economically devastate your rival//
 <</if>>
 <</if>>
 <<if ($PC.career == "mercenary") || ($PC.career == "arcology owner")>>
@@ -3169,7 +3169,7 @@ You remind yourself that success in this conflict will not be defined by the tra
 	You go back to your work.
 	<</replace>>
 <</link>>
-<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@color:springgreen;military background,@@ and will immediately end the conflict without enslaving your rival//
+<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is available due to your @@.springgreen;military background,@@ and will immediately end the conflict without enslaving your rival//
 <</if>>
 <</if>>
 </span>
diff --git a/src/uncategorized/pRivalryVictory.tw b/src/uncategorized/pRivalryVictory.tw
index 5195cfd5809b371a62df9b60952a3ed33ac05886..46afd0c062659acd9a550e5a3b73aa3b4efeba88 100644
--- a/src/uncategorized/pRivalryVictory.tw
+++ b/src/uncategorized/pRivalryVictory.tw
@@ -9,7 +9,7 @@
 
 <<set _num = random(1,99)>>
 
-For the first time, you receive a direct call from your rival. You pictured the moment as feeling grander than this, sitting at your desk as usual looking into <<if _num < $seeDicks>>his<<else>>her<</if>> downcast face. You're the victor in a new form of warfare in which bankruptcy has replaced surrender. If the world survives in its present state, you may one day be remembered as an innovator in the evolution of (nearly) bloodless war. Today, your reputation has @@color:green;greatly improved.@@ But today all you have that's tangible is a view of a still-dignified arcology owner, self-possessed despite the situation.
+For the first time, you receive a direct call from your rival. You pictured the moment as feeling grander than this, sitting at your desk as usual looking into <<if _num < $seeDicks>>his<<else>>her<</if>> downcast face. You're the victor in a new form of warfare in which bankruptcy has replaced surrender. If the world survives in its present state, you may one day be remembered as an innovator in the evolution of (nearly) bloodless war. Today, your reputation has @@.green;greatly improved.@@ But today all you have that's tangible is a view of a still-dignified arcology owner, self-possessed despite the situation.
 <br><br>
 "For what it's worth," <<if _num < $seeDicks>>he<<else>>she<</if>> says without preamble, "I had nothing against you. The Daughters wouldn't accept a straight buy-off. Their leadership needed a target to attack, or the rank and file would have killed them themselves and gone ahead attacking me. I had to give them an alternative, or it would have been me." <<if _num < $seeDicks>>He<<else>>She<</if>> looks nervous for the first time. "So, what do we do now? I've still got enough resources to make the end of this story a messy one for you. Let me go, and I won't. I'll walk away, and I'll sign everything I've got left over to you.<<if $hostageAnnounced == 1>> Including $hostage.slaveName, of course.<</if>>"
 
@@ -19,7 +19,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 	<<replace "#result">>
 	You accept, magnanimous in victory. "I don't think I would have done that," your rival replies. "Thank you. When they write the book, I'll make sure you look good."
 	<<if $rivalrySet != 0>>
-		<<if _num < $seeDicks>>His<<else>>Her<</if>> remaining liquid assets will go to satisfy her great debts, <<if _num < $seeDicks>>his<<else>>her<</if>> @@color:yellowgreen;arcology holdings are yours.@@
+		<<if _num < $seeDicks>>His<<else>>Her<</if>> remaining liquid assets will go to satisfy her great debts, <<if _num < $seeDicks>>his<<else>>her<</if>> @@.yellowgreen;arcology holdings are yours.@@
 		<<for $i = 0; $i < $arcologies.length; $i++>>
 		<<if $arcologies[$i].rival == 1>>
 		  <<set $arcologies[$i].embargo = 0>>
@@ -34,7 +34,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 		<</for>>
 		<<if $hostageAnnounced == 1>><<set $hostageRescued = 1>><</if>>
 	<<else>>
-		<<if _num < $seeDicks>>His<<else>>Her<</if>> arcology will go to satisfy her great debts, but you will still profit @@color:yellowgreen;immensely@@ from your victory<<if $hostageAnnounced == 1>>, and acquire $hostage.slaveName as a slave<</if>>.
+		<<if _num < $seeDicks>>His<<else>>Her<</if>> arcology will go to satisfy her great debts, but you will still profit @@.yellowgreen;immensely@@ from your victory<<if $hostageAnnounced == 1>>, and acquire $hostage.slaveName as a slave<</if>>.
 		<<set $cash += random(100000,250000)>>
 	<</if>>
 	<</replace>>
@@ -43,7 +43,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 	<<replace "#result">>
 	You coldly decline. "That was a mistake," your rival replies, entering computer command.
 	<<if $rivalrySet != 0>>
-		"All my remaining liquid assets have just been @@color:red;carefully dispersed to deny you control of my arcology.@@ You'll get nothing from me." It's true. The financial self-destruction ensures that the fiscal wreckage goes to the arcology's citizens, not you.
+		"All my remaining liquid assets have just been @@.red;carefully dispersed to deny you control of my arcology.@@ You'll get nothing from me." It's true. The financial self-destruction ensures that the fiscal wreckage goes to the arcology's citizens, not you.
 		<<for $i = 0; $i < $arcologies.length; $i++>>
 		<<if $arcologies[$i].rival == 1>>
 		  <<set $arcologies[$i].embargo = 0>>
@@ -67,7 +67,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 			</span>
 		<</if>>
 	<<else>>
-		"All my remaining liquid assets have just been @@color:red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world.
+		"All my remaining liquid assets have just been @@.red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world.
 		<<set $cash -= random(10000,25000)>>
 	<</if>>
 	<</replace>>
@@ -75,7 +75,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 <<if $rivalryDuration >= 30 && $hostageAnnounced == 0>>
 <br><<link "Refuse, and place a bounty of ¤50000 on your rival's death">>
 	<<replace "#result">>
-	You coldly decline. "That was a mistake," your rival replies, entering computer command. "All my remaining liquid assets have just been @@color:red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world
+	You coldly decline. "That was a mistake," your rival replies, entering computer command. "All my remaining liquid assets have just been @@.red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin. Your rival vanishes back into the old world
 - but only for a few days.
 	<br><br>
 	Your bounty is quickly claimed, and you are treated to the delicious moment of finding your rival's head delivered to your doorstep. It might not have done much good, but damn did it feel good.
@@ -88,7 +88,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 	<<set $nextLink = "AS Dump">>
 	You coldly decline. "That was a mistake," your rival replies, entering computer command.
 	<<if $rivalrySet != 0>>
-		"All my remaining liquid assets have just been @@color:red;carefully dispersed to deny you control of my arcology.@@ You'll get nothing from me." It's true. The financial self-destruction ensures that the fiscal wreckage goes to the arcology's citizens, not you.
+		"All my remaining liquid assets have just been @@.red;carefully dispersed to deny you control of my arcology.@@ You'll get nothing from me." It's true. The financial self-destruction ensures that the fiscal wreckage goes to the arcology's citizens, not you.
 		<<for $i = 0; $i < $arcologies.length; $i++>>
 		<<if $arcologies[$i].rival == 1>>
 		  <<set $arcologies[$i].embargo = 0>>
@@ -112,7 +112,7 @@ For the first time, you receive a direct call from your rival. You pictured the
 			</span>
 		<</if>>
 	<<else>>
-		"All my remaining liquid assets have just been @@color:red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin.
+		"All my remaining liquid assets have just been @@.red;expended in an attack on the value of your holdings,@@ and my arcology has been heavily sabotaged. You'll get nothing from me." It's not entirely true, but the damage to your holdings does outweigh your gains by a significant margin.
 		<<set $cash -= random(10000,25000)>>
 	<</if>>
 	<<set $cash -= 50000>>
diff --git a/src/uncategorized/pUndergroundRailroad.tw b/src/uncategorized/pUndergroundRailroad.tw
index 92633cc4004008dc12e3484c06277206b0e01cc1..ebfe88c126c455d4d90c11b136d6a02859bf7cbb 100644
--- a/src/uncategorized/pUndergroundRailroad.tw
+++ b/src/uncategorized/pUndergroundRailroad.tw
@@ -126,7 +126,7 @@ You call $activeSlave.slaveName in and politely inquire as to whether she knows
 <</link>>
 <<link "Tell her to ignore the Daughters in the future">>
 	<<replace "#result">>
-	$activeSlave.slaveName almost @@color:mediumorchid;faints with relief@@ when it becomes apparent you aren't going to punish her for speaking of freedom. All attempts to use your monitoring systems to find the citizens who contacted her fail; it seems their ability to corrupt your systems is considerable. @@color:mediumorchid;Whispers of freedom@@ run like wildfire amongst your slaves.
+	$activeSlave.slaveName almost @@.mediumorchid;faints with relief@@ when it becomes apparent you aren't going to punish her for speaking of freedom. All attempts to use your monitoring systems to find the citizens who contacted her fail; it seems their ability to corrupt your systems is considerable. @@.mediumorchid;Whispers of freedom@@ run like wildfire amongst your slaves.
 	<<set $nextButton = "Continue">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $activeSlave.ID == $slaves[$i].ID>>
@@ -139,7 +139,7 @@ You call $activeSlave.slaveName in and politely inquire as to whether she knows
 <</link>>
 <<link "Publicly flog her for treasonous conversation">>
 	<<replace "#result">>
-	You announce that a treasonous slave will be publicly flogged. Treason is understood in the Free Cities to be activity that tends to undermine slavery, and public interest is considerable when $activeSlave.slaveName is dragged out into a public atrium and secured to a post. You do your duty; the one that passes the sentence should swing the lash. The ordeal is long and bloody. The populace understand the necessity of the punishment, though they are @@color:red;disturbed@@ that such a thing could happen in your penthouse of all places. The effect on $activeSlave.slaveName's health @@color:red;is serious,@@ and she is @@color:gold;terrified of failing you again.@@
+	You announce that a treasonous slave will be publicly flogged. Treason is understood in the Free Cities to be activity that tends to undermine slavery, and public interest is considerable when $activeSlave.slaveName is dragged out into a public atrium and secured to a post. You do your duty; the one that passes the sentence should swing the lash. The ordeal is long and bloody. The populace understand the necessity of the punishment, though they are @@.red;disturbed@@ that such a thing could happen in your penthouse of all places. The effect on $activeSlave.slaveName's health @@.red;is serious,@@ and she is @@.gold;terrified of failing you again.@@
 	<<set $nextButton = "Continue">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $activeSlave.ID == $slaves[$i].ID>>
@@ -152,7 +152,7 @@ You call $activeSlave.slaveName in and politely inquire as to whether she knows
 <</link>>
 <<link "Chemically lobotomize her to extirpate any record of the incident">>
 	<<replace "#result">>
-	You inform $activeSlave.slaveName that she is to return to her duties, which she does, mystified. Later in the day she finds herself scheduled for surgery, and meekly goes. As she feels the cool touch of the injector, loaded with powerful chemical lobotomizing agents, she looks up at the camera above the auto-surgery with a hint of resigned apology in her eyes. When she is released from the surgery's care a few hours later, the hint is gone. @@color:red;As is everything.@@
+	You inform $activeSlave.slaveName that she is to return to her duties, which she does, mystified. Later in the day she finds herself scheduled for surgery, and meekly goes. As she feels the cool touch of the injector, loaded with powerful chemical lobotomizing agents, she looks up at the camera above the auto-surgery with a hint of resigned apology in her eyes. When she is released from the surgery's care a few hours later, the hint is gone. @@.red;As is everything.@@
 	<<set $nextButton = "Continue">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $activeSlave.ID == $slaves[$i].ID>>
diff --git a/src/uncategorized/peCombatTraining.tw b/src/uncategorized/peCombatTraining.tw
index 039669005f7b511531b5d8c7905e25203c8047c1..5845a775d1ea42df55d0f2f7c87eb1ec9fa4e506 100644
--- a/src/uncategorized/peCombatTraining.tw
+++ b/src/uncategorized/peCombatTraining.tw
@@ -20,7 +20,7 @@ The feed from the small armory next door shows her doing the latter. She has fin
 <span id="result">
 <<link "Instruct her">>
 	<<replace "#result">>
-	$activeSlave.slaveName starts as you enter the range and don ear protection. She is distracted by your body against hers as you come in close to correct her stance, but she concentrates hard for you. You take whatever time you can spare over the week for serious lessons. She @@color:green;is diligent and learns well,@@ and @@color:mediumaquamarine;places greater trust@@ in your judgment.
+	$activeSlave.slaveName starts as you enter the range and don ear protection. She is distracted by your body against hers as you come in close to correct her stance, but she concentrates hard for you. You take whatever time you can spare over the week for serious lessons. She @@.green;is diligent and learns well,@@ and @@.mediumaquamarine;places greater trust@@ in your judgment.
 	<<set $activeSlave.trust += 4>>
 	<<set $activeSlave.combatSkill = 1>>
 	<</replace>>
@@ -37,7 +37,7 @@ The feed from the small armory next door shows her doing the latter. She has fin
 <</link>>
 <<link "Promise her a sexual reward if she improves">>
 	<<replace "#result">>
-	Over the feed, you tell $activeSlave.slaveName that she can have her choice of sexual release if she scores well on the next set of targets. She concentrates desperately, trying to ignore her mounting arousal as she imagines enjoying <<if $activeSlave.fetish == "none">>passionate sexual<<elseif $activeSlave.fetish == "boobs">>breast<<else>>$activeSlave.fetish<</if>> play. She barely makes the stated score, and hurries smiling in for her reward. She feels @@color:hotpink;closer to you,@@ but is distracted from any real learning and does not become a better fighter.
+	Over the feed, you tell $activeSlave.slaveName that she can have her choice of sexual release if she scores well on the next set of targets. She concentrates desperately, trying to ignore her mounting arousal as she imagines enjoying <<if $activeSlave.fetish == "none">>passionate sexual<<elseif $activeSlave.fetish == "boobs">>breast<<else>>$activeSlave.fetish<</if>> play. She barely makes the stated score, and hurries smiling in for her reward. She feels @@.hotpink;closer to you,@@ but is distracted from any real learning and does not become a better fighter.
 	<<set $activeSlave.devotion += 4>>
 	<<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>
 		<<set $activeSlave.vaginalCount += 1>>
diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw
index d47f32c37710bf6c80adfc6c0a1176b2cd5aabf9..cc85074662c35c2dd42ea00c08b0b8ebda524266 100644
--- a/src/uncategorized/peConcubineInterview.tw
+++ b/src/uncategorized/peConcubineInterview.tw
@@ -38,19 +38,19 @@ You receive an official communication from a popular talk show hosted in one of
 		resplendent in $activeSlave.clothes.
 	<</if>>
 	<<if $activeSlave.entertainSkill >= 60>>
-		She's @@color:green;graceful and sensual,@@ and entirely at home.
+		She's @@.green;graceful and sensual,@@ and entirely at home.
 		<<set $rep += 100>>
 	<<elseif $activeSlave.entertainSkill <= 30>>
-		She's @@color:red;clumsy and nervous,@@ but does her best to rally.
+		She's @@.red;clumsy and nervous,@@ but does her best to rally.
 		<<set $rep -= 100>>
 	<<else>>
 		She manages her entrance reasonably well, and conceals any nervousness.
 	<</if>>
 	<<if $activeSlave.face > 95>>
-		"Oh my God," exclaims the host reverently. "Honey, @@color:green;you are gorgeous.@@" He turns to the camera. "Isn't she just gorgeous?"
+		"Oh my God," exclaims the host reverently. "Honey, @@.green;you are gorgeous.@@" He turns to the camera. "Isn't she just gorgeous?"
 		<<set $rep += 100>>
 	<<elseif $activeSlave.face <= 10>>
-		There is a distinct lack of response from the host; perhaps he was @@color:red;expecting her to be prettier.@@
+		There is a distinct lack of response from the host; perhaps he was @@.red;expecting her to be prettier.@@
 		<<set $rep -= 100>>
 	<<else>>
 		The host gives her a perfunctory compliment on her beauty.
@@ -60,13 +60,13 @@ You receive an official communication from a popular talk show hosted in one of
 	The host asks her some soft, nonjudgemental questions about her life and how she became your slave. Then he hits her: "So, $activeSlave.slaveName. Tell us about $PCName."
 	<<if $activeSlave.devotion > 95>>
 		<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-		@@color:green;Without a moment's hesitation,@@ she lisps, "I love <<if $PC.title != 0>>him. He'th tho handthome, and," she manages to blush prettily, "he'th tho good to me."<<else>>her. The'th tho pretty, and," she manages to blush cutely, "the'th tho good to me."<</if>>
+		@@.green;Without a moment's hesitation,@@ she lisps, "I love <<if $PC.title != 0>>him. He'th tho handthome, and," she manages to blush prettily, "he'th tho good to me."<<else>>her. The'th tho pretty, and," she manages to blush cutely, "the'th tho good to me."<</if>>
 		<<else>>
-		@@color:green;Without a moment's hesitation,@@ she proclaims, "I love <<if $PC.title != 0>>him. He's so handsome, and," she manages to blush prettily, "he's so good to me."<<else>>her. She's so pretty, and," she manages to blush cutely, "she's so good to me."<</if>>
+		@@.green;Without a moment's hesitation,@@ she proclaims, "I love <<if $PC.title != 0>>him. He's so handsome, and," she manages to blush prettily, "he's so good to me."<<else>>her. She's so pretty, and," she manages to blush cutely, "she's so good to me."<</if>>
 		<</if>>
 		<<set $rep += 100>>
 	<<elseif $activeSlave.devotion <= 60>>
-		She struggles for an instant and then says @@color:red;unconvincingly@@ that she loves you.
+		She struggles for an instant and then says @@.red;unconvincingly@@ that she loves you.
 		<<set $rep -= 100>>
 	<<else>>
 		She recovers quickly and responds that she loves you.
@@ -77,13 +77,13 @@ You receive an official communication from a popular talk show hosted in one of
 	She shakes her head.
 	<<if $activeSlave.trust > 95>>
 		<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-		@@color:green;She responds confidently,@@ "My life with <<if $PC.title != 0>>him<<else>>her<</if>> ith very different from anything you might find here in the old world. But I'm happy with <<if $PC.title != 0>>him<<else>>her<</if>>, and there'th no one I'd rather be with, ath a thlave or not."
+		@@.green;She responds confidently,@@ "My life with <<if $PC.title != 0>>him<<else>>her<</if>> ith very different from anything you might find here in the old world. But I'm happy with <<if $PC.title != 0>>him<<else>>her<</if>>, and there'th no one I'd rather be with, ath a thlave or not."
 		<<else>>
-		@@color:green;She responds confidently,@@ "My life with <<if $PC.title != 0>>him<<else>>her<</if>> is very different from anything you might find here in the old world. But I'm happy with <<if $PC.title != 0>>him<<else>>her<</if>>, and there's no one I'd rather be with, as a slave or not."
+		@@.green;She responds confidently,@@ "My life with <<if $PC.title != 0>>him<<else>>her<</if>> is very different from anything you might find here in the old world. But I'm happy with <<if $PC.title != 0>>him<<else>>her<</if>>, and there's no one I'd rather be with, as a slave or not."
 		<</if>>
 		<<set $rep += 100>>
 	<<elseif $activeSlave.trust < 60>>
-		She explains that it isn't hard to trust someone like you, but this @@color:red;falls a little flat.@@
+		She explains that it isn't hard to trust someone like you, but this @@.red;falls a little flat.@@
 		<<set $rep -= 100>>
 	<<else>>
 		She explains earnestly that it isn't hard to trust someone like you, and explains some of the blander details about life as your slave.
@@ -92,7 +92,7 @@ You receive an official communication from a popular talk show hosted in one of
 	The interview winds on, gradually descending into prurient territory. $activeSlave.slaveName answers readily, giving everyone watching quite a window into an oversexed slave society.
 	<<if $activeSlave.intelligence > 0>>
 		<<if $PC.title == 0>>
-		She's clever enough to @@color:green;shock and titillate@@ at the same time; in response to a probing question about whether she has any plans for the rest of the night, she
+		She's clever enough to @@.green;shock and titillate@@ at the same time; in response to a probing question about whether she has any plans for the rest of the night, she
 		<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 			lisps, "Of courthe my <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>> maketh the planth. But I hope I can get back to the arcology early." She shifts suggestively in her chair. "I'm looking forward to getting fucked tonight."
 		<<else>>
@@ -102,7 +102,7 @@ You receive an official communication from a popular talk show hosted in one of
 		<</if>>
 		The host, taken off guard, laughs in surprise and says he envies you that. He asks a follow up question that hints at her sexual preferences without coming straight out and asking how she likes it.
 		<<if $activeSlave.intelligenceImplant + $activeSlave.entertainSkill >= 100>>
-		She has enough knowledge of the old world to be able to answer without going too far, and @@color:green;subtly alludes@@ to how much she enjoys
+		She has enough knowledge of the old world to be able to answer without going too far, and @@.green;subtly alludes@@ to how much she enjoys
 		<<if ($activeSlave.fetish == "submissive")>>
 			submitting to you in bed.
 		<<elseif ($activeSlave.fetish == "cumslut")>>
@@ -176,7 +176,7 @@ You receive an official communication from a popular talk show hosted in one of
 		<</if>>
 		<<if $activeSlave.intelligence > 1>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		Only because you know her so well are you able to perceive the instant of cold calculation before she makes a @@color:green;perfect tactical decision@@ and turns directly to the camera.
+		Only because you know her so well are you able to perceive the instant of cold calculation before she makes a @@.green;perfect tactical decision@@ and turns directly to the camera.
 		<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 			"Whatever you want," she says confidently, "You can find it in a Free Citieth arcology like my <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>'th. Where I live, there'th
 			<<if $arcologies[0].FSRestart > 0>>
@@ -325,7 +325,7 @@ You receive an official communication from a popular talk show hosted in one of
 	<<if $activeSlave.intelligenceImplant == 1>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $PC.title == 0>>
-		$activeSlave.slaveName even manages to @@color:green;respond well@@ to a probing question about your gender.
+		$activeSlave.slaveName even manages to @@.green;respond well@@ to a probing question about your gender.
 		<<if $PC.dick == 0>>
 			<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 			She lisps, "You have to underthtand that all that nonthenthe about men and women meanth leth to uth in the Free Citieth. My Mithtreth ith a thuthethful and powerful woman. We jutht pay the right amount of attention to the thucceth and the power." She quirks a corner of her mouth. "I know //I// do."
@@ -345,10 +345,10 @@ You receive an official communication from a popular talk show hosted in one of
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	At the conclusion, the host
 	<<if $rep - $oldRep > 200>>
-		seems @@color:green;impressed@@ and says sincerely,
+		seems @@.green;impressed@@ and says sincerely,
 		<<set $rep += 100>>
 	<<elseif $rep - $oldRep < 0>>
-		seems @@color:red;unimpressed@@ and says mockingly,
+		seems @@.red;unimpressed@@ and says mockingly,
 		<<set $rep -= 100>>
 	<<else>>
 		says jokingly,
diff --git a/src/uncategorized/peHeadgirlConcubine.tw b/src/uncategorized/peHeadgirlConcubine.tw
index 4e22b2dde89d68cf93056f98eef6b3446968b575..166ebdd424c8a3379cbe13e644693591d79f4d63 100644
--- a/src/uncategorized/peHeadgirlConcubine.tw
+++ b/src/uncategorized/peHeadgirlConcubine.tw
@@ -133,7 +133,7 @@ You wake up one morning to find $HeadGirl.slaveName and $Concubine.slaveName wai
 	<<default>>
 		looks at you and adds a bit of extra sway to her hips
 	<</switch>>
-	on her way out the door. When she's gone, your Concubine speaks up from her adoring embrace of your leg. She asks a little aesthetic question about one of your other bedslaves, her <<if $Concubine.voice < 2>>deep voice rumbling against your knee<<elseif $Concubine.voice > 2>>high voice humming against your knee<<else>>feminine voice purring against your knee<</if>>. You chat with her about how you'd like the girl to look and act, ideally, and do other work while running your fingers through your Concubine's<<if $Concubine.hLength < 10>> short<</if>> hair. Your Head Girl's confident assistance managing your chattel and your Concubine's devoted comfort as you work allows you to @@color:yellowgreen;be unusually productive@@ all morning.
+	on her way out the door. When she's gone, your Concubine speaks up from her adoring embrace of your leg. She asks a little aesthetic question about one of your other bedslaves, her <<if $Concubine.voice < 2>>deep voice rumbling against your knee<<elseif $Concubine.voice > 2>>high voice humming against your knee<<else>>feminine voice purring against your knee<</if>>. You chat with her about how you'd like the girl to look and act, ideally, and do other work while running your fingers through your Concubine's<<if $Concubine.hLength < 10>> short<</if>> hair. Your Head Girl's confident assistance managing your chattel and your Concubine's devoted comfort as you work allows you to @@.yellowgreen;be unusually productive@@ all morning.
 	<<set $cash += 1000>>
 	<</nobr>>
 	<</replace>>
@@ -153,7 +153,7 @@ You wake up one morning to find $HeadGirl.slaveName and $Concubine.slaveName wai
 	<</if>>
 	she breathes across you at your Concubine.
 	<br><br>
-	They soon get their revenge as you give them their orders, though, moving their expert hands between your legs to give you a handjob. They do it cooperatively as you continue to play with them, letting you enjoy the delightful sensation of <<if $PC.dick == 1>>two hands working your shaft while another tickles your frenulum and a fourth massages your balls<<else>>a hand massaging your petals on either side while another delves two fingers inside you and a fourth pleasures your clit<</if>>. They crane their necks to rain kisses on your chin, neck, <<if $PC.boobs == 1>>breasts, and nipples,<<else>>and chest,<</if>> and on each other's mouths. You spring out of bed when you're satisfied, pulling your leadership with you towards the shower, and they @@color:mediumaquamarine;trustingly bounce up to follow.@@
+	They soon get their revenge as you give them their orders, though, moving their expert hands between your legs to give you a handjob. They do it cooperatively as you continue to play with them, letting you enjoy the delightful sensation of <<if $PC.dick == 1>>two hands working your shaft while another tickles your frenulum and a fourth massages your balls<<else>>a hand massaging your petals on either side while another delves two fingers inside you and a fourth pleasures your clit<</if>>. They crane their necks to rain kisses on your chin, neck, <<if $PC.boobs == 1>>breasts, and nipples,<<else>>and chest,<</if>> and on each other's mouths. You spring out of bed when you're satisfied, pulling your leadership with you towards the shower, and they @@.mediumaquamarine;trustingly bounce up to follow.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if ($HeadGirl.ID == $slaves[$i].ID) || ($Concubine.ID == $slaves[$i].ID)>>
 			<<set $slaves[$i].trust += 4>>
@@ -236,7 +236,7 @@ You wake up one morning to find $HeadGirl.slaveName and $Concubine.slaveName wai
 			her own double anal pounding,
 		<</if>>
 	<</if>>
-	while taking her turn getting instructions. She manages to ask your permission to make a couple of last-minute changes to slaves' assignments for the day. Having thus given your leadership guidance, you jump up for a shower, crooking a finger to indicate that they should follow. They @@color:hotpink;trail obediently after you,@@ a bit sore, their holes dripping
+	while taking her turn getting instructions. She manages to ask your permission to make a couple of last-minute changes to slaves' assignments for the day. Having thus given your leadership guidance, you jump up for a shower, crooking a finger to indicate that they should follow. They @@.hotpink;trail obediently after you,@@ a bit sore, their holes dripping
 	<<if ($HeadGirl.vagina > -1) || ($HeadGirl.vagina > -1)>>
 		<<if ($PC.dick == 1) || ($HeadGirl.balls > 0) || ($Concubine.balls > 0)>>
 			cum, pussyjuice, and lube.
diff --git a/src/uncategorized/peLonelyBodyguard.tw b/src/uncategorized/peLonelyBodyguard.tw
index 200c4d20e9799d67cfa6add44d453b3ed66a1662..29e1a8d67e2ad4dc058915fc704fefe3b4873bd9 100644
--- a/src/uncategorized/peLonelyBodyguard.tw
+++ b/src/uncategorized/peLonelyBodyguard.tw
@@ -30,7 +30,7 @@ On a whim, you ask her whether she feels lonely. Caught off guard, she <<if canT
 <</link>>
 <<link "Set them up">>
 	<<replace "#result">>
-	You decide to amuse yourself by engaging in a game of subtle matchmaking. You carefully rearrange $activeSlave.slaveName's schedule and duties so she and $Bodyguard.slaveName spend as much time as possible with one another. At the same time, you gradually reduce $activeSlave.slaveName's access to sexual outlets. After letting the situation marinate for a few days, you decide that the time is ripe, and without any further explanation assign $activeSlave.slaveName to spend the day in $Bodyguard.slaveName's armory. It's barely midmorning before they're making out on $Bodyguard.slaveName's workout mat, and by the afternoon $activeSlave.slaveName is under $Bodyguard.slaveName's workbench, orally servicing her new @@color:lightgreen;fuckbuddy@@ as she maintains her machine pistol.
+	You decide to amuse yourself by engaging in a game of subtle matchmaking. You carefully rearrange $activeSlave.slaveName's schedule and duties so she and $Bodyguard.slaveName spend as much time as possible with one another. At the same time, you gradually reduce $activeSlave.slaveName's access to sexual outlets. After letting the situation marinate for a few days, you decide that the time is ripe, and without any further explanation assign $activeSlave.slaveName to spend the day in $Bodyguard.slaveName's armory. It's barely midmorning before they're making out on $Bodyguard.slaveName's workout mat, and by the afternoon $activeSlave.slaveName is under $Bodyguard.slaveName's workbench, orally servicing her new @@.lightgreen;fuckbuddy@@ as she maintains her machine pistol.
 		<<set $activeSlave.relationship = 3>>
 		<<set $activeSlave.relationshipTarget = $Bodyguard.ID>>
 		<<set $Bodyguard.relationship = 3>>
diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw
index 2aff5e461e0f28030f326ac22c51ef645b43c253..ab1d1d33cd2db226333f6def8f441dcb4596666d 100644
--- a/src/uncategorized/pePitFight.tw
+++ b/src/uncategorized/pePitFight.tw
@@ -133,23 +133,23 @@ The umpire announces gravely that the fight is to the death and rings a bell.
 <<nobr>>
 
 <<if $deadliness > ($opponent + 1)>>
-	$activeSlave.slaveName senses that she is greatly superior, and decides to make a quick end before her opponent can try something foolish. She feints high and stabs low; her enemy just manages to parry the low stab, but is so much weaker that $activeSlave.slaveName simply overpowers her, so that she falls onto her back with the force of the clash. $activeSlave.slaveName takes one step forward and runs her sword through the prostrate slave's heart. This victory has @@color:green;won you some renown@@ and @@color:yellowgreen;a sum of money@@ from each of the spectators.
+	$activeSlave.slaveName senses that she is greatly superior, and decides to make a quick end before her opponent can try something foolish. She feints high and stabs low; her enemy just manages to parry the low stab, but is so much weaker that $activeSlave.slaveName simply overpowers her, so that she falls onto her back with the force of the clash. $activeSlave.slaveName takes one step forward and runs her sword through the prostrate slave's heart. This victory has @@.green;won you some renown@@ and @@.yellowgreen;a sum of money@@ from each of the spectators.
 	<<set $rep += 500>>
 	<<set $cash += 5000>>
 	<<set $activeSlave.pitKills += 1>>
 	<<set $pitKillsTotal += 1>>
 <<elseif $deadliness > ($opponent)>>
-	The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's superior physical condition wins out and her opponent falls from exhaustion and blood loss. $activeSlave.slaveName stumbles over to open her throat. This victory has @@color:green;won you some renown@@ and @@color:yellowgreen;a sum of money@@ from each of the spectators, though $activeSlave.slaveName is @@color:red;badly hurt.@@
+	The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's superior physical condition wins out and her opponent falls from exhaustion and blood loss. $activeSlave.slaveName stumbles over to open her throat. This victory has @@.green;won you some renown@@ and @@.yellowgreen;a sum of money@@ from each of the spectators, though $activeSlave.slaveName is @@.red;badly hurt.@@
 	<<set $rep += 500>>
 	<<set $cash += 5000>>
 	<<set $activeSlave.health = -50>>
 	<<set $activeSlave.pitKills += 1>>
 	<<set $pitKillsTotal += 1>>
 <<elseif $deadliness > ($opponent-1)>>
-	The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's inferior physical condition fails her and she falls from exhaustion and blood loss. As she slumps she catches your eye with a look of apology. Her opponent stumbles over to open her throat. $activeSlave.slaveName @@color:red;has been killed.@@
+	The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's inferior physical condition fails her and she falls from exhaustion and blood loss. As she slumps she catches your eye with a look of apology. Her opponent stumbles over to open her throat. $activeSlave.slaveName @@.red;has been killed.@@
 	<<set $activeSlave.health -= 1000>>
 <<else>>
-	$activeSlave.slaveName is outmatched from the start. In the first pass, her opponent moves beyond her, opening a long gash in her thigh as she goes. Thus injured, $activeSlave.slaveName fails to block a slash that severs her Achilles tendon on the other side. On her knees, she barely manages to ward off one more blow before the second one opens her belly. $activeSlave.slaveName @@color:red;has been killed.@@
+	$activeSlave.slaveName is outmatched from the start. In the first pass, her opponent moves beyond her, opening a long gash in her thigh as she goes. Thus injured, $activeSlave.slaveName fails to block a slash that severs her Achilles tendon on the other side. On her knees, she barely manages to ward off one more blow before the second one opens her belly. $activeSlave.slaveName @@.red;has been killed.@@
 	<<set $activeSlave.health -= 1000>>
 <</if>>
 
diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw
index 62a834fb93aaa0f566a5c1709a67501272448717..1c0f0757906886ea7a6523983b0641659f04005a 100644
--- a/src/uncategorized/personalAttentionSelect.tw
+++ b/src/uncategorized/personalAttentionSelect.tw
@@ -131,7 +131,7 @@
 <<set _assignment = 0>>
 <<for _i = 0;_i < $slaves.length;_i++>>
 <<if $personalAttention == $slaves[_i].ID>>
-	You will give ''__@@color:pink;$slaves[_i].slaveName@@__'' your personal attention this week.
+	You will give ''__@@.pink;$slaves[_i].slaveName@@__'' your personal attention this week.
 	<<set $activeSlave = $slaves[_i]>>
 	<<set _assignment = 1>>
 	<<break>>
diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw
index 9addb6f29905dea254c9f669cf8f8e9930eb5996..c7773506bd3840f478e0a345ebe9b311184db9bb 100644
--- a/src/uncategorized/policies.tw
+++ b/src/uncategorized/policies.tw
@@ -1005,7 +1005,7 @@
 <<if $seeDicks != 0>>
 <<if $arcologies[0].FSSupremacist >= 40>>
 <<if $arcologies[0].FSSupremacistSMR == 0>>
-	<br>''@@color:lime;Ethnic Preservation SMR:@@'' in order to be sold in the arcology, slaves of inferior races with dicks will have to have their balls removed to prevent racial pollution.
+	<br>''@@.lime;Ethnic Preservation SMR:@@'' in order to be sold in the arcology, slaves of inferior races with dicks will have to have their balls removed to prevent racial pollution.
 	[[Implement|Policies][$arcologies[0].FSSupremacistSMR = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance racial Supremacy//
 <</if>>
@@ -1014,7 +1014,7 @@
 
 <<if $arcologies[0].FSSupremacist >= 90>>
 <<if $arcologies[0].FSSupremacistLawME == 0>>
-	<br>''@@color:lime;Universal Enslavement of the Impure:@@'' will force anyone not of the $arcologies[0].FSSupremacistRace to emigrate or accept enslavement, and make sex with non-$arcologies[0].FSSupremacistRace people such an expectation that the appetite for all such slaves will increase slightly.
+	<br>''@@.lime;Universal Enslavement of the Impure:@@'' will force anyone not of the $arcologies[0].FSSupremacistRace to emigrate or accept enslavement, and make sex with non-$arcologies[0].FSSupremacistRace people such an expectation that the appetite for all such slaves will increase slightly.
 	[[Implement|Policies][$arcologies[0].FSSupremacistLawME = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will affect the slave markets in unpredictable ways//
 <</if>>
@@ -1023,7 +1023,7 @@
 <<if $seeDicks != 0>>
 <<if $arcologies[0].FSSubjugationist >= 40>>
 <<if $arcologies[0].FSSubjugationistSMR == 0>>
-	<br>''@@color:lime;Racial Purity SMR:@@'' in order to be sold in the arcology, subhumans with dicks will have to have their balls removed to prevent racial pollution.
+	<br>''@@.lime;Racial Purity SMR:@@'' in order to be sold in the arcology, subhumans with dicks will have to have their balls removed to prevent racial pollution.
 	[[Implement|Policies][$arcologies[0].FSSubjugationistSMR = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance racial Subjugation//
 <</if>>
@@ -1032,7 +1032,7 @@
 
 <<if $arcologies[0].FSSubjugationist >= 90>>
 <<if $arcologies[0].FSSubjugationistLawME == 0>>
-	<br>''@@color:lime;Universal Enslavement of Subhumans:@@'' will force slavery on all $arcologies[0].FSSubjugationistRace subhumans in your arcology, and make sex with $arcologies[0].FSSubjugationistRace people such an expectation that the appetite for all such slaves will increase slightly.
+	<br>''@@.lime;Universal Enslavement of Subhumans:@@'' will force slavery on all $arcologies[0].FSSubjugationistRace subhumans in your arcology, and make sex with $arcologies[0].FSSubjugationistRace people such an expectation that the appetite for all such slaves will increase slightly.
 	[[Implement|Policies][$arcologies[0].FSSubjugationistLawME = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will affect the slave markets in unpredictable ways//
 <</if>>
@@ -1040,7 +1040,7 @@
 
 <<if $arcologies[0].FSRepopulationFocusDecoration >= 40>>
 <<if $arcologies[0].FSRepopulationFocusSMR == 0>>
-  <br>''@@color:lime;Occupied Womb SMR:@@'' in order to be sold in the arcology, slaves will be made capable of pregnancy, if they are not, and subsequently impregnated.
+  <br>''@@.lime;Occupied Womb SMR:@@'' in order to be sold in the arcology, slaves will be made capable of pregnancy, if they are not, and subsequently impregnated.
   [[Implement|Policies][$arcologies[0].FSRepopulationFocusSMR = 1, $cash -=5000, $rep -= 1000]]
   <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance repopulation efforts.  Due to surgery costs, male slaves will become less common.//
 <</if>>
@@ -1048,7 +1048,7 @@
 
 <<if $arcologies[0].FSRepopulationFocusDecoration >= 90>>
 <<if $arcologies[0].FSRepopulationFocusLaw == 0>>
-  <br>''@@color:lime;Universal Pregnancy Subsidy:@@'' pregnant citizens will be offered reduced rent.
+  <br>''@@.lime;Universal Pregnancy Subsidy:@@'' pregnant citizens will be offered reduced rent.
   [[Implement|Policies][$arcologies[0].FSRepopulationFocusLaw = 1, $cash -=5000, $rep -= 1000]]
   <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce your rental income//
 <</if>>
@@ -1056,7 +1056,7 @@
 
 <<if $arcologies[0].FSRestartDecoration >= 40>>
 <<if $arcologies[0].FSRestartSMR == 0>>
-  <br>''@@color:lime;Population Control SMR:@@'' in order to be sold in the arcology, slave ovaries and testicles will be removed.
+  <br>''@@.lime;Population Control SMR:@@'' in order to be sold in the arcology, slave ovaries and testicles will be removed.
   [[Implement|Policies][$arcologies[0].FSRestartSMR = 1, $cash -=5000, $rep -= 1000]]
   <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance starting society over.//
 <</if>>
@@ -1064,7 +1064,7 @@
 
 <<if $arcologies[0].FSRestartDecoration >= 90>>
 <<if $arcologies[0].FSRestartLaw == 0>>
-  <br>''@@color:lime;Taxation of Fertile Non-Elite:@@'' fertile civilians, who are not part of society's elite, will face increased taxation.
+  <br>''@@.lime;Taxation of Fertile Non-Elite:@@'' fertile civilians, who are not part of society's elite, will face increased taxation.
   [[Implement|Policies][$arcologies[0].FSRestartLaw = 1, $cash -=5000, $rep -= 1000]]
   <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will increase your rental income, but the lower class will dislike you.//
 <</if>>
@@ -1073,7 +1073,7 @@
 <<if $arcologies[0].FSRestartDecoration >= 100>>
 <<if $rep > 5000>>
 <<if $arcologies[0].FSRestartResearch == 0>>
-  <br>''@@color:lime;Elite Breeder Eligibility:@@'' slaves that pass very strict tests may be permited for use by the Societal Elite to bear their children.
+  <br>''@@.lime;Elite Breeder Eligibility:@@'' slaves that pass very strict tests may be permited for use by the Societal Elite to bear their children.
   [[Propose|Breeder Proposal][$arcologies[0].FSRestartResearch = 1, $rep -= 5000]]
   <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will damage your greatly damage your reputation for even proposing.//
 <</if>>
@@ -1082,36 +1082,36 @@
 
 <<if $arcologies[0].FSGenderFundamentalist >= 20>>
 <<if $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0>>
-	<br>''@@color:lime;Fashionable Feminine Ideal:@@'' you will do your best to start a fashion for elegant girls with just the right amount of T&A.
+	<br>''@@.lime;Fashionable Feminine Ideal:@@'' you will do your best to start a fashion for elegant girls with just the right amount of T&A.
 	[[Implement|Policies][$arcologies[0].FSGenderFundamentalistLawBeauty = 1, $cash -=5000, $rep -= 1000]]
 <</if>>
 <<if $arcologies[0].FSGenderFundamentalistLawBimbo == 0>>
-	<br>''@@color:lime;Bimbo Fetishism:@@'' you will do your best to encourage sexual attraction to female stupidity.
+	<br>''@@.lime;Bimbo Fetishism:@@'' you will do your best to encourage sexual attraction to female stupidity.
 	[[Implement|Policies][$arcologies[0].FSGenderFundamentalistLawBimbo = 1, $cash -=5000, $rep -= 1000]]
 <</if>>
 <<if $arcologies[0].FSGenderFundamentalist >= 40>>
 <<if $arcologies[0].FSGenderFundamentalistSMR == 0>>
-	<br>''@@color:lime;Mandatory Feminization SMR:@@'' in order to be sold in the arcology, slaves with dicks must have their balls removed.
+	<br>''@@.lime;Mandatory Feminization SMR:@@'' in order to be sold in the arcology, slaves with dicks must have their balls removed.
 	[[Implement|Policies][$arcologies[0].FSGenderFundamentalistSMR = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Gender Fundamentalism//
 <</if>>
 <</if>>
 <<elseif $arcologies[0].FSGenderRadicalist >= 20>>
 <<if $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0>>
-	<br>''@@color:lime;Fashionable Feminine Aspiration:@@'' you will do your best to start a fashion for turning slaves into elegant girls with just the right amount of T&A.
+	<br>''@@.lime;Fashionable Feminine Aspiration:@@'' you will do your best to start a fashion for turning slaves into elegant girls with just the right amount of T&A.
 	[[Implement|Policies][$arcologies[0].FSGenderRadicalistLawBeauty = 1, $cash -=5000, $rep -= 1000]]
 <</if>>
 <<if $seeDicks != 0>>
 <<if $arcologies[0].FSGenderRadicalist >= 60>>
 <<if ($arcologies[0].FSGenderRadicalistLawFuta == 0)>>
-	<br>''@@color:lime;Futanari Focused Radicalism:@@'' you will encourage veneration of slaves with both dicks and pussies.
+	<br>''@@.lime;Futanari Focused Radicalism:@@'' you will encourage veneration of slaves with both dicks and pussies.
 	[[Implement|Policies][$arcologies[0].FSGenderRadicalistLawFuta = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will affect citizens' appreciation of futas//
-	<br>''@@color:lime;Cock and Balls Focused Radicalism:@@'' you will encourage an appreciation for stiff dicks and swinging balls.
+	<br>''@@.lime;Cock and Balls Focused Radicalism:@@'' you will encourage an appreciation for stiff dicks and swinging balls.
 	[[Implement|Policies][$arcologies[0].FSGenderRadicalistLawFuta = 2, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will affect slaves' attractiveness to citizens//
 	<<if $arcologies[0].FSSlimnessEnthusiastLaw == 0>>
-	<br>''@@color:lime;Bottom Heavy Radicalism:@@'' you will encourage an appreciation for broad hips, plush asses, big buttholes, and skilled sphincters.
+	<br>''@@.lime;Bottom Heavy Radicalism:@@'' you will encourage an appreciation for broad hips, plush asses, big buttholes, and skilled sphincters.
 	[[Implement|Policies][$arcologies[0].FSGenderRadicalistLawFuta = 3, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will affect slaves' attractiveness to citizens//
 	<</if>>
@@ -1123,14 +1123,14 @@
 <<if $arcologies[0].FSPaternalist >= 40>>
 <<if $arcologies[0].FSDegradationistSMR == 0>>
 <<if $arcologies[0].FSPaternalistSMR == 0>>
-	<br>''@@color:lime;Human Dignity SMR:@@'' the slave markets will be required to treat incoming slaves reasonably well.
+	<br>''@@.lime;Human Dignity SMR:@@'' the slave markets will be required to treat incoming slaves reasonably well.
 	[[Implement|Policies][$arcologies[0].FSPaternalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce the arcology's prosperity and help advance Paternalism//
 <</if>>
 <</if>>
 <<if $arcologies[0].FSPaternalist >= 60>>
 <<if $arcologies[0].FSPaternalistLaw == 0>>
-	<br>''@@color:lime;Good Treatment Subsidy:@@'' slaveowners who treat their slaves well will be offered reduced rent.
+	<br>''@@.lime;Good Treatment Subsidy:@@'' slaveowners who treat their slaves well will be offered reduced rent.
 	[[Implement|Policies][$arcologies[0].FSPaternalistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce your rental income//
 <</if>>
@@ -1140,14 +1140,14 @@
 <<if $arcologies[0].FSDegradationist >= 40>>
 <<if $arcologies[0].FSPaternalistSMR == 0>>
 <<if $arcologies[0].FSDegradationistSMR == 0>>
-	<br>''@@color:lime;Agonizing Induction SMR:@@''  slave markets are required to punish new slaves severely simply to introduce them to pain.
+	<br>''@@.lime;Agonizing Induction SMR:@@''  slave markets are required to punish new slaves severely simply to introduce them to pain.
 	[[Implement|Policies][$arcologies[0].FSDegradationistSMR = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Degradationism//
 <</if>>
 <</if>>
 <<if $arcologies[0].FSDegradationist >= 90>>
 <<if $arcologies[0].FSDegradationistLaw == 0>>
-	<br>''@@color:lime;Universal Arcade Access Mandate:@@'' slaveowners will be required to allow their menial slaves to use the sex arcades.
+	<br>''@@.lime;Universal Arcade Access Mandate:@@'' slaveowners will be required to allow their menial slaves to use the sex arcades.
 	[[Implement|Policies][$arcologies[0].FSDegradationistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce labor efficiency, damaging the arcology's prosperity//
 <</if>>
@@ -1156,13 +1156,13 @@
 
 <<if $arcologies[0].FSBodyPurist >= 40>>
 <<if $arcologies[0].FSBodyPuristSMR == 0>>
-	<br>''@@color:lime;Body Purity SMR:@@'' in order to be sold in your arcology, slaves must be stripped of implants and body modifications.
+	<br>''@@.lime;Body Purity SMR:@@'' in order to be sold in your arcology, slaves must be stripped of implants and body modifications.
 	[[Implement|Policies][$arcologies[0].FSBodyPuristSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Body Purism//
 <</if>>
 <<if $arcologies[0].FSBodyPurist >= 90>>
 <<if $arcologies[0].FSBodyPuristLaw == 0>>
-	<br>''@@color:lime;Drug Purity Mandate:@@'' all drugs in the arcology will be subjected to rigorous testing for purity.
+	<br>''@@.lime;Drug Purity Mandate:@@'' all drugs in the arcology will be subjected to rigorous testing for purity.
 	[[Implement|Policies][$arcologies[0].FSBodyPuristLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce slaving profits, damaging the arcology's prosperity//
 <</if>>
@@ -1171,7 +1171,7 @@
 
 <<if $arcologies[0].FSTransformationFetishist >= 40>>
 <<if $arcologies[0].FSTransformationFetishistSMR == 0>>
-	<br>''@@color:lime;Mandatory Bimbofication SMR:@@'' in order to be sold in your arcology, slaves must be given a set of fake tits and ass.
+	<br>''@@.lime;Mandatory Bimbofication SMR:@@'' in order to be sold in your arcology, slaves must be given a set of fake tits and ass.
 	[[Implement|Policies][$arcologies[0].FSTransformationFetishistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Transformation Fetishism//
 <</if>>
@@ -1179,13 +1179,13 @@
 
 <<if $arcologies[0].FSYouthPreferentialist >= 40>>
 <<if $arcologies[0].FSYouthPreferentialistSMR == 0>>
-	<br>''@@color:lime;Respect for Youth SMR:@@'' slave markets in your arcology are required to treat younger slaves carefully.
+	<br>''@@.lime;Respect for Youth SMR:@@'' slave markets in your arcology are required to treat younger slaves carefully.
 	[[Implement|Policies][$arcologies[0].FSYouthPreferentialistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Youth Preferentialism//
 <</if>>
 <<if $arcologies[0].FSYouthPreferentialist >= 90>>
 <<if $arcologies[0].FSYouthPreferentialistLaw == 0>>
-	<br>''@@color:lime;Youthful Citizen Subsidy:@@'' young citizens will be offered reduced rent.
+	<br>''@@.lime;Youthful Citizen Subsidy:@@'' young citizens will be offered reduced rent.
 	[[Implement|Policies][$arcologies[0].FSYouthPreferentialistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce your rental income//
 <</if>>
@@ -1194,13 +1194,13 @@
 
 <<if $arcologies[0].FSMaturityPreferentialist >= 40>>
 <<if $arcologies[0].FSMaturityPreferentialistSMR == 0>>
-	<br>''@@color:lime;Respect for Maturity SMR:@@'' slave markets in your arcology are required to treat mature slaves properly.
+	<br>''@@.lime;Respect for Maturity SMR:@@'' slave markets in your arcology are required to treat mature slaves properly.
 	[[Implement|Policies][$arcologies[0].FSMaturityPreferentialistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Maturity Preferentialism//
 <</if>>
 <<if $arcologies[0].FSMaturityPreferentialist >= 90>>
 <<if $arcologies[0].FSMaturityPreferentialistLaw == 0>>
-	<br>''@@color:lime;Mature Citizen Subsidy:@@'' older citizens will be offered reduced rent.
+	<br>''@@.lime;Mature Citizen Subsidy:@@'' older citizens will be offered reduced rent.
 	[[Implement|Policies][$arcologies[0].FSMaturityPreferentialistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce your rental income//
 <</if>>
@@ -1209,7 +1209,7 @@
 
 <<if $arcologies[0].FSSlimnessEnthusiast >= 40>>
 <<if $arcologies[0].FSSlimnessEnthusiastSMR == 0>>
-	<br>''@@color:lime;Physical fitness SMR:@@'' in order to be sold in the arcology, chubby slaves will have to be forced to work out first.
+	<br>''@@.lime;Physical fitness SMR:@@'' in order to be sold in the arcology, chubby slaves will have to be forced to work out first.
 	[[Implement|Policies][$arcologies[0].FSSlimnessEnthusiastSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 <</if>>
 <<if $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSGenderRadicalistLawFuta != 3>>
@@ -1221,20 +1221,20 @@
 
 <<if $arcologies[0].FSAssetExpansionist >= 40>>
 <<if $arcologies[0].FSAssetExpansionistSMR == 0>>
-	<br>''@@color:lime;Asset Expansion SMR:@@'' in order to be sold in the arcology, slaves will have to have their assets expanded with growth hormones.
+	<br>''@@.lime;Asset Expansion SMR:@@'' in order to be sold in the arcology, slaves will have to have their assets expanded with growth hormones.
 	[[Implement|Policies][$arcologies[0].FSAssetExpansionistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 <</if>>
 <</if>>
 
 <<if $arcologies[0].FSPastoralist >= 40>>
 <<if $arcologies[0].FSPastoralistSMR == 0>>
-	<br>''@@color:lime;Universal Slave Lactation SMR:@@'' in order to be sold in the arcology, slaves must be actively lactating.
+	<br>''@@.lime;Universal Slave Lactation SMR:@@'' in order to be sold in the arcology, slaves must be actively lactating.
 	[[Implement|Policies][$arcologies[0].FSPastoralistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Pastoralism//
 <</if>>
 <<if $arcologies[0].FSPastoralist >= 90>>
 <<if $arcologies[0].FSPastoralistLaw == 0>>
-	<br>''@@color:lime;Animal Products Ban:@@'' animal products that compete with slave fluids will be banned.
+	<br>''@@.lime;Animal Products Ban:@@'' animal products that compete with slave fluids will be banned.
 	[[Implement|Policies][$arcologies[0].FSPastoralistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will reduce market freedom, damaging the arcology's prosperity//
 <</if>>
@@ -1243,20 +1243,20 @@
 
 <<if $arcologies[0].FSPhysicalIdealist >= 40>>
 <<if $arcologies[0].FSPhysicalIdealistSMR == 0>>
-	<br>''@@color:lime;Lifting SMR:@@'' in order to be sold in the arcology, slaves will have to be bulked.
+	<br>''@@.lime;Lifting SMR:@@'' in order to be sold in the arcology, slaves will have to be bulked.
 	[[Implement|Policies][$arcologies[0].FSPhysicalIdealistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 <</if>>
 <</if>>
 
 <<if $arcologies[0].FSChattelReligionist >= 40>>
 	<<if $arcologies[0].FSChattelReligionistSMR == 0>>
-		<br>''@@color:lime;Consecration by Public Use SMR:@@'' in order to be sold in the arcology, slaves must be offered for public use for a single day.
+		<br>''@@.lime;Consecration by Public Use SMR:@@'' in order to be sold in the arcology, slaves must be offered for public use for a single day.
 		[[Implement|Policies][$arcologies[0].FSChattelReligionistSMR = 1, $cash -=5000, $rep -= 1000]]
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Chattel Religionism//
 	<</if>>
 	<<if $arcologies[0].FSChattelReligionist >= 90>>
 	<<if $arcologies[0].FSChattelReligionistLaw == 0>>
-		<br>''@@color:lime;Official Religion:@@'' you will be enshrined as the prophet of a vibrant slaveowning religion.
+		<br>''@@.lime;Official Religion:@@'' you will be enshrined as the prophet of a vibrant slaveowning religion.
 		[[Implement|Policies][$arcologies[0].FSChattelReligionistLaw = 1, $cash -=5000, $rep -= 1000]]
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will increase your renown//
 	<</if>>
@@ -1264,7 +1264,7 @@
 <</if>>
 <<if $nicaeaHeld == 1>>
 <<if $arcologies[0].FSChattelReligionistCreed == 0>>
-	<br>''@@color:lime;Chattel Religionist Creed:@@'' Chattel Religionism in your arcology will subscribe to the creed established by the $nicaeaName, which honors <<if $nicaeaFocus == "slaves">>slaves<<else>>slaveowners<</if>>, enhances <<if $nicaeaAssignment == "whore">>prostitution<<elseif $nicaeaAssignment == "serve the public">>public service<<else>>fucktoy duty<</if>>, and respects <<if $nicaeaAchievement == "slaves">>owning many sex slaves<<elseif $nicaeaFocus == "devotion">>worshipful slaves<<else>>trusting slaves<</if>>. The creed is <<if $nicaeaPower > 1>>strong<<else>>somewhat weak<</if>>.
+	<br>''@@.lime;Chattel Religionist Creed:@@'' Chattel Religionism in your arcology will subscribe to the creed established by the $nicaeaName, which honors <<if $nicaeaFocus == "slaves">>slaves<<else>>slaveowners<</if>>, enhances <<if $nicaeaAssignment == "whore">>prostitution<<elseif $nicaeaAssignment == "serve the public">>public service<<else>>fucktoy duty<</if>>, and respects <<if $nicaeaAchievement == "slaves">>owning many sex slaves<<elseif $nicaeaFocus == "devotion">>worshipful slaves<<else>>trusting slaves<</if>>. The creed is <<if $nicaeaPower > 1>>strong<<else>>somewhat weak<</if>>.
 	[[Implement|Policies][$arcologies[0].FSChattelReligionistCreed = 1, $cash -=5000, $rep -= 1000]]
 	//Repealing this policy costs twice as much as implementing it.//
 <</if>>
@@ -1272,13 +1272,13 @@
 
 <<if $arcologies[0].FSRomanRevivalist >= 40>>
 <<if $arcologies[0].FSRomanRevivalistSMR == 0>>
-	<br>''@@color:lime;Market Slave Expendability SMR:@@'' slave markets are encouraged to immediately dispose of low quality menial slaves in gladiatorial combats.
+	<br>''@@.lime;Market Slave Expendability SMR:@@'' slave markets are encouraged to immediately dispose of low quality menial slaves in gladiatorial combats.
 	[[Implement|Policies][$arcologies[0].FSRomanRevivalistSMR = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Roman Revivalism//
 <</if>>
 <<if $arcologies[0].FSRomanRevivalist >= 90>>
 <<if $arcologies[0].FSRomanRevivalistLaw == 0>>
-	<br>''@@color:lime;Republican Military Establishment:@@'' all citizens of stature will be required to participate personally in the defense of the state.
+	<br>''@@.lime;Republican Military Establishment:@@'' all citizens of stature will be required to participate personally in the defense of the state.
 	[[Implement|Policies][$arcologies[0].FSRomanRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will improve your arcology's combat power during crises//
 <</if>>
@@ -1287,13 +1287,13 @@
 
 <<if $arcologies[0].FSEgyptianRevivalist >= 40>>
 <<if $arcologies[0].FSEgyptianRevivalistSMR == 0>>
-	<br>''@@color:lime;Egyptian Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of ancient Egypt.
+	<br>''@@.lime;Egyptian Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of ancient Egypt.
 	[[Implement|Policies][$arcologies[0].FSEgyptianRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Egyptian Revivalism//
 <</if>>
 <<if $arcologies[0].FSEgyptianRevivalist >= 90>>
 <<if $arcologies[0].FSEgyptianRevivalistLaw == 0>>
-	<br>''@@color:lime;Pharaoh's Consort:@@'' your Head Girl will be given legal status as your Consort.
+	<br>''@@.lime;Pharaoh's Consort:@@'' your Head Girl will be given legal status as your Consort.
 	[[Implement|Policies][$arcologies[0].FSEgyptianRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will increase your Head Girl's prominence//
 <</if>>
@@ -1302,13 +1302,13 @@
 
 <<if $arcologies[0].FSEdoRevivalist >= 40>>
 <<if $arcologies[0].FSEdoRevivalistSMR == 0>>
-	<br>''@@color:lime;Edo Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of Edo Japan.
+	<br>''@@.lime;Edo Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of Edo Japan.
 	[[Implement|Policies][$arcologies[0].FSEdoRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Edo Revivalism//
 <</if>>
 <<if $arcologies[0].FSEdoRevivalist >= 90>>
 <<if $arcologies[0].FSEdoRevivalistLaw == 0>>
-	<br>''@@color:lime;Cultural Insularity:@@'' will protect the arcology from old world influences.
+	<br>''@@.lime;Cultural Insularity:@@'' will protect the arcology from old world influences.
 	[[Implement|Policies][$arcologies[0].FSEdoRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will speed the acceptance of all future societies//
 <</if>>
@@ -1317,12 +1317,12 @@
 
 <<if $arcologies[0].FSArabianRevivalist >= 40>>
 <<if $arcologies[0].FSArabianRevivalistSMR == 0>>
-	<br>''@@color:lime;Arabian Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of the old Caliphate.	[[Implement|Policies][$arcologies[0].FSArabianRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
+	<br>''@@.lime;Arabian Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of the old Caliphate.	[[Implement|Policies][$arcologies[0].FSArabianRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Arabian Revivalism//
 <</if>>
 <<if $arcologies[0].FSArabianRevivalist >= 90>>
 <<if $arcologies[0].FSArabianRevivalistLaw == 0>>
-	<br>''@@color:lime;Jizya Tax:@@'' will raise the rents of unassimilated citizens, speeding the acceptance of all future societies.	[[Implement|Policies][$arcologies[0].FSArabianRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
+	<br>''@@.lime;Jizya Tax:@@'' will raise the rents of unassimilated citizens, speeding the acceptance of all future societies.	[[Implement|Policies][$arcologies[0].FSArabianRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will moderately increase rental income and improve acceptance of all future societies//
 <</if>>
 <</if>>
@@ -1330,17 +1330,17 @@
 
 <<if $arcologies[0].FSChineseRevivalist >= 40>>
 <<if $arcologies[0].FSChineseRevivalistSMR == 0>>
-	<br>''@@color:lime;Imperial Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of Imperial China.	[[Implement|Policies][$arcologies[0].FSChineseRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
+	<br>''@@.lime;Imperial Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of Imperial China.	[[Implement|Policies][$arcologies[0].FSChineseRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Chinese Revivalism//
 <</if>>
 <<if $arcologies[0].FSChineseRevivalist >= 90>>
 <<if $arcologies[0].FSChineseRevivalistLaw == 0>>
-	<br>''@@color:lime;Slave Administrator Enabling Law:@@'' will afford your Head Girl considerable legal power, allowing her to accomplish even more slave training.	[[Implement|Policies][$arcologies[0].FSChineseRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
+	<br>''@@.lime;Slave Administrator Enabling Law:@@'' will afford your Head Girl considerable legal power, allowing her to accomplish even more slave training.	[[Implement|Policies][$arcologies[0].FSChineseRevivalistLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will moderately increase rental income//
 <</if>>
 <</if>>
 <</if>>
 
 <<else>>
-	<br>//@@color:red;You lack the reputation to implement policy.@@//
+	<br>//@@.red;You lack the reputation to implement policy.@@//
 <</if>>
diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw
index 1f928698cb6ebd0e8400bf73577994ab68cdb5f7..bc8254ca0d27e0d99dfd4a0e9a2f2ed96ec35b2f 100644
--- a/src/uncategorized/ptWorkaround.tw
+++ b/src/uncategorized/ptWorkaround.tw
@@ -6,36 +6,36 @@
 <<else>>
 	''You train''
 <</if>>
-''__@@color:pink;$activeSlave.slaveName@@__'' when she isn't otherwise occupied.
+''__@@.pink;$activeSlave.slaveName@@__'' when she isn't otherwise occupied.
 
 <<switch $trainingRegimen>>
 <<case "build her devotion">>
 
 <<set $activeSlave.devotion += 6>>
 <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "submissive") && ($activeSlave.anus > 0)>>
-	Since $activeSlave.slaveName is a submissive, you @@color:hotpink;build her devotion to you@@ by indulging her need to be dominated. Already smiling to herself, she changes into bondage gear that blinds her, forces her arms behind her back, forces her to present her breasts uncomfortably, and forces a painfully large dildo up her <<if $activeSlave.vagina > 0>>vagina and <</if>>anus. Thus attired, she is forced to serve you in whatever petty ways occur to you. She holds your tablet for you on her upthrust ass as you work, holds a thin beverage glass for you in her upturned mouth when you eat, and lies still so you can use her tits as a pillow whenever you recline. She loves it.
+	Since $activeSlave.slaveName is a submissive, you @@.hotpink;build her devotion to you@@ by indulging her need to be dominated. Already smiling to herself, she changes into bondage gear that blinds her, forces her arms behind her back, forces her to present her breasts uncomfortably, and forces a painfully large dildo up her <<if $activeSlave.vagina > 0>>vagina and <</if>>anus. Thus attired, she is forced to serve you in whatever petty ways occur to you. She holds your tablet for you on her upthrust ass as you work, holds a thin beverage glass for you in her upturned mouth when you eat, and lies still so you can use her tits as a pillow whenever you recline. She loves it.
 <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "cumslut") && ($PC.dick == 1)>>
-	Since $activeSlave.slaveName has an unusual taste for oral sex and cum, you @@color:hotpink;build her devotion to you@@ by indulging her. You allow her to spend her free time following you around. She is permitted to act as your private cum receptacle. If you use another slave, you usually pull out and give her smiling face a facial. When you come inside another slave instead, $activeSlave.slaveName is allowed to get your cum anyway, regardless of whether that requires the other slave to spit it into her mouth or $activeSlave.slaveName to suck it out of the other slave's vagina or rectum. Either way, she rubs her stomach happily after she's swallowed it down.
+	Since $activeSlave.slaveName has an unusual taste for oral sex and cum, you @@.hotpink;build her devotion to you@@ by indulging her. You allow her to spend her free time following you around. She is permitted to act as your private cum receptacle. If you use another slave, you usually pull out and give her smiling face a facial. When you come inside another slave instead, $activeSlave.slaveName is allowed to get your cum anyway, regardless of whether that requires the other slave to spit it into her mouth or $activeSlave.slaveName to suck it out of the other slave's vagina or rectum. Either way, she rubs her stomach happily after she's swallowed it down.
 	<<set $activeSlave.oralCount += 20, $oralTotal += 20>>
 <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "boobs")>>
-	Since $activeSlave.slaveName has an unusual taste for having her tits fondled, you @@color:hotpink;build her devotion to you@@ by indulging her. You keep her near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and play with her. She sometimes masturbates while you massage her breasts and pinch her nipples, but often she doesn't even need to.
+	Since $activeSlave.slaveName has an unusual taste for having her tits fondled, you @@.hotpink;build her devotion to you@@ by indulging her. You keep her near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and play with her. She sometimes masturbates while you massage her breasts and pinch her nipples, but often she doesn't even need to.
 	<<set $activeSlave.mammaryCount += 20, $mammaryTotal += 20>>
 <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "humiliation")>>
-	Since $activeSlave.slaveName has an unusual sexuality, you @@color:hotpink;build her devotion to you@@ by indulging her perversions. Since she's an absolute slut for humiliation, you let her whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you bring her on a leash and fuck her in public. She comes harder than ever when you push her naked body up against the wall of a crowded public arcology elevator and molest her.
+	Since $activeSlave.slaveName has an unusual sexuality, you @@.hotpink;build her devotion to you@@ by indulging her perversions. Since she's an absolute slut for humiliation, you let her whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you bring her on a leash and fuck her in public. She comes harder than ever when you push her naked body up against the wall of a crowded public arcology elevator and molest her.
 	<<set $activeSlave.oralCount += 4, $oralTotal += 4>>
 	<<BothVCheck 4 2>>
 <<elseif ($activeSlave.anus == 3) && ($activeSlave.vagina == 3)>>
-	$activeSlave.slaveName is a stretched-out, well-traveled slut. Some like their holes loose, but most prefer cunts and butts that don't make sloppy noises when fucked. So, you spend some quality care time with her, carefully massaging her abused holes with oils and lotions. She comes, of course, but her pussy and asshole do benefit from the treatment. You allow her to service you with her mouth to avoid spoiling your work right away. Afterward, she <<if ($activeSlave.amp != 1)>>@@color:hotpink;hugs you and gives you a kiss@@<<else>>@@color:hotpink;gives you a kiss and tries to hug you,@@ but without arms, all she manages is a sort of nuzzle<</if>>.
+	$activeSlave.slaveName is a stretched-out, well-traveled slut. Some like their holes loose, but most prefer cunts and butts that don't make sloppy noises when fucked. So, you spend some quality care time with her, carefully massaging her abused holes with oils and lotions. She comes, of course, but her pussy and asshole do benefit from the treatment. You allow her to service you with her mouth to avoid spoiling your work right away. Afterward, she <<if ($activeSlave.amp != 1)>>@@.hotpink;hugs you and gives you a kiss@@<<else>>@@.hotpink;gives you a kiss and tries to hug you,@@ but without arms, all she manages is a sort of nuzzle<</if>>.
 	<<set $activeSlave.vagina--, $activeSlave.anus--,
 	$activeSlave.oralCount += 5, $oralTotal += 5>>
 <<elseif $activeSlave.vagina == 0>>
-	$activeSlave.slaveName's accustomed to the slave life, so the experience is almost novel for her and she is @@color:hotpink;touched by the affection@@. She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her virginity. You gently stimulate her clit while she sucks you off, bringing her to a moaning climax as you cum in her mouth.
+	$activeSlave.slaveName's accustomed to the slave life, so the experience is almost novel for her and she is @@.hotpink;touched by the affection@@. She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her virginity. You gently stimulate her clit while she sucks you off, bringing her to a moaning climax as you cum in her mouth.
 	<<set $activeSlave.oralCount += 5, $oralTotal += 5>>
 <<elseif ($activeSlave.anus == 0) && ($activeSlave.vagina < 0)>>
-	You haven't decided to take $activeSlave.slaveName's anus yet, so you let her suck you off and play with herself while she does. You stroke her hair, play with her tits, and generally pamper her while she orally services you. She's accustomed to the slave life, so the experience of affection is novel for her and she is @@color:hotpink;touched by the affection@@. She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her virgin hole.
+	You haven't decided to take $activeSlave.slaveName's anus yet, so you let her suck you off and play with herself while she does. You stroke her hair, play with her tits, and generally pamper her while she orally services you. She's accustomed to the slave life, so the experience of affection is novel for her and she is @@.hotpink;touched by the affection@@. She isn't used to being kissed, teased and massaged. She's almost disappointed when it becomes clear that you don't mean to take her virgin hole.
 	<<set $activeSlave.oralCount += 5, $oralTotal += 5>>
 <<else>>
-	You fuck $activeSlave.slaveName, of course, but you do it slowly and lovingly. She's accustomed to the slave life, so the experience is almost novel for her and she is affectingly @@color:hotpink;touched by the affection@@. She isn't used to being kissed, teased and massaged before she takes cock. Slaves are usually used without regard to their orgasm, so she's also surprised and gratified when you make meticulous efforts to delay your own orgasm so it can coincide with her own. She's a puddle on the sheets under your hands.
+	You fuck $activeSlave.slaveName, of course, but you do it slowly and lovingly. She's accustomed to the slave life, so the experience is almost novel for her and she is affectingly @@.hotpink;touched by the affection@@. She isn't used to being kissed, teased and massaged before she takes cock. Slaves are usually used without regard to their orgasm, so she's also surprised and gratified when you make meticulous efforts to delay your own orgasm so it can coincide with her own. She's a puddle on the sheets under your hands.
 	<<set $activeSlave.oralCount += 4, $oralTotal += 4>>
     <<if $activeSlave.vagina == 0>>
         <<VaginalVCheck 4>>
@@ -44,32 +44,32 @@
     <</if>>
 <</if>>
 <<if ($PC.career == "slaver") || ($PC.career == "arcology owner")>>
-	Your @@color:springgreen;slave training experience@@ allows you to @@color:hotpink;bend her to your will@@ more quickly without provoking resistance.
+	Your @@.springgreen;slave training experience@@ allows you to @@.hotpink;bend her to your will@@ more quickly without provoking resistance.
 	<<set $activeSlave.devotion += 1>>
 <</if>>
 <<if ($activeSlave.trust > 10)>>
-	Spending time with you @@color:mediumaquamarine;builds her trust in <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>.@@
+	Spending time with you @@.mediumaquamarine;builds her trust in <<if def $PC.customTitle>>her $PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>.@@
 	<<set $activeSlave.trust += 4>>
 <<else>>
-	Spending time with you @@color:mediumaquamarine;reduces her fear towards you.@@
+	Spending time with you @@.mediumaquamarine;reduces her fear towards you.@@
 	<<set $activeSlave.trust += 4>>
 <</if>>
 
 <<case "look after her">>
 	<<if ($activeSlave.health < 100)>>
-		Your close and expert attention improves her health in a way drug treatment or mere medical intervention cannot. @@color:green;Her health has improved.@@
+		Your close and expert attention improves her health in a way drug treatment or mere medical intervention cannot. @@.green;Her health has improved.@@
 		<<set $activeSlave.health = $activeSlave.health+10>>
 	<</if>>
 	<<if ($activeSlave.anus == 3) || ($activeSlave.vagina == 3)>>
 		$activeSlave.slaveName is a veteran sex slave and has seen hard use. Tightening up a slave is difficult, but with close supervision and attention it can be done. You and your other slaves carefully apply injections, creams, and massage, and her other work is carefully managed to reduce wear and tear.
 		<<if ($activeSlave.anus == 3) && (random(1,100) > 50)>>
-			@@color:orange;Her anus has recovered and is now merely loose.@@
+			@@.orange;Her anus has recovered and is now merely loose.@@
 			<<set $activeSlave.anus-->>
 		<<elseif ($activeSlave.anus == 3)>>
 			Her distended anus does not improve this week.
 		<</if>>
 		<<if ($activeSlave.vagina == 3) && (random(1,100) > 50)>>
-			@@color:orange;Her pussy has tightened.@@
+			@@.orange;Her pussy has tightened.@@
 			<<set $activeSlave.vagina-->>
 		<<elseif ($activeSlave.vagina == 3)>>
 			Her loose pussy does not recover this week.
@@ -114,28 +114,28 @@
 		You make progress, but she's the same at the end of the week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		By the end of the week, @@color:green;you resolve her flaw into something special.@@ @@color:hotpink;Her obedience has increased.@@
+		By the end of the week, @@.green;you resolve her flaw into something special.@@ @@.hotpink;Her obedience has increased.@@
 		<<SoftenBehavioralFlaw $activeSlave>>
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 		<<if ($activeSlave.fetish == "submissive")>>
-			She really takes to your close attention; @@color:pink;she's a natural submissive!@@
+			She really takes to your close attention; @@.pink;she's a natural submissive!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "cumslut")>>
-			While you're giving her personal attention, you discover by chance that @@color:pink;she has an oral fixation!@@
+			While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "masochist")>>
-			While you're giving her personal correction, you discover by chance that @@color:pink;she likes pain!@@
+			While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "humiliation")>>
-			While you're giving her personal attention in public, you discover by chance that @@color:pink;she likes humiliation!@@
+			While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<</if>>
 	<</if>>
 	<<if ($activeSlave.behavioralFlaw == "none")>>
 		With her behavioral flaw softened,
-		@@color:yellow;her training assignment has defaulted to
+		@@.yellow;her training assignment has defaulted to
 		<<if ($activeSlave.sexualFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>>
 			breaking her will.
@@ -200,28 +200,28 @@
 		You make progress, but she's the same at the end of the week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		By the end of the week, @@color:green;you resolve her flaw into something special.@@ @@color:hotpink;Her obedience has increased.@@
+		By the end of the week, @@.green;you resolve her flaw into something special.@@ @@.hotpink;Her obedience has increased.@@
 		<<SoftenSexualFlaw $activeSlave>>
 		<<set $activeSlave.devotion += 4>>
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 		<<if ($activeSlave.fetish == "submissive")>>
-			She really takes to your close attention; @@color:pink;she's a natural submissive!@@
+			She really takes to your close attention; @@.pink;she's a natural submissive!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "cumslut")>>
-			While you're giving her personal attention, you discover by chance that @@color:pink;she has an oral fixation!@@
+			While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "masochist")>>
-			While you're giving her personal correction, you discover by chance that @@color:pink;she likes pain!@@
+			While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "humiliation")>>
-			While you're giving her personal attention in public, you discover by chance that @@color:pink;she likes humiliation!@@
+			While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<</if>>
 	<</if>>
 	<<if ($activeSlave.sexualFlaw == "none")>>
 		With her sexual flaw softened,
-		@@color:yellow;her training assignment has defaulted to
+		@@.yellow;her training assignment has defaulted to
 		<<if ($activeSlave.behavioralFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>>
 			breaking her will.
@@ -294,16 +294,16 @@
 	<<else>>
 		She's learned everything you can teach, and is now a masterful
 		<<if ($activeSlave.vaginalSkill >= 100)>>
-			slut; @@color:yellow;her assignment has defaulted to fostering devotion.@@
+			slut; @@.yellow;her assignment has defaulted to fostering devotion.@@
 			<<set $trainingRegimen = "build her devotion">>
 		<<elseif ($activeSlave.vagina == -1) && ($activeSlave.balls == 0)>>
-			gelded bitch; @@color:yellow;her assignment has defaulted to fostering devotion.@@
+			gelded bitch; @@.yellow;her assignment has defaulted to fostering devotion.@@
 			<<set $trainingRegimen = "build her devotion">>
 		<<elseif ($activeSlave.vagina == -1)>>
-			shemale slut; @@color:yellow;her assignment has defaulted to fostering devotion.@@
+			shemale slut; @@.yellow;her assignment has defaulted to fostering devotion.@@
 			<<set $trainingRegimen = "build her devotion">>
 		<<elseif ($activeSlave.vaginalAccessory == "chastity belt")>>
-			slut, notwithstanding her chastity belt; @@color:yellow;her assignment has defaulted to fostering devotion.@@
+			slut, notwithstanding her chastity belt; @@.yellow;her assignment has defaulted to fostering devotion.@@
 			<<set $trainingRegimen = "build her devotion">>
 		<</if>>
 	<</if>>
@@ -316,35 +316,35 @@
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 	<<if ($activeSlave.devotion < -80) && ($activeSlave.anus != 0)>>
-		You bind her securely to a special chair in your office. Yours is a busy week, with a lot of business interviews, so whenever the interviewee has pleased you, you offer him or her the use of the poor slave's body on the way out. The chair is specially designed so that the seat, back and armrests can rotate vertically relative to the ground, so her body can be spun to make any of her holes convenient. Fortunately, it also has a pan beneath it to stop the generous stream of ejaculate and lubricant that drips from her from besmirching the floor. She can't help but @@color:gold;become used to the abuse@@ despite her @@color:mediumorchid;resentment.@@
+		You bind her securely to a special chair in your office. Yours is a busy week, with a lot of business interviews, so whenever the interviewee has pleased you, you offer him or her the use of the poor slave's body on the way out. The chair is specially designed so that the seat, back and armrests can rotate vertically relative to the ground, so her body can be spun to make any of her holes convenient. Fortunately, it also has a pan beneath it to stop the generous stream of ejaculate and lubricant that drips from her from besmirching the floor. She can't help but @@.gold;become used to the abuse@@ despite her @@.mediumorchid;resentment.@@
 		<<BothVCheck 10 5>>
 	<<elseif ($activeSlave.devotion < -60) && ($activeSlave.anus != 0)>>
-		$activeSlave.slaveName is really wild and stern measures must be taken. So, she is forced, struggling and screaming, into a latex suit that completely blinds, deafens, and immobilizes her. So attired, the only places where she can feel any sensations at all other than endless latex darkness are her <<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>pussy, and cock<<elseif ($activeSlave.dick != 0)>>cock<<else>>pussy<</if>> and backdoor. For her, time becomes a featureless, torturous boredom broken only by occasional rape. Eventually, she becomes so @@color:mediumorchid;desperate@@ for something, anything, to break the monotony that she begins to look forward to the next time a phallus will @@color:gold;force@@ its way into her.
+		$activeSlave.slaveName is really wild and stern measures must be taken. So, she is forced, struggling and screaming, into a latex suit that completely blinds, deafens, and immobilizes her. So attired, the only places where she can feel any sensations at all other than endless latex darkness are her <<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>>pussy, and cock<<elseif ($activeSlave.dick != 0)>>cock<<else>>pussy<</if>> and backdoor. For her, time becomes a featureless, torturous boredom broken only by occasional rape. Eventually, she becomes so @@.mediumorchid;desperate@@ for something, anything, to break the monotony that she begins to look forward to the next time a phallus will @@.gold;force@@ its way into her.
 		<<BothVCheck 6 3>>
 	<<elseif ($activeSlave.devotion < -50) && ($activeSlave.hStyle != "shaved") && (random(1,100) > 90)>>
-		$activeSlave.slaveName needs to be taken down a peg. Fortunately, you know just the thing. You bring her into a bathroom, place a chair in the tub, and tie her securely to the chair. She isn't too perturbed - she probably expects a face fuck under running water or something like that - but she begins to cry when she hears you switch on an electric shaver. She luxuriates in her hair, flaunting it every chance she gets; it's something of value in a bleak slave world and she sobs as you shave it off her. Afterward, she sniffles and @@color:gold;looks at you in fear@@ and @@color:mediumorchid;unhappiness@@ when you rub her newly bald scalp. Of course, there's always the body modification studio if you ever feel like she's earned her hair back.
+		$activeSlave.slaveName needs to be taken down a peg. Fortunately, you know just the thing. You bring her into a bathroom, place a chair in the tub, and tie her securely to the chair. She isn't too perturbed - she probably expects a face fuck under running water or something like that - but she begins to cry when she hears you switch on an electric shaver. She luxuriates in her hair, flaunting it every chance she gets; it's something of value in a bleak slave world and she sobs as you shave it off her. Afterward, she sniffles and @@.gold;looks at you in fear@@ and @@.mediumorchid;unhappiness@@ when you rub her newly bald scalp. Of course, there's always the body modification studio if you ever feel like she's earned her hair back.
 		<<set $activeSlave.hStyle = "shaved", $activeSlave.hLength = 0>>
 	<<elseif ($activeSlave.anus > 0) && (random(1,100) < 10)>>
-		Sometimes, there's no need to be clever. The first indication she gets that you've decided to train her this week is when she wakes suddenly in the middle of the night to the burning sensation of a <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> being shoved up her ass. Not knowing what is happening, she struggles, but since she was already lying in her bed you just lie on top of her and press her wriggling body into the sheets as you assrape her. For the rest of the week, she finds herself grabbed and fucked. She can't help but @@color:gold;become used to the abuse@@ despite her @@color:mediumorchid;resentment.@@
+		Sometimes, there's no need to be clever. The first indication she gets that you've decided to train her this week is when she wakes suddenly in the middle of the night to the burning sensation of a <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> being shoved up her ass. Not knowing what is happening, she struggles, but since she was already lying in her bed you just lie on top of her and press her wriggling body into the sheets as you assrape her. For the rest of the week, she finds herself grabbed and fucked. She can't help but @@.gold;become used to the abuse@@ despite her @@.mediumorchid;resentment.@@
 		<<AnalVCheck 6>>
 	<<else>>
-		$activeSlave.slaveName violently resists you whenever she can. This cannot be permitted, so after a particularly severe bout of physical resistance, you decide to employ an old method of breaking a mind without damaging a body. You secure her to a board and gently wash her face with a wet cloth. She spits in defiance, only to be surprised when you lower the board so that her feet are higher than her head. You tie the cloth around her face. A thin stream of water onto the cloth produces all the feeling and none of the reality of a slow death by drowning. Waterboarding isn't much use for extracting information, but it works well for @@color:gold;slavebreaking.@@
+		$activeSlave.slaveName violently resists you whenever she can. This cannot be permitted, so after a particularly severe bout of physical resistance, you decide to employ an old method of breaking a mind without damaging a body. You secure her to a board and gently wash her face with a wet cloth. She spits in defiance, only to be surprised when you lower the board so that her feet are higher than her head. You tie the cloth around her face. A thin stream of water onto the cloth produces all the feeling and none of the reality of a slow death by drowning. Waterboarding isn't much use for extracting information, but it works well for @@.gold;slavebreaking.@@
 	<</if>>
 	<<if ($PC.career == "slaver") || ($PC.career == "arcology owner")>>
-		Your @@color:springgreen;slavebreaking experience@@ allows you to apply @@color:gold;exquisitely calibrated@@ mental pressure.
+		Your @@.springgreen;slavebreaking experience@@ allows you to apply @@.gold;exquisitely calibrated@@ mental pressure.
 		<<set $activeSlave.trust -= 2>>
 	<</if>>
 	<<if ($activeSlave.trust < -20) && ($activeSlave.fetishKnown == 0)>>
-		She is now fully broken; @@color:yellow;her training assignment has defaulted to exploring her sexuality.@@
+		She is now fully broken; @@.yellow;her training assignment has defaulted to exploring her sexuality.@@
 		<<set $trainingRegimen = "explore her sexuality">>
 	<<elseif ($activeSlave.trust < -20)>>
-		She is now fully broken; @@color:yellow;her training assignment has defaulted to fostering devotion.@@
+		She is now fully broken; @@.yellow;her training assignment has defaulted to fostering devotion.@@
 		<<set $trainingRegimen = "build her devotion">>
 	<<elseif ($activeSlave.devotion > 20) && ($activeSlave.fetishKnown == 0)>>
-		She is now obedient and attentive; @@color:yellow;her training assignment has defaulted to exploring her sexuality.@@
+		She is now obedient and attentive; @@.yellow;her training assignment has defaulted to exploring her sexuality.@@
 		<<set $trainingRegimen = "explore her sexuality">>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She is now obedient and attentive; @@color:yellow;her training assignment has defaulted to fostering devotion.@@
+		She is now obedient and attentive; @@.yellow;her training assignment has defaulted to fostering devotion.@@
 		<<set $trainingRegimen = "build her devotion">>
 	<</if>>
 
@@ -352,65 +352,65 @@
 	<<set $activeSlave.devotion -= 5, $activeSlave.trust -= 10, $activeSlave.health-->>
 	<<if ($activeSlave.fetish == "mindbroken")>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName's mind is broken. She is a boring slave to torture, though her body will still occasionally react to intense pain. No matter what you try, nothing really reaches her destroyed soul. The agonies do @@color:red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		$activeSlave.slaveName's mind is broken. She is a boring slave to torture, though her body will still occasionally react to intense pain. No matter what you try, nothing really reaches her destroyed soul. The agonies do @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.devotion < -90)>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		Old traditions should not be forgotten. The scourge is the oldest slavebreaking tool known to man, and to slave girls who do not properly obey men. For the whole week, whenever $activeSlave.slaveName disobeys you or whenever the whim strikes, you bind her securely and flog her without mercy. You use a soft leather appliance and apply medical care afterward, so there will be no permanent scarring, but @@color:red;her health is affected and the beatings leave her with a $activeSlave.minorInjury.@@ She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience.@@
+		Old traditions should not be forgotten. The scourge is the oldest slavebreaking tool known to man, and to slave girls who do not properly obey men. For the whole week, whenever $activeSlave.slaveName disobeys you or whenever the whim strikes, you bind her securely and flog her without mercy. You use a soft leather appliance and apply medical care afterward, so there will be no permanent scarring, but @@.red;her health is affected and the beatings leave her with a $activeSlave.minorInjury.@@ She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience.@@
 	<<elseif ($activeSlave.devotion < -50) && ($activeSlave.anus > 0)>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName is willing to physically defend herself against sexual abuse. Training her out of this rebelliousness is a nice sexual change of pace. For the entire week, whenever she commits some minor sin, you fight her into a state of physical submission and then sodomize her. This usually requires an extended beating to render her quiescent, followed by holding her down so that her struggles do not dislodge your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> from her delightfully spasming butthole. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the extreme stress @@color:red;affects her health, leaving her with a $activeSlave.minorInjury.@@
+		$activeSlave.slaveName is willing to physically defend herself against sexual abuse. Training her out of this rebelliousness is a nice sexual change of pace. For the entire week, whenever she commits some minor sin, you fight her into a state of physical submission and then sodomize her. This usually requires an extended beating to render her quiescent, followed by holding her down so that her struggles do not dislodge your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> from her delightfully spasming butthole. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects her health, leaving her with a $activeSlave.minorInjury.@@
 		<<AnalVCheck 6>>
 	<<elseif ($activeSlave.balls > 0)>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName has indefensible, obvious targets for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her cock and balls are dangling defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to her member and sack, while beating the rest of her thoroughly. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the beatings @@color:red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		$activeSlave.slaveName has indefensible, obvious targets for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her cock and balls are dangling defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to her member and sack, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.dick > 0)>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her cock is dangling defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to her member, while beating the rest of her thoroughly. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the beatings @@color:red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her cock is dangling defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple beatings to her member, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.clit > 0)>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her unusually large clit is visible and defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple slaps to her womanhood, while beating the rest of her thoroughly. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the beatings @@color:red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		$activeSlave.slaveName has an indefensible, obvious target for harsh breaking. Whenever she falls short in the smallest way, you bind her in such a way that her unusually large clit is visible and defenseless, and she cannot move to avoid blows. You then indulge your inventiveness, applying clips, weights, and simple slaps to her womanhood, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.nipples == "huge")>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		$activeSlave.slaveName's nipples beg for punishment. Whenever she falls short in the smallest way, you bind her in such a way that breasts dangle, her nipples are free and at your mercy, and she can only move enough to cause her boobs to sway erotically when she flinches with pain. You then indulge your inventiveness, applying clips, weights, and simple abuse to her nipples, while beating the rest of her thoroughly. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the beatings @@color:red;affect her health, leaving her with a $activeSlave.minorInjury.@@
+		$activeSlave.slaveName's nipples beg for punishment. Whenever she falls short in the smallest way, you bind her in such a way that breasts dangle, her nipples are free and at your mercy, and she can only move enough to cause her boobs to sway erotically when she flinches with pain. You then indulge your inventiveness, applying clips, weights, and simple abuse to her nipples, while beating the rest of her thoroughly. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect her health, leaving her with a $activeSlave.minorInjury.@@
 	<<elseif ($activeSlave.anus > 0)>>
-		You bind $activeSlave.slaveName with the head of an uncomfortably large dildo just inside her anus. The setup offers her a choice: she can either stand and have only tip up her butt, or she can take her weight off her legs, and take a massive phallus up the ass. You keep her like this for hours on end. At the start she tries to stand all the time. Then, she tries to rest on it for short periods, but realizes that this up and down motion really just leads to her assraping herself. Finally, she becomes so tired and apathetic that she accepts having a dildo up the ass, and sits down. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the extreme stress @@color:red;affects her health.@@
+		You bind $activeSlave.slaveName with the head of an uncomfortably large dildo just inside her anus. The setup offers her a choice: she can either stand and have only tip up her butt, or she can take her weight off her legs, and take a massive phallus up the ass. You keep her like this for hours on end. At the start she tries to stand all the time. Then, she tries to rest on it for short periods, but realizes that this up and down motion really just leads to her assraping herself. Finally, she becomes so tired and apathetic that she accepts having a dildo up the ass, and sits down. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects her health.@@
 	<<else>>
 		<<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>
-		The first time you force $activeSlave.slaveName to please you this week, she could be forgiven for thinking sexual abuse is to be her sentence. By the end of the week she remembers only fearing rape as a pleasant dream. This change is due to your program of roughly using her whenever she shows any sign of sleeping. You reward her with a short doze now and then, but she is slowly reduced to a nearly insensible state of agonizing fatigue. She is subjected to @@color:mediumorchid;immense mental pressure@@ @@color:gold;in favor of obedience,@@ but the extreme stress and rough treatment @@color:red;affect her health and leave her with a $activeSlave.minorInjury.@@
+		The first time you force $activeSlave.slaveName to please you this week, she could be forgiven for thinking sexual abuse is to be her sentence. By the end of the week she remembers only fearing rape as a pleasant dream. This change is due to your program of roughly using her whenever she shows any sign of sleeping. You reward her with a short doze now and then, but she is slowly reduced to a nearly insensible state of agonizing fatigue. She is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress and rough treatment @@.red;affect her health and leave her with a $activeSlave.minorInjury.@@
 	<</if>>
 	<<if ($activeSlave.fetish != "mindbroken")>>
 		<<set _seed = random(1,100)>>
 		<<if (_seed > 90)>>
-			This abuse has shattered her already-fragile self; @@color:red;her mind has been broken.@@
+			This abuse has shattered her already-fragile self; @@.red;her mind has been broken.@@
 			<<set $activeSlave.fetish = "mindbroken", $activeSlave.sexualFlaw = "none" $activeSlave.behavioralFlaw = "none">>
 		<<elseif (_seed > 80) && ($activeSlave.behavioralFlaw != "hates men") && ($activeSlave.behavioralFlaw != "hates women")>>
 			This abuse has associated
 			<<if ($PC.dick == 1)>>
-				cocks and masculinity with pain in her mind; @@color:red;she now instinctively hates men.@@
+				cocks and masculinity with pain in her mind; @@.red;she now instinctively hates men.@@
 				<<set $activeSlave.behavioralFlaw = "hates men">>
 			<<else>>
-				pussies and femininity with pain in her mind; @@color:red;she now instinctively hates women.@@
+				pussies and femininity with pain in her mind; @@.red;she now instinctively hates women.@@
 				<<set $activeSlave.behavioralFlaw = "hates women">>
 			<</if>>
 		<<elseif (_seed > 70) && ($activeSlave.sexualFlaw != "odd")>>
-			This abuse has changed her a bit; @@color:red;she has begun to act strangely.@@
+			This abuse has changed her a bit; @@.red;she has begun to act strangely.@@
 			<<set $activeSlave.behavioralFlaw = "odd">>
 		<</if>>
 	<</if>>
 	A week of agony
 	<<if ($activeSlave.trust > 20)>>
-		@@color:gold;reduces her trust@@ in you.
+		@@.gold;reduces her trust@@ in you.
 		<<set $activeSlave.trust -= 10>>
 	<<else>>
-		@@color:gold;encourages her fear@@ of you.
+		@@.gold;encourages her fear@@ of you.
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 	<<if ($PC.slaving >= 100)>>
-		Your @@color:springgreen;slave-breaking experience@@ allows you to apply @@color:gold;exquisite agony@@ without any increase in damage.
+		Your @@.springgreen;slave-breaking experience@@ allows you to apply @@.gold;exquisite agony@@ without any increase in damage.
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
 	<<if ($activeSlave.devotion > 20)>>
-		She is now fully broken; @@color:yellow;her training assignment has defaulted to fostering devotion.@@
+		She is now fully broken; @@.yellow;her training assignment has defaulted to fostering devotion.@@
 		<<set $trainingRegimen = "build her devotion">>
 	<</if>>
 
@@ -456,21 +456,21 @@
 		You make progress, but she's the same at the end of the week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		By the end of the week, @@color:green;you break her of her bad habits.@@ @@color:hotpink;Her obedience has increased.@@
+		By the end of the week, @@.green;you break her of her bad habits.@@ @@.hotpink;Her obedience has increased.@@
 		<<set $activeSlave.behavioralFlaw = "none", $activeSlave.devotion += 4>>
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 		<<if ($activeSlave.fetish == "submissive")>>
-			She really takes to your close attention; @@color:pink;she's a natural submissive!@@
+			She really takes to your close attention; @@.pink;she's a natural submissive!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "cumslut")>>
-			While you're giving her personal attention, you discover by chance that @@color:pink;she has an oral fixation!@@
+			While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "masochist")>>
-			While you're giving her personal correction, you discover by chance that @@color:pink;she likes pain!@@
+			While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "humiliation")>>
-			While you're giving her personal attention in public, you discover by chance that @@color:pink;she likes humiliation!@@
+			While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<</if>>
 	<</if>>
@@ -478,14 +478,14 @@
 		With her behavioral flaw trained out,
 		<<if ($activeSlave.sexualFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>>
-				@@color:yellow;her training assignment has defaulted to breaking her will.@@
+				@@.yellow;her training assignment has defaulted to breaking her will.@@
 				<<set $trainingRegimen = "break her will">>
 			<<else>>
-				@@color:yellow;her training assignment has defaulted to fostering devotion.@@
+				@@.yellow;her training assignment has defaulted to fostering devotion.@@
 				<<set $trainingRegimen = "build her devotion">>
 			<</if>>
 		<<else>>
-			@@color:yellow;her training assignment has defaulted to addressing her sexual flaw.@@
+			@@.yellow;her training assignment has defaulted to addressing her sexual flaw.@@
 			<<set $trainingRegimen = "fix her sexual flaw">>
 		<</if>>
 	<</if>>
@@ -579,27 +579,27 @@
 		You make progress, but she's the same at the end of the week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		By the end of the week, @@color:green;you break her of her bad habits.@@ @@color:hotpink;Her obedience has increased.@@
+		By the end of the week, @@.green;you break her of her bad habits.@@ @@.hotpink;Her obedience has increased.@@
 		<<set $activeSlave.sexualFlaw = "none", $activeSlave.devotion += 4>>
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 		<<if ($activeSlave.fetish == "submissive")>>
-			She really takes to your close attention; @@color:pink;she's a natural submissive!@@
+			She really takes to your close attention; @@.pink;she's a natural submissive!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "cumslut")>>
-			While you're giving her personal attention, you discover by chance that @@color:pink;she has an oral fixation!@@
+			While you're giving her personal attention, you discover by chance that @@.pink;she has an oral fixation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "masochist")>>
-			While you're giving her personal correction, you discover by chance that @@color:pink;she likes pain!@@
+			While you're giving her personal correction, you discover by chance that @@.pink;she likes pain!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<<elseif ($activeSlave.fetish == "humiliation")>>
-			While you're giving her personal attention in public, you discover by chance that @@color:pink;she likes humiliation!@@
+			While you're giving her personal attention in public, you discover by chance that @@.pink;she likes humiliation!@@
 			<<set ($activeSlave.fetishKnown = 1)>>
 		<</if>>
 	<</if>>
 	<<if ($activeSlave.sexualFlaw == "none")>>
 		With her sexual flaw trained out,
-		@@color:yellow;her training assignment has defaulted to
+		@@.yellow;her training assignment has defaulted to
 		<<if ($activeSlave.behavioralFlaw == "none")>>
 			<<if ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>>
 				breaking her will.
@@ -619,7 +619,7 @@
 	<<set $activeSlave.fetishKnown = 1, $activeSlave.attrKnown = 1>>
 	You set about investigating her sexuality.
 	<<if ($activeSlave.devotion < -20) && ($activeSlave.trust > -20)>>
-		She's so resistant that you have to fill her with psychoactive drugs and restrain her painfully in order to learn anything. This abuse @@color:mediumorchid;increases her hatred.@@
+		She's so resistant that you have to fill her with psychoactive drugs and restrain her painfully in order to learn anything. This abuse @@.mediumorchid;increases her hatred.@@
 		<<set $activeSlave.devotion -= 5>>
 	<<elseif $activeSlave.devotion <= 20>>
 		You anticipate that she won't be sufficiently compliant with some of the extreme practices you mean to investigate, so you give her a hearty dose of aphrodisiacs and place her in bondage gear. She isn't happy, but soon she's too horny to care.
@@ -628,43 +628,43 @@
 	<</if>>
 	You start off by making her view a medley of pornography while $assistantName monitors her for arousal. It seems she is
 	<<if $activeSlave.attrXY <= 5>>
-		@@color:red;disgusted by men@@
+		@@.red;disgusted by men@@
 	<<elseif $activeSlave.attrXY <= 15>>
-		@@color:red;turned off by men@@
+		@@.red;turned off by men@@
 	<<elseif $activeSlave.attrXY <= 35>>
-		@@color:red;not attracted to men@@
+		@@.red;not attracted to men@@
 	<<elseif $activeSlave.attrXY <= 65>>
 		indifferent to men,
 	<<elseif $activeSlave.attrXY <= 85>>
-		@@color:green;attracted to men@@
+		@@.green;attracted to men@@
 	<<elseif $activeSlave.attrXY <= 95>>
-		@@color:green;aroused by men@@
+		@@.green;aroused by men@@
 	<<else>>
-		@@color:green;passionate about men@@
+		@@.green;passionate about men@@
 	<</if>>
 	and
 	<<if $activeSlave.attrXX <= 5>>
-		@@color:red;disgusted by women.@@
+		@@.red;disgusted by women.@@
 	<<elseif $activeSlave.attrXX <= 15>>
-		@@color:red;turned off by women.@@
+		@@.red;turned off by women.@@
 	<<elseif $activeSlave.attrXX <= 35>>
-		@@color:red;not attracted to women.@@
+		@@.red;not attracted to women.@@
 	<<elseif $activeSlave.attrXX <= 65>>
 		indifferent to women.
 	<<elseif $activeSlave.attrXX <= 85>>
-		@@color:green;attracted to women.@@
+		@@.green;attracted to women.@@
 	<<elseif $activeSlave.attrXX <= 95>>
-		@@color:green;aroused by women.@@
+		@@.green;aroused by women.@@
 	<<else>>
-		@@color:green;passionate about women.@@
+		@@.green;passionate about women.@@
 	<</if>>
 	<<if $activeSlave.fetishKnown != 1>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;You then give her a good exploratory fondle. You play with her nipples and each of her holes and gauge her reaction.
 	<<if $activeSlave.fetish == "boobs">>
-		You've barely touched her nipples before she moans. After some experimentation, it becomes clear that her nipples might as well be a pair of slightly less sensitive clits. Finding her mammary fixation with you has @@color:hotpink;increased her devotion to you.@@
+		You've barely touched her nipples before she moans. After some experimentation, it becomes clear that her nipples might as well be a pair of slightly less sensitive clits. Finding her mammary fixation with you has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.fetish == "buttslut">>
-		<<if $activeSlave.vagina >= 0>>When you move from fingering her pussy to her asshole,<<else>>When you move from fondling her mouth to her asshole,<</if>> you've barely touched her butt before she comes explosively. After some experimentation, it becomes clear that her g-spot might as well be located up her ass. Finding her anal fixation with you has @@color:hotpink;increased her devotion to you.@@
+		<<if $activeSlave.vagina >= 0>>When you move from fingering her pussy to her asshole,<<else>>When you move from fondling her mouth to her asshole,<</if>> you've barely touched her butt before she comes explosively. After some experimentation, it becomes clear that her g-spot might as well be located up her ass. Finding her anal fixation with you has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She shows no real reaction when you move your fingers from hole to hole, because she seems to react with arousal to fingers in any of them.
@@ -673,7 +673,7 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Next, you demand extreme submission from her. You make her change into bondage gear that blinds her, restricts her movement, forces her to present her breasts uncomfortably, and holds vibrators against her. Thus attired, she is forced to serve you in whatever petty ways occur to you.
 	<<if $activeSlave.fetish == "submissive">>
-		During the first hour of this treatment, she cums hard against the vibrators. She's a natural submissive! Discovering this about herself under your hands has @@color:hotpink;increased her devotion to you.@@
+		During the first hour of this treatment, she cums hard against the vibrators. She's a natural submissive! Discovering this about herself under your hands has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She complies, showing the same enthusiasm for this as for other sex.
@@ -682,7 +682,7 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Before you let her out of the extreme bondage, you rain a series of light blows across her nipples and buttocks.
 	<<if $activeSlave.fetish == "masochist">>
-		She almost orgasms at the stinging pain. She's a masochist! This discovery has @@color:hotpink;increased her devotion to you.@@
+		She almost orgasms at the stinging pain. She's a masochist! This discovery has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She enjoys the pain play, but she seems to enjoy everything you try.
@@ -691,7 +691,7 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;The next day, she continues to accompany you. Whenever cum is involved in your day's affairs in any way, you require her to clean it up with her mouth.
 	<<if $activeSlave.fetish == "cumslut">>
-		She enjoys this treatment. She's a cumslut! Discovering this about herself under your hands has @@color:hotpink;increased her devotion to you.@@
+		She enjoys this treatment. She's a cumslut! Discovering this about herself under your hands has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She enjoys using her mouth, but no more than other kinds of sexual activity.
@@ -700,7 +700,7 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;You carefully watch her reaction as you let her spend a short time relaxing with a pregnant slave.
 	<<if $activeSlave.fetish == "pregnancy">>
-		She's fascinated. She fetishizes fertility! Discovering this with you has @@color:hotpink;increased her devotion to you.@@
+		She's fascinated. She fetishizes fertility! Discovering this with you has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She spends most of the rest ogling the pregnant slave's boobs.
@@ -709,7 +709,7 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;You restrain the pregnant slave and administer a brief beating across her bare buttocks, ensuring that you cause enough pain to produce a few tears, a bit of begging, and some struggling.
 	<<if $activeSlave.fetish == "sadist">>
-		She's almost painfully aroused. She's titillated by the idea of causing pain! Discovering this about herself under your direction has @@color:hotpink;increased her devotion to you.@@
+		She's almost painfully aroused. She's titillated by the idea of causing pain! Discovering this about herself under your direction has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She enjoys watching the poor pregnant slave wriggle, but she's watching her butt rather than the beating.
@@ -718,7 +718,7 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Before letting the poor pregnant slave go, you require $activeSlave.slaveName to add a blindfold to the restraints.
 	<<if $activeSlave.fetish == "dom">>
-		She seems to really enjoy blindfolding the poor girl, reassuring her as she does. She's a natural sexual top! Discovering this about herself under your direction has @@color:hotpink;increased her devotion to you.@@
+		She seems to really enjoy blindfolding the poor girl, reassuring her as she does. She's a natural sexual top! Discovering this about herself under your direction has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
 		She enjoys getting closer to the slave, mostly so she can give her pregnant pussy a thorough grope.
@@ -727,10 +727,10 @@
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Lastly, you place her in a special room in your penthouse filled with live video equipment. They get to see her groped, deepthroated, facial'd, teased, and tortured.
 	<<if $activeSlave.fetish == "humiliation">>
-		The more viewers she gets, the harder she comes. She's a slut for humiliation! Discovering this about herself under your hands has @@color:hotpink;increased her devotion to you.@@
+		The more viewers she gets, the harder she comes. She's a slut for humiliation! Discovering this about herself under your hands has @@.hotpink;increased her devotion to you.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.energy > 95>>
-		She enjoys showing off sexually, but focuses on the sex first. She got off on everything, and is clearly a nympho. Discovering this about herself under your hands has @@color:hotpink;greatly increased her devotion to you.@@
+		She enjoys showing off sexually, but focuses on the sex first. She got off on everything, and is clearly a nympho. Discovering this about herself under your hands has @@.hotpink;greatly increased her devotion to you.@@
 		<<set $activeSlave.devotion += 9>>
 	<<else>>
 		She gets through it, but she doesn't seem to enjoy seeing her audience on the screen.
@@ -739,11 +739,11 @@
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;You already know that she
 		<<switch $activeSlave.fetish>>
 		<<case "submissive" "cumslut" "buttslut" "sadist" "masochist" "dom">>
-			is a @@color:coral;$activeSlave.fetish@@,
+			is a @@.coral;$activeSlave.fetish@@,
 		<<case "mindbroken">>
-			is @@color:red;mindbroken@@,
+			is @@.red;mindbroken@@,
 		<<case "boobs" "humiliation" "pregnancy">>
-			loves @@color:coral;$activeSlave.fetish@@,
+			loves @@.coral;$activeSlave.fetish@@,
 		<<default>>
 			lacks a fetish,
 		<</switch>>
@@ -762,7 +762,7 @@
 		She isn't seriously affected; you'll have to be more subtle next week.
 	<<else>>
 		<<set $activeSlave.training = 0>>
-		She begins to think herself special, and is now @@color:red;arrogant.@@
+		She begins to think herself special, and is now @@.red;arrogant.@@
 		<<set $activeSlave.behavioralFlaw = "arrogant">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -776,7 +776,7 @@
 	<<if $activeSlave.training < 100>>
 		She goes along, but remains cautious and will need more practice.
 	<<else>>
-		She starts making @@color:red;bitchy@@ remarks without being prompted.
+		She starts making @@.red;bitchy@@ remarks without being prompted.
 		<<set $activeSlave.behavioralFlaw = "bitchy">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -791,7 +791,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to tolerate the abuse.
 	<<else>>
-		She starts @@color:red;behaving oddly,@@ jumping at noises and mumbling to herself.
+		She starts @@.red;behaving oddly,@@ jumping at noises and mumbling to herself.
 		<<set $activeSlave.behavioralFlaw = "odd">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -806,7 +806,7 @@
 	<<if $activeSlave.training < 100>>
 		She focuses more on you than on the masculine aspects of this. You'll need to be more subtle next week.
 	<<else>>
-		You notice her starting to @@color:red;shoot hateful glances@@ at any men she sees.
+		You notice her starting to @@.red;shoot hateful glances@@ at any men she sees.
 		<<set $activeSlave.behavioralFlaw = "hates men">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -821,7 +821,7 @@
 	<<if $activeSlave.training < 100>>
 		She focuses more on you than on the feminine aspects of this. You'll need to be more subtle next week.
 	<<else>>
-		You notice her starting to @@color:red;shoot hateful glances@@ at any vaginas she sees.
+		You notice her starting to @@.red;shoot hateful glances@@ at any vaginas she sees.
 		<<set $activeSlave.behavioralFlaw = "hates women">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -834,7 +834,7 @@
 	<<if $activeSlave.training < 100>>
 		She eats when ordered, but isn't deeply affected. She'll need more practice being a pig.
 	<<else>>
-		You notice her starting to @@color:red;enjoy eating@@ for its own sake, even when she's not hungry.
+		You notice her starting to @@.red;enjoy eating@@ for its own sake, even when she's not hungry.
 		<<set $activeSlave.behavioralFlaw = "gluttonous">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -848,7 +848,7 @@
 	<<if $activeSlave.training < 100>>
 		She continues consuming her rations when ordered, and will need further training.
 	<<else>>
-		She begins to @@color:red;eat only when repeatedly ordered to.@@
+		She begins to @@.red;eat only when repeatedly ordered to.@@
 		<<set $activeSlave.behavioralFlaw = "anorexic">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -862,7 +862,7 @@
 	<<if $activeSlave.training < 100>>
 		She keeps her head down and shows no sign of religious introspection, at least this week.
 	<<else>>
-		She begins to read it when she thinks she's alone, and @@color:red;talk to God@@ when she thinks only He is listening.
+		She begins to read it when she thinks she's alone, and @@.red;talk to God@@ when she thinks only He is listening.
 		<<set $activeSlave.behavioralFlaw = "devout">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -876,7 +876,7 @@
 	<<if $activeSlave.training < 100>>
 		She keeps her head down and shows no sign of religious introspection, at least this week.
 	<<else>>
-		A deep @@color:red;anger about slavery@@ builds within her.
+		A deep @@.red;anger about slavery@@ builds within her.
 		<<set $activeSlave.behavioralFlaw = "liberated">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -891,7 +891,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to comply with the oral abuse, unknowingly condemning herself to more.
 	<<else>>
-		After gagging enough, she finally starts to @@color:red;hate oral.@@
+		After gagging enough, she finally starts to @@.red;hate oral.@@
 		<<set $activeSlave.sexualFlaw = "hates oral">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -906,7 +906,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to comply with your abuse of her butthole, unknowingly condemning herself to more assrape.
 	<<else>>
-		After feeling her poor sphincter grow sorer and sorer, she starts to @@color:red;hate anal.@@
+		After feeling her poor sphincter grow sorer and sorer, she starts to @@.red;hate anal.@@
 		<<set $activeSlave.sexualFlaw = "hates anal">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -921,7 +921,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to comply with your abuse, unknowingly condemning herself to more of it.
 	<<else>>
-		After feeling her poor holes grow sorer and sorer, she starts to @@color:red;hate getting fucked.@@
+		After feeling her poor holes grow sorer and sorer, she starts to @@.red;hate getting fucked.@@
 		<<set $activeSlave.sexualFlaw = "hates penetration">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -935,7 +935,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to keep her chin up, unknowingly condemning herself to more of this abuse.
 	<<else>>
-		She wants nothing more than to hide in corner and cry, and is now @@color:red;shamefast.@@
+		She wants nothing more than to hide in corner and cry, and is now @@.red;shamefast.@@
 		<<set $activeSlave.sexualFlaw = "shamefast">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -949,7 +949,7 @@
 	<<if $activeSlave.training < 100>>
 		She doesn't know what to make of this; you'll have to keep at it.
 	<<else>>
-		She follows along, and is now @@color:red;sexually idealistic.@@
+		She follows along, and is now @@.red;sexually idealistic.@@
 		<<set $activeSlave.sexualFlaw = "idealistic">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -963,7 +963,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to keep her chin up, unknowingly condemning herself to more of this abuse.
 	<<else>>
-		She desperately tries to avoid even thinking about subjects that get her punished, and is now @@color:red;sexually repressed.@@
+		She desperately tries to avoid even thinking about subjects that get her punished, and is now @@.red;sexually repressed.@@
 		<<set $activeSlave.sexualFlaw = "repressed">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -978,7 +978,7 @@
 	<<if $activeSlave.training < 100>>
 		She continues to experience arousal when fucked, and will need more of this treatment.
 	<<else>>
-		She desperately tries to avoid arousal, and is now @@color:red;sexually apathetic.@@
+		She desperately tries to avoid arousal, and is now @@.red;sexually apathetic.@@
 		<<set $activeSlave.sexualFlaw = "apathetic">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -993,7 +993,7 @@
 	<<if $activeSlave.training < 100>>
 		She does her best to tolerate the unclean feelings, condemning herself to more of this.
 	<<else>>
-		She slowly stops caring, and is now @@color:red;sexually crude.@@
+		She slowly stops caring, and is now @@.red;sexually crude.@@
 		<<set $activeSlave.sexualFlaw = "crude">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1007,7 +1007,7 @@
 	<<if $activeSlave.training < 100>>
 		She writes this off as bravado, and will need more training.
 	<<else>>
-		She starts to consider herself reserved for special sexual treatment, and is now @@color:red;sexually judgemental.@@
+		She starts to consider herself reserved for special sexual treatment, and is now @@.red;sexually judgemental.@@
 		<<set $activeSlave.sexualFlaw = "judgemental">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1021,7 +1021,7 @@
 	<<if $activeSlave.training < 100>>
 		She enjoys giving you lots of oral, but will need more training to develop psychological addiction to it.
 	<<else>>
-		She begins to develop a psychological @@color:yellow;addiction to cum.@@
+		She begins to develop a psychological @@.yellow;addiction to cum.@@
 		<<set $activeSlave.sexualFlaw = "cum addict">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1035,7 +1035,7 @@
 	<<if $activeSlave.training < 100>>
 		She enjoys all the anal attention, but will need more training to develop psychological addiction to buttsex.
 	<<else>>
-		She begins to develop a psychological @@color:yellow;addiction to anal sex.@@
+		She begins to develop a psychological @@.yellow;addiction to anal sex.@@
 		<<set $activeSlave.sexualFlaw = "anal addict">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1049,7 +1049,7 @@
 	<<if $activeSlave.training < 100>>
 		She enjoys all the humiliation, but will need more training to become a true attention whore.
 	<<else>>
-		She becomes a @@color:yellow;true attention whore,@@ caring more about the spectators than the sex.
+		She becomes a @@.yellow;true attention whore,@@ caring more about the spectators than the sex.
 		<<set $activeSlave.sexualFlaw = "attention whore">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1062,7 +1062,7 @@
 	<<if $activeSlave.training < 100>>
 		She enjoys your attention to her favorite part of herself, but doesn't truly internalize your focus on their growth.
 	<<else>>
-		She begins to believe you despite herself, and becomes @@color:yellow;obsessed with breast growth.@@
+		She begins to believe you despite herself, and becomes @@.yellow;obsessed with breast growth.@@
 		<<set $activeSlave.sexualFlaw = "breast growth">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1076,7 +1076,7 @@
 	<<if $activeSlave.training < 100>>
 		She has fun, but she continues to enjoy getting off more than getting to use bitches. She'll need more practice.
 	<<else>>
-		She becomes @@color:yellow;sexually abusive,@@ looking over each slave that comes into your office in the hope they'll resist.
+		She becomes @@.yellow;sexually abusive,@@ looking over each slave that comes into your office in the hope they'll resist.
 		<<set $activeSlave.sexualFlaw = "abusive">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1090,7 +1090,7 @@
 	<<if $activeSlave.training < 100>>
 		She enjoys herself, but still betrays occasional concern when slaves are really broken by what she does to them. She'll need more practice.
 	<<else>>
-		She becomes @@color:yellow;sexually malicious,@@ going so far as to lick tears off her victims' faces.
+		She becomes @@.yellow;sexually malicious,@@ going so far as to lick tears off her victims' faces.
 		<<set $activeSlave.sexualFlaw = "malicious">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1104,7 +1104,7 @@
 	<<if $activeSlave.training < 100>>
 		She gets off on the pain, but her sense of self isn't seriously affected this week.
 	<<else>>
-		She becomes @@color:yellow;sexually self hating,@@ and tearfully begs to you do worse to her, no matter how bad it gets.
+		She becomes @@.yellow;sexually self hating,@@ and tearfully begs to you do worse to her, no matter how bad it gets.
 		<<set $activeSlave.sexualFlaw = "self hating">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1118,7 +1118,7 @@
 	<<if $activeSlave.training < 100>>
 		She accepts her utterly submissive role, but her sense of self isn't seriously affected this week.
 	<<else>>
-		She becomes @@color:yellow;sexually self neglectful,@@ and loses all expectation that those who use her will address her pleasure at all.
+		She becomes @@.yellow;sexually self neglectful,@@ and loses all expectation that those who use her will address her pleasure at all.
 		<<set $activeSlave.sexualFlaw = "neglectful">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
@@ -1132,7 +1132,7 @@
 	<<if $activeSlave.training < 100>>
 		She enjoys herself, but mostly because of the pleasure. She'll need more training.
 	<<else>>
-		She develops an @@color:yellow;obsession with breeding,@@ and begins to stroke her belly in a disturbingly masturbatory way.
+		She develops an @@.yellow;obsession with breeding,@@ and begins to stroke her belly in a disturbingly masturbatory way.
 		<<set $activeSlave.sexualFlaw = "breeder">>
 		<<BasicTrainingDefaulter>>
 	<</if>>
diff --git a/src/uncategorized/reAnalPunishment.tw b/src/uncategorized/reAnalPunishment.tw
index bb812242d00432fa97bc27f71a5acb454d2dccf6..3930946d4729bc57b690ea8df09ddb6a6969f71b 100644
--- a/src/uncategorized/reAnalPunishment.tw
+++ b/src/uncategorized/reAnalPunishment.tw
@@ -28,7 +28,7 @@ $HeadGirl.slaveName is very much acting within her duties, and $activeSlave.slav
 	<</replace>>\
 	<<replace "#result">>
 	<<nobr>>
-	You ignore $activeSlave.slaveName - no small feat, since the poor <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> is clinging to your leg - and tell $HeadGirl.slaveName to carry on. Your Head Girl @@color:mediumaquamarine;puffs up a bit with pride,@@ and orders the weeping slave to present her anus. The <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> does not resist, but neither does she comply. $HeadGirl.slaveName jabs a thumb into $activeSlave.slaveName's side, right above her kidney, driving the wind out of the slave with a pained grunt. She arches her back involuntarily and her grip on you loosens, and $HeadGirl.slaveName drags her off you. She jabs her again, depriving her victim of breath completely, and then takes her by the ankle, dragging the slave across the floor with comic effect. The slave leaves a trail of tears across the flooring as she vanishes into the room. As you continue making your rounds, you hear a drawn-out howl followed by rhythmic screaming.
+	You ignore $activeSlave.slaveName - no small feat, since the poor <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> is clinging to your leg - and tell $HeadGirl.slaveName to carry on. Your Head Girl @@.mediumaquamarine;puffs up a bit with pride,@@ and orders the weeping slave to present her anus. The <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> does not resist, but neither does she comply. $HeadGirl.slaveName jabs a thumb into $activeSlave.slaveName's side, right above her kidney, driving the wind out of the slave with a pained grunt. She arches her back involuntarily and her grip on you loosens, and $HeadGirl.slaveName drags her off you. She jabs her again, depriving her victim of breath completely, and then takes her by the ankle, dragging the slave across the floor with comic effect. The slave leaves a trail of tears across the flooring as she vanishes into the room. As you continue making your rounds, you hear a drawn-out howl followed by rhythmic screaming.
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -50,9 +50,9 @@ $HeadGirl.slaveName is very much acting within her duties, and $activeSlave.slav
 	<<nobr>>
 	You explain $activeSlave.slaveName's double crime to her, and tell $HeadGirl.slaveName to get started. Your Head Girl orders the weeping slave to present her anus. The <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> does not resist, but neither does she comply. $HeadGirl.slaveName jabs a thumb into $activeSlave.slaveName's side, right above her kidney, driving the wind out of the slave with a pained grunt. She arches her back involuntarily and her grip on you loosens, so $HeadGirl.slaveName drags her off you, telling $activeSlave.slaveName that it'll hurt less if she cooperates and assumes the proper position. She doesn't, so $HeadGirl.slaveName assfucks her lying flat on the floor, with the poor girl sobbing loudly as $HeadGirl.slaveName <<if ($HeadGirl.dick > 2) && ($HeadGirl.balls > 0) && ($HeadGirl.dickAccessory != "chastity") && ($HeadGirl.hormones <= 0)>>pistons her cock in and out of her rectum<<else>>rams the massive dildo up her butt<</if>>.
 	<br><br>
-	After enjoying the spectacle for a while, you judge that the slave's sphincter is loose enough and tell $HeadGirl.slaveName to flip the bitch over. @@color:hotpink;She obeys, chuckling,@@ sitting herself down and hauling the reluctant slave onto her lap by seizing a nipple and pulling it into position so the agonized slave is forced to follow. <<if ($HeadGirl.dick > 2) && ($HeadGirl.balls > 0) && ($HeadGirl.dickAccessory != "chastity") && ($HeadGirl.hormones <= 0)>>$HeadGirl.slaveName reinserts her dick, <<else>>$HeadGirl.slaveName maneuvers the dildo down over her own crotch, approximating the position of a natural cock and using its base to stimulate herself. She reinserts it,<</if>> intentionally missing twice to keep the experience unpleasant despite her victim's well-fucked backdoor.
+	After enjoying the spectacle for a while, you judge that the slave's sphincter is loose enough and tell $HeadGirl.slaveName to flip the bitch over. @@.hotpink;She obeys, chuckling,@@ sitting herself down and hauling the reluctant slave onto her lap by seizing a nipple and pulling it into position so the agonized slave is forced to follow. <<if ($HeadGirl.dick > 2) && ($HeadGirl.balls > 0) && ($HeadGirl.dickAccessory != "chastity") && ($HeadGirl.hormones <= 0)>>$HeadGirl.slaveName reinserts her dick, <<else>>$HeadGirl.slaveName maneuvers the dildo down over her own crotch, approximating the position of a natural cock and using its base to stimulate herself. She reinserts it,<</if>> intentionally missing twice to keep the experience unpleasant despite her victim's well-fucked backdoor.
 	<br><br>
-	$activeSlave.slaveName, now facing upward rather than having her face ground into the floor, notices for the first time that <<if $PC.dick == 1>>you've got your dick out and hard<<else>>you've donned one of your punishment-sized strap-ons<</if>>. Her $activeSlave.eyeColor eyes @@color:gold;fly open with horror@@ as you kneel down and smack its head against her <<if $activeSlave.vagina > -1>>poor pussy<<else>>stretched taint<</if>>, but she doesn't realize how comprehensively fucked she is until you press it against the top of her already-stretched anal sphincter.
+	$activeSlave.slaveName, now facing upward rather than having her face ground into the floor, notices for the first time that <<if $PC.dick == 1>>you've got your dick out and hard<<else>>you've donned one of your punishment-sized strap-ons<</if>>. Her $activeSlave.eyeColor eyes @@.gold;fly open with horror@@ as you kneel down and smack its head against her <<if $activeSlave.vagina > -1>>poor pussy<<else>>stretched taint<</if>>, but she doesn't realize how comprehensively fucked she is until you press it against the top of her already-stretched anal sphincter.
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		"Pleathe no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>Mathter<<else>>Mithtreth<</if>>! It won't fit! Pleathe <<if $activeSlave.vagina > 0>>put it in my puthy<<else>>let me thuck it<</if>> inthtead," she begs desperately. "I p-promithe
 	<<else>>
@@ -85,7 +85,7 @@ $HeadGirl.slaveName is very much acting within her duties, and $activeSlave.slav
 	<</replace>>\
 	<<replace "#result">>
 	<<nobr>>
-	You tell $HeadGirl.slaveName you've decided to be merciful, just this once. $activeSlave.slaveName holds your leg even harder, @@color:mediumaquamarine;sobbing her thanks@@ over and over until you reach down, pat her head, and tell her it will be all right, calming the hysterical <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>. $HeadGirl.slaveName, meanwhile, stammers an apology. She hurries about her business, @@color:gold;badly puzzled@@ and more than a little shaken. She thought she had the authority to anally rape misbehaving slaves, but she's no longer so sure of her rights and responsibilities.
+	You tell $HeadGirl.slaveName you've decided to be merciful, just this once. $activeSlave.slaveName holds your leg even harder, @@.mediumaquamarine;sobbing her thanks@@ over and over until you reach down, pat her head, and tell her it will be all right, calming the hysterical <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>. $HeadGirl.slaveName, meanwhile, stammers an apology. She hurries about her business, @@.gold;badly puzzled@@ and more than a little shaken. She thought she had the authority to anally rape misbehaving slaves, but she's no longer so sure of her rights and responsibilities.
 	<<set $activeSlave.trust += 4>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $HeadGirl.ID>>
diff --git a/src/uncategorized/reBusyArcadeWorkaround.tw b/src/uncategorized/reBusyArcadeWorkaround.tw
index 22ee85cbbfb22e6dd484461ec806e7dd35504cde..2d748b33054f19e341ac6f6c8415fa97adaf2213 100644
--- a/src/uncategorized/reBusyArcadeWorkaround.tw
+++ b/src/uncategorized/reBusyArcadeWorkaround.tw
@@ -15,7 +15,7 @@ Facing the ground, <<if canTalk($activeSlave) == false>>she gestures with shakin
 <span id="result">
 <<link "Accept her pledge">>
 	<<replace "#result">>
-	When you accept, $activeSlave.slaveName looks up at you in incomprehension, expecting you to correct yourself or reveal that this is a cruel trick. When you do neither, she scrabbles spastically to your feet, kisses them as she cries, and then clings to your knees, sobbing. She is so relieved by this reprieve that she is now on the cusp of @@color:hotpink;devotion to you,@@ and will obey out of near-paralytic fear of being sent back to the arcade.
+	When you accept, $activeSlave.slaveName looks up at you in incomprehension, expecting you to correct yourself or reveal that this is a cruel trick. When you do neither, she scrabbles spastically to your feet, kisses them as she cries, and then clings to your knees, sobbing. She is so relieved by this reprieve that she is now on the cusp of @@.hotpink;devotion to you,@@ and will obey out of near-paralytic fear of being sent back to the arcade.
 	<<set $activeSlave.devotion = 45>>
 	<<set $activeSlave.assignment = "rest">>
 	<<set $activeSlave.assignmentVisible = 1>>
diff --git a/src/uncategorized/reBusyBrothel.tw b/src/uncategorized/reBusyBrothel.tw
index da797b6c202dfb6e0a24b3a24824a0a497d28f37..9078bafaf5a24bff08f51511ce504ffdd3cfed8b 100644
--- a/src/uncategorized/reBusyBrothel.tw
+++ b/src/uncategorized/reBusyBrothel.tw
@@ -5,13 +5,13 @@
 
 $brothelNameCaps is well staffed, and does a busy trade in flesh 24 hours a day. With so many sex slaves in the Free Cities, brothels occupy a functional, nearly mechanical part of the sexual landscape. Free citizens and sometimes even favored slaves visit the brothel, select from the available merchandise, relieve their sexual needs, and leave. Affection, companionship, and emotional needs are available elsewhere.
 
-Of course, $brothelName is the best establishment of its kind in the arcology. Citizens who patronize it can expect themselves to be very well looked after by skilled slaves. The quality of the merchandise, the efficiency with which it is delivered, and the cleanliness and reputation of the premises @@color:green;reflect well on you,@@<<set $rep += 100>> so much so that you could leverage this bustling sexual commerce in many ways.
+Of course, $brothelName is the best establishment of its kind in the arcology. Citizens who patronize it can expect themselves to be very well looked after by skilled slaves. The quality of the merchandise, the efficiency with which it is delivered, and the cleanliness and reputation of the premises @@.green;reflect well on you,@@<<set $rep += 100>> so much so that you could leverage this bustling sexual commerce in many ways.
 
 <br><br>
 <span id="result">
 <<link "Surprise the hardworking whores with a day of rest">>
 	<<replace "#result">>
-	The problem with assembly-line sex is that it has a tendency to destroy any sense of intimacy or fun. So, you make some simple preparations and close the brothel for a day, hiring some freelancers to cover. All your slave whores are allowed to sleep late, and then spend the day with you playing games and enjoying light amusements. The girls are surprised by your generosity, but they have fun. Many of the games are sexually themed. One day of giggling and squealing can't completely reverse the transactionalization of sex for them, but they @@color:hotpink;appreciate the effort.@@
+	The problem with assembly-line sex is that it has a tendency to destroy any sense of intimacy or fun. So, you make some simple preparations and close the brothel for a day, hiring some freelancers to cover. All your slave whores are allowed to sleep late, and then spend the day with you playing games and enjoying light amusements. The girls are surprised by your generosity, but they have fun. Many of the games are sexually themed. One day of giggling and squealing can't completely reverse the transactionalization of sex for them, but they @@.hotpink;appreciate the effort.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "work in the brothel">>
 		<<set $slaves[$i].devotion += 4>>
@@ -22,7 +22,7 @@ Of course, $brothelName is the best establishment of its kind in the arcology. C
 <</link>> //This will cost ¤1000//
 <br><<link "Hire an expert hooker to give lessons">>
 	<<replace "#result">>
-	The citizen streetwalker has had her day. A few of the cleverest have avoided being driven into poverty, either by becoming madams or by finding a way to build a new career serving the slave brothel industry. One of these is touring the city, offering her long sexual experience in seminars for slave prostitutes. Her services are not cheap, but it rapidly becomes clear that they are worth it. She is a grey-haired but still elegant woman with deep crow's feet and a smoker's voice. She is not only a sexual master, but a hardbitten and comprehensively experienced businesswoman. All of your brothel slaves with any room for improvement in their whoring skills @@color:green;learn from her lessons,@@ while those who have nothing to learn @@color:hotpink;gain confidence@@ from her praise.
+	The citizen streetwalker has had her day. A few of the cleverest have avoided being driven into poverty, either by becoming madams or by finding a way to build a new career serving the slave brothel industry. One of these is touring the city, offering her long sexual experience in seminars for slave prostitutes. Her services are not cheap, but it rapidly becomes clear that they are worth it. She is a grey-haired but still elegant woman with deep crow's feet and a smoker's voice. She is not only a sexual master, but a hardbitten and comprehensively experienced businesswoman. All of your brothel slaves with any room for improvement in their whoring skills @@.green;learn from her lessons,@@ while those who have nothing to learn @@.hotpink;gain confidence@@ from her praise.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "work in the brothel">>
 		<<if $slaves[$i].whoreSkill < 100>>
@@ -37,7 +37,7 @@ Of course, $brothelName is the best establishment of its kind in the arcology. C
 <</link>> //This will cost ¤2000//
 <br><<link "Eliminate prices for one morning to promote the brothel">>
 	<<replace "#result">>
-	The news that sex will be free at the brothel travels like wildfire. Security measures are necessary to control the throng that spends the entire day entering and leaving the brothel, though as the day goes on the crowds thin. By midmorning, all the holes on offer are so fucked out that only those who fetishize that sort of thing stick around. The brothel is a real seminal sewer by noon, and it smells like it. Nevertheless, free sex is a short route to @@color:green;public approval,@@ though you do miss a morning's fees. The poor slave whores are @@color:red;fairly battered@@ by so much wear and tear in so little time.
+	The news that sex will be free at the brothel travels like wildfire. Security measures are necessary to control the throng that spends the entire day entering and leaving the brothel, though as the day goes on the crowds thin. By midmorning, all the holes on offer are so fucked out that only those who fetishize that sort of thing stick around. The brothel is a real seminal sewer by noon, and it smells like it. Nevertheless, free sex is a short route to @@.green;public approval,@@ though you do miss a morning's fees. The poor slave whores are @@.red;fairly battered@@ by so much wear and tear in so little time.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "work in the brothel">>
 		<<set $slaves[$i].health -= 10>>
diff --git a/src/uncategorized/reBusyClub.tw b/src/uncategorized/reBusyClub.tw
index 1ce69a7d48f2722f2e7990d23065e3904a400e83..372ddc43eea465479dcb228e3f0207360d2f4506 100644
--- a/src/uncategorized/reBusyClub.tw
+++ b/src/uncategorized/reBusyClub.tw
@@ -9,19 +9,19 @@
 \
 The original designers of the modern arcology did not realize how inseparable from slavery their work would become. The club at the social heart of $arcologies[0].name was not meant as a center of the more friendly kind of sexual slavery, but that is what it has become. Free whores of the highest quality work there, and they are accompanied by a flock of your slaves who have simple orders to dance, add cheer, and perform sexual favors wherever they can.
 
-Offering slaves for free sex would become unmanageable if the club where your public servants work was open to the unwashed masses, but it is not. The arcology is already selective, and only good citizens can party, dance, and fuck the night away in $clubName. The upper classes @@color:green;recognize your contributions@@<<set $rep += 100>> to arcology culture, which you could probably parlay into an even greater benefit.
+Offering slaves for free sex would become unmanageable if the club where your public servants work was open to the unwashed masses, but it is not. The arcology is already selective, and only good citizens can party, dance, and fuck the night away in $clubName. The upper classes @@.green;recognize your contributions@@<<set $rep += 100>> to arcology culture, which you could probably parlay into an even greater benefit.
 \
 <span id="result">
 <<link "Sponsor a special event in the club">>
 	<<replace "#result">>
-	The Free Cities are new, and so is their culture. There are new traditions, new expectations, and now, new holidays. One morning, the upper classes of the arcology are surprised and gratified to find that the club has been specially decorated, and all the club sluts are nude. The floor of the club is typically meant for dirty dancing and some light sex, not public penetrative intercourse. Not today; today is special. The festivities @@color:green;greatly improve your renown;@@ you have set a high bar for what a wealthy arcology owner should do.
+	The Free Cities are new, and so is their culture. There are new traditions, new expectations, and now, new holidays. One morning, the upper classes of the arcology are surprised and gratified to find that the club has been specially decorated, and all the club sluts are nude. The floor of the club is typically meant for dirty dancing and some light sex, not public penetrative intercourse. Not today; today is special. The festivities @@.green;greatly improve your renown;@@ you have set a high bar for what a wealthy arcology owner should do.
 	<<set $cash -= 2000>>
 	<<set $rep += 500>>
 	<</replace>>
 <</link>> //This will cost ¤2000//
 <<link "Host a business exposition">>
 	<<replace "#result">>
-	With the world economy in a perilous state, the Free Cities are one of the few remaining areas where innovation and new business opportunities still appear. The novel markets associated with the slave trade only reinforce this trend, offering a cornucopia of opportunities for the clear-eyed investor with liquid assets. Every other week there is news of a new fortune being made from smart investments in leather, in human growth hormones, or in psychoactive drugs. You host an exposition for slave services centered on the club, with your slaves serving as greeters who are eager to ensure that all the little wants of visiting notables are thoroughly satisfied. The optimistic outlook projected by this event @@color:green;improves $arcologies[0].name's business prospects@@ and even @@color:green;reflects well on you personally.@@
+	With the world economy in a perilous state, the Free Cities are one of the few remaining areas where innovation and new business opportunities still appear. The novel markets associated with the slave trade only reinforce this trend, offering a cornucopia of opportunities for the clear-eyed investor with liquid assets. Every other week there is news of a new fortune being made from smart investments in leather, in human growth hormones, or in psychoactive drugs. You host an exposition for slave services centered on the club, with your slaves serving as greeters who are eager to ensure that all the little wants of visiting notables are thoroughly satisfied. The optimistic outlook projected by this event @@.green;improves $arcologies[0].name's business prospects@@ and even @@.green;reflects well on you personally.@@
 	<<set $cash -= 5000>>
 	<<set $arcologies[0].prosperity += 2>>
 	<<set $rep += 500>>
diff --git a/src/uncategorized/reBusyDairy.tw b/src/uncategorized/reBusyDairy.tw
index 8e691e013f6efd6111e8cc8f7757def5117b6580..cba60971ed2403a940310aa89b72af67e30667fd 100644
--- a/src/uncategorized/reBusyDairy.tw
+++ b/src/uncategorized/reBusyDairy.tw
@@ -7,14 +7,14 @@
 
 <</nobr>>\
 \
-$dairyNameCaps is working away steadily. Its high-quality product @@color:green;reflects well on you,@@<<set $rep += 100>> you muse one day as you inspect the premises. The gentle pneumatic sounds of the milkers and the whimpers of the cows being milked are a pleasant background for the thought.
+$dairyNameCaps is working away steadily. Its high-quality product @@.green;reflects well on you,@@<<set $rep += 100>> you muse one day as you inspect the premises. The gentle pneumatic sounds of the milkers and the whimpers of the cows being milked are a pleasant background for the thought.
 
 Even with high doses of modern drugs, human cows simply do not produce a very high volume of milk. This isn't much of a business problem, since it just means that the product can be sold at a high price. However, some of the more grandiose ideas about how to use milk have had to wait until you have enough cows producing enough milk to make them possible.
 \
 <span id="result">
 <<link "Share a milk bath with the cows">>
 	<<replace "#result">>
-	Milk is a fashionable skin treatment in the Free Cities, and many of the cows fetishize their breasts and their milk. Many of them giggle with delight when you bring them all into a large spa room with a huge tub full of their fresh milk. A pittance will be lost from sales, but it's hard to think of such things when swimming and splashing in warm, nutty mother's milk with so many huge-breasted slaves, many of whom are milking themselves into the bath. Some of the older ones relax and luxuriate, gently milking themselves and masturbating or each other, according to taste. The younger cows prefer to rub themselves against you, taking turns being fucked. Regardless, they all @@color:hotpink;appreciate such a special experience.@@
+	Milk is a fashionable skin treatment in the Free Cities, and many of the cows fetishize their breasts and their milk. Many of them giggle with delight when you bring them all into a large spa room with a huge tub full of their fresh milk. A pittance will be lost from sales, but it's hard to think of such things when swimming and splashing in warm, nutty mother's milk with so many huge-breasted slaves, many of whom are milking themselves into the bath. Some of the older ones relax and luxuriate, gently milking themselves and masturbating or each other, according to taste. The younger cows prefer to rub themselves against you, taking turns being fucked. Regardless, they all @@.hotpink;appreciate such a special experience.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "work in the dairy">>
 		<<set $slaves[$i].devotion += 4>>
@@ -35,7 +35,7 @@ Even with high doses of modern drugs, human cows simply do not produce a very hi
 <<if $club != 0>>\
 <<link "Add fresh milk to the club for a day to advertise">>
 	<<replace "#result">>
-	Sexual sights and sounds are all over the arcology. Nevertheless, passersby on the club are surprised to find one morning that a previously normal screen advertising your brand of milk has a luscious pair of breasts protruding through it at head height. The advertisement encourages anyone to try a free sample. The slaves constantly rotate, pressing fresh tits through the gap for public suckling. It is @@color:green;generally agreed that your product is of the finest quality@@ and you even have enquiries about how it might be exported outside the arcology, should you manage to increase production.
+	Sexual sights and sounds are all over the arcology. Nevertheless, passersby on the club are surprised to find one morning that a previously normal screen advertising your brand of milk has a luscious pair of breasts protruding through it at head height. The advertisement encourages anyone to try a free sample. The slaves constantly rotate, pressing fresh tits through the gap for public suckling. It is @@.green;generally agreed that your product is of the finest quality@@ and you even have enquiries about how it might be exported outside the arcology, should you manage to increase production.
 	<<set $cash -= 2000>>
 	<<set $rep += 500>>
 	<</replace>>
@@ -44,7 +44,7 @@ Even with high doses of modern drugs, human cows simply do not produce a very hi
 <<if ($cumSlaves >= 5) && ($activeSlave.fetish != "cumslut")>>
 	<<link "Cum in, milk out">>
 		<<replace "#result">>
-		As a promotional gimmick, you announce with considerable fanfare a special, experimental brand of milk, available at the normal price for a short time only. The milk will be unique in that it will be from cows fed mostly on slaves' cum; the cockmilked slaves will in turn be given as much milk as possible to produce a 'pure slave product,' recursively. The sad realities of nutrition stop it from being much more than a marketing ploy, but it's certainly a @@color:green;successful@@ attempt to spark discussion.
+		As a promotional gimmick, you announce with considerable fanfare a special, experimental brand of milk, available at the normal price for a short time only. The milk will be unique in that it will be from cows fed mostly on slaves' cum; the cockmilked slaves will in turn be given as much milk as possible to produce a 'pure slave product,' recursively. The sad realities of nutrition stop it from being much more than a marketing ploy, but it's certainly a @@.green;successful@@ attempt to spark discussion.
 	<<set $rep += 1000>>
 	<<set $cash -= 1000>>
 		<</replace>>
diff --git a/src/uncategorized/reBusyMasterSuite.tw b/src/uncategorized/reBusyMasterSuite.tw
index f169202837af0196a37e487663d587b994422759..c62580bdc75ab4535c3f20143aaaf603a42986d2 100644
--- a/src/uncategorized/reBusyMasterSuite.tw
+++ b/src/uncategorized/reBusyMasterSuite.tw
@@ -120,7 +120,7 @@ who has paused her thrusting to issue a peremptory order to the slaves to stay w
 	<<replace "#result">>
 	<<set $seed = $eligibleSlaves.length-1>>
 	<br><br>
-	$Concubine.slaveName anticipates you, and is already sliding herself partway out of $eligibleSlaves[$seed].slaveName and cocking her hips to spread her <<if ($Concubine.butt > 5)>>huge<<elseif ($Concubine.butt > 2)>>healthy<<else>>trim<</if>> buttocks as wide as she can without disentangling herself from the anal train. Up on the bed she's at just the right height, and she winks her <<if ($Concubine.anus > 2)>>loose anus<<elseif ($Concubine.anus > 1)>>asshole<<else>>tight little asshole<</if>> invitingly<<if canTalk($Concubine)>>, laughing at the sheer decadence of it<</if>>. <<if ($PC.dick == 0)>>You pull on a strap-on and push it<<else>>You push yourself<</if>> home with some force, your concubine's extreme state of arousal leaving her ass very relaxed and welcoming; the thrust shoves her forward to hilt herself in $eligibleSlaves[$seed].slaveName, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and <<if ($Concubine.boobs > 1000)>>heft $Concubine.slaveName's heavy boobs<<elseif ($Concubine.boobs > 300)>>tease $Concubine.slaveName's healthy breasts<<else>>massage $Concubine.slaveName's flat chest<</if>>, nibbling her $Concubine.skin neck, and generally torturing her with stimulation until she climaxes to her beloved master. When she does, you extract yourself and pull her unceremoniously off $eligibleSlaves[$seed].slaveName, replacing her up $eligibleSlaves[$seed].slaveName's butt. You work your way down the line, orgasm by orgasm, delaying your own climax until the exhausted $eligibleSlaves[0].slaveName manages an anal orgasm by heroic efforts, and you're done. As you roll off her, panting, there is scattered applause and much congratulation from your harem of @@color:mediumaquamarine;trusting buttslaves.@@
+	$Concubine.slaveName anticipates you, and is already sliding herself partway out of $eligibleSlaves[$seed].slaveName and cocking her hips to spread her <<if ($Concubine.butt > 5)>>huge<<elseif ($Concubine.butt > 2)>>healthy<<else>>trim<</if>> buttocks as wide as she can without disentangling herself from the anal train. Up on the bed she's at just the right height, and she winks her <<if ($Concubine.anus > 2)>>loose anus<<elseif ($Concubine.anus > 1)>>asshole<<else>>tight little asshole<</if>> invitingly<<if canTalk($Concubine)>>, laughing at the sheer decadence of it<</if>>. <<if ($PC.dick == 0)>>You pull on a strap-on and push it<<else>>You push yourself<</if>> home with some force, your concubine's extreme state of arousal leaving her ass very relaxed and welcoming; the thrust shoves her forward to hilt herself in $eligibleSlaves[$seed].slaveName, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and <<if ($Concubine.boobs > 1000)>>heft $Concubine.slaveName's heavy boobs<<elseif ($Concubine.boobs > 300)>>tease $Concubine.slaveName's healthy breasts<<else>>massage $Concubine.slaveName's flat chest<</if>>, nibbling her $Concubine.skin neck, and generally torturing her with stimulation until she climaxes to her beloved master. When she does, you extract yourself and pull her unceremoniously off $eligibleSlaves[$seed].slaveName, replacing her up $eligibleSlaves[$seed].slaveName's butt. You work your way down the line, orgasm by orgasm, delaying your own climax until the exhausted $eligibleSlaves[0].slaveName manages an anal orgasm by heroic efforts, and you're done. As you roll off her, panting, there is scattered applause and much congratulation from your harem of @@.mediumaquamarine;trusting buttslaves.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "serve in the master suite">>
 		<<set $slaves[$i].trust += 1>>
@@ -144,7 +144,7 @@ who has paused her thrusting to issue a peremptory order to the slaves to stay w
 	<<replace "#result">>
 	<<set $seed = 0>>
 	<br><br>
-	$eligibleSlaves[0].slaveName's $eligibleSlaves[0].eyeColor eyes widen when you push her upright for a moment and slide in under her, but she wraps her <<if ($eligibleSlaves[0].lips > 70)>> dick sucking<<elseif ($eligibleSlaves[0].lips > 20)>> pretty<</if>> lips around your <<if ($PC.dick == 0)>>clit<<else>>cock<<if $PC.vagina == 1>> and starts stroking your pussy<</if>><</if>> eagerly enough, even as $eligibleSlaves[1].slaveName goes back to sodomizing her. The anal train is fairly gentle, since anything too fast would disintegrate the gymnastic arrangement, but $eligibleSlaves[0].slaveName is still getting enough of a buttfuck that she whimpers quietly into your <<if ($PC.vagina == 1)>>pussy<<else>>dick<</if>>, a nice feeling. The blowjob is <<if ($eligibleSlaves[0].oralSkill >= 100)>>masterful, despite the distraction<<elseif ($eligibleSlaves[0].oralSkill > 10)>>serviceable, despite the distraction<<else>>only mediocre, but serviceable enough<</if>>, so you let her work for a while before gently shoving her off the side of the bed and telling her to get to the back of the line. The slaves all shuffle forward awkwardly, and inadvertently block your view so that you hear rather than see $eligibleSlaves[0].slaveName penetrate your concubine $Concubine.slaveName's <<if ($Concubine.anus > 2)>>loose butt<<elseif ($Concubine.anus > 1)>>butt<<else>>tight little butt<</if>>, down near the foot of the bed. You climax, on occasion, but are enjoying yourself so immensely that you let the slaves continue the rotation until you're entirely spent, and they're entirely exhausted. You reach for a tablet to get some work done, in the center of a pile of sweaty, tired girls, all of whom are resting with at least one body part in contact with their @@color:hotpink;beloved@@ <<if $PC.title == 1>>master<<else>>mistress<</if>>.
+	$eligibleSlaves[0].slaveName's $eligibleSlaves[0].eyeColor eyes widen when you push her upright for a moment and slide in under her, but she wraps her <<if ($eligibleSlaves[0].lips > 70)>> dick sucking<<elseif ($eligibleSlaves[0].lips > 20)>> pretty<</if>> lips around your <<if ($PC.dick == 0)>>clit<<else>>cock<<if $PC.vagina == 1>> and starts stroking your pussy<</if>><</if>> eagerly enough, even as $eligibleSlaves[1].slaveName goes back to sodomizing her. The anal train is fairly gentle, since anything too fast would disintegrate the gymnastic arrangement, but $eligibleSlaves[0].slaveName is still getting enough of a buttfuck that she whimpers quietly into your <<if ($PC.vagina == 1)>>pussy<<else>>dick<</if>>, a nice feeling. The blowjob is <<if ($eligibleSlaves[0].oralSkill >= 100)>>masterful, despite the distraction<<elseif ($eligibleSlaves[0].oralSkill > 10)>>serviceable, despite the distraction<<else>>only mediocre, but serviceable enough<</if>>, so you let her work for a while before gently shoving her off the side of the bed and telling her to get to the back of the line. The slaves all shuffle forward awkwardly, and inadvertently block your view so that you hear rather than see $eligibleSlaves[0].slaveName penetrate your concubine $Concubine.slaveName's <<if ($Concubine.anus > 2)>>loose butt<<elseif ($Concubine.anus > 1)>>butt<<else>>tight little butt<</if>>, down near the foot of the bed. You climax, on occasion, but are enjoying yourself so immensely that you let the slaves continue the rotation until you're entirely spent, and they're entirely exhausted. You reach for a tablet to get some work done, in the center of a pile of sweaty, tired girls, all of whom are resting with at least one body part in contact with their @@.hotpink;beloved@@ <<if $PC.title == 1>>master<<else>>mistress<</if>>.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment == "serve in the master suite">>
 		<<set $slaves[$i].devotion += 1>>
diff --git a/src/uncategorized/reBusyServantsQuarters.tw b/src/uncategorized/reBusyServantsQuarters.tw
index e079e516d18602857a5750a2e2300adcb711f1e9..fe8307ebe0e8def991b1a2acc45f14ac3f3ad582 100644
--- a/src/uncategorized/reBusyServantsQuarters.tw
+++ b/src/uncategorized/reBusyServantsQuarters.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Continue">>
 <<set $nextLink = "RIE Eligibility Check">>
 
-Your penthouse is very well staffed with servants. The trend in modern buildings is to design around automatic cleaning systems. Dusting, mopping, and polishing are no longer really necessary when machines that do them more cheaply and thoroughly than any human are readily available. Keeping slaves to clean is an ostentation, and visitors to your quarters are often @@color:green;surprised and gratified@@ to see a sex slave working away in the old way.<<set $rep += 100>>
+Your penthouse is very well staffed with servants. The trend in modern buildings is to design around automatic cleaning systems. Dusting, mopping, and polishing are no longer really necessary when machines that do them more cheaply and thoroughly than any human are readily available. Keeping slaves to clean is an ostentation, and visitors to your quarters are often @@.green;surprised and gratified@@ to see a sex slave working away in the old way.<<set $rep += 100>>
 
 <br><br>The busy servants' quarters are a reservoir of slaves that can be used for almost any whim that occurs to you.
 
@@ -11,7 +11,7 @@ Your penthouse is very well staffed with servants. The trend in modern buildings
 <br><br><<link "Share the servants' quarters with your more favored slaves">>
 	<<replace "#result">>
 	<br><br>
-	The poor slaves in the servants' quarters are lower than almost any others, and they know it. Unfortunately for them, they're about to spend a long weekend knowing it unusually well. Sleeping time is usually nearly inviolate; you are the only person in the penthouse who is permitted to wake a sleeping slave for any but emergency reasons. Not now. You haunt the servants' quarters, using and abusing at will, and encourage your better slaves to follow your example. They quickly take the opportunity to be better than someone for once, and compete with each other in sexual harassment of the servants. They @@color:hotpink;appreciate@@ having @@color:mediumorchid;targets@@ for their frustrations.
+	The poor slaves in the servants' quarters are lower than almost any others, and they know it. Unfortunately for them, they're about to spend a long weekend knowing it unusually well. Sleeping time is usually nearly inviolate; you are the only person in the penthouse who is permitted to wake a sleeping slave for any but emergency reasons. Not now. You haunt the servants' quarters, using and abusing at will, and encourage your better slaves to follow your example. They quickly take the opportunity to be better than someone for once, and compete with each other in sexual harassment of the servants. They @@.hotpink;appreciate@@ having @@.mediumorchid;targets@@ for their frustrations.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].assignment != "work in servants' quarters">>
 		<<set $slaves[$i].devotion += 4>>
diff --git a/src/uncategorized/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw
index 0609e9de04eadef1a2347ea7d00067199a435dbf..ec1f3e1c844f0c2d07fb3222fcd4e7fe10443c01 100644
--- a/src/uncategorized/reCitizenHookup.tw
+++ b/src/uncategorized/reCitizenHookup.tw
@@ -182,7 +182,7 @@ She's clearly attracted to you; even the most consummate actress would have diff
 <span id="result">
 <<link "Keep aloof without offending her">>
 	<<replace "#result">>
-	You thank her for her praise, weighting the words in just the right way to communicate that you consider her flirtations worthy compliments, and nothing more. She understands immediately, communicating acceptance and pleasure at her own daring with nothing more than a thankful look in your eyes. This is how you approach matters like this. You are the ruler of this place and it behooves you to maintain a balance atop all your citizens without showing any susceptibility to solicitation. A little incident like this has little effect on its own, but your habit of maintaining proper reserve creates a reputation for judiciousness that @@color:green;businesspeople consider attractive for arcology investment.@@
+	You thank her for her praise, weighting the words in just the right way to communicate that you consider her flirtations worthy compliments, and nothing more. She understands immediately, communicating acceptance and pleasure at her own daring with nothing more than a thankful look in your eyes. This is how you approach matters like this. You are the ruler of this place and it behooves you to maintain a balance atop all your citizens without showing any susceptibility to solicitation. A little incident like this has little effect on its own, but your habit of maintaining proper reserve creates a reputation for judiciousness that @@.green;businesspeople consider attractive for arcology investment.@@
 	<<set $arcologies[0].prosperity += 3>>
 	<</replace>>
 <</link>>
@@ -247,7 +247,7 @@ She's clearly attracted to you; even the most consummate actress would have diff
 	<<if $Concubine != 0>><<if $Concubine.intelligence > 1>>
 		The view of your conquest's rutting back is nice, of course, but after enjoying it for a few moments you pull $Concubine.slaveName in and kiss your favorite deeply, playing with her as you fuck.
 	<</if>><</if>>
-	When your guest is finally spent, she showers, dresses, and leaves discreetly, offering you a proper thank you. This is the kind of thing that @@color:green;builds a lasting reputation@@ in the Free Cities.
+	When your guest is finally spent, she showers, dresses, and leaves discreetly, offering you a proper thank you. This is the kind of thing that @@.green;builds a lasting reputation@@ in the Free Cities.
 	<<set $rep += 1000>>
 	<<if _FS == "Repopulationist" && $PC.dick == 1 && $arcologies[0].FSRepopulationFocusLaw == 0 && (random(1,100) > 40)>>
 		<<set $desc = "a tasteful morning-after message, with attached positive pregnancy test, from a pretty " + _FS + " citizen you bred">>
@@ -339,7 +339,7 @@ She's clearly attracted to you; even the most consummate actress would have diff
 	<<default>>
 		hot young body
 	<</switch>>
-	is obvious to everyone. The message is clear, and your guest of honor is the center of attention as you take her there in view of the arcology's leading citizens. Naturally, the story percolates, making it clear that there's nothing you won't do to @@color:green;further acceptance of _FS principles.@@
+	is obvious to everyone. The message is clear, and your guest of honor is the center of attention as you take her there in view of the arcology's leading citizens. Naturally, the story percolates, making it clear that there's nothing you won't do to @@.green;further acceptance of _FS principles.@@
 	<</replace>>
 <</link>>
 <</if>>
diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw
index ae8af51354fb93b8f730fd6fe939c3c979a33a9f..a2a5877c5f7395d42b54b952a18194bc922a0033 100644
--- a/src/uncategorized/reDevotedMotherDaughter.tw
+++ b/src/uncategorized/reDevotedMotherDaughter.tw
@@ -10,7 +10,7 @@ $mother.slaveName and her daughter are both good slaves, devoted and obedient. T
 <br><<link "Spend the night sharing your bed with them, and each of them with the other">>
 	<<replace "#result">>
 	Neither of them bats an eye when you announce you're turning in early and that they'll be joining you. Since they're already naked, they get into your big soft bed before you and lie facing each other, with enough room in between them for you to take a central position. They clearly assume you'll start with one of them on each side of you, so they're quite surprised when you slide in behind $mother.slaveName instead. $daughter.slaveName snuggles up to her mother happily enough, however. You extend the foreplay to hours, eventually bringing both of them to such a state of naked arousal that they begin grinding against each other as much as they do you. They get the idea, and things turn into a sort of unspoken mutual one-upsmanship between them. What starts with $daughter.slaveName clearly feeling very daring as she sucks her mother's nipple ends with $mother.slaveName lying on her back getting fucked by you while she orally pleasures $daughter.slaveName. You're face to face with $daughter.slaveName and she groans happily into your mouth as $mother.slaveName moans into her fuckhole.
-	@@color:mediumaquamarine;They have both become more trusting of you.@@
+	@@.mediumaquamarine;They have both become more trusting of you.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $daughter.ID == $slaves[$i].ID>>
 		<<set $slaves[$i].trust += 4>>
@@ -44,7 +44,7 @@ $mother.slaveName and her daughter are both good slaves, devoted and obedient. T
 <br><<link "Get them started and then keep them at it in your office">>
 	<<replace "#result">>
 	You give them orders of devastating simplicity: they are to repair to the couch in your office and are to take turns getting each other off until such time as you tell them otherwise. They're momentarily stunned, but $mother.slaveName takes the lead and draws her daughter over to the couch by the hand. They're both accomplished sex slaves and obey orders well, so they are quite successful in the little game, if a bit mechanical. For the rest of the day, interviewees come and go and are treated to the sight of the two of them having subdued sex on the couch. Showing off one's slaves for business interlocutors is a common Free Cities practice, but more than one perceptive person figures out what the resemblance between the two slaves and the age gap between them really means. Of course, all those who figure it out are impressed by your sheer decadence.
-	@@color:green;Your reputation has increased considerably.@@
+	@@.green;Your reputation has increased considerably.@@
 	<<set $rep += 1000>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $daughter.ID == $slaves[$i].ID>>
diff --git a/src/uncategorized/reDevotedTwins.tw b/src/uncategorized/reDevotedTwins.tw
index 90f4d42a9d9a4158af0bcf2c54b596cdebee381f..37abf0614dc00bedc49b402419c937eb6af686f8 100644
--- a/src/uncategorized/reDevotedTwins.tw
+++ b/src/uncategorized/reDevotedTwins.tw
@@ -9,7 +9,7 @@ $alphaTwin.slaveName and $betaTwin.slaveName are such good and devoted slaves th
 <br><<link "Take them out for the morning">>
 	<<replace "#result">>
 	<br>You head out of your penthouse with a pretty sex slave under each arm. They're attentive companions, doing everything they can to mirror each other as they show off their bodies to onlookers. It's a bright, sunny day, so you walk them up and down a busy glassed-in galleria. They clearly expect you to fuck them in public, but for once you just enjoy a couple of hours with them. They start disappointed that you aren't going to use them, but they quickly get over it and enjoy preening under your arms.
-	@@color:mediumaquamarine;They have both become more trusting of you,@@ and @@color:green;your reputation has increased considerably.@@
+	@@.mediumaquamarine;They have both become more trusting of you,@@ and @@.green;your reputation has increased considerably.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $alphaTwin.ID == $slaves[$i].ID>>
 		<<set $slaves[$i].trust += 4>>
@@ -25,7 +25,7 @@ $alphaTwin.slaveName and $betaTwin.slaveName are such good and devoted slaves th
 <</link>>
 <br><<link "Use them side by side">>
 	<<replace "#result">>
-	<br>Slave twins inevitably get used to threesomes with their sibling, and $alphaTwin.slaveName and $betaTwin.slaveName are no exception. They greet you with every appearance of arousal and begin a carefully balanced routine - foreplay with you, of course, but whatever parts of them aren't working on you work on the other slave. They stroke you while making out, stroke each other while sucking you to rock hardness, and finger each others' holes while <<if $PC.vagina == 1>>crowding their faces against your pussy. You reach down and seize a nipple in each hand, pulling them upward so they can suck your nipples instead; they use manual stimulation to keep you going while they do. With one straddling each of your thighs, grinding shamelessly, you can reach around and molest their butts with your own hands.<<else>>rubbing four breasts up and down your dick. Since you only have one cock, the symmetry ends when you start fucking them. As you switch from hole to hole, whichever twin isn't getting fucked at the moment uses her mouth and hands to stimulate your balls and her twin's fuckhole as you pound it. When you finally cum in $betaTwin.slaveName, $alphaTwin.slaveName sucks it out and they kiss deeply to share your ejaculate.<</if>> @@color:hotpink;They have both become more devoted to you.@@
+	<br>Slave twins inevitably get used to threesomes with their sibling, and $alphaTwin.slaveName and $betaTwin.slaveName are no exception. They greet you with every appearance of arousal and begin a carefully balanced routine - foreplay with you, of course, but whatever parts of them aren't working on you work on the other slave. They stroke you while making out, stroke each other while sucking you to rock hardness, and finger each others' holes while <<if $PC.vagina == 1>>crowding their faces against your pussy. You reach down and seize a nipple in each hand, pulling them upward so they can suck your nipples instead; they use manual stimulation to keep you going while they do. With one straddling each of your thighs, grinding shamelessly, you can reach around and molest their butts with your own hands.<<else>>rubbing four breasts up and down your dick. Since you only have one cock, the symmetry ends when you start fucking them. As you switch from hole to hole, whichever twin isn't getting fucked at the moment uses her mouth and hands to stimulate your balls and her twin's fuckhole as you pound it. When you finally cum in $betaTwin.slaveName, $alphaTwin.slaveName sucks it out and they kiss deeply to share your ejaculate.<</if>> @@.hotpink;They have both become more devoted to you.@@
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $alphaTwin.ID == $slaves[$i].ID>>
 		<<set $slaves[$i].devotion += 4>>
diff --git a/src/uncategorized/reDevotees.tw b/src/uncategorized/reDevotees.tw
index a8b919b9c452b57a6c472ff98e57cdfbb1deb9b6..a61d698bfffb60c32177382f3fc756a501fa4c35 100644
--- a/src/uncategorized/reDevotees.tw
+++ b/src/uncategorized/reDevotees.tw
@@ -27,13 +27,13 @@ You have a mature, well-trained household of slaves. $slaves[0].slaveName, $slav
 <<link "See an operetta with four attendants">>
 	<<replace "#result">>
 	<<PCTitle>>
-	You reserve a box at an upcoming operetta; classical Italian music is enjoying a renaissance these days. The doormen at the fashionable opera house promptly widen the velvet ropes so that you and your party may proceed unimpeded. Their quick thinking is necessary, since there are five of you walking sedately up the steps: you in the middle, impeccable in <<if $PC.title == 1>>gentleman's evening wear, complete with gloves and cane<<else>>a fine and noble lady's tuxedo<</if>>; and $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName, all dressed in the gorgeous fashion of the seventeenth century, all plunging necklines, piled hair, and ruffled petticoats. The splendid master of ceremonies clears his throat and announces in a sonorous voice, "$PCTitle." The ostentation @@color:green;turns every head and catches every eye.@@
+	You reserve a box at an upcoming operetta; classical Italian music is enjoying a renaissance these days. The doormen at the fashionable opera house promptly widen the velvet ropes so that you and your party may proceed unimpeded. Their quick thinking is necessary, since there are five of you walking sedately up the steps: you in the middle, impeccable in <<if $PC.title == 1>>gentleman's evening wear, complete with gloves and cane<<else>>a fine and noble lady's tuxedo<</if>>; and $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName, all dressed in the gorgeous fashion of the seventeenth century, all plunging necklines, piled hair, and ruffled petticoats. The splendid master of ceremonies clears his throat and announces in a sonorous voice, "$PCTitle." The ostentation @@.green;turns every head and catches every eye.@@
 	<<set $rep += 500>>
 	<</replace>>
 <</link>>
 <br><<link "Visit a casino in good company">>
 	<<replace "#result">>
-	The croupiers, bouncers and regulars down at the nearest casino hardly know what to think when you appear with a chit full of cash and twice as many girls as you have arms. You live the night big, starting at the poker table with so many tits and asses on display behind you that, @@color:yellowgreen;baby, you make a killing.@@ $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName quickly catch the rhythm of the place: slaves can get away with a little more in the smoky, whiskey soaked, money tinted atmosphere, and they @@color:hotpink;enjoy themselves immensely.@@ They flirt, flash, giggle, kiss each other, and generally destroy the concentration of everyone within twenty yards - except you. Ring-a-ding-ding.
+	The croupiers, bouncers and regulars down at the nearest casino hardly know what to think when you appear with a chit full of cash and twice as many girls as you have arms. You live the night big, starting at the poker table with so many tits and asses on display behind you that, @@.yellowgreen;baby, you make a killing.@@ $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName quickly catch the rhythm of the place: slaves can get away with a little more in the smoky, whiskey soaked, money tinted atmosphere, and they @@.hotpink;enjoy themselves immensely.@@ They flirt, flash, giggle, kiss each other, and generally destroy the concentration of everyone within twenty yards - except you. Ring-a-ding-ding.
 	<<set $slaves[0].devotion += 4>>
 	<<set $slaves[1].devotion += 4>>
 	<<set $slaves[2].devotion += 4>>
diff --git a/src/uncategorized/reFSNonconformist.tw b/src/uncategorized/reFSNonconformist.tw
index 68c1c374840b9cf6921ce028d55b2ef0e7ee8b35..c042010058ffb42fde58f0506cb6d1b682d91c29 100644
--- a/src/uncategorized/reFSNonconformist.tw
+++ b/src/uncategorized/reFSNonconformist.tw
@@ -121,73 +121,73 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem
 <<link "Ignore the situation">>
 	<<set $rep -= 250>>
 	<<replace "#result">><<nobr>>
-	You communicate polite concern, but offer no specific plans. The prominent citizens go away muttering, @@color:red;very disappointed@@ that you are not taking their concerns seriously. The nonconformist
+	You communicate polite concern, but offer no specific plans. The prominent citizens go away muttering, @@.red;very disappointed@@ that you are not taking their concerns seriously. The nonconformist
 	<<if $FSNonconformist == "Pastoralist">>
-		publishes the exposee, @@color:red;setting back adoption@@ of pastoralism.
+		publishes the exposee, @@.red;setting back adoption@@ of pastoralism.
 		<<set $arcologies[0].FSPastoralist -= 10>>
 	<<elseif $FSNonconformist == "Supremacist">>
-		publicly flogs one of their $arcologies[0].FSSupremacistRace slaves halfway to exsanguination, @@color:red;setting back acceptance@@ of $arcologies[0].FSSupremacistRace supremacy.
+		publicly flogs one of their $arcologies[0].FSSupremacistRace slaves halfway to exsanguination, @@.red;setting back acceptance@@ of $arcologies[0].FSSupremacistRace supremacy.
 		<<set $arcologies[0].FSSupremacist -= 10>>
 	<<elseif $FSNonconformist == "Subjugationist">>
-		publicly flogs one of their $arcologies[0].FSSupremacistRace slaves halfway to exsanguination, @@color:red;setting back acceptance@@ of $arcologies[0].FSSubjugationistRace inferiority.
+		publicly flogs one of their $arcologies[0].FSSupremacistRace slaves halfway to exsanguination, @@.red;setting back acceptance@@ of $arcologies[0].FSSubjugationistRace inferiority.
 		<<set $arcologies[0].FSSubjugationist -= 10>>
 	<<elseif $FSNonconformist == "Gender Radicalist">>
-		reveals the defeminized slave and then frees her, completing her return to maleness according to Gender Radicalism's own tenets, @@color:red;setting back acceptance@@ of the society model.
+		reveals the defeminized slave and then frees her, completing her return to maleness according to Gender Radicalism's own tenets, @@.red;setting back acceptance@@ of the society model.
 		<<set $arcologies[0].FSGenderRadicalist -= 10>>
 	<<elseif $FSNonconformist == "Repopulation Efforts">>
-		publishes his information, @@color:red;greatly hindering@@ the adoption of mass reproduction.<<if $PC.preg > 16>> Your own gravidity is brought into question as well, @@color:red;hurting your public opinion.@@<<set $rep -= ($PC.preg*10)>><</if>>
+		publishes his information, @@.red;greatly hindering@@ the adoption of mass reproduction.<<if $PC.preg > 16>> Your own gravidity is brought into question as well, @@.red;hurting your public opinion.@@<<set $rep -= ($PC.preg*10)>><</if>>
 		<<set $arcologies[0].FSRepopulationFocus -= 10>>
 	<<elseif $FSNonconformist == "Eugenics">>
-		hosts a public wedding commemorating their love. This @@color:red;sets back acceptance@@ of your class system and hinders Eugenics. The Societal Elite are @@color:red;furious@@ at your inaction.
+		hosts a public wedding commemorating their love. This @@.red;sets back acceptance@@ of your class system and hinders Eugenics. The Societal Elite are @@.red;furious@@ at your inaction.
 		<<set $arcologies[0].FSRestart -= 20>>
 		<<set $failedElite += 100
 	<<elseif $FSNonconformist == "Gender Fundamentalist">>
-		hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of slaves with dicks. They're so filled with aphrodisiacs that they orgasm constantly when citizens use their asses. This @@color:red;setts back acceptance@@ of gender traditionalism.
+		hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of slaves with dicks. They're so filled with aphrodisiacs that they orgasm constantly when citizens use their asses. This @@.red;setts back acceptance@@ of gender traditionalism.
 		<<set $arcologies[0].FSGenderFundamentalist -= 10>>
 	<<elseif $FSNonconformist == "Paternalist">>
-		begins requiring his slaves to beat each other in public for the entertainment of passersby, @@color:red;setting back acceptance@@ of paternalism.
+		begins requiring his slaves to beat each other in public for the entertainment of passersby, @@.red;setting back acceptance@@ of paternalism.
 		<<set $arcologies[0].FSPaternalist -= 10>>
 	<<elseif $FSNonconformist == "Degradationist">>
-		begins building independent little lives for a few of their best slaves, @@color:red;setting back acceptance@@ of degradationism.
+		begins building independent little lives for a few of their best slaves, @@.red;setting back acceptance@@ of degradationism.
 		<<set $arcologies[0].FSDegradationist -= 10>>
 	<<elseif $FSNonconformist == "Body Purist">>
-		is soon accompanied around the arcology by a slave with ten-liter breast implants, @@color:red;setting back acceptance@@ of body purism.
+		is soon accompanied around the arcology by a slave with ten-liter breast implants, @@.red;setting back acceptance@@ of body purism.
 		<<set $arcologies[0].FSBodyPurist -= 10>>
 	<<elseif $FSNonconformist == "Transformation Fetishist">>
-		is soon accompanied around the arcology by the successfully made-over slave, whose transformation they never tire of extolling. This @@color:red;setting back acceptance@@ of transformation.
+		is soon accompanied around the arcology by the successfully made-over slave, whose transformation they never tire of extolling. This @@.red;setting back acceptance@@ of transformation.
 		<<set $arcologies[0].FSTransformationFetishist -= 10>>
 	<<elseif $FSNonconformist == "Slimness Enthusiast">>
-		soon reveals their little project. The once-beautiful slave is now so fat she can scarcely walk; the unanswered insult @@color:red;sets back the fashion@@ for slim slaves.
+		soon reveals their little project. The once-beautiful slave is now so fat she can scarcely walk; the unanswered insult @@.red;sets back the fashion@@ for slim slaves.
 		<<set $arcologies[0].FSSlimnessEnthusiast -= 10>>
 	<<elseif $FSNonconformist == "Asset Expansionist">>
-		soon reveals their little project. A pair of the arcology's finest tits are gone forever; the unanswered insult @@color:red;sets back the fashion@@ for stacked slaves.
+		soon reveals their little project. A pair of the arcology's finest tits are gone forever; the unanswered insult @@.red;sets back the fashion@@ for stacked slaves.
 		<<set $arcologies[0].FSAssetExpansionist -= 10>>
 	<<elseif $FSNonconformist == "Youth Preferentialist">>
-		hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of older slaves. They're so filled with aphrodisiacs that they eagerly fuck anyone who shows the slightest interest. This @@color:red;dims the fashion@@ for fresh slaves.
+		hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of older slaves. They're so filled with aphrodisiacs that they eagerly fuck anyone who shows the slightest interest. This @@.red;dims the fashion@@ for fresh slaves.
 		<<set $arcologies[0].FSYouthPreferentialist -= 10>>
 	<<elseif $FSNonconformist == "Maturity Preferentialist">>
-		hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of young slaves. They're virgins, though not for very long. This @@color:red;dims the fashion@@ for mature slaves.
+		hosts a huge public party in a lower-class area of the arcology, staffing it with a large number of young slaves. They're virgins, though not for very long. This @@.red;dims the fashion@@ for mature slaves.
 		<<set $arcologies[0].FSMaturityPreferentialist -= 10>>
 	<<elseif $FSNonconformist == "Physical Idealist">>
-		publishes their screed, and spreads money around to ensure its widespread dissemination. This @@color:red;sets back acceptance@@ of physical idealism.
+		publishes their screed, and spreads money around to ensure its widespread dissemination. This @@.red;sets back acceptance@@ of physical idealism.
 		<<set $arcologies[0].FSPhysicalIdealist -= 10>>
 	<<elseif $FSNonconformist == "Chattel Religionist">>
-		brings in their pet dissenting preacher, whose clever invectives @@color:red;set back acceptance@@ of the new religion.
+		brings in their pet dissenting preacher, whose clever invectives @@.red;set back acceptance@@ of the new religion.
 		<<set $arcologies[0].FSChattelReligionist -= 10>>
 	<<elseif $FSNonconformist == "Roman Revivalist">>
-		offers their Gaulish Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Roman revivalism. This imbroglio @@color:red;sets back acceptance@@ of your revivalist project.
+		offers their Gaulish Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Roman revivalism. This imbroglio @@.red;sets back acceptance@@ of your revivalist project.
 		<<set $arcologies[0].FSRomanRevivalist -= 10>>
 	<<elseif $FSNonconformist == "Edo Revivalist">>
-		offers their Korean Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Edo revivalism. This imbroglio @@color:red;sets back acceptance@@ of your revivalist project.
+		offers their Korean Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Edo revivalism. This imbroglio @@.red;sets back acceptance@@ of your revivalist project.
 		<<set $arcologies[0].FSEdoRevivalist -= 10>>
 	<<elseif $FSNonconformist == "Arabian Revivalist">>
-		offers their Byzantine Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Arabian revivalism. This imbroglio @@color:red;sets back acceptance@@ of your revivalist project.
+		offers their Byzantine Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Arabian revivalism. This imbroglio @@.red;sets back acceptance@@ of your revivalist project.
 		<<set $arcologies[0].FSArabianRevivalist -= 10>>
 	<<elseif $FSNonconformist == "Chinese Revivalist">>
-		offers their Mongol Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Chinese revivalism. This imbroglio @@color:red;sets back acceptance@@ of your revivalist project.
+		offers their Mongol Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Chinese revivalism. This imbroglio @@.red;sets back acceptance@@ of your revivalist project.
 		<<set $arcologies[0].FSChineseRevivalist -= 10>>
 	<<else>>
-		offers their Ancient Greek Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Roman revivalism. This imbroglio @@color:red;sets back acceptance@@ of your revivalist project.
+		offers their Ancient Greek Revivalism alternative with great fanfare. It fizzles out within a week, mostly because its main backer is privately against all revivalism, but during that time it serves as a focal point for many citizens who are privately impatient with Roman revivalism. This imbroglio @@.red;sets back acceptance@@ of your revivalist project.
 		<<set $arcologies[0].FSEgyptianRevivalist -= 10>>
 	<</if>>
 	<</nobr>><</replace>>
@@ -195,7 +195,7 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem
 <br><<link "Throw the nonconformist out of the arcology">>
 	<<set $arcologies[0].prosperity -= 10>>
 	<<replace "#result">>
-	You agree with the prominent citizens, and promise to apply all of your considerable contractual and business power to get the nonconformist out of the arcology before they can put their plan into action. You manage it, but only just. Opinion on your actions is mixed: the oligarchs who came to you are pleased you satisfied their requests, but your maneuvers were offensive to the general preference for freedom. The impact on the arcology's economy on the other hand is entirely negative, since the sudden loss of a major player within the arcology's business field @@color:red;damages its prosperity.@@
+	You agree with the prominent citizens, and promise to apply all of your considerable contractual and business power to get the nonconformist out of the arcology before they can put their plan into action. You manage it, but only just. Opinion on your actions is mixed: the oligarchs who came to you are pleased you satisfied their requests, but your maneuvers were offensive to the general preference for freedom. The impact on the arcology's economy on the other hand is entirely negative, since the sudden loss of a major player within the arcology's business field @@.red;damages its prosperity.@@
 	<</replace>>
 <</link>>
 <<if $cash > 10000>>
@@ -262,7 +262,7 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem
 <br><<link "Leverage your reputation with some credible threats">>
 	<<set $rep += 100>>
 	<<replace "#result">>
-	Resolving the situation takes you one call. Exactly what happened to your predecessor as owner of the arcology has never become publicly known, but your method of replacing them is rumored to have been somewhat ballistic in nature. It doesn't take much inflection in your voice to communicate threat, and the nonconformist hastily promises to abandon their plans and be less annoying in the future. The oligarchs are somewhat frightened by the rapidity with which you sorted things out, but they can't argue with the results and their @@color:green;respect for you deepens.@@
+	Resolving the situation takes you one call. Exactly what happened to your predecessor as owner of the arcology has never become publicly known, but your method of replacing them is rumored to have been somewhat ballistic in nature. It doesn't take much inflection in your voice to communicate threat, and the nonconformist hastily promises to abandon their plans and be less annoying in the future. The oligarchs are somewhat frightened by the rapidity with which you sorted things out, but they can't argue with the results and their @@.green;respect for you deepens.@@
 	<</replace>>
 <</link>>
 <</if>>
diff --git a/src/uncategorized/reFemaleArcologyOwner.tw b/src/uncategorized/reFemaleArcologyOwner.tw
index abed6614ce3751e14c55afa4ae98d19cf1303cf9..0ca42920e7404763cada0c7dd2017d6ee8231e93 100644
--- a/src/uncategorized/reFemaleArcologyOwner.tw
+++ b/src/uncategorized/reFemaleArcologyOwner.tw
@@ -17,7 +17,7 @@ She strikes a fine balance in conversation with you, firm enough for a rising wo
 <</link>>
 <br><<link "Walk past her and out onto an unoccupied balcony">>
 	<<replace "#result">>
-	You walk past her and out onto a balcony. She politely disengages herself and follows, meeting your gaze with a twinkle in her eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that she is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but her judgment was obviously correct. <<if $PC.title == 0>>You are a pair of powerful women who are very obviously in the early stages of an assignation, and it's hard to tell which of you excites more envy.<<else>>Rather than looking down on her, the other prominent guests seem respectfully envious of her access to you.<</if>> This is still the case even when she starts to soften her body language, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when she finally nudges her hip against yours and does not take it away, you take her by the hand and lead her there. She stops you with a hand at the door to the suite and then strips off her suit piece by piece, revealing a triathlete's tanned and sculpted body. You crush her naked form in your still-clothed arms, and she softens into you, whispering, "You have no idea how relaxing this is." <<if $PC.title == 1>>It's clear it's been a long time since she's let someone else take the lead,<<else>>She's obviously an occasional lesbian, at best,<</if>> and she's awkward as a girl at times. She leaves a few hours later with a satisfied expression, giving you a kiss on her way out in full public view. @@color:green;Your reputation has greatly improved.@@
+	You walk past her and out onto a balcony. She politely disengages herself and follows, meeting your gaze with a twinkle in her eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that she is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but her judgment was obviously correct. <<if $PC.title == 0>>You are a pair of powerful women who are very obviously in the early stages of an assignation, and it's hard to tell which of you excites more envy.<<else>>Rather than looking down on her, the other prominent guests seem respectfully envious of her access to you.<</if>> This is still the case even when she starts to soften her body language, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when she finally nudges her hip against yours and does not take it away, you take her by the hand and lead her there. She stops you with a hand at the door to the suite and then strips off her suit piece by piece, revealing a triathlete's tanned and sculpted body. You crush her naked form in your still-clothed arms, and she softens into you, whispering, "You have no idea how relaxing this is." <<if $PC.title == 1>>It's clear it's been a long time since she's let someone else take the lead,<<else>>She's obviously an occasional lesbian, at best,<</if>> and she's awkward as a girl at times. She leaves a few hours later with a satisfied expression, giving you a kiss on her way out in full public view. @@.green;Your reputation has greatly improved.@@
 	<<set $rep += 1000>>
 	<<set $desc = "a perfumed thank-you note from a female arcology owner of your acquaintance">>
 	<<set $trinkets.push($desc)>>
@@ -26,7 +26,7 @@ She strikes a fine balance in conversation with you, firm enough for a rising wo
 <<if $mercenaries > 0>>
 <br><<link "Quickly arrange an anonymous night out for her">>
 	<<replace "#result">>
-	You immediately enlist $assistantName to help you make some hasty preparations, and then send her a message asking her if she'd like to spend a night out with you, as a couple of unremarkable citizens. She glances at you with a curious expression, and you direct her to a side room. She finds you there, changing into the heavy, anonymizing armor of one of your mercenaries; you have a female suit for her, too. Once you're both suited up, you move to show her how to activate the face-obscuring helmet, but you find that she's already got it on and active. "This," she says, "is either the best or the stupidest date idea I have ever heard. Let's fucking do this." You pass a mercenary on your way out onto the club, and he cannot resist giving you a thumbs up, which your fellow arcology owner fortunately fails to notice. You patrol for a while, using internal comms to joke about life as an arcology owner, something she clearly gets to do too infrequently. You don't mind the chance, either. Your mercenaries frequently spend time together off duty, so nobody sees anything unusual about a <<if $PC.title == 1>>male and female<<else>>couple of ladies<</if>> in mercenary armor sharing a milkshake at a dairy bar, even when they start to engage in increasingly rough public flirting, armor and all. Later, your slaves are obliged to pick up and sort a trail of discarded armor pieces leading from the entry to your penthouse all the way to your suite, which is now emitting the indistinct sounds of very energetic sex. A few hours later, when you're showering up together so she can head back to her domain, she looks up at you and says seriously, "That was pretty fun. If things ever go to shit, I wouldn't mind wearing that armor for real." Your mercenaries cannot keep their mouths shut, for once, and the almost unbelievably juicy story of the arcology owners wearing borrowed armor to go on an anonymous <<if $PC.title == 0>>lesbian <</if>>date spreads like wildfire. @@color:green;Your reputation has greatly improved.@@
+	You immediately enlist $assistantName to help you make some hasty preparations, and then send her a message asking her if she'd like to spend a night out with you, as a couple of unremarkable citizens. She glances at you with a curious expression, and you direct her to a side room. She finds you there, changing into the heavy, anonymizing armor of one of your mercenaries; you have a female suit for her, too. Once you're both suited up, you move to show her how to activate the face-obscuring helmet, but you find that she's already got it on and active. "This," she says, "is either the best or the stupidest date idea I have ever heard. Let's fucking do this." You pass a mercenary on your way out onto the club, and he cannot resist giving you a thumbs up, which your fellow arcology owner fortunately fails to notice. You patrol for a while, using internal comms to joke about life as an arcology owner, something she clearly gets to do too infrequently. You don't mind the chance, either. Your mercenaries frequently spend time together off duty, so nobody sees anything unusual about a <<if $PC.title == 1>>male and female<<else>>couple of ladies<</if>> in mercenary armor sharing a milkshake at a dairy bar, even when they start to engage in increasingly rough public flirting, armor and all. Later, your slaves are obliged to pick up and sort a trail of discarded armor pieces leading from the entry to your penthouse all the way to your suite, which is now emitting the indistinct sounds of very energetic sex. A few hours later, when you're showering up together so she can head back to her domain, she looks up at you and says seriously, "That was pretty fun. If things ever go to shit, I wouldn't mind wearing that armor for real." Your mercenaries cannot keep their mouths shut, for once, and the almost unbelievably juicy story of the arcology owners wearing borrowed armor to go on an anonymous <<if $PC.title == 0>>lesbian <</if>>date spreads like wildfire. @@.green;Your reputation has greatly improved.@@
 	<<set $desc = "a cute thank-you note from a female arcology owner of your acquaintance">>
 	<<set $trinkets.push($desc)>>
 	<<set $rep += 1000>>
diff --git a/src/uncategorized/reFormerAbolitionist.tw b/src/uncategorized/reFormerAbolitionist.tw
index e019a5dd31f79c816b348a53a2192c4d8899c269..c322cf3f8c1d82e07eec60cf9a8410338166a463 100644
--- a/src/uncategorized/reFormerAbolitionist.tw
+++ b/src/uncategorized/reFormerAbolitionist.tw
@@ -30,7 +30,7 @@ This is a rare opportunity. While the mob is quick to pat itself on the back for
 	$activeSlave.slaveName\
 	<</replace>>\
 	<<replace "#result">>
-You spend the week parading $activeSlave.slaveName around in public, letting everyone get a good look at her fawning adoration of you. A variety of public sex acts really nails the point home in the psyche of your citizens and @@color:yellowgreen;increases your reputation@@, and after a few days you start to receive a sincere golf clap from onlookers every time you cum in or on $activeSlave.slaveName.
+You spend the week parading $activeSlave.slaveName around in public, letting everyone get a good look at her fawning adoration of you. A variety of public sex acts really nails the point home in the psyche of your citizens and @@.yellowgreen;increases your reputation@@, and after a few days you start to receive a sincere golf clap from onlookers every time you cum in or on $activeSlave.slaveName.
 	<<set $rep += 200>>
 	<</replace>>
 <</link>>
@@ -40,7 +40,7 @@ You spend the week parading $activeSlave.slaveName around in public, letting eve
 	$activeSlave.slaveName\
 	<</replace>>\
 	<<replace "#result">>
-You fasten $activeSlave.slaveName in a kneeling position in the center of your club, secured by shackles around her wrists and ankles - purely decorative, since she's so devoted she'd perform her role in this if you just hinted it would please you if she did. In front of her, you place a sign: "Fuck the mouth that preached abolitionism, 5¤." In a few moments, the morning crowd will begin to arrive, and you have no doubt that $activeSlave.slaveName will be very, very popular. And she is. Even with an extra dose of curatives and a check-up every night, the strain of a week of dicks and a diet of cum @@color:red;has taken a toll on her health@@. But even after you pay to have the area that $activeSlave.slaveName worked thoroughly cleaned, you have made @@color:yellowgreen;a tidy profit@@.
+You fasten $activeSlave.slaveName in a kneeling position in the center of your club, secured by shackles around her wrists and ankles - purely decorative, since she's so devoted she'd perform her role in this if you just hinted it would please you if she did. In front of her, you place a sign: "Fuck the mouth that preached abolitionism, 5¤." In a few moments, the morning crowd will begin to arrive, and you have no doubt that $activeSlave.slaveName will be very, very popular. And she is. Even with an extra dose of curatives and a check-up every night, the strain of a week of dicks and a diet of cum @@.red;has taken a toll on her health@@. But even after you pay to have the area that $activeSlave.slaveName worked thoroughly cleaned, you have made @@.yellowgreen;a tidy profit@@.
 	<<set $activeSlave.health -= 10>>
 	<<set $activeSlave.oralCount += random(410,440)>>
 	<<set $cash += 2000>>
@@ -52,7 +52,7 @@ You fasten $activeSlave.slaveName in a kneeling position in the center of your c
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-You buy media coverage of her, invest in an ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as an @@color:green;example of your slave-breaking skills.@@
+You buy media coverage of her, invest in an ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as an @@.green;example of your slave-breaking skills.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 200>>
 		<<set $activeSlave.prestige = 1>>
@@ -60,7 +60,7 @@ You buy media coverage of her, invest in an ad campaign, and even arrange for he
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-You buy media coverage of her, invest in an ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@color:green;increased,@@ but in a week she'll be forgotten.
+You buy media coverage of her, invest in an ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 5000>>
 		<<set $rep += 200>>
 		<</replace>>
@@ -72,7 +72,7 @@ You buy media coverage of her, invest in an ad campaign, and even arrange for he
 	<</replace>>\
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them that is broadcast around the world. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as an @@color:green;example of your slave-breaking skills.@@
+You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them that is broadcast around the world. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as an @@.green;example of your slave-breaking skills.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 400>>
 		<<set $activeSlave.prestige = 1>>
@@ -80,7 +80,7 @@ You buy prime media coverage of her, invest in a lavish ad campaign, and even ar
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them that is broadcast around the world. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@color:green;increased,@@ but in a week she'll be forgotten.
+You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for her to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them that is broadcast around the world. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 10000>>
 		<<set $rep += 400>>
 		<</replace>>
@@ -93,7 +93,7 @@ You buy prime media coverage of her, invest in a lavish ad campaign, and even ar
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-The world is in love with $activeSlave.slaveName. Her face graces magazine covers the world over and her passionate arguments (ghostwritten by the best spin doctors money can buy) spark debate everywhere they're heard. She is mentioned by name in strident denunciations about the immorality of the present day from religious leaders. She appears on the internet with all sorts of attempts at humor superimposed on her image. Her loving and overblown descriptions of you spark a new trend in protagonists of badly-written romance novels. When a very popular talk show host attempts to call her bluff and receives oral sex in front of a live studio audience, @@color:yellowgreen;you know for sure that her fame has stuck@@.
+The world is in love with $activeSlave.slaveName. Her face graces magazine covers the world over and her passionate arguments (ghostwritten by the best spin doctors money can buy) spark debate everywhere they're heard. She is mentioned by name in strident denunciations about the immorality of the present day from religious leaders. She appears on the internet with all sorts of attempts at humor superimposed on her image. Her loving and overblown descriptions of you spark a new trend in protagonists of badly-written romance novels. When a very popular talk show host attempts to call her bluff and receives oral sex in front of a live studio audience, @@.yellowgreen;you know for sure that her fame has stuck@@.
 		<<set $cash -= 25000>>
 		<<set $rep += 600>>
 		<<set $activeSlave.prestige = 2>>
@@ -101,7 +101,7 @@ The world is in love with $activeSlave.slaveName. Her face graces magazine cover
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-The world seems temporarily enamoured with $activeSlave.slaveName as she appears on talk shows and in political debates with millions of watchers, but before long her fifteen minutes of fame peter out and the only offers coming in are from pornography magnates and local talk radio shows. Though she achieved @@color:yellowgreen;local fame@@ for appearing on the world stage, the rest of the world seems to have gotten bored with $activeSlave.slaveName.
+The world seems temporarily enamoured with $activeSlave.slaveName as she appears on talk shows and in political debates with millions of watchers, but before long her fifteen minutes of fame peter out and the only offers coming in are from pornography magnates and local talk radio shows. Though she achieved @@.yellowgreen;local fame@@ for appearing on the world stage, the rest of the world seems to have gotten bored with $activeSlave.slaveName.
 		<<set $cash -= 25000>>
 		<<set $activeSlave.prestige = 1>>
 		<<set $activeSlave.prestigeDesc = "She is notorious as a former abolitionist turned devoted slave.">>
diff --git a/src/uncategorized/reFullBed.tw b/src/uncategorized/reFullBed.tw
index 51617347d57569667e480ffe6b5a450cc68ce5e4..ee88710c2202e414669bf71fbb991cbc255dcc99 100644
--- a/src/uncategorized/reFullBed.tw
+++ b/src/uncategorized/reFullBed.tw
@@ -32,7 +32,7 @@ Today was an unusually relaxing day, and you aren't particularly tired.
 <span id="result">
 <br><<link "Take a slave in each hand">>
 	<<replace "#result">>
-		With your arms each around a slave, you begin to run your hands across their bodies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As your grasp runs lower and lower, cupping and massaging their buttocks, they begin to kiss the chest against which their adoring faces are pressed, and reach down <<if $PC.dick == 0>>to your pussy<<else>><<if $PC.vagina == 1>>towards your cock and cunt<<else>>for your member<</if>><</if>>. The more manually skilled begins to give you a gentle stroke, while the other softly massages your <<if ($PC.dick == 0)>>mons<<else>>testicles<</if>>. They stiffen in unison when you hook two fingers up each asshole, but immediately relax and begin to work you harder. They orgasm one after the other, their butts clenching against your intruding fingers, and then eagerly clean you with their mouths when you climax yourself. They have become @@color:hotpink;still more devoted to you.@@
+		With your arms each around a slave, you begin to run your hands across their bodies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As your grasp runs lower and lower, cupping and massaging their buttocks, they begin to kiss the chest against which their adoring faces are pressed, and reach down <<if $PC.dick == 0>>to your pussy<<else>><<if $PC.vagina == 1>>towards your cock and cunt<<else>>for your member<</if>><</if>>. The more manually skilled begins to give you a gentle stroke, while the other softly massages your <<if ($PC.dick == 0)>>mons<<else>>testicles<</if>>. They stiffen in unison when you hook two fingers up each asshole, but immediately relax and begin to work you harder. They orgasm one after the other, their butts clenching against your intruding fingers, and then eagerly clean you with their mouths when you climax yourself. They have become @@.hotpink;still more devoted to you.@@
 		<<set $bedSlaveOne.devotion += 4>>
 		<<set $bedSlaveTwo.devotion += 4>>
 			<<set $bedSlaveOne.analCount += 1>>
@@ -52,7 +52,7 @@ Today was an unusually relaxing day, and you aren't particularly tired.
 <<if $bedSlaveTwo.preg > 20 && $bedSlaveOne.preg > 20 && $PC.dick == 1>>
 <br><<link "Fondle their pregnancies">>
 	<<replace "#result">>
-		With your arms each around a slave, you begin to run your hands across their bodies, focusing your attention on their full pregnancies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As they move, your rising cock catches in between their gravid middles, giving you an idea. Shifting your arms under and around their backs, you pull them together over your erect member and begin using their taut stomachs to pleasure yourself. They quickly catch on and push closer to each other, trapping your dick between them. Once they begin rubbing, and you humping, the skin surrounding you is quickly coated in precum. They smile at you as they feel your penis tense, and with one final thrust you coat their bellies in a layer of cum. They love your discovery of a new way to enjoy their bodies and become @@color:hotpink;even more devoted to you.@@
+		With your arms each around a slave, you begin to run your hands across their bodies, focusing your attention on their full pregnancies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As they move, your rising cock catches in between their gravid middles, giving you an idea. Shifting your arms under and around their backs, you pull them together over your erect member and begin using their taut stomachs to pleasure yourself. They quickly catch on and push closer to each other, trapping your dick between them. Once they begin rubbing, and you humping, the skin surrounding you is quickly coated in precum. They smile at you as they feel your penis tense, and with one final thrust you coat their bellies in a layer of cum. They love your discovery of a new way to enjoy their bodies and become @@.hotpink;even more devoted to you.@@
 		<<set $bedSlaveOne.devotion += 5>>
 		<<set $bedSlaveTwo.devotion += 5>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -69,7 +69,7 @@ Today was an unusually relaxing day, and you aren't particularly tired.
 <</if>>
 <br><<link "Pull up the sheets and wrestle">>
 	<<replace "#result">>
-		Without warning, you jerk the sheets all the way up and pin them at the head of the bed. They giggle as you seize first the one and then the other, groping and tickling. $bedSlaveTwo.slaveName and $bedSlaveOne.slaveName catch the spirit of fun, and rove around in the soft darkness under the sheets. You're <<if $PC.dick == 1>>rock hard<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>soaking wet<</if>> in no time, wrestling with two naked slaves, and begin to fuck the first one you can grab and hold. <<if ($bedSlaveOne.amp != 1) && ($bedSlaveTwo.amp != 1)>>When you <<if ($PC.dick == 0)>>finish with her<<else>>come inside her<</if>>, you release her and she slides out of bed to wash; by the time she gets back under the sheets, clean and fresh, you're on the point of filling the other.<<else>>When you <<if ($PC.dick == 0)>>finish with her<<else>>come inside her<</if>>, you carry her limbless, helpless body out of bed to wash her, and then return to the bed to fuck the other.<</if>> You switch off with the two of them, fucking them in turn, until everyone falls asleep in an exhausted pile. They have become @@color:mediumaquamarine;still more trusting of you.@@
+		Without warning, you jerk the sheets all the way up and pin them at the head of the bed. They giggle as you seize first the one and then the other, groping and tickling. $bedSlaveTwo.slaveName and $bedSlaveOne.slaveName catch the spirit of fun, and rove around in the soft darkness under the sheets. You're <<if $PC.dick == 1>>rock hard<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>soaking wet<</if>> in no time, wrestling with two naked slaves, and begin to fuck the first one you can grab and hold. <<if ($bedSlaveOne.amp != 1) && ($bedSlaveTwo.amp != 1)>>When you <<if ($PC.dick == 0)>>finish with her<<else>>come inside her<</if>>, you release her and she slides out of bed to wash; by the time she gets back under the sheets, clean and fresh, you're on the point of filling the other.<<else>>When you <<if ($PC.dick == 0)>>finish with her<<else>>come inside her<</if>>, you carry her limbless, helpless body out of bed to wash her, and then return to the bed to fuck the other.<</if>> You switch off with the two of them, fucking them in turn, until everyone falls asleep in an exhausted pile. They have become @@.mediumaquamarine;still more trusting of you.@@
 		<<set $bedSlaveOne.trust += 4>>
 		<<set $bedSlaveTwo.trust += 4>>
 			<<set $bedSlaveOne.analCount += 3>>
diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw
index 8f70ff14275c876863085430878f0af4c8e6f666..4a5b524c6db15802011701b050fa4f7796e32717 100644
--- a/src/uncategorized/reHGReplacement.tw
+++ b/src/uncategorized/reHGReplacement.tw
@@ -49,7 +49,7 @@ She goes on like this for a while, slowly degenerating into repetition of her po
 	<</replace>>\
 	<<replace "#result">>
 	<<nobr>>
-	After giving the matter some consideration, you agree, instructing $assistantName that $activeSlave.slaveName is now the Head Girl. $activeSlave.slaveName is @@color:hotpink;overjoyed,@@ and bounces to her feet, clearly very eager to begin. You caution her that she is not to undermine $HeadGirl.slaveName by letting anyone know why you decided to change Head Girls. She nods obediently. As far as $HeadGirl.slaveName knows, it's just a standard change of Head Girls, and she's too good a slave to let it affect her seriously.
+	After giving the matter some consideration, you agree, instructing $assistantName that $activeSlave.slaveName is now the Head Girl. $activeSlave.slaveName is @@.hotpink;overjoyed,@@ and bounces to her feet, clearly very eager to begin. You caution her that she is not to undermine $HeadGirl.slaveName by letting anyone know why you decided to change Head Girls. She nods obediently. As far as $HeadGirl.slaveName knows, it's just a standard change of Head Girls, and she's too good a slave to let it affect her seriously.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $HeadGirl.ID>>
 		<<set $slaves[$i].assignment = "rest">>
@@ -102,7 +102,7 @@ She goes on like this for a while, slowly degenerating into repetition of her po
 	<<else>>
 		saying, "And now, slut, you are fucked."
 	<</if>>
-	$activeSlave.slaveName's weeping stopped during her climax, but now she starts to @@color:gold;sob with terror,@@ and she cries harder as your Head Girl hauls her out of your office by her ear. $HeadGirl.slaveName @@color:mediumaquamarine;waves cheerfully@@ to you as she leaves with her victim.
+	$activeSlave.slaveName's weeping stopped during her climax, but now she starts to @@.gold;sob with terror,@@ and she cries harder as your Head Girl hauls her out of your office by her ear. $HeadGirl.slaveName @@.mediumaquamarine;waves cheerfully@@ to you as she leaves with her victim.
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $slaves[$i].ID == $HeadGirl.ID>>
 		<<set $slaves[$i].trust += 4>>
diff --git a/src/uncategorized/reLegendaryBalls.tw b/src/uncategorized/reLegendaryBalls.tw
index 05850d705d7df46bf13b2a115a9e1021c05293cf..bb91e2df9f3caea2c2f5e06601dc2402487164cd 100644
--- a/src/uncategorized/reLegendaryBalls.tw
+++ b/src/uncategorized/reLegendaryBalls.tw
@@ -31,7 +31,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 	<</replace>>\
 	<<if random(1,100) > 90>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, but her massive junk wins the day. Against all odds she is named best in show, and will be @@color:green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, but her massive junk wins the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
 		<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a cockmilker.">>
@@ -40,7 +40,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her junk is easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's nuts anyway; as you are her owner, your reputation has @@color:green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her junk is easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's nuts anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
 		<<set $rep += 100>>
 		<</replace>>
 	<</if>>
@@ -51,7 +51,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@color:green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -61,7 +61,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another milker. The public is impressed with $activeSlave.slaveName's balls anyway; as you are her owner, your reputation has @@color:green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another milker. The public is impressed with $activeSlave.slaveName's balls anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
@@ -73,7 +73,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 	<</replace>>\
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's urethra, making her whine and squeal when cockmilked. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@color:green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's urethra, making her whine and squeal when cockmilked. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -83,7 +83,7 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. You are surprised to see that the judging committee has been changed at the last minute. They choose another cow as best in show. There are persistent @@color:red;rumors@@ after the show that there was an absolute massacre of firings at the stock organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. You are surprised to see that the judging committee has been changed at the last minute. They choose another cow as best in show. There are persistent @@.red;rumors@@ after the show that there was an absolute massacre of firings at the stock organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
 		<<set $cash -= 10000>>
 		<<set $rep -= 100>>
 		<</replace>>
diff --git a/src/uncategorized/reLegendaryCow.tw b/src/uncategorized/reLegendaryCow.tw
index 620449047d5993014f58d70ec30b21ef7f5ef6f6..31306f2fee54ce32b5e88139e9c8bc5db3d39830 100644
--- a/src/uncategorized/reLegendaryCow.tw
+++ b/src/uncategorized/reLegendaryCow.tw
@@ -31,7 +31,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 	<</replace>>\
 	<<if random(1,100) > 90>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, but her massive tits win the day. Against all odds she is named best in show, and will be @@color:green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, but her massive tits win the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
 		<<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a dairy cow.">>
@@ -40,7 +40,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her tits are easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's tits anyway; as you are her owner, your reputation has @@color:green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her tits are easily the most impressive on display, another stock owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's tits anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
 		<<set $rep += 100>>
 		<</replace>>
 	<</if>>
@@ -51,7 +51,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@color:green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -61,7 +61,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another cow. The public is impressed with $activeSlave.slaveName's tits anyway; as you are her owner, your reputation has @@color:green;increased@@ a little.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another cow. The public is impressed with $activeSlave.slaveName's tits anyway; as you are her owner, your reputation has @@.green;increased@@ a little.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
@@ -73,7 +73,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 	<</replace>>\
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's ass, making her whine and squeal constantly. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@color:green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@color:green;also increased.@@
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's ass, making her whine and squeal constantly. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -83,7 +83,7 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. You are surprised to see that the judging committee has been changed at the last minute. They choose another cow as best in show. There are persistent @@color:red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
+		$activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. You are surprised to see that the judging committee has been changed at the last minute. They choose another cow as best in show. There are persistent @@.red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges.
 		<<set $cash -= 10000>>
 		<<set $rep -= 100>>
 		<</replace>>
diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw
index 7d3a25a6eaae412be26de1f5cf987d169ee7e5a8..29c5056a9200d323a60db1cf79366db2abaf89f4 100644
--- a/src/uncategorized/reLegendaryEntertainer.tw
+++ b/src/uncategorized/reLegendaryEntertainer.tw
@@ -30,7 +30,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 	$activeSlave.slaveName\
 	<</replace>>\
 	<<replace "#result">>
-	You decide to limit your advantage on her temporary popularity to a little publicity and some advertising. You've gained a little @@color:green;notoriety.@@
+	You decide to limit your advantage on her temporary popularity to a little publicity and some advertising. You've gained a little @@.green;notoriety.@@
 	<<set $rep += 200>>
 	<</replace>>
 <</link>>
@@ -40,7 +40,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her gentle caresses. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@color:green;respected and famous courtesan.@@ As her owner, your reputation has @@color:green;also increased.@@
+		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her gentle caresses. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;respected and famous courtesan.@@ As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 200>>
 		<<if $activeSlave.prestige <= 1>>
@@ -52,7 +52,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@color:green;increased,@@ but in a week she'll be forgotten.
+		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 5000>>
 		<<set $rep += 200>>
 		<</replace>>
@@ -64,7 +64,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 	<</replace>>\
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her gentle caresses. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@color:green;respected and famous courtesan.@@ As her owner, your reputation has @@color:green;also increased.@@
+		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her gentle caresses. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;respected and famous courtesan.@@ As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 400>>
 		<<if $activeSlave.prestige <= 1>>
@@ -76,7 +76,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@color:green;increased,@@ but in a week she'll be forgotten.
+		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her gentle caresses. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 10000>>
 		<<set $rep += 400>>
 		<</replace>>
diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw
index 6ecd97d1cd509f43353edcdd408786f60d88b033..d1f38a07e1433b8f35fc69e7b5f7a3320e3c33cd 100644
--- a/src/uncategorized/reLegendaryWhore.tw
+++ b/src/uncategorized/reLegendaryWhore.tw
@@ -30,7 +30,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 	$activeSlave.slaveName\
 	<</replace>>\
 	<<replace "#result">>
-	You decide to limit your advantage on her temporary popularity to a little marketing and some minor price increases. You've made some unexpected @@color:yellowgreen;profits,@@ and gained a little @@color:green;notoriety.@@
+	You decide to limit your advantage on her temporary popularity to a little marketing and some minor price increases. You've made some unexpected @@.yellowgreen;profits,@@ and gained a little @@.green;notoriety.@@
 	<<set $cash += 1000>>
 	<<set $rep += 100>>
 	<</replace>>
@@ -41,7 +41,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 	<</replace>>\
 	<<if random(1,100) > 50>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her many delights. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@color:green;notorious and very popular prostitute.@@ As her owner, your reputation has @@color:green;also increased.@@
+		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her many delights. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;notorious and very popular prostitute.@@ As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<<set $activeSlave.prestige = 1>>
@@ -51,7 +51,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@color:green;increased,@@ but in a week she'll be forgotten.
+		You buy media coverage of her, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review her many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 5000>>
 		<<set $rep += 100>>
 		<</replace>>
@@ -63,7 +63,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 	<</replace>>\
 	<<if random(1,100) > 10>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her many delights. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@color:green;notorious and very popular prostitute.@@ As her owner, your reputation has @@color:green;also increased.@@
+		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her many delights. Your efforts are a success. Her current extreme popularity will fade in time, but you have managed to arrange for her a permanent place as a @@.green;notorious and very popular prostitute.@@ As her owner, your reputation has @@.green;also increased.@@
 		<<set $cash -= 10000>>
 		<<set $rep += 200>>
 		<<set $activeSlave.prestige = 1>>
@@ -73,7 +73,7 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 		<</replace>>
 	<<else>>
 		<<replace "#result">>
-		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@color:green;increased,@@ but in a week she'll be forgotten.
+		You buy prime media coverage of her, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review her many delights. Unfortunately, popularity remains an art, not a science; though you do your best, the public mind's fancy eludes your grasp. As her owner, your reputation has @@.green;increased,@@ but in a week she'll be forgotten.
 		<<set $cash -= 10000>>
 		<<set $rep += 200>>
 		<</replace>>
diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw
index 56417b72c3f920ff55034ad926c56744fba9179d..d8c221f608b5d106ae81c3eb325c83de332d24e1 100644
--- a/src/uncategorized/reMalefactor.tw
+++ b/src/uncategorized/reMalefactor.tw
@@ -234,7 +234,7 @@
 <<set $activeSlave.hStyle = "shaved into a mohawk">>
 <<set $activeSlave.customTat = "She seems to have had slave tattoos at one time, but has had them cheaply removed.">>
 
-<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, but this is a special case. A well-muscled, well-armed woman was caught attempting to smuggle a slave owned by one of your tenants out of the arcology. Though the slave surrendered immediately (and will be dealt with by her owner), the would-be liberatrix was caught by your security drones. She destroyed two of them and caused @@color:red;other minor damage@@<<set $cash -= 1000>> that will require a small sum to repair, but was eventually subdued. The drones had to expend a great deal of nonlethal ordnance to bring her down and keep her down, but she is now entirely at your mercy.
+<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, but this is a special case. A well-muscled, well-armed woman was caught attempting to smuggle a slave owned by one of your tenants out of the arcology. Though the slave surrendered immediately (and will be dealt with by her owner), the would-be liberatrix was caught by your security drones. She destroyed two of them and caused @@.red;other minor damage@@<<set $cash -= 1000>> that will require a small sum to repair, but was eventually subdued. The drones had to expend a great deal of nonlethal ordnance to bring her down and keep her down, but she is now entirely at your mercy.
 
 <</if>>
 
@@ -297,22 +297,22 @@
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
 		<<if $malefactor == "addict">>
-			You declare her holes fair game for the entire arcology, since she must somehow repay her debt to society. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology, since she must somehow repay her debt to society. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<elseif $malefactor == "escapee">>
-			You declare her holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<elseif $malefactor == "orphanloli">>
-			You declare her holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, @@color:red;completely broken@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, @@.red;completely broken@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 			<<set $activeSlave.fetish = "mindbroken">>
 		<<elseif $malefactor == "anchorBaby">>
-			You declare her holes fair game for the entire arcology; since she wants to produce future slaves, your arcology might as well have the privelage of fathering them. She spends a torturous day in the stocks after her children are taken to a slave orphanage before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology; since she wants to produce future slaves, your arcology might as well have the privelage of fathering them. She spends a torturous day in the stocks after her children are taken to a slave orphanage before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<elseif $malefactor == "businesswoman">>
-			You declare her holes fair game for the entire arcology, in payment for her crimes. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology, in payment for her crimes. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<elseif $malefactor == "whore">>
-			You declare her holes fair game for the entire arcology, to repay her thefts. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology, to repay her thefts. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<elseif $malefactor == "rapist">>
-			You declare her holes fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun.@@
+			You declare her holes fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@
 		<<else>>
-			Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. Her holes are thus fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@color:red;the worse for wear@@ and @@color:red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@color:lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@color:lime;fucked-out@@ pussy<</if>>. The public @@color:green;enjoys the fun,@@ and small slaveholders are @@color:green;encouraged to do business with your arcology@@ after word of the incident gets around.
+			Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. Her holes are thus fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
 		<</if>>
 		<<set $rep += 100>>
 		<<set $arcologies[0].prosperity += 2>>
@@ -328,21 +328,21 @@
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
 		<<if $malefactor == "addict">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned recovers enough by the end of the process to start masturbating weakly, even as she begins begging for a fix. When she learns she's headed to the arcade, she actually relaxes a little, having heard the whores there get drugs. The public @@color:green;looks forward@@ to seeing her there, especially the owner of the shop she attempted to burglarize.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned recovers enough by the end of the process to start masturbating weakly, even as she begins begging for a fix. When she learns she's headed to the arcade, she actually relaxes a little, having heard the whores there get drugs. The public @@.green;looks forward@@ to seeing her there, especially the owner of the shop she attempted to burglarize.
 		<<elseif $malefactor == "escapee">>
-			You complete the legalities and biometric scanning quickly, and tell the crowd that her holes will be available at the arcade within the hour. The public @@color:green;looks forward@@ to seeing her there, angrily suspecting her of being an escapee and glad that they'll be able to take part in her punishment.
+			You complete the legalities and biometric scanning quickly, and tell the crowd that her holes will be available at the arcade within the hour. The public @@.green;looks forward@@ to seeing her there, angrily suspecting her of being an escapee and glad that they'll be able to take part in her punishment.
 		<<elseif $malefactor == "orphanloli">>
-			You complete the legalities and biometric scanning quickly, and tell the crowd that her holes will be available at the arcade within the hour. The public @@color:green;looks forward@@ to seeing her there, angrily suspecting her of being an escapee and glad that they'll be able to take part in her punishment.
+			You complete the legalities and biometric scanning quickly, and tell the crowd that her holes will be available at the arcade within the hour. The public @@.green;looks forward@@ to seeing her there, angrily suspecting her of being an escapee and glad that they'll be able to take part in her punishment.
 		<<elseif $malefactor == "anchorBaby">>
-			You complete the legalities and biometric scanning quickly and have her children taken away. The condemned screeches her displeasure throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@color:green;looks forward@@ to seeing her there and vying to see who gets to fill her womb with another child.
+			You complete the legalities and biometric scanning quickly and have her children taken away. The condemned screeches her displeasure throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@.green;looks forward@@ to seeing her there and vying to see who gets to fill her womb with another child.
 		<<elseif $malefactor == "businesswoman">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@color:green;looks forward@@ to seeing her there.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@.green;looks forward@@ to seeing her there.
 		<<elseif $malefactor == "whore">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@color:green;looks forward@@ to seeing her there and getting some of their own back.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@.green;looks forward@@ to seeing her there and getting some of their own back.
 		<<elseif $malefactor == "rapist">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@color:green;looks forward@@ to seeing her there.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@.green;looks forward@@ to seeing her there.
 		<<else>>
-			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. It would be best to have her restrained for public use in the arcade first. The public @@color:green;looks forward@@ to seeing her there.
+			You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. It would be best to have her restrained for public use in the arcade first. The public @@.green;looks forward@@ to seeing her there.
 		<</if>>
 		<<set $rep += 50>>
 		<<set $nextLink = "AS Dump">>
@@ -358,21 +358,21 @@
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
 		<<if $malefactor == "addict">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned accepts a sedative, thinking it's aphrodisiacs, and her unconscious body is installed in $dairyName. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the addict's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>, together with a lengthy report on the experimental detox process used to ensure that the milk she produces will be untainted.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned accepts a sedative, thinking it's aphrodisiacs, and her unconscious body is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the addict's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>, together with a lengthy report on the experimental detox process used to ensure that the milk she produces will be untainted.
 		<<elseif $malefactor == "escapee">>
-			You complete the legalities and biometric scanning quickly. The condemned is too far gone to resist as she is installed in $dairyName. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>.
+			You complete the legalities and biometric scanning quickly. The condemned is too far gone to resist as she is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>.
 		<<elseif $malefactor == "orphanloli">>
-			You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as she is installed in $dairyName but she weeps the entire time. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>agony as her once tight pussy adapts to industrial reproduction<<else>>budding breasts as they are roughly milked<</if>>.
+			You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as she is installed in $dairyName but she weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>agony as her once tight pussy adapts to industrial reproduction<<else>>budding breasts as they are roughly milked<</if>>.
 		<<elseif $malefactor == "businesswoman">>
-			You complete the legalities and biometric scanning quickly and cautiously before having her children taken away. The condemned resists installation in $dairyName with energy born of desperation. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of her next batch of slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+			You complete the legalities and biometric scanning quickly and cautiously before having her children taken away. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of her next batch of slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
 		<<elseif $malefactor == "businesswoman">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of her first slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of her first slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
 		<<elseif $malefactor == "whore">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her well-traveled pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as her well-traveled anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her well-traveled pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as her well-traveled anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>.
 		<<elseif $malefactor == "rapist">>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the rapists's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>newly growing breasts as they are roughly milked<</if>>.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the rapists's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>newly growing breasts as they are roughly milked<</if>>.
 		<<else>>
-			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@color:green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>, together with a report on the likely productivity of such a fit body capable of withstanding the stress of high throughput.
+			You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>, together with a report on the likely productivity of such a fit body capable of withstanding the stress of high throughput.
 		<</if>>
 		<<set $rep += 50>>
 		<<set $nextLink = "AS Dump">>
@@ -390,21 +390,21 @@
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
 		<<if $malefactor == "addict">>
-			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs for a fix until she realizes what's coming, at which point she switches to fighting vainly to escape. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness.@@
+			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs for a fix until she realizes what's coming, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
 		<<elseif $malefactor == "escapee">>
-			An example must be made. If she escaped once with her tendons clipped, she must be rather talented at it. It remains to be seen if she can manage to escape with nor arms and legs, so you announce her sentence to the crowd and send her unconscious form for reduction. Of course, @@color:red;her health is affected.@@ The public @@color:green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
+			An example must be made. If she escaped once with her tendons clipped, she must be rather talented at it. It remains to be seen if she can manage to escape with nor arms and legs, so you announce her sentence to the crowd and send her unconscious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
 		<<elseif $malefactor == "orphanloli">>
-			An example must be made. If she thinks she can escape captivity and steal to survive, lets see her try without arms and legs, so you announce her sentence to the crowd and send her unconcious form for reduction. Of course, @@color:red;her health is affected.@@ The public @@color:green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
+			An example must be made. If she thinks she can escape captivity and steal to survive, lets see her try without arms and legs, so you announce her sentence to the crowd and send her unconcious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
 		<<elseif $malefactor == "anchorBaby">>
-			An example must be made. Potential immigrants must understand that attempting to circumvent the process will result in severe fines and proportional punishment when they are incapable of paying them. The protesting mother is stripped, both of clothing and children, and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness,@@ since she can hardly attempt to smuggle things into your arcology without the ability to move.
+			An example must be made. Potential immigrants must understand that attempting to circumvent the process will result in severe fines and proportional punishment when they are incapable of paying them. The protesting mother is stripped, both of clothing and children, and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she can hardly attempt to smuggle things into your arcology without the ability to move.
 		<<elseif $malefactor == "businesswoman">>
-			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness.@@
+			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@
 		<<elseif $malefactor == "whore">>
-			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness,@@ since she can hardly attempt to steal anything without hands.
+			An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she can hardly attempt to steal anything without hands.
 		<<elseif $malefactor == "rapist">>
-			An example must be made. Rape is rare in your arcology, since citizens are so generously provided with means of sexual outlet. When the price of renting a slave it's impossible to rape is as low as it is, sexual assault of a free woman is doubly unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness,@@ since even if she cheers up and ever manages an erection again, she's not likely to rape anyone without arms or legs.
+			An example must be made. Rape is rare in your arcology, since citizens are so generously provided with means of sexual outlet. When the price of renting a slave it's impossible to rape is as low as it is, sexual assault of a free woman is doubly unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since even if she cheers up and ever manages an erection again, she's not likely to rape anyone without arms or legs.
 		<<else>>
-			An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@color:red;her health is affected@@ and the horrible experience has left her @@color:red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness,@@ since she will scarcely be able to liberate anyone without arms or legs.
+			An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she will scarcely be able to liberate anyone without arms or legs.
 		<</if>>
 		<<set $rep += 100>>
 		<<set $nextLink = "AS Dump">>
@@ -420,7 +420,7 @@
 		<<AddSlave $activeSlave>>
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
-		Video feeds from your remote surgery are made public as the protesting criminal is strapped down and gelded. She is so utterly broken by this turn of events that you complete the legalities and biometric scanning without fuss. The condemned sobs weakly throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. The public @@color:green;approves of this harshness,@@ which increases your arcology's prosperity by @@color:green;giving it a reputation for swift and terrible justice.@@
+		Video feeds from your remote surgery are made public as the protesting criminal is strapped down and gelded. She is so utterly broken by this turn of events that you complete the legalities and biometric scanning without fuss. The condemned sobs weakly throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ which increases your arcology's prosperity by @@.green;giving it a reputation for swift and terrible justice.@@
 		<<set $rep += 100>>
 		<<set $arcologies[0].prosperity += 10>>
 		<</replace>>
@@ -434,7 +434,7 @@
 		<<AddSlave $activeSlave>>
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
-			You sit down and talk to the exhausted girl, handing her a contract cleverly altered to resemble adoption papers. Once she comprehends what she is looking at, she eagerly signs it. Only once she has reached the penthouse and been introduced to the slave life does she realize she willingly signed away her freedom. Though she can't complain. A warm cot and plenty of food await, which to her is a huge improvement over a slow death on the streets. The public @@color:red;feels you let this criminal off too easy.@@
+			You sit down and talk to the exhausted girl, handing her a contract cleverly altered to resemble adoption papers. Once she comprehends what she is looking at, she eagerly signs it. Only once she has reached the penthouse and been introduced to the slave life does she realize she willingly signed away her freedom. Though she can't complain. A warm cot and plenty of food await, which to her is a huge improvement over a slow death on the streets. The public @@.red;feels you let this criminal off too easy.@@
 		<<set $rep -= 100>>
 		<</replace>>
 	<</link>>
@@ -446,7 +446,7 @@
 	<<if $arcologies[0].FSRepopulationFocus != "unset">>
 	<br><<link "Grant her citizenship">>
 		<<replace "#result">>
-			You help the exhausted mother to her feet and hand her her second newborn. She watches you, uncertain of your motives, until you have her escorted to the proper welcoming facility and put in a good word for having her added to your arcology's free population. You announce to the public that such a fertile <<if $activeSlave.physicalAge > 30>>milf<<elseif $activeSlave.physicalAge > 19>>woman<<elseif $activeSlave.physicalAge > 12>>teen<<else>>youth<</if>> will be a boon to Repopulationism, and that the contract she is signing mandates she be on powerful fertility agents whenever she isn't pregnant. During her residency, free or not, she will provide society with dozens of future children. The public @@color:green;approves of breeders, free or not,@@ and word spreads that any and all mothers are welcome into your arcology @@color:green;adding to its prosperity.@@
+			You help the exhausted mother to her feet and hand her her second newborn. She watches you, uncertain of your motives, until you have her escorted to the proper welcoming facility and put in a good word for having her added to your arcology's free population. You announce to the public that such a fertile <<if $activeSlave.physicalAge > 30>>milf<<elseif $activeSlave.physicalAge > 19>>woman<<elseif $activeSlave.physicalAge > 12>>teen<<else>>youth<</if>> will be a boon to Repopulationism, and that the contract she is signing mandates she be on powerful fertility agents whenever she isn't pregnant. During her residency, free or not, she will provide society with dozens of future children. The public @@.green;approves of breeders, free or not,@@ and word spreads that any and all mothers are welcome into your arcology @@.green;adding to its prosperity.@@
 		<<set $rep += 10>>
 		<<set $nextLink = "RIE Eligibility Check">>
 		<<set $arcologies[0].prosperity += 1>>
@@ -458,21 +458,21 @@
 <br><<link "Publicly flog the criminal">>
 	<<replace "#result">>
 	<<if $malefactor == "addict">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The twitching, begging malefactor is stripped and flogged on the promenade before being escorted bleeding, and still twitching from withdrawal, out of the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The twitching, begging malefactor is stripped and flogged on the promenade before being escorted bleeding, and still twitching from withdrawal, out of the arcology. The public @@.green;approves of this harshness.@@
 	<<elseif $malefactor == "escapee">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The begging malefactor is flogged on the promenade before being escorted bleeding and half-dead out of the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The begging malefactor is flogged on the promenade before being escorted bleeding and half-dead out of the arcology. The public @@.green;approves of this harshness.@@
 	<<elseif $malefactor == "orphanloli">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The crying girl is flogged on the promenade before being dragged bleeding and broken out of the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The crying girl is flogged on the promenade before being dragged bleeding and broken out of the arcology. The public @@.green;approves of this harshness.@@
 	<<elseif $malefactor == "anchorBaby">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The screaming bredder is flogged on the promenade before being dragged bleeding and broken out of the arcology sans her children; they are destined for the slave orphanage. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The screaming bredder is flogged on the promenade before being dragged bleeding and broken out of the arcology sans her children; they are destined for the slave orphanage. The public @@.green;approves of this harshness.@@
 	<<elseif $malefactor == "businesswoman">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<<elseif $malefactor == "whore">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<<elseif $malefactor == "rapist">>
-		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@color:green;approves of this harshness.@@
+		Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<<else>>
-		An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@color:green;approves of this harshness.@@
+		An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@
 	<</if>>
 	<<set $rep += 100>>
 	<<set $nextLink = "RIE Eligibility Check">>
@@ -481,7 +481,7 @@
 <<if $malefactor == "liberator">>
 <br><<link "Permit the slaveowner she tried to steal from to flog her">>
 	<<replace "#result">>
-	An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. She is stripped and the slaveowner whose property she tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. She is flung out of the arcology, nearly dead. The public @@color:green;approves of this harshness,@@ and small slaveholders are @@color:green;encouraged to do business with your arcology@@ after word of the incident gets around.
+	An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. She is stripped and the slaveowner whose property she tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. She is flung out of the arcology, nearly dead. The public @@.green;approves of this harshness,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around.
 	<<set $rep += 100>>
 	<<set $arcologies[0].prosperity += 10>>
 	<</replace>>
diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw
index 3794b276e0933c7829822c2040787441ac2fd9a3..802e95d02ccf13aa64ac000db0266e83f730b701 100644
--- a/src/uncategorized/reMilfTourist.tw
+++ b/src/uncategorized/reMilfTourist.tw
@@ -79,11 +79,11 @@
 <<link "Decline politely">>
 	<<replace "#result">>
 	<<nobr>>
-	You have $assistantName instruct $subSlave.slaveName to pass on your regrets, and add a message for $subSlave.slaveName expressing confidence in her to represent you and the arcology perfectly well without you. She's @@color:mediumaquamarine;affirmed@@ by your trust in her.
+	You have $assistantName instruct $subSlave.slaveName to pass on your regrets, and add a message for $subSlave.slaveName expressing confidence in her to represent you and the arcology perfectly well without you. She's @@.mediumaquamarine;affirmed@@ by your trust in her.
 	<<if SlaveStatsChecker.checkForLisp($subSlave)>>
-		"<<if $PC.title == 1>>Mathter<<else>>Mithtreth<</if>>," she reports the next time you see her, "that touritht was really cool. Also, I got her to fuck me, after all. She was all hethitant and blushy about doing it in public, but she got better after the firtht time I ate her out." She looks pleased with herself. "I bet she @@color:green;tells all her friendth@@ back home how much fun it ith here."
+		"<<if $PC.title == 1>>Mathter<<else>>Mithtreth<</if>>," she reports the next time you see her, "that touritht was really cool. Also, I got her to fuck me, after all. She was all hethitant and blushy about doing it in public, but she got better after the firtht time I ate her out." She looks pleased with herself. "I bet she @@.green;tells all her friendth@@ back home how much fun it ith here."
 	<<else>>
-		"<<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she reports the next time you see her, "that tourist was really nice. Also, I got her to have sex with me, after all. She was all hesitant and blushy about doing it in public, but she got better after the first time I ate her out." She looks pleased with herself. "I bet she @@color:green;tells all her friends@@ back home how much fun it is here."
+		"<<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she reports the next time you see her, "that tourist was really nice. Also, I got her to have sex with me, after all. She was all hesitant and blushy about doing it in public, but she got better after the first time I ate her out." She looks pleased with herself. "I bet she @@.green;tells all her friends@@ back home how much fun it is here."
 	<</if>>
 	<<set $rep += 100>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
@@ -112,7 +112,7 @@
 	<</if>>
 	fuck me. It'll be fun!"	The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and $subSlave.slaveName giggles, hugging her from behind. She cups one of the tourist's breasts, and snakes her other hand down the front of her pants. "Here!?" the tourist gasps, staring straight at you and blushing even harder. You tell her that that's how you do things in the Free Cities: enjoying a slave is nothing to be ashamed of. She looks doubtful, but she doesn't try to escape from $subSlave.slaveName's roving hands, either. Your presence continues to bother her until $subSlave.slaveName distracts her by getting her to cuddle on the couch and make out, providing enough of a distraction that she gets over her inhibitions and orgasms rather immodestly.
 	<br><br>
-	You offer her some liquid courage as she recovers, but she's rapidly getting over her hesitation. As the alcohol suffuses her, she starts stealing glances at $subSlave.slaveName, who for her part is being as seductive as humanly possible. Finally, the tourist mouths 'fuck it' silently, reaches over, and openly gropes the slave's ass. $subSlave.slaveName giggles and shifts lewdly, ensuring that the tourist's hand makes a thorough tour of everything the slave has. The tourist tentatively sinks a couple of fingers into $subSlave.slaveName, and the slave shamelessly slides herself onto the invading digits, begging to be fucked. You make a party of it, with the various slaves who come and go over the course of the evening treated to the sight of $subSlave.slaveName getting fucked by the tourist. She drunkenly promises you to @@color:green;tell all her friends@@ how awesome your arcology is at one point, though she has to take her mouth off one of $subSlave.slaveName's nipples to do so.
+	You offer her some liquid courage as she recovers, but she's rapidly getting over her hesitation. As the alcohol suffuses her, she starts stealing glances at $subSlave.slaveName, who for her part is being as seductive as humanly possible. Finally, the tourist mouths 'fuck it' silently, reaches over, and openly gropes the slave's ass. $subSlave.slaveName giggles and shifts lewdly, ensuring that the tourist's hand makes a thorough tour of everything the slave has. The tourist tentatively sinks a couple of fingers into $subSlave.slaveName, and the slave shamelessly slides herself onto the invading digits, begging to be fucked. You make a party of it, with the various slaves who come and go over the course of the evening treated to the sight of $subSlave.slaveName getting fucked by the tourist. She drunkenly promises you to @@.green;tell all her friends@@ how awesome your arcology is at one point, though she has to take her mouth off one of $subSlave.slaveName's nipples to do so.
 	<</nobr>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if $subSlave.ID == $slaves[$i].ID>>
@@ -145,9 +145,9 @@
 	give me a try."	The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and $subSlave.slaveName giggles, hugging her from behind. She takes the tourist's hand, and they leave your office together.
 	<br><br>
 	<<if SlaveStatsChecker.checkForLisp($subSlave)>>
-		"<<if $PC.title == 1>>Mathter<<else>>Mithtreth<</if>>," $subSlave.slaveName reports the next time you see her, "that touritht was really cool. Also, I got her to fuck me, after all. She was going to take me back to her hotel but I got her to do me on the way. She was all hethitant and blushy about doing it in public, but she got better after the firtht time I ate her out." She looks pleased with herself. "I bet she @@color:green;tells all her friendth@@ back home how much fun it ith here."
+		"<<if $PC.title == 1>>Mathter<<else>>Mithtreth<</if>>," $subSlave.slaveName reports the next time you see her, "that touritht was really cool. Also, I got her to fuck me, after all. She was going to take me back to her hotel but I got her to do me on the way. She was all hethitant and blushy about doing it in public, but she got better after the firtht time I ate her out." She looks pleased with herself. "I bet she @@.green;tells all her friendth@@ back home how much fun it ith here."
 	<<else>>
-		"<<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she reports the next time you see her, "that tourist was really nice. Also, I got her to have sex with me, after all. She was going to take me back to her hotel but I got her to do me on the way. She was all hesitant and blushy about doing it in public, but she got better after the first time I ate her out." She looks pleased with herself. "I bet she @@color:green;tells all her friends@@ back home how much fun it is here."
+		"<<if $PC.title == 1>>Master<<else>>Mistress<</if>>," she reports the next time you see her, "that tourist was really nice. Also, I got her to have sex with me, after all. She was going to take me back to her hotel but I got her to do me on the way. She was all hesitant and blushy about doing it in public, but she got better after the first time I ate her out." She looks pleased with herself. "I bet she @@.green;tells all her friends@@ back home how much fun it is here."
 	<</if>>
 	<</nobr>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 35e74ea8b1bcb9fbf13db857e18c53d74b092617..f53cc98d3027e00fc867e1e9964a32cf84507a97 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -836,7 +836,7 @@
 
 <</nobr>>\
 \
-<span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span> $situationDesc You begin to overhear your other slaves refer to her as @@color:pink;$nickname $activeSlave.slaveName.@@
+<span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span> $situationDesc You begin to overhear your other slaves refer to her as @@.pink;$nickname $activeSlave.slaveName.@@
 \
 <span id="result">
 <<set $toSearch = $activeSlave.slaveName.toLowerCase();>>\
@@ -846,7 +846,7 @@
 	$activeSlave.slaveName\
 	<</replace>>\
 	<<replace "#result">>
-	Whatever $activeSlave.slaveName's feelings about being called $nickname were, she knows they're moot the first time she hears you refer to her that way. @@color:hotpink;She has become more submissive to you.@@ $activeSlave.slaveName $applyDesc
+	Whatever $activeSlave.slaveName's feelings about being called $nickname were, she knows they're moot the first time she hears you refer to her that way. @@.hotpink;She has become more submissive to you.@@ $activeSlave.slaveName $applyDesc
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.slaveName = ($nickname + " " + $activeSlave.slaveName)>>
 	<</replace>>
diff --git a/src/uncategorized/reNoEvent.tw b/src/uncategorized/reNoEvent.tw
index 469f89fb9495b190ec780af05795d128021a9607..10d0b4782b46534bc245b67de543afd3edcf50ae 100644
--- a/src/uncategorized/reNoEvent.tw
+++ b/src/uncategorized/reNoEvent.tw
@@ -20,4 +20,4 @@
 
 This is a placeholder event.
 <br><br>
-<span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span> does not currently qualify for any events, so she has been given a generic @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust@@ boost. /*If you see this event repeatedly for her, please submit a report so the author can write her some events.*/
+<span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span> does not currently qualify for any events, so she has been given a generic @@.hotpink;devotion@@ and @@.mediumaquamarine;trust@@ boost. /*If you see this event repeatedly for her, please submit a report so the author can write her some events.*/
diff --git a/src/uncategorized/reRebels.tw b/src/uncategorized/reRebels.tw
index 9725a7d6e41f8fe6a93219d18adfdcca64898a32..165058a394887335f0322bbbd6241c687cdba956 100644
--- a/src/uncategorized/reRebels.tw
+++ b/src/uncategorized/reRebels.tw
@@ -14,7 +14,7 @@ You have a rebel problem. $slaves[_i].slaveName and $slaves[_j].slaveName are bo
 <span id="result">
 <<link "Set them against each other, in public">>
 	<<replace "#result">>
-	You haul your little rebel bitches out in public, one by one, bound, with bags over their heads. They find themselves chained in a low position so their mouths are publicly available. Then, you whisper to each of them that whichever slut sucks off the most passersby gets to rest tomorrow - and whichever sucks least gets a beating. It doesn't take long before @@color:hotpink;they forget their friendship@@ and try to outdo each other, and their desperate efforts @@color:green; are certainly appreciated by the citizens getting free blowjobs.@@ It's childishly easy to declare the contest over when they happen to be tied, and announce that no one will be punished or rewarded. They hate you less and each other more.
+	You haul your little rebel bitches out in public, one by one, bound, with bags over their heads. They find themselves chained in a low position so their mouths are publicly available. Then, you whisper to each of them that whichever slut sucks off the most passersby gets to rest tomorrow - and whichever sucks least gets a beating. It doesn't take long before @@.hotpink;they forget their friendship@@ and try to outdo each other, and their desperate efforts @@.green; are certainly appreciated by the citizens getting free blowjobs.@@ It's childishly easy to declare the contest over when they happen to be tied, and announce that no one will be punished or rewarded. They hate you less and each other more.
 	<<set $slaves[_i].devotion += 4>>
 	<<set $slaves[_j].devotion += 4>>
 	<<set $slaves[_j].oralCount += 6>>
@@ -25,7 +25,7 @@ You have a rebel problem. $slaves[_i].slaveName and $slaves[_j].slaveName are bo
 <</link>>
 <<link "Set them against each other, in private">>
 	<<replace "#result">>
-	Back in the old world, the saying went that turnabout was fair play. In the Free Cities, turnabout is often a cast-iron bitch. Whenever you have an idle moment, all week, you set them against one another in some degrading or painful contest. They are made to spank each other, with the slave who hits lightest getting a spanking from you. They are made to compete to see who can suck other slaves off quickest, with the loser forced to orally service the winner. So on, and so on; by the end of the week @@color:gold;they forget their friendship@@ and try to outdo each other to avoid punishment.
+	Back in the old world, the saying went that turnabout was fair play. In the Free Cities, turnabout is often a cast-iron bitch. Whenever you have an idle moment, all week, you set them against one another in some degrading or painful contest. They are made to spank each other, with the slave who hits lightest getting a spanking from you. They are made to compete to see who can suck other slaves off quickest, with the loser forced to orally service the winner. So on, and so on; by the end of the week @@.gold;they forget their friendship@@ and try to outdo each other to avoid punishment.
 	<<set $slaves[_i].trust -= 5>>
 	<<set $slaves[_j].trust -= 5>>
 	<<set $slaves[_j].oralCount += 6>>
diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw
index 65632016731009a1eba2897ba3d6834cf76fc58a..ea929a528ebf5d76ea2d7be32a4147c04583032c 100644
--- a/src/uncategorized/reRelationshipAdvice.tw
+++ b/src/uncategorized/reRelationshipAdvice.tw
@@ -48,7 +48,7 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a
 	<</replace>>\
 	<<replace "#result">>
 	<br><br>
-	In a cold tone of voice, you admit your irritation with this schoolgirl nonsense, and tell her she's to stop spending time with $subSlave.slaveName. She's unable to prevent her eyes from flicking up at you in @@color:mediumorchid;shock and horror,@@ but she instantly lowers them again, the tears coming fast. You dismiss her, and she turns to go, but is so discombobulated by anguish that she trips over her own feet and falls with a slap of naked $activeSlave.skin flesh against the floor. Their relationship @@color:lightsalmon;is over.@@
+	In a cold tone of voice, you admit your irritation with this schoolgirl nonsense, and tell her she's to stop spending time with $subSlave.slaveName. She's unable to prevent her eyes from flicking up at you in @@.mediumorchid;shock and horror,@@ but she instantly lowers them again, the tears coming fast. You dismiss her, and she turns to go, but is so discombobulated by anguish that she trips over her own feet and falls with a slap of naked $activeSlave.skin flesh against the floor. Their relationship @@.lightsalmon;is over.@@
 	
 	<<set $activeSlave.devotion -= 5>>
 	<<set $activeSlave.relationship = 0>>
@@ -68,7 +68,7 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a
 	<</replace>>\
 	<<replace "#result">>
 	<br><br>
-	In a warm tone of voice, you tell her you approve of her relationship with $subSlave.slaveName. She raises her chin and looks at you with @@color:hotpink;growing adoration@@ as you point out how lucky $subSlave.slaveName is to have her. You tell her that you're not planning to intervene personally, but that you think she really ought to pursue the relationship, that they're good for each other, and that you're confident $subSlave.slaveName feels the same way. She thanks you prettily and leaves at a flat run, in a hurry to tell her
+	In a warm tone of voice, you tell her you approve of her relationship with $subSlave.slaveName. She raises her chin and looks at you with @@.hotpink;growing adoration@@ as you point out how lucky $subSlave.slaveName is to have her. You tell her that you're not planning to intervene personally, but that you think she really ought to pursue the relationship, that they're good for each other, and that you're confident $subSlave.slaveName feels the same way. She thanks you prettily and leaves at a flat run, in a hurry to tell her
 	<<if $activeSlave.relationship == 2>>
 		sexy friend
 	<<elseif $activeSlave.relationship == 3>>
@@ -78,11 +78,11 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a
 	<</if>>
 	how she feels about her.
 	<<if $activeSlave.relationship == 2>>
-		The next time you see them together, they're looking like they've been getting a little less sleep lately, but @@color:lightgreen;can't seem to keep their hands off each other.@@ $activeSlave.slaveName mouths a silent thanks to you when $subSlave.slaveName isn't looking.
+		The next time you see them together, they're looking like they've been getting a little less sleep lately, but @@.lightgreen;can't seem to keep their hands off each other.@@ $activeSlave.slaveName mouths a silent thanks to you when $subSlave.slaveName isn't looking.
 	<<elseif $activeSlave.relationship == 3>>
-		The next time you see them together, they're @@color:lightgreen;holding hands at breakfast,@@ looking almost ashamed of themselves, but not letting go. $activeSlave.slaveName mouths a silent thanks to you when $subSlave.slaveName isn't looking.
+		The next time you see them together, they're @@.lightgreen;holding hands at breakfast,@@ looking almost ashamed of themselves, but not letting go. $activeSlave.slaveName mouths a silent thanks to you when $subSlave.slaveName isn't looking.
 	<<elseif $activeSlave.relationship == 4>>
-		She comes running right back, a happy $subSlave.slaveName <<if canWalk($subSlave)>>running in with her<<else>>being helped in by her lover<</if>>. You @@color:lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent, tearful thanks to you.
+		She comes running right back, a happy $subSlave.slaveName <<if canWalk($subSlave)>>running in with her<<else>>being helped in by her lover<</if>>. You @@.lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent, tearful thanks to you.
 	<</if>>
 
 	<<set $activeSlave.devotion += 5>>
@@ -131,7 +131,7 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a
 		<<else>>
 		to fuck you." $subSlave.slaveName looks relieved that that's all it is, and <<if ($subSlave.voice == 1)>>says, "Okay!"<<else>>nods.<</if>> She takes $activeSlave.slaveName's hands and places them right on her breasts.
 		<</if>>
-		$activeSlave.slaveName bursts out laughing. They're now @@color:lightgreen;friends with benefits.@@
+		$activeSlave.slaveName bursts out laughing. They're now @@.lightgreen;friends with benefits.@@
 	<<elseif $activeSlave.relationship == 3>>
 		t-to b-be your girlfriend." She takes a deep breath. "<<if SlaveStatsChecker.checkForLisp($activeSlave)>>It'th<<else>>It's<</if>> fun, just
 		<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")>>
@@ -153,11 +153,11 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a
 		<<else>>
 		having <<if SlaveStatsChecker.checkForLisp($activeSlave)>>thex<<else>>sex<</if>> with you. But I - I really like you." $subSlave.slaveName looks relieved, and says, "I really like you too. And you're really cute! I'd love to be your girlfriend." She takes $activeSlave.slaveName's hands in hers, and then kisses her on the cheek.
 		<</if>>
-		$activeSlave.slaveName crushes $subSlave.slaveName in a hug, pressing a squeak out of her. They're now @@color:lightgreen;lovers.@@
+		$activeSlave.slaveName crushes $subSlave.slaveName in a hug, pressing a squeak out of her. They're now @@.lightgreen;lovers.@@
 	<<elseif $activeSlave.relationship == 4>>
-		- " She stops herself. "No, I want to do this right." She takes $subSlave.slaveName's hand, and then drops to one knee. After a moment of uncomprehending shock, $subSlave.slaveName begins to cry. "Will you marry me?" $subSlave.slaveName turns to you and asks if it's all right with you; you nod, and she turns back to $activeSlave.slaveName. <<if canTalk($subSlave) == false>>She gestures distractedly that $activeSlave.slaveName is being silly, and of course she'll marry her, because she loves her.<<elseif SlaveStatsChecker.checkForLisp($subSlave)>>"O-of courthe I'll m-marry you, thilly girl. I love you."<<else>>"O-of course I'll m-marry you, silly girl. I love you."<</if>> $activeSlave.slaveName jumps up and crushes $subSlave.slaveName in a hug, kissing her frantically through her tears. You @@color:lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent thanks to you.
+		- " She stops herself. "No, I want to do this right." She takes $subSlave.slaveName's hand, and then drops to one knee. After a moment of uncomprehending shock, $subSlave.slaveName begins to cry. "Will you marry me?" $subSlave.slaveName turns to you and asks if it's all right with you; you nod, and she turns back to $activeSlave.slaveName. <<if canTalk($subSlave) == false>>She gestures distractedly that $activeSlave.slaveName is being silly, and of course she'll marry her, because she loves her.<<elseif SlaveStatsChecker.checkForLisp($subSlave)>>"O-of courthe I'll m-marry you, thilly girl. I love you."<<else>>"O-of course I'll m-marry you, silly girl. I love you."<</if>> $activeSlave.slaveName jumps up and crushes $subSlave.slaveName in a hug, kissing her frantically through her tears. You @@.lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent thanks to you.
 	<</if>>
-	If $activeSlave.slaveName had doubts about you, @@color:mediumaquamarine;they've been addressed.@@
+	If $activeSlave.slaveName had doubts about you, @@.mediumaquamarine;they've been addressed.@@
 
 	<<set $activeSlave.trust += 10>>
 	<<set $activeSlave.relationship += 1>>
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index b0044ce80c59822a9baf303a429ec1651897527e..498c653ef95988c0f89ecc9731f2cf9b818211f6 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -173,7 +173,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 			$subSlave.slaveName says happily, "I'm a whore!" The inspector makes a go-on gesture, and the slave continues, "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> awe<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>ome. Nothing but cock, every day." The inspector looks deflated, and reluctantly makes a positive note on her tablet.
 			<<set $shelterAbuse -= 1>>
 		<<else>>
-			$subSlave.slaveName says confidently, "I'm a whore!" The inspector makes a go-on gesture, and the slave continues, "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> hard work <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>ometime<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>, but I'm okay. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@color:green;good word@@ about you.
+			$subSlave.slaveName says confidently, "I'm a whore!" The inspector makes a go-on gesture, and the slave continues, "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> hard work <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>ometime<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>, but I'm okay. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@.green;good word@@ about you.
 			<<set $rep += 100>>
 			<<set $shelterAbuse -= 1>>
 		<</if>>
@@ -182,19 +182,19 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 			$subSlave.slaveName says happily, "I'm a <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>lut!" The inspector makes a go-on gesture, and the slave continues, "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> awe<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>ome. Nothing but cute boy<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> and girl<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>, every day." The inspector looks deflated, and reluctantly makes a positive note on her tablet.
 			<<set $shelterAbuse -= 1>>
 		<<else>>
-			$subSlave.slaveName says confidently, "I'm a <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>lut!" The inspector makes a go-on gesture, and the slave continues, "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> not bad. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@color:green;good word@@ about you.
+			$subSlave.slaveName says confidently, "I'm a <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>lut!" The inspector makes a go-on gesture, and the slave continues, "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> not bad. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@.green;good word@@ about you.
 			<<set $rep += 100>>
 			<<set $shelterAbuse -= 1>>
 		<</if>>
 		<<elseif (($slaves[$i].assignment == "get milked") || ($slaves[$i].assignment == "work in the dairy")) && $slaves[$i].lactation > 0>>
-		$subSlave.slaveName says happily, "I'm a milk cow!" The inspector arches an eyebrow skeptically, and the slave continues, "I give milk. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>Th<<else>>S<</if>>ee?" She expresses a squirt of milk from one nipple. It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> a nice life. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@color:green;good word@@ about you.
+		$subSlave.slaveName says happily, "I'm a milk cow!" The inspector arches an eyebrow skeptically, and the slave continues, "I give milk. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>Th<<else>>S<</if>>ee?" She expresses a squirt of milk from one nipple. It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> a nice life. I'm much happier with my current owner, thank you." The inspector looks pleased, and says she'll put out a @@.green;good word@@ about you.
 		<<set $rep += 100>>
 		<<set $shelterAbuse -= 1>>
 		<<elseif ($slaves[$i].assignment == "get milked") || ($slaves[$i].assignment == "work in the dairy")>>
 		$subSlave.slaveName says happily, "I get cockmilked!" The inspector arches an eyebrow skeptically, and the slave continues, "I give cum. It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> actually lot<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> of fun!" She shakes her penis for emphasis. "The machine feel<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>o good. And when I'm almo<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>t empty, I get buttfucked to get the la<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>t drop out of me!" She shivers. "It'<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>> really nice..." The inspector looks deflated, and reluctantly makes a positive note on her tablet.
 			<<set $shelterAbuse -= 1>>
 		<<else>>
-		$subSlave.slaveName says flatly, "Whatever my beloved <<if $PC.title == 1>>Ma<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>ter<<else>>Mi<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>tre<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>ss<</if>><</if>> require<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>. I have a good life now, and I would appreciate it if you would <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>upport me by doing everything you can for <<if $PC.title == 1>>him<<else>>her<</if>>." Taken aback, the inspector says she'll put out a @@color:green;good word@@ about you.
+		$subSlave.slaveName says flatly, "Whatever my beloved <<if $PC.title == 1>>Ma<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>ter<<else>>Mi<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>tre<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>ss<</if>><</if>> require<<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>. I have a good life now, and I would appreciate it if you would <<if SlaveStatsChecker.checkForLisp($activeSlave)>>th<<else>>s<</if>>upport me by doing everything you can for <<if $PC.title == 1>>him<<else>>her<</if>>." Taken aback, the inspector says she'll put out a @@.green;good word@@ about you.
 		<<set $rep += 100>>
 		<<set $shelterAbuse -= 1>>
 		<</if>>
diff --git a/src/uncategorized/reShippingContainer.tw b/src/uncategorized/reShippingContainer.tw
index e09f1470336a483763514e5a72ed88c693de333d..06dffe54829b1fe696ab31941f41217beba89131 100644
--- a/src/uncategorized/reShippingContainer.tw
+++ b/src/uncategorized/reShippingContainer.tw
@@ -43,7 +43,7 @@ For now, the crowd around you is looking at the helpless human cargo with
 		<<slaveCost _newSlaves[$i]>>
 		<<set $cash += $slaveCost>>
 	<</for>>
-	Allowing humor into your voice, you announce an auction, to be held immediately. The crowd appreciates the wit, and @@color:green;appreciates it even more@@ when you conduct the auction yourself. It's always good to take an opportunity to show off your understanding of the slave market in public. You @@color:yellowgreen;sell them all,@@ sex slaves and menials alike. Welcome to the Free Cities.
+	Allowing humor into your voice, you announce an auction, to be held immediately. The crowd appreciates the wit, and @@.green;appreciates it even more@@ when you conduct the auction yourself. It's always good to take an opportunity to show off your understanding of the slave market in public. You @@.yellowgreen;sell them all,@@ sex slaves and menials alike. Welcome to the Free Cities.
 	<<set $helots -= 25>>
 	<<set $cash += 25*$seed>>
 	<<set $rep += 100>>
@@ -54,7 +54,7 @@ For now, the crowd around you is looking at the helpless human cargo with
 	<<for $i = 0; $i < _newSlaves.length; $i++>>
 		<<AddSlave _newSlaves[$i]>>
 	<</for>>
-	You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated. There's a certain @@color:red;disappointment@@ in the crowd that nothing more interesting came of it, but it's minor when compared to the chattel you just seized.
+	You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated. There's a certain @@.red;disappointment@@ in the crowd that nothing more interesting came of it, but it's minor when compared to the chattel you just seized.
 	<<set $rep -= 50>>
 	<</replace>>
 <</link>>
@@ -67,7 +67,7 @@ For now, the crowd around you is looking at the helpless human cargo with
 		<<set _newSlaves[$i].health -= 20>>
 		<<AddSlave _newSlaves[$i]>>
 	<</for>>
-	You use the container handling systems to segregate the obvious menials from the those with any potential as sex slaves. The menials go into a different container, which is whisked off, leaving a little shivering knot of frightened bodies, vulnerable and naked. The crowd watched all this with good humor, and there's silence enough that everyone hears your quiet announcement. You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated; however, you don't expect to see these particular slaves delivered to your penthouse for a couple of hours. Then you turn your back and walk away. The crowd gives a kind of @@color:green;appreciative howl@@ which, understandably, produces a wail of terror from the slaves. As you head off, the sobbing turns into screaming. It sounds like your new slaves might be a bit stretched out, here and there.
+	You use the container handling systems to segregate the obvious menials from the those with any potential as sex slaves. The menials go into a different container, which is whisked off, leaving a little shivering knot of frightened bodies, vulnerable and naked. The crowd watched all this with good humor, and there's silence enough that everyone hears your quiet announcement. You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated; however, you don't expect to see these particular slaves delivered to your penthouse for a couple of hours. Then you turn your back and walk away. The crowd gives a kind of @@.green;appreciative howl@@ which, understandably, produces a wail of terror from the slaves. As you head off, the sobbing turns into screaming. It sounds like your new slaves might be a bit stretched out, here and there.
 	<<set $rep += 200>>
 	<</replace>>
 <</link>>
@@ -78,7 +78,7 @@ For now, the crowd around you is looking at the helpless human cargo with
 		<<slaveCost _newSlaves[$i]>>
 		<<set $cash += $slaveCost>>
 	<</for>>
-	You hurry forward, beckoning the crowd to accompany you. The wretched slaves cringe with fear, but soon they're being comforted, offered water, and examined for injury. Once the most pressing needs are attended to, you call for everyone's attention. You pride yourself on knowing your citizens well, and you can pick good Paternalists out of the crowd at will. Calling them by name, you ask whether they'd be willing to take on one of these poor slaves. One by one, you pair slave and Master or Mistress, rewarding your best people with public approbation, not to mention a free slave. The initial gasps of surprise quickly grow into @@color:green;thunderous applause.@@ Your people love you. Several of the slaves begin to cry, mostly from confusion or sheer exhaustion; they don't yet know how lucky they are.
+	You hurry forward, beckoning the crowd to accompany you. The wretched slaves cringe with fear, but soon they're being comforted, offered water, and examined for injury. Once the most pressing needs are attended to, you call for everyone's attention. You pride yourself on knowing your citizens well, and you can pick good Paternalists out of the crowd at will. Calling them by name, you ask whether they'd be willing to take on one of these poor slaves. One by one, you pair slave and Master or Mistress, rewarding your best people with public approbation, not to mention a free slave. The initial gasps of surprise quickly grow into @@.green;thunderous applause.@@ Your people love you. Several of the slaves begin to cry, mostly from confusion or sheer exhaustion; they don't yet know how lucky they are.
 	<<set $helots -= 25>>
 	<<set $rep += 2500>>
 	<</replace>>
diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw
index 4ab93ed3d8f5f5fe1b055d460144ccfc5a8d0baa..a48d6ca37874a303563d168783b590941a191639 100644
--- a/src/uncategorized/reShowerPunishment.tw
+++ b/src/uncategorized/reShowerPunishment.tw
@@ -45,7 +45,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, she was
 	<</if>>
 	In no time at all, $activeSlave.slaveName's $activeSlave.hColor head descends to obscure $HeadGirl.slaveName's groin. The <<if $HeadGirl.face > 95>>heartrendingly gorgeous<<elseif $HeadGirl.face <= 95>>wonderfully pretty<<elseif $HeadGirl.face <= 40>>approachably lovely<<elseif $HeadGirl.face <= 10>>not unattractive<<else>>homely<</if>> <<if $HeadGirl.physicalAge > 25>>woman's<<else>>girl's<</if>> head cranes back with orgasm before long; that diligent scrub must have been quite stimulating.
 	<br><br>
-	$activeSlave.slaveName stays in the shower to clean herself, so $HeadGirl.slaveName exits to see you watching the denouement. She @@color:hotpink;smiles,@@ murmuring a greeting, and hurries over to give you a peck on the cheek, leaning in as best she can to keep her moist body away from your suit.
+	$activeSlave.slaveName stays in the shower to clean herself, so $HeadGirl.slaveName exits to see you watching the denouement. She @@.hotpink;smiles,@@ murmuring a greeting, and hurries over to give you a peck on the cheek, leaning in as best she can to keep her moist body away from your suit.
 	<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 		"Thith ith the life, <<if $PC.title == 1>>Mathter<<else>>Mithtreth<</if>>,"
 	<<else>>
@@ -78,7 +78,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, she was
 	<<else>>
 		When the washing reaches your shoulders, it becomes clumsier, and $activeSlave.slaveName's wet body begins to bump gently against your torso. Opening your eyes, you see that your Head Girl is taking her as she finishes your bath. $activeSlave.slaveName is doing her best to do a good job as she's fucked, and she manages it reasonably well. When she's done, $HeadGirl.slaveName pushes her head down towards your
 	<</if>>
-	<<if $PC.dick == 1>>groin so she can suck you off<<if $PC.vagina == 1>> and stroke your cunt<</if>><<else>>cunt so she can eat you out<</if>>. $activeSlave.slaveName complies, and afterward, she seems to feel that @@color:mediumaquamarine;she came off reasonably well;@@ it could have been worse.
+	<<if $PC.dick == 1>>groin so she can suck you off<<if $PC.vagina == 1>> and stroke your cunt<</if>><<else>>cunt so she can eat you out<</if>>. $activeSlave.slaveName complies, and afterward, she seems to feel that @@.mediumaquamarine;she came off reasonably well;@@ it could have been worse.
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<set $activeSlave.oralCount += 1>>
@@ -111,7 +111,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, she was
 		hooking your fingers up underneath her taint to grope her anus. After teasing her asspussy for a moment you bring your hand slowly across her perineum<<if $HeadGirl.scrotum > 0>> until her ballsack rests against your wrist<</if>>. The overstimulated $HeadGirl.slaveName cums the instant the butt of your hand touches the base of her cock. She screams your name.
 	<</if>>
 	<br><br>
-	She isn't terribly affected by loving shower sex with you; after all, it isn't exactly novel for her. $activeSlave.slaveName was there to bear witness, though, scrubbing your back as $HeadGirl.slaveName clung to it with orgasm. She can't help but be @@color:hotpink;impressed.@@ Maybe, just maybe, that could be her someday. She seems distinctly uncomfortable.
+	She isn't terribly affected by loving shower sex with you; after all, it isn't exactly novel for her. $activeSlave.slaveName was there to bear witness, though, scrubbing your back as $HeadGirl.slaveName clung to it with orgasm. She can't help but be @@.hotpink;impressed.@@ Maybe, just maybe, that could be her someday. She seems distinctly uncomfortable.
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<set $activeSlave.devotion += 4>>
diff --git a/src/uncategorized/reSiblingRevenge.tw b/src/uncategorized/reSiblingRevenge.tw
index cbe8720fbdfc00777518cd6188eae685ede58dd3..5fc847100afb5fc8600caa4dda0aea3e9711663c 100644
--- a/src/uncategorized/reSiblingRevenge.tw
+++ b/src/uncategorized/reSiblingRevenge.tw
@@ -11,7 +11,7 @@ $youngerSister.slaveName, whose older sister tried to sell her to you, is up for
 <br><<link "Turnabout is fair play">>
 	<<replace "#result">>
 	$olderSister.slaveName is brought in. You gag her, throw the resisting bitch down on the couch, and hold her there. Then, you peremptorily order the wide-eyed $youngerSister.slaveName to <<if canDoAnal($olderSister)>>sodomize<<else>>face-fuck<</if>> her sister. She stares open mouthed for a moment, but comes over obediently. Her face is a strange mix of vengeful eagerness, revulsion, and even a little lust. She shoves herself into the frantically struggling girl's butt without mercy. Her cock is pathetically small, but by how $olderSister.slaveName reacts it might as well be a baseball bat. $youngerSister.slaveName rarely gets to penetrate anything, mostly serving as an oral slut<<if canDoAnal($youngerSister)>> and anal cocksleeve<</if>>, so she comes in no time and takes a turn holding $olderSister.slaveName down <<if canDoAnal($olderSister)>>so you can claim sloppy seconds on her spasming butthole<</if>>.
-	@@color:hotpink;$youngerSister.slaveName has become more devoted to you,@@ while $olderSister.slaveName @@color:mediumorchid;hates you@@ and has become @@color:gold;more afraid of you,@@<<if canDoAnal($olderSister)>> and @@color:lime;$olderSister.slaveName has lost her anal virginity.@@<<else>>.<</if>>
+	@@.hotpink;$youngerSister.slaveName has become more devoted to you,@@ while $olderSister.slaveName @@.mediumorchid;hates you@@ and has become @@.gold;more afraid of you,@@<<if canDoAnal($olderSister)>> and @@.lime;$olderSister.slaveName has lost her anal virginity.@@<<else>>.<</if>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $olderSister.ID == $slaves[$i].ID>>
 		<<set $slaves[$i].trust -= 5>>
@@ -38,7 +38,7 @@ $youngerSister.slaveName, whose older sister tried to sell her to you, is up for
 <br><<link "Let her have her revenge, but remind her of her place">>
 	<<replace "#result">>
 	$olderSister.slaveName is brought in. You gag her, throw the resisting bitch down on the couch, and hold her there. Then, you peremptorily order the wide-eyed $youngerSister.slaveName to put her cock <<if canDoAnal($olderSister)>>up her sister's ass<<else>>in her sister's mouth<</if>>, and then hold it there. She stares open mouthed for a moment, but comes over obediently. Her face is a strange mix of vengeful eagerness, revulsion, and even a little lust. She shoves herself into the frantically struggling girl's <<if canDoAnal($olderSister)>>butt<<else>>jaw<</if>> without mercy. Her cock is pathetically small, but by how $youngerSister.slaveName reacts it might as well be a baseball bat. $youngerSister.slaveName obeys your orders and holds still after inserting herself. You<<if $PC.dick == 0>> don a strap-on,<</if>> move around behind her and start <<if canDoAnal($youngerSister)>>ass<<else>>face-<</if>>fucking her in turn, slowly permitting her to find a rhythm where she can fuck and get fucked at the same time. She's getting it much harder than she's giving it but she's experienced enough that she comes quickly.
-	@@color:hotpink;$youngerSister.slaveName has become more devoted to you,@@ while @@color:mediumorchid;$olderSister.slaveName has become more rebellious,@@<<if canDoAnal($olderSister)>> and @@color:lime;$olderSister.slaveName has lost her anal virginity.@@<<else>>.<</if>>
+	@@.hotpink;$youngerSister.slaveName has become more devoted to you,@@ while @@.mediumorchid;$olderSister.slaveName has become more rebellious,@@<<if canDoAnal($olderSister)>> and @@.lime;$olderSister.slaveName has lost her anal virginity.@@<<else>>.<</if>>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $olderSister.ID == $slaves[$i].ID>>
 		<<set $slaves[$i].devotion -= 5>>
diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw
index 3cd3d842d9d4ce8e448f64c4ad3be5fc4bc0af29..940d85c9c81e361f57ecf440163e1f68a81a80b0 100644
--- a/src/uncategorized/reSlaveMarriage.tw
+++ b/src/uncategorized/reSlaveMarriage.tw
@@ -28,7 +28,7 @@
 	You inquire as to whether they understand the Free Cities slave marriage ceremony, and they nod, not trusting themselves to do anything more. You give them a few minutes to get dressed in special outfits you make available. When they come back, they're wearing lacy lingerie designed to resemble old world wedding dresses, but without concealing anything.
 	<br><br><<if ($groomSlave.vagina == 0)>>$groomSlave.slaveName is a virgin, so she's wearing white<<elseif ($groomSlave.preg > 0)>>$groomSlave.slaveName is pregnant, so she's wearing light pink<<elseif ($groomSlave.vagina < 0)>>$groomSlave.slaveName is a sissy slave, so she's wearing light blue<<else>>$groomSlave.slaveName is an experienced sex slave, so she's wearing light pink<</if>> against her $groomSlave.skin skin.<<if ($groomSlave.dickAccessory == "chastity")>>She has a little bow on her chastity cage.<<elseif ($groomSlave.dick > 0) && ($groomSlave.balls > 0) && ($groomSlave.hormones < 1)>>The sight of $brideSlave.slaveName has her stiffly erect, and she's wearing a little bow around her cockhead.<<elseif ($groomSlave.dick > 0)>>She's impotent, but she's wearing a little bow around her useless cockhead.<<elseif ($groomSlave.clit > 0)>>Her prominent clit is engorged, and she's wearing a tiny bow on it.<<else>>She's wearing a demure little bow just over her pussy.<</if>><<if ($groomSlave.anus > 1)>> Her lacy panties are designed to spread her buttocks a little and display her big butthole.<<elseif ($groomSlave.anus == 0)>> Her lacy panties cover her virgin anus, for once.<</if>> <<if ($groomSlave.boobs > 1000)>>The bra makes no attempt to cover or even support her huge breasts, simply letting them through holes in the lace to jut proudly out.<<elseif ($groomSlave.boobs > 500)>>The bra supports and presents her big breasts, leaving her stiffening nipples bare.<<else>>The bra supports and presents her breasts, giving her more cleavage than she usually displays.<</if>><<if $groomSlave.preg > 10>> Her growing pregnancy prominently bulges from the gap between her lingerie.<</if>>
 	<br><br><<if ($brideSlave.vagina == 0)>>$brideSlave.slaveName is a virgin, so she's wearing white<<elseif ($groomSlave.preg > 0)>>$brideSlave.slaveName is pregnant, so she's wearing light pink<<elseif ($brideSlave.vagina < 0)>>$brideSlave.slaveName is a sissy slave, so she's wearing light blue<<else>>$brideSlave.slaveName is an experienced sex slave, so she's wearing light pink<</if>> against her $brideSlave.skin skin. <<if ($brideSlave.dickAccessory == "chastity")>>She has a little bow on her chastity cage.<<elseif ($brideSlave.dick > 0) && ($brideSlave.balls > 0) && ($brideSlave.hormones < 1)>>The sight of $groomSlave.slaveName has her stiffly erect, and she's wearing a little bow around her cockhead.<<elseif ($brideSlave.dick > 0)>>She's impotent, but she's wearing a little bow around her useless cockhead.<<elseif ($brideSlave.clit > 0)>>Her prominent clit is engorged, and she's wearing a tiny bow on it.<<else>>She's wearing a demure little bow just over her pussy.<</if>><<if ($brideSlave.anus > 1)>> Her lacy panties are designed to spread her buttocks a little and display her big butthole.<<elseif ($brideSlave.anus == 0)>> Her lacy panties cover her virgin anus, for once.<</if>> <<if ($brideSlave.boobs > 1000)>>The bra makes no attempt to cover or even support her huge breasts, simply letting them through holes in the lace to jut proudly out.<<elseif ($brideSlave.boobs > 500)>>The bra supports and presents her big breasts, leaving her stiffening nipples bare.<<else>>The bra supports and presents her breasts, giving her more cleavage than she usually displays.<</if>><<if $brideSlave.preg > 10>> Her growing pregnancy prominently bulges from the gap between her lingerie.<</if>>
-	<br><br>The procedure is simple. The two of them prostrate themselves on the ground and beg your indulgence. You state that you grant it, and hand each of them a simple gold band to be worn on the little finger in advertisement of the inferiority of their union. In turn, each of them gives the other her ring, and they kiss. You pronounce them slave wives, and offer them the couch for their honeymoon; they @@color:mediumaquamarine;thank you profusely@@ through their building tears. It's always touching to see <<if $groomSlave.preg > 20 and $brideSlave.preg > 20>>two pregnant slaves fingering each other<<else>>a 69<</if>> in which both participants are @@color:hotpink;softly crying with happiness.@@ <<if $groomSlave.pregSource == $brideSlave.ID && $brideSlave.pregSource == $groomSlave.ID>>When $groomSlave.slaveName and $brideSlave.slaveName tire, they rest, shoulder to shoulder, with a hand upon each other's bulging belly. Gently, they caress their growing pregnancies, knowing that they carry the other's love child.<<elseif $brideSlave.pregSource == $groomSlave.ID>>When they tire, $groomSlave.slaveName rests her head upon $brideSlave.slaveName's lap and gently kisses her lover's belly, knowing the child of their love is growing within.<<elseif $groomSlave.pregSource == $brideSlave.ID>>When they tire, $brideSlave.slaveName rests her head upon $groomSlave.slaveName's lap and gently kisses her lover's belly, knowing the child of their love is growing within.<</if>>
+	<br><br>The procedure is simple. The two of them prostrate themselves on the ground and beg your indulgence. You state that you grant it, and hand each of them a simple gold band to be worn on the little finger in advertisement of the inferiority of their union. In turn, each of them gives the other her ring, and they kiss. You pronounce them slave wives, and offer them the couch for their honeymoon; they @@.mediumaquamarine;thank you profusely@@ through their building tears. It's always touching to see <<if $groomSlave.preg > 20 and $brideSlave.preg > 20>>two pregnant slaves fingering each other<<else>>a 69<</if>> in which both participants are @@.hotpink;softly crying with happiness.@@ <<if $groomSlave.pregSource == $brideSlave.ID && $brideSlave.pregSource == $groomSlave.ID>>When $groomSlave.slaveName and $brideSlave.slaveName tire, they rest, shoulder to shoulder, with a hand upon each other's bulging belly. Gently, they caress their growing pregnancies, knowing that they carry the other's love child.<<elseif $brideSlave.pregSource == $groomSlave.ID>>When they tire, $groomSlave.slaveName rests her head upon $brideSlave.slaveName's lap and gently kisses her lover's belly, knowing the child of their love is growing within.<<elseif $groomSlave.pregSource == $brideSlave.ID>>When they tire, $brideSlave.slaveName rests her head upon $groomSlave.slaveName's lap and gently kisses her lover's belly, knowing the child of their love is growing within.<</if>>
 	<<set $groomSlave.devotion += 4>>
 	<<set $brideSlave.devotion += 4>>
 	<<set $groomSlave.trust += 4>>
diff --git a/src/uncategorized/reStaffedMorning.tw b/src/uncategorized/reStaffedMorning.tw
index c014d1022b499d2b8396fe1e02c133f9351636fe..f954d41424d79fc4656b555ef432909f608fdfb9 100644
--- a/src/uncategorized/reStaffedMorning.tw
+++ b/src/uncategorized/reStaffedMorning.tw
@@ -71,7 +71,7 @@ The bathroom door is open and the shower is running. Though the steam is beginni
 	<<else>>
 		next to the neat stack of clothes, the two slaves are kneeling on the floor and looking at you with mock innocence. You select $bedSlaveTwo.slaveName and straddle her face, letting her<<if $bedSlaveTwo.lips > 0>> use her big soft lips to<</if>> eat you out while $bedSlaveOne.slaveName helps you into your top. When you're buttoned, you take her face in your hands and kiss her deeply, favoring her with the sensation of kissing her <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>Master while he<<else>>Mistress while she<</if>> orgasms. You keep making out with her while $bedSlaveTwo.slaveName dresses your lower half.
 	<</if>>
-	When you finally leave the suite, $bedSlaveOne.slaveName and $bedSlaveTwo.slaveName head into the shower for their turn, while $bedSlaveThree.slaveName and $bedSlaveFour.slaveName have finished drying each other off so they can have sex on the bed without getting the sheets wet. They pause for a moment to wave at you as you go, though. @@color:mediumaquamarine;Your fucktoys are very satisfied with their morning routine.@@
+	When you finally leave the suite, $bedSlaveOne.slaveName and $bedSlaveTwo.slaveName head into the shower for their turn, while $bedSlaveThree.slaveName and $bedSlaveFour.slaveName have finished drying each other off so they can have sex on the bed without getting the sheets wet. They pause for a moment to wave at you as you go, though. @@.mediumaquamarine;Your fucktoys are very satisfied with their morning routine.@@
 		<<set $bedSlaveOne.trust += 4>>
 		<<set $bedSlaveTwo.trust += 4>>
 		<<set $bedSlaveThree.trust += 4>>
@@ -131,7 +131,7 @@ The bathroom door is open and the shower is running. Though the steam is beginni
 	<<else>>
 		Next to the neat stack of clothes, the two slaves are bent over the bed with their buttocks spread. They're perfectly still, awaiting your pleasure. You select $bedSlaveTwo.slaveName and ram your strap-on up her <<if $bedSlaveTwo.anus > 2>>welcoming asspussy<<elseif $bedSlaveTwo.anus > 1>>soft butthole<<else>>tight anus<</if>>, assraping her without mercy while $bedSlaveOne.slaveName helps you into your top. When it's done, you push her down next to $bedSlaveTwo.slaveName and switch assholes, letting $bedSlaveTwo.slaveName up to do her best to dress your lower half. When $bedSlaveOne.slaveName has been buttfucked into helplessness, you throw her away like the human sex toy she is and pound $bedSlaveTwo.slaveName and then the dried-off $bedSlaveFour.slaveName and $bedSlaveThree.slaveName senseless, careful to frequently pull far enough out that the slaves have to take the pain of initial penetration again.
 	<</if>>
-	When you finally leave the suite, all four slaves are lying like discarded tissues on the bed, facedown with their buttocks spread to relieve their sore assholes. @@color:hotpink;Your fucktoys are reminded of who you are.@@
+	When you finally leave the suite, all four slaves are lying like discarded tissues on the bed, facedown with their buttocks spread to relieve their sore assholes. @@.hotpink;Your fucktoys are reminded of who you are.@@
 		<<set $bedSlaveOne.devotion += 4>>
 		<<set $bedSlaveTwo.devotion += 4>>
 		<<set $bedSlaveThree.devotion += 4>>
diff --git a/src/uncategorized/reStandardPunishment.tw b/src/uncategorized/reStandardPunishment.tw
index 017d8a37bf43299bcbd1251ebd069058af7a85f3..237af708fefc8058301c1d3d6084db6212e29b2a 100644
--- a/src/uncategorized/reStandardPunishment.tw
+++ b/src/uncategorized/reStandardPunishment.tw
@@ -87,7 +87,7 @@
 	<<else>>
 		warily, willing to go along until something worth real resistance happens.
 	<</if>>
-	The cell is padded and has leather restraints; you use these to secure her to the wall, preventing her from doing anything to relieve boredom in the tiny space. You restate the rule she broke, state the length of her punishment, and remonstrate firmly with her before closing the door. As it shuts on her, plunging her into darkness, you hear <<if canTalk($activeSlave)>>her try at an apology in a tiny voice<<elseif $activeSlave.voice != 0>>a tiny apologetic moan<<else>>a sad little intake of breath<</if>>. You're there to let her out after a reasonable time, and she exits the soft little cell @@color:mediumaquamarine;with relief.@@
+	The cell is padded and has leather restraints; you use these to secure her to the wall, preventing her from doing anything to relieve boredom in the tiny space. You restate the rule she broke, state the length of her punishment, and remonstrate firmly with her before closing the door. As it shuts on her, plunging her into darkness, you hear <<if canTalk($activeSlave)>>her try at an apology in a tiny voice<<elseif $activeSlave.voice != 0>>a tiny apologetic moan<<else>>a sad little intake of breath<</if>>. You're there to let her out after a reasonable time, and she exits the soft little cell @@.mediumaquamarine;with relief.@@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -102,7 +102,7 @@
 	<<else>>
 		making no move towards it. She knows that active resistance will merely extend her sentence, and lets you stuff her sobbing body inside. Once she's in,
 	<</if>>
-	<<if canTalk($activeSlave)>>she begs tearfully<<elseif $activeSlave.voice != 0>>she tries frantically to beg<<else>>she uses her hands to supplicate you<</if>> as you close the lid with exquisite slowness. The harshest thing you do is keep silent, not giving her any indication of when she's getting out. When you finally let her out, she's @@color:gold;almost crazy with fear@@ of ever going back in the box and, for now, @@color:hotpink;willing to do almost anything@@ to avoid it.
+	<<if canTalk($activeSlave)>>she begs tearfully<<elseif $activeSlave.voice != 0>>she tries frantically to beg<<else>>she uses her hands to supplicate you<</if>> as you close the lid with exquisite slowness. The harshest thing you do is keep silent, not giving her any indication of when she's getting out. When you finally let her out, she's @@.gold;almost crazy with fear@@ of ever going back in the box and, for now, @@.hotpink;willing to do almost anything@@ to avoid it.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.trust -= 4>>
 	<</replace>>
@@ -121,7 +121,7 @@
 	<<else>>
 		breaks down and makes no move to obey, but does not resist as you take her wrists in your hands and lift them into the restraints.
 	<</if>>
-	The shackles can be moved up or down, and you move them up, raising the shivering, frightened $desc to the tips of her toes. She struggles a little to find her balance, and is distracted when the first stroke lands on her $activeSlave.skin buttocks. Your leather instrument is exquisitely designed and balanced to produce pain without breaking the skin or leaving a permanent mark. You tell her to count, and she <<if canTalk($activeSlave)>>gasps "one" through her agony<<elseif $activeSlave.voice != 0>>grunts once, doing her best<<else>>sticks up one finger despite her restrained hands<</if>>. You flog her bottom until it's pleasantly warm to the touch, and then let her down. She's @@color:mediumaquamarine;relieved@@ at your moderation.
+	The shackles can be moved up or down, and you move them up, raising the shivering, frightened $desc to the tips of her toes. She struggles a little to find her balance, and is distracted when the first stroke lands on her $activeSlave.skin buttocks. Your leather instrument is exquisitely designed and balanced to produce pain without breaking the skin or leaving a permanent mark. You tell her to count, and she <<if canTalk($activeSlave)>>gasps "one" through her agony<<elseif $activeSlave.voice != 0>>grunts once, doing her best<<else>>sticks up one finger despite her restrained hands<</if>>. You flog her bottom until it's pleasantly warm to the touch, and then let her down. She's @@.mediumaquamarine;relieved@@ at your moderation.
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
@@ -136,7 +136,7 @@
 	<<else>>
 		breaks down and makes no move to obey, but does not resist as you take her wrists in your hands and hoist her into the restraints.
 	<</if>>
-	The shackles can be moved up or down, and you move them down, forcing the weeping slave to spread her legs. You let her anticipate the pain for a long time before you start whipping her buttocks. Your leather instrument is exquisitely designed and balanced to produce pain without breaking the skin or leaving a permanent mark, and you make cruel use of it. After a short preliminary asswhipping, you vary your strokes, letting her feel the whip on her thighs, calves and flanks before placing strokes against her <<if $activeSlave.scrotum > 0>>poor ballsack<<elseif $activeSlave.dick > 0>>poor penis<<else>>poor pussy<</if>>. She loses all control, <<if canTalk($activeSlave)>>shamelessly begging for mercy<<elseif $activeSlave.voice != 0>>sobbing and moaning incoherently<<else>>rasping pathetic little sobs past her mute throat<</if>>. When you're done, she's @@color:gold;almost crazy with fear@@ of future whippings.
+	The shackles can be moved up or down, and you move them down, forcing the weeping slave to spread her legs. You let her anticipate the pain for a long time before you start whipping her buttocks. Your leather instrument is exquisitely designed and balanced to produce pain without breaking the skin or leaving a permanent mark, and you make cruel use of it. After a short preliminary asswhipping, you vary your strokes, letting her feel the whip on her thighs, calves and flanks before placing strokes against her <<if $activeSlave.scrotum > 0>>poor ballsack<<elseif $activeSlave.dick > 0>>poor penis<<else>>poor pussy<</if>>. She loses all control, <<if canTalk($activeSlave)>>shamelessly begging for mercy<<elseif $activeSlave.voice != 0>>sobbing and moaning incoherently<<else>>rasping pathetic little sobs past her mute throat<</if>>. When you're done, she's @@.gold;almost crazy with fear@@ of future whippings.
 	<<set $activeSlave.trust -= 6>>
 	<</replace>>
 <</link>>
@@ -170,7 +170,7 @@
 			how flushed and eager her cunt is,
 		<</if>>
 	<</if>>
-	<<if $activeSlave.devotion > 20>>even if she wanted to<<else>>though she seems to want to<</if>>. Satisfied that she's been tormented enough for today, you let her down and send her on her way. She's obviously @@color:hotpink;more willing@@ than usual to apply herself to her next sexual task, whatever it is.
+	<<if $activeSlave.devotion > 20>>even if she wanted to<<else>>though she seems to want to<</if>>. Satisfied that she's been tormented enough for today, you let her down and send her on her way. She's obviously @@.hotpink;more willing@@ than usual to apply herself to her next sexual task, whatever it is.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -184,7 +184,7 @@
 		Her smart piercing makes the next step easy. She gets three vibrators in total:
 	<</if>>
 	the second <<if $activeSlave.vagina > 0>>comfortably fills her pussy<<elseif $activeSlave.vagina > 0>>rests against her virgin pussy without breaking her virtue<<else>>is a nice little bullet vibe for her soft perineum<</if>>, and the third <<if $activeSlave.anus > 0>>is, of course, a vibrating plug for her asspussy<<else>>rests against her unfucked rosebud without penetrating it<</if>>.
-	Then you walk away, setting the vibrators to bring her to the edge of orgasm and keep her there. The effect is almost instant, and as you go she begins to writhe, <<if canTalk($activeSlave)>>desperately calling after you to beg for mercy<<elseif $activeSlave.voice != 0>>moaning desperately<<else>>panting mutely<</if>>. When you finally come back and let her down, she's unsteady on her feet and @@color:hotpink;very submissive,@@ though a bit @@color:red;burned out@@ on stimulation.
+	Then you walk away, setting the vibrators to bring her to the edge of orgasm and keep her there. The effect is almost instant, and as you go she begins to writhe, <<if canTalk($activeSlave)>>desperately calling after you to beg for mercy<<elseif $activeSlave.voice != 0>>moaning desperately<<else>>panting mutely<</if>>. When you finally come back and let her down, she's unsteady on her feet and @@.hotpink;very submissive,@@ though a bit @@.red;burned out@@ on stimulation.
 	<<set $activeSlave.devotion += 6>>
 	<<set $activeSlave.energy -= 1>>
 	<</replace>>
@@ -210,7 +210,7 @@
 	<<else>>
 		tight hole. Her poor little anus doesn't want to let you in, but you force yourself in anyway, making the slave wriggle desperately beneath you as she feels the invading phallus force her anal ring to accommodate its girth.
 	<</if>>
-	You tell her that many slaves enjoy anal, and that if she's a good $desc, she can too, but that it's against the rules for her to show reluctance to be assfucked. The slave below you is too discomfited by anal pain to respond coherently, but she gets the message. She'll be @@color:hotpink;better about submitting@@ in the future, but due to the connection between sex and punishment she'll be @@color:red;a little less eager for sex,@@ especially anal.
+	You tell her that many slaves enjoy anal, and that if she's a good $desc, she can too, but that it's against the rules for her to show reluctance to be assfucked. The slave below you is too discomfited by anal pain to respond coherently, but she gets the message. She'll be @@.hotpink;better about submitting@@ in the future, but due to the connection between sex and punishment she'll be @@.red;a little less eager for sex,@@ especially anal.
 	<<set $activeSlave.analCount += 1>>
 	<<set $analTotal += 1>>
 	<<set $activeSlave.devotion += 4>>
@@ -231,7 +231,7 @@
 	<<else>>
 		poor tight pussy. She's tight, and the initial penetration was uncomfortable for her, but you make it worse by treating her cunt like a veteran whore's. She begins to struggle a little as you hammer her.
 	<</if>>
-	You tell her that many slaves enjoy getting fucked, and that if she's a good $desc, she can too, but that it's against the rules for her to show reluctance to be penetrated. The slave below you is too discomfited to respond coherently, but she gets the message. She'll be @@color:hotpink;better about submitting@@ in the future, but due to the connection between sex and punishment she'll be @@color:red;a little less eager for sex,@@ especially vaginal.
+	You tell her that many slaves enjoy getting fucked, and that if she's a good $desc, she can too, but that it's against the rules for her to show reluctance to be penetrated. The slave below you is too discomfited to respond coherently, but she gets the message. She'll be @@.hotpink;better about submitting@@ in the future, but due to the connection between sex and punishment she'll be @@.red;a little less eager for sex,@@ especially vaginal.
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
 	<<set $activeSlave.devotion += 4>>
@@ -252,7 +252,7 @@
 	<<else>>
 		gagging throat, enjoying the sensations of her lips and tongue writhing against you as she desperately tries to accommodate the intruder.
 	<</if>>
-	She begins to struggle a little, so you snake a hand down behind her head to hold her in place. When you're done, she's an inelegant mess, coughing and gasping for air. <<if canTalk($activeSlave)>>Once she's got her breath back, she tearfully<<else>>Even as she pants, she uses shaky gestures to beg forgiveness, and she even<</if>> promises to be less chatty. She'll be @@color:hotpink;more punctual@@ in the future, but due to the connection between sex and punishment she'll be @@color:red;a little less eager for sex,@@ especially oral.
+	She begins to struggle a little, so you snake a hand down behind her head to hold her in place. When you're done, she's an inelegant mess, coughing and gasping for air. <<if canTalk($activeSlave)>>Once she's got her breath back, she tearfully<<else>>Even as she pants, she uses shaky gestures to beg forgiveness, and she even<</if>> promises to be less chatty. She'll be @@.hotpink;more punctual@@ in the future, but due to the connection between sex and punishment she'll be @@.red;a little less eager for sex,@@ especially oral.
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<set $activeSlave.devotion += 4>>
@@ -289,7 +289,7 @@
 	<<else>>
 		her cute rear makes a pretty picture.
 	<</if>>
-	You make her repeat the exercise until she's quite tired, hounding her mercilessly, and then send her off to rinse away the sweat she worked up before getting back to work. She'll be @@color:hotpink;more punctual@@ in the future.
+	You make her repeat the exercise until she's quite tired, hounding her mercilessly, and then send her off to rinse away the sweat she worked up before getting back to work. She'll be @@.hotpink;more punctual@@ in the future.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
@@ -316,7 +316,7 @@
 		<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
 	<</if>>
-	The horny slave getting oral enjoys the oral attention, especially once $activeSlave.slaveName starts to groan with discomfort. You discard her once everyone except her has gotten off. She'll be @@color:hotpink;more submissive@@ to sexual demands from now on, though she'll be @@color:red;slightly less interested in sex@@ for her own pleasure.
+	The horny slave getting oral enjoys the oral attention, especially once $activeSlave.slaveName starts to groan with discomfort. You discard her once everyone except her has gotten off. She'll be @@.hotpink;more submissive@@ to sexual demands from now on, though she'll be @@.red;slightly less interested in sex@@ for her own pleasure.
 	<<set $activeSlave.devotion += 4>>
 	<<set $activeSlave.energy -= 2>>
 	<</replace>>
@@ -341,7 +341,7 @@
 		<<set $activeSlave.oralCount += 1>>
 		<<set $oralTotal += 1>>
 	<</if>>
-	The slut needs it so badly that she almost climaxes, but you ruin her building orgasms whenever you detect them. When you've gotten yours, you drop her and walk off, leaving her feeling comprehensively fucked, but no less horny. She'll be @@color:hotpink;very willing@@ to do anything that will earn her release.
+	The slut needs it so badly that she almost climaxes, but you ruin her building orgasms whenever you detect them. When you've gotten yours, you drop her and walk off, leaving her feeling comprehensively fucked, but no less horny. She'll be @@.hotpink;very willing@@ to do anything that will earn her release.
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/recruiterSelect.tw b/src/uncategorized/recruiterSelect.tw
index 7a6e906ee9c5ad8ad24f203c469c59a2defbc3aa..74dbf4429cfa786611b7e7338dbca046d62e4eef 100644
--- a/src/uncategorized/recruiterSelect.tw
+++ b/src/uncategorized/recruiterSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back to Main", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "Recruiter">>
 
 <<if ($Recruiter != 0)>>
-	''__@@color:pink;$Recruiter.slaveName@@__'' is recruiting girls.
+	''__@@.pink;$Recruiter.slaveName@@__'' is recruiting girls.
 <<else>>
 	You do not have a recruiter working at present.
 <</if>>
diff --git a/src/uncategorized/remFluctuations.tw b/src/uncategorized/remFluctuations.tw
index 235a6e24d907a2c3754c9db8e46a8fcbcb1b876a..8e5d15e0b9e427d78d8ab7c20bc2970568e7faef 100644
--- a/src/uncategorized/remFluctuations.tw
+++ b/src/uncategorized/remFluctuations.tw
@@ -79,39 +79,39 @@ Your <<if $marketAssistantAnnounced>>market<<else>>personal<</if>> assistant's s
 <br><br>
 
 <<if $REM == "revel">>
-	Something is happening in one of the Free Cities' richest arcologies. It's not clear what, exactly, it is, since its owner is making skillful use of the arcology's advanced surveillance and media systems to keep its internal affairs quite secret. The truth will get out eventually, and it's probably not going to do much for old world opinions of the Free Cities. After all, cheap slaves go into that arcology at a prodigious rate, and they don't seem to ever come out again. The unexpected demand for slaves, any slaves, has produced a temporary tightening of the entire slave market. Projections suggest price increases of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@color:yellow;The market price of slaves has increased.@@
+	Something is happening in one of the Free Cities' richest arcologies. It's not clear what, exactly, it is, since its owner is making skillful use of the arcology's advanced surveillance and media systems to keep its internal affairs quite secret. The truth will get out eventually, and it's probably not going to do much for old world opinions of the Free Cities. After all, cheap slaves go into that arcology at a prodigious rate, and they don't seem to ever come out again. The unexpected demand for slaves, any slaves, has produced a temporary tightening of the entire slave market. Projections suggest price increases of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@.yellow;The market price of slaves has increased.@@
 	<<set $slaveCostFactor += 0.2>>
 <<elseif $REM == "tainted drugs">>
-	The Free Cities are anarcho-capitalist paradises - or 'paradises,' depending on one's station and assets. You can't complain personally, as one of the Free Cities' richest citizens, master of your own arcology and owner of sexual slaves. Unfortunately quite a few slaves in the markets are in a position to complain today, as are their owners. Many slave markets use long-lasting stimulants to pep their wares up for auction; dull-eyed slaves earn low bids. Corner-cutting at one of the major suppliers of these stimulants led to a number of slaves being prepared for auction being damaged today. Relatively few were permanently lost, but slaves are going to be a little scarce for a while, which will drive up the going rate. Projections suggest increases of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@color:yellow;The market price of slaves has increased.@@
+	The Free Cities are anarcho-capitalist paradises - or 'paradises,' depending on one's station and assets. You can't complain personally, as one of the Free Cities' richest citizens, master of your own arcology and owner of sexual slaves. Unfortunately quite a few slaves in the markets are in a position to complain today, as are their owners. Many slave markets use long-lasting stimulants to pep their wares up for auction; dull-eyed slaves earn low bids. Corner-cutting at one of the major suppliers of these stimulants led to a number of slaves being prepared for auction being damaged today. Relatively few were permanently lost, but slaves are going to be a little scarce for a while, which will drive up the going rate. Projections suggest increases of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@.yellow;The market price of slaves has increased.@@
 	<<set $slaveCostFactor += 0.2>>
 <<elseif $REM == "antislavery terrorism">>
-	Antislavery activism in the old world has grown to match the spread of slavery in the Free Cities. Unfortunately for the activists, they are confronted with a fundamental problem: the independence of the Free Cities. There is very little they can do without resorting to violence, and so, predictably, they often do. A major slave induction center in one of the more open Free Cities has just suffered a suicide bombing. The actual damage was slight, but a wave of increased import security is sweeping the Free Cities in reaction to the incident. Slave prices will be driven up by the cost of checking imported merchandise for explosive devices until the market adjusts. Projections suggest price increases of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@color:yellow;The market price of slaves has increased.@@
+	Antislavery activism in the old world has grown to match the spread of slavery in the Free Cities. Unfortunately for the activists, they are confronted with a fundamental problem: the independence of the Free Cities. There is very little they can do without resorting to violence, and so, predictably, they often do. A major slave induction center in one of the more open Free Cities has just suffered a suicide bombing. The actual damage was slight, but a wave of increased import security is sweeping the Free Cities in reaction to the incident. Slave prices will be driven up by the cost of checking imported merchandise for explosive devices until the market adjusts. Projections suggest price increases of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@.yellow;The market price of slaves has increased.@@
 	<<set $slaveCostFactor += 0.2>>
 <<elseif $REM == "new free city">>
-	New Free Cities arise unpredictably. They require either carving out a slice of the old world, emancipating it from whichever inattentive or corrupt country previously owned the land, or reclaiming new land from barren or uninhabitable areas, efforts which are often kept secret. The unpredictable happened today; the world has a new Free City. As usual, immigration rights are being offered cheaply to deserving persons. Many of the remaining rich and talented of the old world are staking claims in the new city, and they'll be buying slaves when they get to their new home. It's a sellers' market out there; projections show the price of slaves rising as much as thirty percent in the short term. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@color:yellow;The market price of slaves has increased.@@
+	New Free Cities arise unpredictably. They require either carving out a slice of the old world, emancipating it from whichever inattentive or corrupt country previously owned the land, or reclaiming new land from barren or uninhabitable areas, efforts which are often kept secret. The unpredictable happened today; the world has a new Free City. As usual, immigration rights are being offered cheaply to deserving persons. Many of the remaining rich and talented of the old world are staking claims in the new city, and they'll be buying slaves when they get to their new home. It's a sellers' market out there; projections show the price of slaves rising as much as thirty percent in the short term. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@.yellow;The market price of slaves has increased.@@
 	<<set $slaveCostFactor += 0.3>>
 <<elseif $REM == "speculation">>
-	The Free Cities are almost totally unregulated. Prices and interest rates can spike and plummet with speeds not seen since the South Seas Bubble, and for the most silly or corrupt of reasons. Today, it's the latter. A massive attempt to rig the slave market was uncovered this morning. Ultimately, the culprits were caught and much of the damage reversed, but confidence in the marketplace has been shaken. Many great slave vendors are holding onto their stock until they're sure the water's calm again. It's a sellers' market out there; projections show the price of slaves rising as much as thirty percent in the short term. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@color:yellow;The market price of slaves has increased.@@
+	The Free Cities are almost totally unregulated. Prices and interest rates can spike and plummet with speeds not seen since the South Seas Bubble, and for the most silly or corrupt of reasons. Today, it's the latter. A massive attempt to rig the slave market was uncovered this morning. Ultimately, the culprits were caught and much of the damage reversed, but confidence in the marketplace has been shaken. Many great slave vendors are holding onto their stock until they're sure the water's calm again. It's a sellers' market out there; projections show the price of slaves rising as much as thirty percent in the short term. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@.yellow;The market price of slaves has increased.@@
 	<<set $slaveCostFactor += 0.3>>
 <<elseif $REM == "medical breakthrough">>
-	There has been a breakthrough in gene therapy. More accurately, there was a breakthrough in gene therapy several years ago - you already knew all about it, and some of the more advanced slave medical upgrades available to you use the technology. However, it's finally gotten out of the prototype stage, and is becoming available to the Free Cities middle class, citizens with one or two slaves. The average citizen is more able today than he was yesterday to turn his chattel housekeeper into the girl he's always dreamed of. Aspirational stuff like this always causes a major price shock. It's a sellers' market out there; projections show the price of slaves rising as much as thirty percent in the short term. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@color:yellow;The market price of slaves has increased.@@
+	There has been a breakthrough in gene therapy. More accurately, there was a breakthrough in gene therapy several years ago - you already knew all about it, and some of the more advanced slave medical upgrades available to you use the technology. However, it's finally gotten out of the prototype stage, and is becoming available to the Free Cities middle class, citizens with one or two slaves. The average citizen is more able today than he was yesterday to turn his chattel housekeeper into the girl he's always dreamed of. Aspirational stuff like this always causes a major price shock. It's a sellers' market out there; projections show the price of slaves rising as much as thirty percent in the short term. There will be no immediate impact on you or your slaves, but the coming weeks will be a great time to sell stock, and a bad time to buy. @@.yellow;The market price of slaves has increased.@@
 	<<set $slaveCostFactor += 0.3>>
 <<elseif $REM == "bankruptcy">>
-	The economy of the Free Cities is a rough-and-tumble place. The absence of old world regulations and institutions, and the often gold-rush atmosphere of the new cities, lead to fortunes being made and lost overnight. Last night, one of the Free Cities' greatest fortunes was lost. A great slave trading house unexpectedly went bankrupt, and its huge stable of slaves are being sold at fire-sale prices. The unforeseen sell off is driving down the market price of slaves all across the Free Cities. Projections show a short-term price drop of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@color:yellow;The market price of slaves has dropped.@@
+	The economy of the Free Cities is a rough-and-tumble place. The absence of old world regulations and institutions, and the often gold-rush atmosphere of the new cities, lead to fortunes being made and lost overnight. Last night, one of the Free Cities' greatest fortunes was lost. A great slave trading house unexpectedly went bankrupt, and its huge stable of slaves are being sold at fire-sale prices. The unforeseen sell off is driving down the market price of slaves all across the Free Cities. Projections show a short-term price drop of up to twenty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
 	<<set $slaveCostFactor -= 0.2>>
 <<elseif $REM == "refugee boat">>
-	Periodic refugee crises sweep the old world, and sometimes the human flotsam shaken loose from its moorings in the old world is brought up on the shores of the Free Cities. This week, that was no metaphor. A floating Free City has been inundated by refugees in boats. Naturally, the boats have been discarded and the refugees enslaved. It is unclear whether they somehow did not know that this was their inevitable fate, or their lot in the old world was so desperate that they were willing to accept it. Projections show a short-term slave price drop of up to twenty percent as the market digests the influx. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@color:yellow;The market price of slaves has dropped.@@
+	Periodic refugee crises sweep the old world, and sometimes the human flotsam shaken loose from its moorings in the old world is brought up on the shores of the Free Cities. This week, that was no metaphor. A floating Free City has been inundated by refugees in boats. Naturally, the boats have been discarded and the refugees enslaved. It is unclear whether they somehow did not know that this was their inevitable fate, or their lot in the old world was so desperate that they were willing to accept it. Projections show a short-term slave price drop of up to twenty percent as the market digests the influx. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
 	<<set $slaveCostFactor -= 0.2>>
 <<elseif $REM == "arcology change">>
-	All across the Free Cities, arcology owners are experimenting with new society models and new ways of enforcing them. A nearby arcology has just undergone a major internal struggle as its owner forced through a radical program of changes and harsh measures to enforce them. All but a handful of its inhabitants have been enslaved and placed under the control of a chosen few. With harems of hundreds and little experience or infrastructure to manage them, the new overlords are selling off stock to raise funds to make the transition. Projections show a short-term price drop of up to twenty percent as they flood the market with mediocre slaves. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@color:yellow;The market price of slaves has dropped.@@
+	All across the Free Cities, arcology owners are experimenting with new society models and new ways of enforcing them. A nearby arcology has just undergone a major internal struggle as its owner forced through a radical program of changes and harsh measures to enforce them. All but a handful of its inhabitants have been enslaved and placed under the control of a chosen few. With harems of hundreds and little experience or infrastructure to manage them, the new overlords are selling off stock to raise funds to make the transition. Projections show a short-term price drop of up to twenty percent as they flood the market with mediocre slaves. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
 	<<set $slaveCostFactor -= 0.2>>
 <<elseif $REM == "war">>
-	The old world outside the Free Cities took another step towards its final decline today. A relatively prosperous third world city fell to a regional warlord, and it seems the remaining great powers lack either the money or the will to do anything about it. The victors seem to be following the standard procedure for modern conquerors. Anything valuable, they steal. Among the population, they recruit the willing, shoot the unwilling, and enslave everyone else. The slave markets are going to be glutted with new stock soon. Projections show a short-term price drop of up to thirty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@color:yellow;The market price of slaves has dropped.@@
+	The old world outside the Free Cities took another step towards its final decline today. A relatively prosperous third world city fell to a regional warlord, and it seems the remaining great powers lack either the money or the will to do anything about it. The victors seem to be following the standard procedure for modern conquerors. Anything valuable, they steal. Among the population, they recruit the willing, shoot the unwilling, and enslave everyone else. The slave markets are going to be glutted with new stock soon. Projections show a short-term price drop of up to thirty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
 	<<set $slaveCostFactor -= 0.3>>
 <<elseif $REM == "empty prisons">>
-	A small, impoverished old world country defaulted on its currency today. Its beleaguered government is taking every available step to raise funds. Among other things, it has sold every inmate in its prisons who would fetch a price worth the trouble of sale into Free Cities slavery. Though most of the influx is going to be of abominably low quality, the sudden addition of so much new meat is going to have a big impact on the slave economy. Projections show a short-term price drop of up to thirty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@color:yellow;The market price of slaves has dropped.@@
+	A small, impoverished old world country defaulted on its currency today. Its beleaguered government is taking every available step to raise funds. Among other things, it has sold every inmate in its prisons who would fetch a price worth the trouble of sale into Free Cities slavery. Though most of the influx is going to be of abominably low quality, the sudden addition of so much new meat is going to have a big impact on the slave economy. Projections show a short-term price drop of up to thirty percent. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
 	<<set $slaveCostFactor -= 0.3>>
 <<elseif $REM == "unemployment">>
-	A leading old world nation has just suffered a major economic downturn. Old world nations suffer economic downturns all the time, of course, but to those with interests in the slave market, news like this can be very important. Slave market shocks from catastrophes get all the headlines, but a change that affects millions will often be more impactful. As unemployment in the old world rises, the number of people faced with the choice between starvation and voluntary enslavement rises. Social safety nets just aren't what they used to be. Projections show a short-term slave price drop of up to thirty percent due to the sharp increase in desperate people immigrating to the Free Cities for enslavement. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@color:yellow;The market price of slaves has dropped.@@
+	A leading old world nation has just suffered a major economic downturn. Old world nations suffer economic downturns all the time, of course, but to those with interests in the slave market, news like this can be very important. Slave market shocks from catastrophes get all the headlines, but a change that affects millions will often be more impactful. As unemployment in the old world rises, the number of people faced with the choice between starvation and voluntary enslavement rises. Social safety nets just aren't what they used to be. Projections show a short-term slave price drop of up to thirty percent due to the sharp increase in desperate people immigrating to the Free Cities for enslavement. There will be no immediate impact on you or your slaves, but the coming weeks will be a fine time to buy new stock, and a terrible time to sell. @@.yellow;The market price of slaves has dropped.@@
 	<<set $slaveCostFactor -= 0.3>>
 <</if>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 6337aed8bf3e53320b610c27921a03ea9abf6bf5..c9ec561ed175e2e5ca88a4721acbc4ff08fd5aa0 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -6,7 +6,7 @@
 <<set $surgeryType = 0>>
 <<set $showEncyclopedia = 1>><<set $encyclopedia = "The Remote Surgery">>
 
-$activeSlave.slaveName is lying strapped down on the table in your <<if $surgeryUpgrade == 1>>heavily upgraded and customized remote surgery.<<else>>remote surgery.<</if>> The surgical equipment reads <<if $activeSlave.health < -20>>@@color:red;SLAVE UNHEALTHY, SURGERY NOT RECOMMENDED.@@<<elseif $activeSlave.health <= 20>>@@color:yellow;SLAVE HEALTHY, SURGERY SAFE.@@<<else>>@@color:green;SLAVE HEALTHY, SURGERY ENCOURAGED.@@<</if>><<if $PC.medicine >= 100>> The remote surgery mechanisms that allow a surgeon to be brought in by telepresence are inactive, and the autosurgery is ready for your control inputs. Surgery on your slaves is a challenge and a pleasure you wouldn't dream of sharing.<</if>>
+$activeSlave.slaveName is lying strapped down on the table in your <<if $surgeryUpgrade == 1>>heavily upgraded and customized remote surgery.<<else>>remote surgery.<</if>> The surgical equipment reads <<if $activeSlave.health < -20>>@@.red;SLAVE UNHEALTHY, SURGERY NOT RECOMMENDED.@@<<elseif $activeSlave.health <= 20>>@@.yellow;SLAVE HEALTHY, SURGERY SAFE.@@<<else>>@@.green;SLAVE HEALTHY, SURGERY ENCOURAGED.@@<</if>><<if $PC.medicine >= 100>> The remote surgery mechanisms that allow a surgeon to be brought in by telepresence are inactive, and the autosurgery is ready for your control inputs. Surgery on your slaves is a challenge and a pleasure you wouldn't dream of sharing.<</if>>
 <br><br>
 
 $possessiveCap
diff --git a/src/uncategorized/rename.tw b/src/uncategorized/rename.tw
index c4350f53b3e091dd343f8c343989b754731ebf55..d36bfa91d59b338a9f74b91e2caf387c0fb58373 100644
--- a/src/uncategorized/rename.tw
+++ b/src/uncategorized/rename.tw
@@ -7,15 +7,15 @@
 <<if $activeSlave.fetish == "mindbroken">>
 	She doesn't even recognize that she's been renamed. It simply does not register.
 <<elseif ($oldName == $activeSlave.birthName) && ($activeSlave.devotion > 50)>>
-	She accepts her new name cheerfully. This attachment to you @@color:hotpink; increases her devotion.@@
+	She accepts her new name cheerfully. This attachment to you @@.hotpink; increases her devotion.@@
 	<<set $activeSlave.devotion += 4>>
 <<elseif ($oldName == $activeSlave.birthName) && ($activeSlave.devotion >= -20)>>
-	She accepts her new name. This surrender to you @@color:hotpink; increases her obedience.@@
+	She accepts her new name. This surrender to you @@.hotpink; increases her obedience.@@
 	<<set $activeSlave.devotion += 4>>
 <<elseif ($oldName == $activeSlave.birthName) && ($activeSlave.devotion >= -50)>>
 	She reluctantly accepts her new name.
 <<elseif ($oldName == $activeSlave.birthName)>>
-	She angrily tries to resist her new name. This resistance @@color:mediumorchid; increases her rebelliousness.@@
+	She angrily tries to resist her new name. This resistance @@.mediumorchid; increases her rebelliousness.@@
 	<<set $activeSlave.devotion -= 5>>
 <<else>>
 	Since $activeSlave.slaveName has already had a new name forced on her before, she accepts this fresh name without fuss.
@@ -33,10 +33,10 @@
 <<if ($activeSlave.fetish == "mindbroken") && ($insultingName == 1)>>
 	Her new name would be insulting to a normal girl, but she dully accepts that it is an accurate description and goes about her duties.
 <<elseif ($insultingName == 1) && ($activeSlave.devotion <= 50) && ($activeSlave.devotion >= -20)>>
-	Accepting such a degrading name @@color:hotpink;further increases her devotion.@@
+	Accepting such a degrading name @@.hotpink;further increases her devotion.@@
 	<<set $activeSlave.devotion += 4>>
 <<elseif ($insultingName == 1) && ($activeSlave.devotion < -50)>>
-	Being given such a degrading name @@color:mediumorchid;further increases her hatred.@@
+	Being given such a degrading name @@.mediumorchid;further increases her hatred.@@
 	<<set $activeSlave.devotion -= 5>>
 <</if>>
 
diff --git a/src/uncategorized/resEndowment.tw b/src/uncategorized/resEndowment.tw
index 9e32f119acdc539578d44aa7ea78559f16405a49..9e6bf7d55ffaf06fd864b35b9c50876687b05680 100644
--- a/src/uncategorized/resEndowment.tw
+++ b/src/uncategorized/resEndowment.tw
@@ -42,7 +42,7 @@
 <<if $RESEndowment == "TSS">>
 	<<link "Reorient the school to MILF training">>
 		<<replace "#result">>
-			You pause measuringly before forwarding facts and figures to the surprised representative. You matter-of-factly prove the school's shortsightedness in focusing on young slaves; it's a field with a lot of competition and brutal overhead. There's potential elsewhere: MILFs. They're never virgins and they go for lower prices, but their skills can be advanced without ruining them, and material costs are lower. After furious internal debate, the school agrees to your suggestion. The grateful school spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You pause measuringly before forwarding facts and figures to the surprised representative. You matter-of-factly prove the school's shortsightedness in focusing on young slaves; it's a field with a lot of competition and brutal overhead. There's potential elsewhere: MILFs. They're never virgins and they go for lower prices, but their skills can be advanced without ruining them, and material costs are lower. After furious internal debate, the school agrees to your suggestion. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $TSS.schoolUpgrade = 1>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -51,7 +51,7 @@
 	<br>
 	<<link "Endow better skills training">>
 		<<replace "#result">>
-			You and the representative discuss the school's focus on efficiency. You offer to endow a basic skill training program, and prove based on your own training methods that it won't unduly affect the low overhead and high volume the school relies on. The school spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You and the representative discuss the school's focus on efficiency. You offer to endow a basic skill training program, and prove based on your own training methods that it won't unduly affect the low overhead and high volume the school relies on. The school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $TSS.schoolUpgrade = 2>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -60,7 +60,7 @@
 	<br>
 	<<link "Make a generous contribution">>
 		<<replace "#result">>
-			You make a generous contribution to the school. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You make a generous contribution to the school. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $cash -= 10000>>
 			<<set $rep += 1000>>
 		<</replace>>
@@ -68,7 +68,7 @@
 <<elseif $RESEndowment == "GRI">>
 	<<link "Focus on curative research">>
 		<<replace "#result">>
-			You express your interest in the institute's curative research. The representative admits the field is notoriously difficult, but readily agrees that the institute could certainly focus on health to a greater extent than it already does; its surviving test subjects will probably leave testing programs at a unique level of vitality. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You express your interest in the institute's curative research. The representative admits the field is notoriously difficult, but readily agrees that the institute could certainly focus on health to a greater extent than it already does; its surviving test subjects will probably leave testing programs at a unique level of vitality. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $GRI.schoolUpgrade = 1>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -77,7 +77,7 @@
 	<br>
 	<<link "Support refined hormonal research to prevent shrinkage">>
 		<<replace "#result">>
-			You introduce your plans to the representative by forwarding the records of the GRI test subjects you've purchased and what you've done with them. His eyes widen at the profitability you've found in use of their already-impressive breasts to produce milk. The institute readily agrees to pursue the field by focusing more heavily on lactation and breast expansion. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You introduce your plans to the representative by forwarding the records of the GRI test subjects you've purchased and what you've done with them. His eyes widen at the profitability you've found in use of their already-impressive breasts to produce milk. The institute readily agrees to pursue the field by focusing more heavily on lactation and breast expansion. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $GRI.schoolUpgrade = 2>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -86,7 +86,7 @@
 	<br>
 	<<link "Make a generous contribution">>
 		<<replace "#result">>
-			You make a generous contribution to the institute. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You make a generous contribution to the institute. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $cash -= 10000>>
 			<<set $rep += 1000>>
 		<</replace>>
@@ -94,7 +94,7 @@
 <<elseif $RESEndowment == "SCP">>
 	<<link "Endow a focus on loyalty at the cost of intelligence">>
 		<<replace "#result">>
-			You express general satisfaction with previous graduates on a physical level, but mention exasperation with the unfortunate tendency of some of them to question their place in life. You crossdeck a series of research reports that outline a method of reducing any girl to idiotic devotion. The representative is dubious, since it will reduce prices, but you point out the potential for commensurately reduced overhead, and the school eventually agrees. The grateful school spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You express general satisfaction with previous graduates on a physical level, but mention exasperation with the unfortunate tendency of some of them to question their place in life. You crossdeck a series of research reports that outline a method of reducing any girl to idiotic devotion. The representative is dubious, since it will reduce prices, but you point out the potential for commensurately reduced overhead, and the school eventually agrees. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $SCP.schoolUpgrade = 1>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -103,7 +103,7 @@
 	<br>
 	<<link "Support better skills training">>
 		<<replace "#result">>
-			You state general satisfaction with previous graduates, but mention some doubt about the school's focus on the physical to the exclusion of the mental. You outline a plan under which surgical recovery time could be used for low intensity training, and after reviewing it the school agrees to implement it without delay. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You state general satisfaction with previous graduates, but mention some doubt about the school's focus on the physical to the exclusion of the mental. You outline a plan under which surgical recovery time could be used for low intensity training, and after reviewing it the school agrees to implement it without delay. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $SCP.schoolUpgrade = 2>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -112,7 +112,7 @@
 	<br>
 	<<link "Make a generous contribution">>
 		<<replace "#result">>
-			You make a generous contribution to the school. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You make a generous contribution to the school. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $cash -= 10000>>
 			<<set $rep += 1000>>
 		<</replace>>
@@ -120,7 +120,7 @@
 <<elseif $RESEndowment == "LDE">>
 	<<link "Endow drug therapy designed to enhance infatuation">>
 		<<replace "#result">>
-			You express general satisfaction with previous graduates, but point out that on arrival, you found it necessary to do some additional work before they discovered their true calling as constant buttsluts. The representative quickly hides his incredulous glee as you crossdeck a series of research reports that suggest the potential for a pharmaceutical fix for this blemish. The grateful school spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You express general satisfaction with previous graduates, but point out that on arrival, you found it necessary to do some additional work before they discovered their true calling as constant buttsluts. The representative quickly hides his incredulous glee as you crossdeck a series of research reports that suggest the potential for a pharmaceutical fix for this blemish. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $LDE.schoolUpgrade = 1>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -129,7 +129,7 @@
 	<br>
 	<<link "Support refined hormonal research to prevent shrinkage">>
 		<<replace "#result">>
-			You state general satisfaction with previous graduates, but express some regret that the hormonal treatments that feminize the school's products tend to impact certain amusing parts of their anatomy. The representative is dubious, since that minimization is a major part of the school's brand, but you wax rhapsodic on the advantages of a well-endowed bottom kept soft by hormones, and the school eventually agrees. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You state general satisfaction with previous graduates, but express some regret that the hormonal treatments that feminize the school's products tend to impact certain amusing parts of their anatomy. The representative is dubious, since that minimization is a major part of the school's brand, but you wax rhapsodic on the advantages of a well-endowed bottom kept soft by hormones, and the school eventually agrees. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $LDE.schoolUpgrade = 2>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -138,7 +138,7 @@
 	<br>
 	<<link "Make a generous contribution">>
 		<<replace "#result">>
-			You make a generous contribution to the school. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You make a generous contribution to the school. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $cash -= 10000>>
 			<<set $rep += 1000>>
 		<</replace>>
@@ -146,7 +146,7 @@
 <<elseif $RESEndowment == "TGA">>
 	<<link "Endow an advanced training center to produce fanatical loyalty">>
 		<<replace "#result">>
-			You express general satisfaction with previous graduates, but point out that their mental conditioning is incomplete at best. The representative quickly hides his incredulous glee as you outline a basic plan for an advanced training center that would use refined versions of old world mental conditioning techniques to produce total loyalty. The grateful school spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You express general satisfaction with previous graduates, but point out that their mental conditioning is incomplete at best. The representative quickly hides his incredulous glee as you outline a basic plan for an advanced training center that would use refined versions of old world mental conditioning techniques to produce total loyalty. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $TGA.schoolUpgrade = 1>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -155,7 +155,7 @@
 	<br>
 	<<link "Endow a combat training program">>
 		<<replace "#result">>
-			You express general satisfaction with previous graduates, but point out that in this uncertain world, it's important that every possible resource be used to defend slave society. The representative quickly hides his incredulous glee as you outline a basic plan for a combat training program that will make Gymnasium-Academy graduates lethal fighters that can be trusted not to use their talents to rebel. The grateful school spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You express general satisfaction with previous graduates, but point out that in this uncertain world, it's important that every possible resource be used to defend slave society. The representative quickly hides his incredulous glee as you outline a basic plan for a combat training program that will make Gymnasium-Academy graduates lethal fighters that can be trusted not to use their talents to rebel. The grateful school spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $TGA.schoolUpgrade = 2>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -164,7 +164,7 @@
 	<br>
 	<<link "Make a generous contribution">>
 		<<replace "#result">>
-			You make a generous contribution to the school. It spreads @@color:green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
+			You make a generous contribution to the school. It spreads @@.green;word of your generosity,@@ using you as an example of investment in the future of slaveowning.
 			<<set $cash -= 10000>>
 			<<set $rep += 1000>>
 		<</replace>>
@@ -174,7 +174,7 @@
 		<<replace "#result">>
 			You forward funds to the first matron. There is no response for a long time. When one comes, it's from the matron you supported. She looks more confident, if possible, and thanks you lovingly. She reports that the future of the Futanari Sisters is decided; every effort will be made to keep their balls as unobtrusive as possible. "The younger Sisters," she says approvingly, "seem more submissive and caring already." She has a pretty young futa in her lap, nibbling one of her elder's ears. "My opponent," the matron continues, "will not be available for enslavement, if you're wondering." She looks smug. "We have decided that since she suffers from an excess of concern for ejaculation, she will serve the rest of us as a cum producer. The way we have her restrained is similar to an industrial arcology dairy." She reaches offscreen, taking up a glass full of ejaculate. "This is hers," she says, and drains it. Mulling the taste, she looks thoughtful. "Hm," she says. "The taste isn't perfect, but if we improve that, it might reduce the volume. Though we could always increase the size of her anal stimulation to counteract that."
 			<br><br>
-			The grateful Sisters spread @@color:green;word of your generosity,@@ deflecting inquiries into their secretive world by praising you instead.
+			The grateful Sisters spread @@.green;word of your generosity,@@ deflecting inquiries into their secretive world by praising you instead.
 			<<set $TFS.schoolUpgrade = 1>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -185,7 +185,7 @@
 		<<replace "#result">>
 			You forward funds to the second matron. There is no response for a long time. When one comes, it's from the matron you supported. She looks more confident, if possible, and thanks you flirtily. She reports that the future of the Futanari Sisters is decided; every effort will be made to grow their balls as big as possible. "The younger Sisters," she says approvingly, "seem hornier already." She has a pretty young futa in her lap, bouncing lustily on her elder's cock. "My opponent," the matron continues, "will not be available for enslavement, if you're wondering." She looks smug. "We have decided that since she suffers from a lack of concern for ejaculation, she will serve the rest of us as a milk cow. The way we have her restrained is similar to an industrial arcology dairy." She reaches offscreen, taking up a glass full of creamy milk. "This is hers," she says, and drains it. Mulling the taste, she looks thoughtful. "Hm," she says. "The taste isn't perfect, but if we improve that, it might reduce the volume. Though we could always increase her dosage of breast expansion drugs to counteract that."
 			<br><br>
-			The grateful Sisters spread @@color:green;word of your generosity,@@ deflecting inquiries into their secretive world by praising you instead.
+			The grateful Sisters spread @@.green;word of your generosity,@@ deflecting inquiries into their secretive world by praising you instead.
 			<<set $TFS.schoolUpgrade = 2>>
 			<<set $cash -= 50000>>
 			<<set $rep += 1500>>
@@ -194,7 +194,7 @@
 	<br>
 	<<link "Patronize them without taking sides">>
 		<<replace "#result">>
-			You donate funds to the Sisters with your compliments, ensuring that neither matron controls the contributed funds. They understand, and spread @@color:green;word of your generosity,@@ deflecting inquiries into their secretive world by praising you instead.
+			You donate funds to the Sisters with your compliments, ensuring that neither matron controls the contributed funds. They understand, and spread @@.green;word of your generosity,@@ deflecting inquiries into their secretive world by praising you instead.
 			<<set $cash -= 10000>>
 			<<set $rep += 1000>>
 		<</replace>>
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index e6ded96bff2c1981a16b0926973efe503938fad7..a96ac5d0c02048e255f00e9eb253a736b9a7d588 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -565,7 +565,7 @@
 	"Please," she cries to your feet. "Please take us as slaves. We're indebted, and we'll all be enslaved. You're our friend, you'll treat us better than anyone." Then she whispers, "Please, $PCName, don't make me beg." You tell the prostrate futa you accept. Her mood does not improve: she scrabbles around to face away from you, plush body jiggling submissively, and raises her buttocks to spread her pussy and anus for you. "Thank you," she weeps. "Now please rape me, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>Master<<else>>Mistress<</if>>. I deserve it. My mismanagement stole my Sisters' years of idyll from them. Please, rape me."
 <</if>>
 <br><br>
-The failure of a prominent organization within your arcology has @@color:red;affected your reputation@@ and @@color:red;your arcology's prosperity@@ slightly, but you've come out a long way ahead. You've acquired excellent slaves for a pitiful fraction of their fair price.
+The failure of a prominent organization within your arcology has @@.red;affected your reputation@@ and @@.red;your arcology's prosperity@@ slightly, but you've come out a long way ahead. You've acquired excellent slaves for a pitiful fraction of their fair price.
 
 <</nobr>>
 
@@ -584,7 +584,7 @@ The failure of a prominent organization within your arcology has @@color:red;aff
 		<<set $vaginalTotal += 1>>
 	<</if>>
 	<</for>>
-	You <<if $PC.dick == 1>>whip out your dick<<else>>pull on a strap-on, the one you use for disobedient slaves,<</if>> and kneel down behind the sobbing futa matron. When she feels it touching her pussylips, she whispers "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>Master<<else>>Mistress<</if>>," through her tears. She's very, very sexually experienced, so it's harder to make her feel it than it would be for a girl with tighter holes. But you're an expert. You calibrate your pounding to pull just barely too far out, so that she feels you ramming mercilessly into her with each stroke, and so that the slightest mistake from her sends <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> right up the other hole. Despite her anguish and the brutal fuck, or perhaps because of them, she slowly manages to get hard, and orgasms painfully when you do. She @@color:hotpink;can't seem to stop thanking you,@@ but is quiet when you tell her to be.
+	You <<if $PC.dick == 1>>whip out your dick<<else>>pull on a strap-on, the one you use for disobedient slaves,<</if>> and kneel down behind the sobbing futa matron. When she feels it touching her pussylips, she whispers "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>Master<<else>>Mistress<</if>>," through her tears. She's very, very sexually experienced, so it's harder to make her feel it than it would be for a girl with tighter holes. But you're an expert. You calibrate your pounding to pull just barely too far out, so that she feels you ramming mercilessly into her with each stroke, and so that the slightest mistake from her sends <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>> right up the other hole. Despite her anguish and the brutal fuck, or perhaps because of them, she slowly manages to get hard, and orgasms painfully when you do. She @@.hotpink;can't seem to stop thanking you,@@ but is quiet when you tell her to be.
 	<</nobr>><</replace>>
 <</link>>
 <br>
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index aadac70c9e80d1b5d157eb8027630f3160cb9006..e07580001f986eaebad4cdb97ec3135f0f49b51e 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -36,7 +36,7 @@ You receive a personal call from
 <</if>>
 It's from a piece of merchandise, not leadership, and she's offering herself for sale. Before you can hang up on her and reprimand $assistantName for allowing this Free Cities version of telemarketing to get through to you, the slave hurriedly says, "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, I'm half off!"
 <br><br>
-You pause for a moment, and she plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, @@color:yellow;your first slave purchase from us this week is half price.@@ And, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, I'm one of the slaves for sale.
+You pause for a moment, and she plunges on: "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, @@.yellow;your first slave purchase from us this week is half price.@@ And, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>, I'm one of the slaves for sale.
 <<if $RESSale == "TSS">>
 	I've got the very best skills I could learn as a virgin. I'm healthy, obedient, and educated. And I'm fresh, and willing, and really eager." She rips her white schoolgirl blouse open to show off a fresh pair of tits, and shakes them for you. "I would love to be your sex slave, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says, doing her very best to sound appealing, like she's been trained.
 <<elseif $RESSale == "GRI">>
diff --git a/src/uncategorized/rulesAssistant.tw b/src/uncategorized/rulesAssistant.tw
index 3a69583722377b4f2279e375d02555cef4d3a588..7d8af346c8ebb4ab04a80031b826989ab54cc3c6 100644
--- a/src/uncategorized/rulesAssistant.tw
+++ b/src/uncategorized/rulesAssistant.tw
@@ -15,7 +15,7 @@
 <</for>>
 <center>
 <<if $r > 1>>
-	@@color:cyan;[Shift+←,Shift+Q] @@<span id="firstRule">
+	@@.cyan;[Shift+←,Shift+Q] @@<span id="firstRule">
 	<strong>
 	<<link "First">>
 		<<set $currentRule.facility = _facility>>
@@ -26,7 +26,7 @@
 	</strong>
 	</span>  |  
 
-	@@color:cyan;[←,Q] @@<span id="prevRule">
+	@@.cyan;[←,Q] @@<span id="prevRule">
 	<strong>
 	<<link "Prev">>
 		<<set $currentRule.facility = _facility>>
@@ -50,7 +50,7 @@
 		<<goto "Rules Assistant">>
 	<</link>>
 	</strong>
-	</span>@@color:cyan; [E,→]@@  |  
+	</span>@@.cyan; [E,→]@@  |  
 <<else>>
 Next [E,→]  |  
 <</if>>
@@ -65,7 +65,7 @@ Next [E,→]  |
 		<<goto "Rules Assistant">>
 	<</link>>
 	</strong>
-	</span>@@color:cyan; [Shift+E,Shift+→]@@
+	</span>@@.cyan; [Shift+E,Shift+→]@@
 <<else>>
 Last [Shift+E,Shift+→]
 <</if>>
diff --git a/src/uncategorized/rulesAutosurgery.tw b/src/uncategorized/rulesAutosurgery.tw
index b728818d3baa6dd496b5f262610820abbcc9ee2c..56ac1e77045d32085426fd0929c5d81aa79943c0 100644
--- a/src/uncategorized/rulesAutosurgery.tw
+++ b/src/uncategorized/rulesAutosurgery.tw
@@ -297,5 +297,5 @@
 		<</if>>
 		<</if>>
 	<</for>>
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>, ordered to apply surgery, gives $slaves[$i].slaveName @@color:lime;$surgeriesDisplay.@@
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>, ordered to apply surgery, gives $slaves[$i].slaveName @@.lime;$surgeriesDisplay.@@
 <</if>>
diff --git a/src/uncategorized/saBeYourHeadGirl.tw b/src/uncategorized/saBeYourHeadGirl.tw
index 43ad4280ffb93acdf22631fddc9558079383035c..f442136acee6cda745a8987e5ff67c70914a79c3 100644
--- a/src/uncategorized/saBeYourHeadGirl.tw
+++ b/src/uncategorized/saBeYourHeadGirl.tw
@@ -5,7 +5,7 @@
 <<if $arcologies[0].FSEgyptianRevivalistLaw == 0>>
 	helps manage your other slaves. She helps them when they try and fail, and punishes them when they fail to try.
 <<else>>
-	serves as your Consort. Though she is still your slave, her status is scarcely below that of a citizen. She @@color:green;contributes to your reputation@@ just like a Concubine, and she is @@color:hotpink;conscious@@ of the @@color:mediumaquamarine;trust@@ you place in her.
+	serves as your Consort. Though she is still your slave, her status is scarcely below that of a citizen. She @@.green;contributes to your reputation@@ just like a Concubine, and she is @@.hotpink;conscious@@ of the @@.mediumaquamarine;trust@@ you place in her.
 	<<set $slaves[$i].devotion += 1>>
 	<<set $slaves[$i].trust += 1>>
 	<<silently>>
@@ -16,29 +16,29 @@
 		<<if $slaves[$i].relationshipTarget == $Concubine.ID>>
 			<<if totalRelatives($slaves[$i]) > 0>>
 				<<if $Concubine.mother == $slaves[$i].ID || $Concubine.father == $slaves[$i].ID>>
-					Your Concubine is your Consort's daughter-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+					Your Concubine is your Consort's daughter-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 					<<set $rep += 250>>
 				<<elseif $slaves[$i].mother == $Concubine.ID>>
-					Your Concubine is your Consort's mother-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+					Your Concubine is your Consort's mother-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 					<<set $rep += 250>>
 				<<elseif $slaves[$i].father == $Concubine.ID>>
-					Your Concubine is your Consort's father-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+					Your Concubine is your Consort's father-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 					<<set $rep += 250>>
 				<<elseif areSisters($slaves[$i], $Concubine) == 1>>
-					Your Concubine is your Consort's twin-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+					Your Concubine is your Consort's twin-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 					<<set $rep += 250>>
 				<<elseif areSisters($slaves[$i], $Concubine) == 2>>
-					Your Concubine is your Consort's sister-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+					Your Concubine is your Consort's sister-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 					<<set $rep += 250>>
 				<<elseif areSisters($slaves[$i], $Concubine) == 3>>
-					Your Concubine is your Consort's half-sister-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+					Your Concubine is your Consort's half-sister-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 					<<set $rep += 250>>
 				<<else>>
-					//Shit went wrong! Post this in a bug report!// This is @@color:red;NOT as it should be.@@
+					//Shit went wrong! Post this in a bug report!// This is @@.red;NOT as it should be.@@
 					<<set $rep += 100>>
 				<</if>>
 			<<else>>
-				Your Consort and your Concubine are wives to each other and to Pharaoh. This is @@color:green;as it should be.@@
+				Your Consort and your Concubine are wives to each other and to Pharaoh. This is @@.green;as it should be.@@
 				<<set $rep += 100>>
 			<</if>>	
 		<<else>>
@@ -46,22 +46,22 @@
 				<<for $j to 0; $j < $slaves.length; $j++>>
 				<<if $slaves[$i].relationshipTarget == $slaves[$j].ID>>
 					<<if $slaves[$j].mother == $slaves[$i].ID || $slaves[$j].father == $slaves[$i].ID>>
-					Your Consort has a daughter-wife. This is @@color:green;as it should be.@@
+					Your Consort has a daughter-wife. This is @@.green;as it should be.@@
 					<<set $rep += 100>>
 					<<elseif $slaves[$i].mother == $slaves[$j].ID>>
-					Your Consort has a mother-wife. This is @@color:green;as it should be.@@
+					Your Consort has a mother-wife. This is @@.green;as it should be.@@
 					<<set $rep += 100>>
 					<<elseif $slaves[$i].father == $slaves[$j].ID>>
-					Your Consort has a father-wife. This is @@color:green;as it should be.@@
+					Your Consort has a father-wife. This is @@.green;as it should be.@@
 					<<set $rep += 100>>
 					<<elseif areSisters($slaves[$i], $slaves[$j]) == 1>>
-					Your Consort has a twin-wife. This is @@color:green;as it should be.@@
+					Your Consort has a twin-wife. This is @@.green;as it should be.@@
 					<<set $rep += 100>>
 					<<elseif areSisters($slaves[$i], $slaves[$j]) == 2>>
-					Your Consort has a sister-wife. This is @@color:green;as it should be.@@
+					Your Consort has a sister-wife. This is @@.green;as it should be.@@
 					<<set $rep += 100>>
 					<<elseif areSisters($slaves[$i], $slaves[$j]) == 3>>
-					Your Consort has a half-sister-wife. This is @@color:green;as it should be.@@
+					Your Consort has a half-sister-wife. This is @@.green;as it should be.@@
 					<<set $rep += 100>>
 					<</if>>
 					<<break>>
@@ -72,14 +72,14 @@
 	<<else>>
 	<<if $slaves[$i].relationshipTarget == $Concubine.ID>>
 		<<if $slaves[$i].relationTarget == $Concubine.ID>>
-		Your Concubine is your Consort's $slaves[$i].relation-wife. Truly, $arcologies[0].name looks up to you @@color:green;as children to a father.@@
+		Your Concubine is your Consort's $slaves[$i].relation-wife. Truly, $arcologies[0].name looks up to you @@.green;as children to a father.@@
 		<<set $rep += 250>>
 		<<else>>
-		Your Consort and your Concubine are wives to each other and to Pharaoh. This is @@color:green;as it should be.@@
+		Your Consort and your Concubine are wives to each other and to Pharaoh. This is @@.green;as it should be.@@
 		<<set $rep += 100>>
 		<</if>>
 	<<elseif $slaves[$i].relationshipTarget == $slaves[$i].relationTarget>>
-		Your Consort has a $slaves[$i].relation-wife. This is @@color:green;as it should be.@@
+		Your Consort has a $slaves[$i].relation-wife. This is @@.green;as it should be.@@
 		<<set $rep += 100>>
 	<</if>>
 	<</if>> /* closes extended family mode */
@@ -87,19 +87,19 @@
 <</if>>
 
 <<if ($slaves[$i].livingRules == "luxurious") && ($HGSuite == 1)>>
-	Being continually trusted with this position @@color:hotpink;increases her devotion to you,@@ and encourages her to @@color:mediumaquamarine;trust you in turn;@@ she's also @@color:hotpink;grateful@@ for her nice suite, which makes her one of the best provided for slaves in the Free Cities.
+	Being continually trusted with this position @@.hotpink;increases her devotion to you,@@ and encourages her to @@.mediumaquamarine;trust you in turn;@@ she's also @@.hotpink;grateful@@ for her nice suite, which makes her one of the best provided for slaves in the Free Cities.
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].trust += 4>>
 <<elseif ($slaves[$i].livingRules == "luxurious")>>
-	Being continually trusted with this position @@color:hotpink;increases her devotion to you@@ and encourages her to @@color:mediumaquamarine;trust you in turn.@@
+	Being continually trusted with this position @@.hotpink;increases her devotion to you@@ and encourages her to @@.mediumaquamarine;trust you in turn.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].trust += 4>>
 <<elseif ($HGSuite == 1)>>
-	She's @@color:hotpink;grateful@@ for her nice suite, which makes her one of the best provided for slaves in the Free Cities. Being continually trusted with this position encourages her to @@color:mediumaquamarine;trust you in turn.@@
+	She's @@.hotpink;grateful@@ for her nice suite, which makes her one of the best provided for slaves in the Free Cities. Being continually trusted with this position encourages her to @@.mediumaquamarine;trust you in turn.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<set $slaves[$i].trust += 4>>
 <<else>>
-	Being continually trusted with this position @@color:hotpink;slightly increases her devotion to you,@@ though she harbors some doubts because she isn't allowed a room of her own to set her apart from the other slaves.
+	Being continually trusted with this position @@.hotpink;slightly increases her devotion to you,@@ though she harbors some doubts because she isn't allowed a room of her own to set her apart from the other slaves.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
@@ -108,17 +108,17 @@
 	<<if ($slaves[$i].trust > 95)>>
 	She is so trusting of you that she can act as your own right hand, allowing her to oversee your slaves with remarkable efficiency.
 	<<else>>
-	This arrangement @@color:mediumaquamarine;builds trust@@ between you.
+	This arrangement @@.mediumaquamarine;builds trust@@ between you.
 	<<set $slaves[$i].trust += 2>>
 	<</if>>
 <</if>>
 
 <<if ($HGFormality == 0)>>
 	<<if ($slaves[$i].trust > 95)>>
-	Every so often, when you're alone, she calls you <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. She treats your permission to do this as a sacred thing, and @@color:hotpink;loves you for it.@@
+	Every so often, when you're alone, she calls you <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. She treats your permission to do this as a sacred thing, and @@.hotpink;loves you for it.@@
 	<<set $slaves[$i].devotion += 1>>
 	<<else>>
-	Your permission to be informal in private @@color:mediumorchid;confuses her@@ a little, since she isn't perfectly confident enough to be comfortable with the idea.
+	Your permission to be informal in private @@.mediumorchid;confuses her@@ a little, since she isn't perfectly confident enough to be comfortable with the idea.
 	<<set $slaves[$i].devotion -= 1>>
 	<</if>>
 <</if>>
@@ -127,21 +127,21 @@
 	<<if $slaves[$i].fetish == "dom">>
 		<<if ($slaves[$i].fetishKnown == 1)>>
 		<<if ($slaves[$i].fetishStrength <= 95)>>
-			Having all the slaves look up to and obey her advances her @@color:lightcoral;dominant tendencies.@@
+			Having all the slaves look up to and obey her advances her @@.lightcoral;dominant tendencies.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 		<</if>>
 	<<elseif $slaves[$i].fetishStrength > random(20,40)>>
-		The sheer variety of sexual situations she sees and participates in @@color:pink;broaden her sexual interests@@ and incline her to take a dominant sexual role.
+		The sheer variety of sexual situations she sees and participates in @@.pink;broaden her sexual interests@@ and incline her to take a dominant sexual role.
 		<<set $slaves[$i].fetishStrength -= 4>>
 	<<else>>
-		Having all the slaves look up to and obey her affects her sexuality, turning her into a @@color:lightcoral;bit of a dominatrix.@@
+		Having all the slaves look up to and obey her affects her sexuality, turning her into a @@.lightcoral;bit of a dominatrix.@@
 		<<set $slaves[$i].fetish = "dom">>
 		<<set $slaves[$i].fetishStrength = 20>>
 	<</if>>
 <<else>>
 	<<if random(1,3) == 1>>
-		Having all the slaves look up to and obey her affects her sexuality, turning her into a @@color:lightcoral;bit of a dominatrix.@@
+		Having all the slaves look up to and obey her affects her sexuality, turning her into a @@.lightcoral;bit of a dominatrix.@@
 		<<set $slaves[$i].fetish = "dom">>
 		<<set $slaves[$i].fetishStrength = 20>>
 		<<set $slaves[$i].fetishKnown = 1>>
@@ -150,7 +150,7 @@
 
 <<if $slaves[$i].prestige == 0>>
 <<if $HGTimeInGrade+($slaves[$i].intelligence*5)+($slaves[$i].devotion/10)+($slaves[$i].trust/10) > 50>>
-	$slaves[$i].slaveName has rendered such long and competent service as your Head Girl that many of your citizens have come to rely on her word as an extension of yours, trusting that if she does something, it's because you trust her to. @@color:green;She has become prestigious on her own merits, a remarkable achievement for a slave!@@
+	$slaves[$i].slaveName has rendered such long and competent service as your Head Girl that many of your citizens have come to rely on her word as an extension of yours, trusting that if she does something, it's because you trust her to. @@.green;She has become prestigious on her own merits, a remarkable achievement for a slave!@@
 	<<set $slaves[$i].prestige += 1>>
 	<<set $slaves[$i].prestigeDesc = "Many citizens respect her long and able service as your Head Girl.">>
 <</if>>
diff --git a/src/uncategorized/saChoosesOwnClothes.tw b/src/uncategorized/saChoosesOwnClothes.tw
index 3d46dd8a319e4adf6bd6bc36b9041fa6264d6958..3dacf09bc9f0251cfa7210cef5faba8f7d885f2a 100644
--- a/src/uncategorized/saChoosesOwnClothes.tw
+++ b/src/uncategorized/saChoosesOwnClothes.tw
@@ -14,10 +14,10 @@
 	<<set $slaves[$i].shoes = "heels">>
 	<</if>>
 	<</if>>
-	@@color:mediumorchid;increasing her independence.@@
+	@@.mediumorchid;increasing her independence.@@
 
 <<else>>
-	She @@color:hotpink;loves@@ being able to dress herself,
+	She @@.hotpink;loves@@ being able to dress herself,
 
 <<if ($arcologies[0].FSEgyptianRevivalist > 0)>>
 	dons a wesekh to support your ancient Egyptian pretensions,
diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 794157eee4c60a5b9cba7c3176f86e6a4ab282e3..689c8ddf055530df4a422cb433e2f4b4165866b4 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -1,12 +1,12 @@
 :: SA chooses own job [nobr]
 
 <<if ($slaves[$i].assignment == "choose her own job")>>
-	is allowed to select her own job this week. She watches your other slaves to decide what to do, @@color:hotpink;happy@@ to be permitted a choice and a little more @@color:mediumaquamarine;confident@@ than if you had just given her orders. She
+	is allowed to select her own job this week. She watches your other slaves to decide what to do, @@.hotpink;happy@@ to be permitted a choice and a little more @@.mediumaquamarine;confident@@ than if you had just given her orders. She
 	<<set $slaves[$i].devotion++, $slaves[$i].trust++>>
 <</if>>
 
 <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>>
-	chooses to rest, taking advantage of your permission to choose her own assignment to @@color:mediumorchid;remain indolent.@@
+	chooses to rest, taking advantage of your permission to choose her own assignment to @@.mediumorchid;remain indolent.@@
 	<<set $slaves[$i].assignment = "rest", $slaves[$i].assignmentVisible = 1, $slaves[$i].devotion -= 5>>
 
 <<elseif ($slaves[$i].health < 20)>>
diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw
index 00d479cc2f64181551adb32ac9d51b4a51982c3a..d3f31aaece8f801adee90f164f252de2250f1842 100644
--- a/src/uncategorized/saDevotion.tw
+++ b/src/uncategorized/saDevotion.tw
@@ -10,30 +10,30 @@
 
 <<if $slaves[$i].origin == "You were acquainted with her before you were an arcology owner; your rival tried to use her to manipulate you, but you rescued her.">>
 	<<if ($rivalryDuration <= 10 || $rivalryFS == "Racial Supremacism" || $rivalryFS == "Paternalism")>>
-		You @@color:mediumaquamarine;saved $slaves[$i].slaveName from a living nightmare@@ under your rival's rule. She @@color:hotpink;tries her best to adapt to her savior's wishes@@.
+		You @@.mediumaquamarine;saved $slaves[$i].slaveName from a living nightmare@@ under your rival's rule. She @@.hotpink;tries her best to adapt to her savior's wishes@@.
 		<<set $slaves[$i].devotion += 2.0>>
 		<<set $slaves[$i].trust += 2.0>>
 	<<elseif $hostageGiveIn == 1>>
-		Since you are @@color:mediumaquamarine;indulging@@ $slaves[$i].slaveName's desires, she @@color:hotpink;likes you more@@.
+		Since you are @@.mediumaquamarine;indulging@@ $slaves[$i].slaveName's desires, she @@.hotpink;likes you more@@.
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<elseif $rivalryDuration > 20 and $slaves[$i].devotion < 5>>
 		<<if $personalAttention == $slaves[$i].ID>>
-			You took everything from $slaves[$i].slaveName and @@color:mediumorchid;she hates you for it@@. Since you won't give her what she wants, she @@color:gold;refuses to trust you@@. Since you are putting such a personal touch into her care, she can't find it in her to rebel as strongly.
+			You took everything from $slaves[$i].slaveName and @@.mediumorchid;she hates you for it@@. Since you won't give her what she wants, she @@.gold;refuses to trust you@@. Since you are putting such a personal touch into her care, she can't find it in her to rebel as strongly.
 			<<set $slaves[$i].devotion -= 1.0>>
 			<<set $slaves[$i].trust -= 1.0>>
 		<<else>>
-			You took everything from $slaves[$i].slaveName and @@color:mediumorchid;she hates you for it@@. Since you won't give her what she wants, she @@color:gold;refuses to trust you at all@@.
+			You took everything from $slaves[$i].slaveName and @@.mediumorchid;she hates you for it@@. Since you won't give her what she wants, she @@.gold;refuses to trust you at all@@.
 			<<set $slaves[$i].devotion -= 8.0>>
 			<<set $slaves[$i].trust -= 8.0>>
 		<</if>>
 	<<elseif $rivalryDuration > 10 and $slaves[$i].devotion < 5>>
 		<<if $personalAttention == $slaves[$i].ID>>
-			She is @@color:gold;horrified by you@@. Your rival taught her a great deal about slave life in your arcology and indulged her deepest fantasies. $slaves[$i].slaveName considers being your pet @@color:mediumorchid;a fate worse than death@@. Since you are putting such a personal touch into her care, maybe you aren't the monster she thought you were. She can't find it in her to hate and fear you as much.
+			She is @@.gold;horrified by you@@. Your rival taught her a great deal about slave life in your arcology and indulged her deepest fantasies. $slaves[$i].slaveName considers being your pet @@.mediumorchid;a fate worse than death@@. Since you are putting such a personal touch into her care, maybe you aren't the monster she thought you were. She can't find it in her to hate and fear you as much.
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 		<<else>>
-			She is @@color:gold;horrified by you@@. Your rival taught her a great deal about slave life in your arcology and indulged her deepest fantasies. $slaves[$i].slaveName considers being your pet @@color:mediumorchid;a fate worse than death@@.
+			She is @@.gold;horrified by you@@. Your rival taught her a great deal about slave life in your arcology and indulged her deepest fantasies. $slaves[$i].slaveName considers being your pet @@.mediumorchid;a fate worse than death@@.
 			<<set $slaves[$i].devotion -= 15.0>>
 			<<set $slaves[$i].trust -= 15.0>>
 		<</if>>
@@ -43,50 +43,50 @@
 <<if $PC.preg >= 20 && $PC.career != "escort">>
 	<<if $slaves[$i].devotion > 60>>
 		<<if $PC.pregMood == 2>>
-			She is devoted to you and does her best to satisfy your demanding, hormone driven libido, no matter what you want from her. Her efforts to give herself you to @@color:hotpink;further her submission@@ to you.
+			She is devoted to you and does her best to satisfy your demanding, hormone driven libido, no matter what you want from her. Her efforts to give herself you to @@.hotpink;further her submission@@ to you.
 			<<set $slaves[$i].devotion += 2>>
 		<<elseif $PC.pregMood == 1>>
-			She is devoted to you and tries her best to accommodate your needs and desires. Your hormonal mothering @@color:mediumaquamarine;leaves her slightly more trusting@@ of you.
+			She is devoted to you and tries her best to accommodate your needs and desires. Your hormonal mothering @@.mediumaquamarine;leaves her slightly more trusting@@ of you.
 			<<set $slaves[$i].trust += 2>>
 		<<else>>
 			She is devoted to you and tries her best to accommodate your needs and desires.
 		<</if>>
 	<<else>>
 		<<if $PC.pregMood == 2>>
-			She is @@color:gold;horrified@@ of your aggressive sexual advances, forcing her @@color:hotpink;bend to your will@@ or face punishment at the hands of a hormonal pregnant woman.
+			She is @@.gold;horrified@@ of your aggressive sexual advances, forcing her @@.hotpink;bend to your will@@ or face punishment at the hands of a hormonal pregnant woman.
 			<<set $slaves[$i].devotion += 4>>
 			<<set $slaves[$i].trust -= 4>>
 		<<elseif $PC.pregMood == 1>>
-			She happily @@color:mediumorchid;takes advantage@@ of your hormone induced kindness, though your care @@color:mediumaquamarine;builds her trust in you.@@
+			She happily @@.mediumorchid;takes advantage@@ of your hormone induced kindness, though your care @@.mediumaquamarine;builds her trust in you.@@
 			<<set $slaves[$i].devotion -= 4>>
 			<<set $slaves[$i].trust += 4>>
 		<<else>>
-			She takes note of your gravid form and @@color:mediumorchid;begins testing just how much she can get away with@@ while she can.
+			She takes note of your gravid form and @@.mediumorchid;begins testing just how much she can get away with@@ while she can.
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
 	<</if>>
 <<elseif $PC.preg >= 16>>
 	<<if $slaves[$i].devotion > 60>>
 		<<if $PC.pregMood == 2>>
-			She is devoted to you and does her best to satisfy your demanding, hormonal driven libido, no matter what you want from her. Her efforts to give herself you to @@color:hotpink;further her submission@@ to you.
+			She is devoted to you and does her best to satisfy your demanding, hormonal driven libido, no matter what you want from her. Her efforts to give herself you to @@.hotpink;further her submission@@ to you.
 			<<set $slaves[$i].devotion += 2>>
 		<<elseif $PC.pregMood == 1>>
-			She is devoted to you and tries her best to accommodate your needs and desires. Your hormonal mothering @@color:mediumaquamarine;leaves her slightly more trusting@@ of you.
+			She is devoted to you and tries her best to accommodate your needs and desires. Your hormonal mothering @@.mediumaquamarine;leaves her slightly more trusting@@ of you.
 			<<set $slaves[$i].trust += 2>>
 		<<else>>
 			She is devoted to you and tries her best to accommodate your needs and desires.
 		<</if>>
 	<<else>>
 		<<if $PC.pregMood == 2>>
-			She is @@color:gold;horrified@@ of your aggressive sexual advances, forcing her @@color:hotpink;bend to your will@@ or face punishment at the hands of a hormonal pregnant woman.
+			She is @@.gold;horrified@@ of your aggressive sexual advances, forcing her @@.hotpink;bend to your will@@ or face punishment at the hands of a hormonal pregnant woman.
 			<<set $slaves[$i].devotion += 4>>
 			<<set $slaves[$i].trust -= 4>>
 		<<elseif $PC.pregMood == 1>>
-			She happily @@color:mediumorchid;takes advantage@@ of your hormone induced kindness, though your care @@color:mediumaquamarine;builds her trust in you.@@
+			She happily @@.mediumorchid;takes advantage@@ of your hormone induced kindness, though your care @@.mediumaquamarine;builds her trust in you.@@
 			<<set $slaves[$i].devotion -= 4>>
 			<<set $slaves[$i].trust += 4>>
 		<<else>>
-			She takes note of your gravid form and @@color:mediumorchid;begins testing just how much she can get away with@@ while she can.
+			She takes note of your gravid form and @@.mediumorchid;begins testing just how much she can get away with@@ while she can.
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
 	<</if>>
@@ -104,10 +104,10 @@
 <<if $slaves[$i].devotion <= 20>>
 <<if $slaves[$i].devotion >= -50>>
 <<if $slaves[$i].trust > 20>>
-	$slaves[$i].slaveName does not like you and believes that you will not punish her severely, and her @@color:mediumorchid;regard for you is severely reduced@@ by this lack of respect.
+	$slaves[$i].slaveName does not like you and believes that you will not punish her severely, and her @@.mediumorchid;regard for you is severely reduced@@ by this lack of respect.
 	<<set $slaves[$i].trust -= 4>>
 <<elseif $slaves[$i].trust >= -20>>
-	$slaves[$i].slaveName neither likes nor fears you, and her @@color:mediumorchid;regard for you is reduced@@ by this lack of respect.
+	$slaves[$i].slaveName neither likes nor fears you, and her @@.mediumorchid;regard for you is reduced@@ by this lack of respect.
 	<<set $slaves[$i].trust -= 2>>
 <</if>>
 <</if>>
@@ -116,49 +116,49 @@
 <<if $slaves[$i].intelligence != 0>>
 <<if $slaves[$i].intelligence >= 3>>
 	<<if $personalAttention == $slaves[$i].ID>>
-	$slaves[$i].slaveName's @@color:deepskyblue;brilliant mind@@ strongly resists slavery, but since you are giving her personal attention you are able to compensate for her genius.
+	$slaves[$i].slaveName's @@.deepskyblue;brilliant mind@@ strongly resists slavery, but since you are giving her personal attention you are able to compensate for her genius.
 	<<else>>
 	<<if $slaves[$i].trust < -20>>
-		$slaves[$i].slaveName's @@color:deepskyblue;brilliant mind@@ strongly resists slavery, but she fears you deeply enough that she consciously forces herself to obey out of self-preservation.
+		$slaves[$i].slaveName's @@.deepskyblue;brilliant mind@@ strongly resists slavery, but she fears you deeply enough that she consciously forces herself to obey out of self-preservation.
 	<<else>>
-		$slaves[$i].slaveName's @@color:deepskyblue;brilliant mind@@ strongly @@color:mediumorchid;resists@@ slavery and encourages her to @@color:gold;fear you.@@
+		$slaves[$i].slaveName's @@.deepskyblue;brilliant mind@@ strongly @@.mediumorchid;resists@@ slavery and encourages her to @@.gold;fear you.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
 	<</if>>
 <<elseif $slaves[$i].intelligence >= 2>>
 	<<if $personalAttention == $slaves[$i].ID>>
-	$slaves[$i].slaveName's @@color:deepskyblue;highly acute mind@@ naturally resists slavery, but since you are giving her personal attention you are able to compensate for her intelligence.
+	$slaves[$i].slaveName's @@.deepskyblue;highly acute mind@@ naturally resists slavery, but since you are giving her personal attention you are able to compensate for her intelligence.
 	<<else>>
 	<<if $slaves[$i].trust < -20>>
-		$slaves[$i].slaveName's @@color:deepskyblue;highly acute mind@@ naturally resists slavery, but she fears you deeply enough that she consciously forces herself to obey out of self-preservation.
+		$slaves[$i].slaveName's @@.deepskyblue;highly acute mind@@ naturally resists slavery, but she fears you deeply enough that she consciously forces herself to obey out of self-preservation.
 	<<else>>
-		$slaves[$i].slaveName's @@color:deepskyblue;highly acute mind@@ naturally @@color:mediumorchid;resists@@ slavery and encourages her to @@color:gold;fear you.@@
+		$slaves[$i].slaveName's @@.deepskyblue;highly acute mind@@ naturally @@.mediumorchid;resists@@ slavery and encourages her to @@.gold;fear you.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
 	<</if>>
 <<elseif $slaves[$i].intelligence >= 1>>
 	<<if $personalAttention == $slaves[$i].ID>>
-	$slaves[$i].slaveName's @@color:deepskyblue;intelligent mind@@ naturally resists slavery, but since you are giving her personal attention you are able to compensate for her cleverness.
+	$slaves[$i].slaveName's @@.deepskyblue;intelligent mind@@ naturally resists slavery, but since you are giving her personal attention you are able to compensate for her cleverness.
 	<<else>>
 	<<if $slaves[$i].trust < -20>>
-		$slaves[$i].slaveName's @@color:deepskyblue;intelligent mind@@ naturally resists slavery, but she fears you deeply enough that she consciously forces herself to obey out of self-preservation.
+		$slaves[$i].slaveName's @@.deepskyblue;intelligent mind@@ naturally resists slavery, but she fears you deeply enough that she consciously forces herself to obey out of self-preservation.
 	<<else>>
-		$slaves[$i].slaveName's @@color:deepskyblue;intelligent mind@@ naturally @@color:mediumorchid;resists@@ slavery.
+		$slaves[$i].slaveName's @@.deepskyblue;intelligent mind@@ naturally @@.mediumorchid;resists@@ slavery.
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 	<</if>>
 <<elseif $slaves[$i].intelligence <= -3>>
-	$slaves[$i].slaveName's @@color:orangered;moronic mind@@ naturally @@color:hotpink;accepts@@ slavery, and she's imbecile enough to instinctively @@color:mediumaquamarine;trust you@@ to know what's best for her.
+	$slaves[$i].slaveName's @@.orangered;moronic mind@@ naturally @@.hotpink;accepts@@ slavery, and she's imbecile enough to instinctively @@.mediumaquamarine;trust you@@ to know what's best for her.
 	<<set $slaves[$i].devotion += 2>>
 	<<set $slaves[$i].trust += 2>>
 <<elseif $slaves[$i].intelligence <= -2>>
-	$slaves[$i].slaveName's @@color:orangered;idiotic mind@@ naturally @@color:hotpink;accepts@@ slavery, and she's stupid enough to instinctively @@color:mediumaquamarine;trust you@@ to know what's best.
+	$slaves[$i].slaveName's @@.orangered;idiotic mind@@ naturally @@.hotpink;accepts@@ slavery, and she's stupid enough to instinctively @@.mediumaquamarine;trust you@@ to know what's best.
 	<<set $slaves[$i].devotion += 1>>
 	<<set $slaves[$i].trust += 1>>
 <<elseif $slaves[$i].intelligence <= -1>>
-	$slaves[$i].slaveName's @@color:orangered;unintelligent mind@@ naturally @@color:hotpink;accepts@@ slavery.
+	$slaves[$i].slaveName's @@.orangered;unintelligent mind@@ naturally @@.hotpink;accepts@@ slavery.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 <</if>>
@@ -166,28 +166,28 @@
 <</if>>
 
 <<if ($arcologies[0].FSPaternalistLaw == 1)>>
-	The totally paternalistic society of your arcology encourages her to @@color:mediumaquamarine;trust you.@@
+	The totally paternalistic society of your arcology encourages her to @@.mediumaquamarine;trust you.@@
 	<<set $slaves[$i].trust += 1>>
 <<elseif ($arcologies[0].FSPaternalist >= random(1,120))>>
-	The paternalistic culture of your arcology encourages her to @@color:mediumaquamarine;trust you.@@
+	The paternalistic culture of your arcology encourages her to @@.mediumaquamarine;trust you.@@
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 <<if ($arcologies[0].FSChattelReligionistLaw == 1)>>
-	Your status as the prophet of your theocratic arcology encourages her to @@color:mediumaquamarine;trust you.@@
+	Your status as the prophet of your theocratic arcology encourages her to @@.mediumaquamarine;trust you.@@
 	<<set $slaves[$i].trust += 1>>
 <<elseif ($arcologies[0].FSChattelReligionist >= random(1,120))>>
-	Your arcology's omnipresent religion encourages her to @@color:mediumaquamarine;trust you.@@
+	Your arcology's omnipresent religion encourages her to @@.mediumaquamarine;trust you.@@
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 <<if ($arcologies[0].FSRestart != "unset")>>
 	<<if $slaves[$i].preg > 5 && $slaves[$i].devotion < 20>>
-	Being pregnant in a society that loathes slave breeding fills her with @@color:gold;fear@@ for herself and her unborn child. 
+	Being pregnant in a society that loathes slave breeding fills her with @@.gold;fear@@ for herself and her unborn child. 
 	<<set $slaves[$i].trust -= 10>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSChattelReligionistCreed == 1>>
 <<if $nicaeaFocus == "slaves">>
-	The creed of $nicaeaName @@color:hotpink;focuses on slaves@@ and is repeated constantly all around her.
+	The creed of $nicaeaName @@.hotpink;focuses on slaves@@ and is repeated constantly all around her.
 	<<set $slaves[$i].devotion += $nicaeaPower>>
 <</if>>
 <</if>>
@@ -200,11 +200,11 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she has mixed feelings about the prospect.
 	<<elseif $slaves[$i].devotion >= -20>>
-		The prospect of freedom @@color:hotpink;encourages her to submit to your orders@@ and @@color:mediumaquamarine;encourages her to be optimistic.@@
+		The prospect of freedom @@.hotpink;encourages her to submit to your orders@@ and @@.mediumaquamarine;encourages her to be optimistic.@@
 		<<set $slaves[$i].devotion += 2>>
 		<<set $slaves[$i].trust += 2>>
 	<<else>>
-		The prospect of freedom encourages her to @@color:mediumaquamarine;tolerate anything.@@
+		The prospect of freedom encourages her to @@.mediumaquamarine;tolerate anything.@@
 		<<set $slaves[$i].trust += 2>>
 	<</if>>
 	<<else>>
@@ -212,20 +212,20 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she has mixed feelings about eventual freedom.
 	<<elseif $slaves[$i].devotion >= -20>>
-		The prospect of eventual freedom @@color:hotpink;cheers her up@@ and @@color:mediumaquamarine;makes her optimistic.@@
+		The prospect of eventual freedom @@.hotpink;cheers her up@@ and @@.mediumaquamarine;makes her optimistic.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		The prospect of eventual freedom works to make the indignities of slavery @@color:mediumaquamarine;weigh lightly@@ on her.
+		The prospect of eventual freedom works to make the indignities of slavery @@.mediumaquamarine;weigh lightly@@ on her.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].devotion <= 20>>
 	<<if $slaves[$i].indentureRestrictions >= 2>>
-		She's also @@color:mediumaquamarine;able to rely on the protection@@ of her indenture.
+		She's also @@.mediumaquamarine;able to rely on the protection@@ of her indenture.
 		<<set $slaves[$i].trust += 1>>
 	<<elseif $slaves[$i].indentureRestrictions > 1>>
-		She's also @@color:mediumaquamarine;able to trust the restrictions@@ that her indenture places on her treatment.
+		She's also @@.mediumaquamarine;able to trust the restrictions@@ that her indenture places on her treatment.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -239,18 +239,18 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she has mixed feelings about the prospect, but she prefers to think of it as your way of looking after her. It's her favorite subject, and her strong feelings about it
 		<<if $arcologies[0].FSPaternalist != "unset">>
-			advances paternalistic ideals and @@color:green;improves your reputation.@@
+			advances paternalistic ideals and @@.green;improves your reputation.@@
 			<<FSChange "Paternalist" 2>>
 		<<else>>
-			@@color:green;improves your reputation.@@
+			@@.green;improves your reputation.@@
 			<<set $repGain += $FSSingleSlaveRep*2>>
 		<</if>>
 	<<elseif $slaves[$i].devotion >= -20>>
-		The prospect of manumission @@color:hotpink;encourages her to submit to slavery@@ and @@color:mediumaquamarine;encourages her to be optimistic.@@
+		The prospect of manumission @@.hotpink;encourages her to submit to slavery@@ and @@.mediumaquamarine;encourages her to be optimistic.@@
 		<<set $slaves[$i].devotion += 2>>
 		<<set $slaves[$i].trust += 2>>
 	<<else>>
-		The prospect of manumission encourages her to @@color:mediumaquamarine;tolerate anything.@@
+		The prospect of manumission encourages her to @@.mediumaquamarine;tolerate anything.@@
 		<<set $slaves[$i].trust += 2>>
 	<</if>>
 	<<else>>
@@ -258,18 +258,18 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she has mixed feelings about the prospect, but she prefers to think of it as your way of looking after her. This
 		<<if $arcologies[0].FSPaternalist != "unset">>
-			advances paternalistic ideals and @@color:green;improves your reputation.@@
+			advances paternalistic ideals and @@.green;improves your reputation.@@
 			<<FSChange "Paternalist" 2>>
 		<<else>>
-			@@color:green;improves your reputation.@@
+			@@.green;improves your reputation.@@
 			<<set $repGain += $FSSingleSlaveRep>>
 		<</if>>
 	<<elseif $slaves[$i].devotion >= -20>>
-		The prospect of manumission @@color:hotpink;cheers her up@@ and @@color:mediumaquamarine;makes her optimistic.@@
+		The prospect of manumission @@.hotpink;cheers her up@@ and @@.mediumaquamarine;makes her optimistic.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		The prospect of manumission works to make the indignities of slavery @@color:mediumaquamarine;weigh lightly@@ on her.
+		The prospect of manumission works to make the indignities of slavery @@.mediumaquamarine;weigh lightly@@ on her.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -279,10 +279,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she desperately tries not to think about it, though she occasionally bursts into tears without provocation.
 	<<elseif $slaves[$i].devotion > 20>>
-		To put it mildly, @@color:gold;she is terrified.@@
+		To put it mildly, @@.gold;she is terrified.@@
 		<<set $slaves[$i].trust -= 3>>
 	<<else>>
-		She is filled with @@color:gold;terror@@ and @@color:mediumorchid;horror.@@
+		She is filled with @@.gold;terror@@ and @@.mediumorchid;horror.@@
 		<<set $slaves[$i].devotion -= 3>>
 		<<set $slaves[$i].trust -= 3>>
 	<</if>>
@@ -291,10 +291,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she tries not to think about it, though she occasionally seems preoccupied.
 	<<elseif $slaves[$i].devotion > 20>>
-		The prospect @@color:gold;scares her.@@
+		The prospect @@.gold;scares her.@@
 		<<set $slaves[$i].trust -= 2>>
 	<<else>>
-		The prospect @@color:gold;scares@@ and @@color:mediumorchid;disgusts her.@@
+		The prospect @@.gold;scares@@ and @@.mediumorchid;disgusts her.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
@@ -305,10 +305,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she desperately tries not to think about it, though she occasionally bursts into tears without provocation.
 	<<elseif $slaves[$i].devotion > 20>>
-		To put it mildly, @@color:gold;she is terrified.@@
+		To put it mildly, @@.gold;she is terrified.@@
 		<<set $slaves[$i].trust -= 3>>
 	<<else>>
-		She is filled with @@color:gold;terror@@ and @@color:mediumorchid;horror.@@
+		She is filled with @@.gold;terror@@ and @@.mediumorchid;horror.@@
 		<<set $slaves[$i].devotion -= 3>>
 		<<set $slaves[$i].trust -= 3>>
 	<</if>>
@@ -317,10 +317,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she tries not to think about it, though she occasionally seems preoccupied.
 	<<elseif $slaves[$i].devotion > 20>>
-		The prospect @@color:gold;scares her.@@
+		The prospect @@.gold;scares her.@@
 		<<set $slaves[$i].trust -= 2>>
 	<<else>>
-		The prospect @@color:gold;scares@@ and @@color:mediumorchid;disgusts her.@@
+		The prospect @@.gold;scares@@ and @@.mediumorchid;disgusts her.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
@@ -333,18 +333,18 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she has mixed feelings about the prospect, but she prefers to think of it as your way of looking after her. It's her favorite subject, and her strong feelings about it
 		<<if $arcologies[0].FSPaternalist != "unset">>
-			advances paternalistic ideals and @@color:green;improves your reputation.@@
+			advances paternalistic ideals and @@.green;improves your reputation.@@
 			<<FSChange "Paternalist" 2>>
 		<<else>>
-			@@color:green;improves your reputation.@@
+			@@.green;improves your reputation.@@
 			<<set $repGain += $FSSingleSlaveRep*2>>
 		<</if>>
 	<<elseif $slaves[$i].devotion >= -20>>
-		The prospect of manumission @@color:hotpink;encourages her to submit to slavery@@ and @@color:mediumaquamarine;encourages her to be optimistic.@@
+		The prospect of manumission @@.hotpink;encourages her to submit to slavery@@ and @@.mediumaquamarine;encourages her to be optimistic.@@
 		<<set $slaves[$i].devotion += 2>>
 		<<set $slaves[$i].trust += 2>>
 	<<else>>
-		The prospect of manumission encourages her to @@color:mediumaquamarine;tolerate anything.@@
+		The prospect of manumission encourages her to @@.mediumaquamarine;tolerate anything.@@
 		<<set $slaves[$i].trust += 2>>
 	<</if>>
 	<<else>>
@@ -352,18 +352,18 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she has mixed feelings about the prospect, but she prefers to think of it as your way of looking after her. This
 		<<if $arcologies[0].FSPaternalist != "unset">>
-			advances paternalistic ideals and @@color:green;improves your reputation.@@
+			advances paternalistic ideals and @@.green;improves your reputation.@@
 			<<FSChange "Paternalist" 2>>
 		<<else>>
-			@@color:green;improves your reputation.@@
+			@@.green;improves your reputation.@@
 			<<set $repGain += $FSSingleSlaveRep>>
 		<</if>>
 	<<elseif $slaves[$i].devotion >= -20>>
-		The prospect of manumission @@color:hotpink;cheers her up@@ and @@color:mediumaquamarine;makes her optimistic.@@
+		The prospect of manumission @@.hotpink;cheers her up@@ and @@.mediumaquamarine;makes her optimistic.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		The prospect of manumission works to make the indignities of slavery @@color:mediumaquamarine;weigh lightly@@ on her.
+		The prospect of manumission works to make the indignities of slavery @@.mediumaquamarine;weigh lightly@@ on her.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -373,10 +373,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she desperately tries not to think about it, though she occasionally bursts into tears without provocation.
 	<<elseif $slaves[$i].devotion > 20>>
-		To put it mildly, @@color:gold;she is terrified.@@
+		To put it mildly, @@.gold;she is terrified.@@
 		<<set $slaves[$i].trust -= 3>>
 	<<else>>
-		She is filled with @@color:gold;terror@@ and @@color:mediumorchid;horror.@@
+		She is filled with @@.gold;terror@@ and @@.mediumorchid;horror.@@
 		<<set $slaves[$i].devotion -= 3>>
 		<<set $slaves[$i].trust -= 3>>
 	<</if>>
@@ -385,10 +385,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she tries not to think about it, though she occasionally seems preoccupied.
 	<<elseif $slaves[$i].devotion > 20>>
-		The prospect @@color:gold;scares her.@@
+		The prospect @@.gold;scares her.@@
 		<<set $slaves[$i].trust -= 2>>
 	<<else>>
-		The prospect @@color:gold;scares@@ and @@color:mediumorchid;disgusts her.@@
+		The prospect @@.gold;scares@@ and @@.mediumorchid;disgusts her.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
@@ -399,10 +399,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she desperately tries not to think about it, though she occasionally bursts into tears without provocation.
 	<<elseif $slaves[$i].devotion > 20>>
-		To put it mildly, @@color:gold;she is terrified.@@
+		To put it mildly, @@.gold;she is terrified.@@
 		<<set $slaves[$i].trust -= 3>>
 	<<else>>
-		She is filled with @@color:gold;terror@@ and @@color:mediumorchid;horror.@@
+		She is filled with @@.gold;terror@@ and @@.mediumorchid;horror.@@
 		<<set $slaves[$i].devotion -= 3>>
 		<<set $slaves[$i].trust -= 3>>
 	<</if>>
@@ -411,10 +411,10 @@
 	<<if $slaves[$i].devotion > 95>>
 		Since she loves you, she tries not to think about it, though she occasionally seems preoccupied.
 	<<elseif $slaves[$i].devotion > 20>>
-		The prospect @@color:gold;scares her.@@
+		The prospect @@.gold;scares her.@@
 		<<set $slaves[$i].trust -= 2>>
 	<<else>>
-		The prospect @@color:gold;scares@@ and @@color:mediumorchid;disgusts her.@@
+		The prospect @@.gold;scares@@ and @@.mediumorchid;disgusts her.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
@@ -427,11 +427,11 @@
 <<if $SexMilestoneRetirement == 1>>
 	<<if $slaves[$i].oralCount + $slaves[$i].analCount + $slaves[$i].vaginalCount + $slaves[$i].penetrativeCount + $slaves[$i].mammaryCount >= $retirementSex*0.8>>
 	<<if $slaves[$i].devotion >= -20>>
-		She's @@color:hotpink;more obedient@@ and @@color:mediumaquamarine;more tolerant,@@
+		She's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		She does her best to @@color:mediumaquamarine;stay strong,@@
+		She does her best to @@.mediumaquamarine;stay strong,@@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	since she knows that her freedom is only a few thousand dicks away.
@@ -440,11 +440,11 @@
 <<if $MilkMilestoneRetirement == 1>>
 	<<if $slaves[$i].milk >= $retirementMilk*0.8>>
 	<<if $slaves[$i].devotion >= -20>>
-		She's @@color:hotpink;more obedient@@ and @@color:mediumaquamarine;more tolerant,@@
+		She's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		She does her best to @@color:mediumaquamarine;stay strong,@@
+		She does her best to @@.mediumaquamarine;stay strong,@@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	since she knows she will be free if her udders can gush just a bit more cream.
@@ -453,11 +453,11 @@
 <<if $BirthsMilestoneRetirement == 1>>
 	<<if $slaves[$i].births >= $retirementBirths*0.6>>
 	<<if $slaves[$i].devotion >= -20>>
-		She's @@color:hotpink;more obedient@@ and @@color:mediumaquamarine;more tolerant,@@
+		She's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		She does her best to @@color:mediumaquamarine;stay strong,@@
+		She does her best to @@.mediumaquamarine;stay strong,@@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	since she knows she only has to successfully breed a little more to be free.
@@ -466,11 +466,11 @@
 <<if $KillsMilestoneRetirement == 1>>
 	<<if $slaves[$i].pitkills >= $retirementKills*0.6>>
 	<<if $slaves[$i].devotion >= -20>>
-		She's @@color:hotpink;more obedient@@ and @@color:mediumaquamarine;more tolerant,@@
+		She's @@.hotpink;more obedient@@ and @@.mediumaquamarine;more tolerant,@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust += 1>>
 	<<else>>
-		She does her best to @@color:mediumaquamarine;stay strong,@@
+		She does her best to @@.mediumaquamarine;stay strong,@@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	since she knows just a bit more murder in the pit will win her freedom.
@@ -485,11 +485,11 @@
 <<if $personalAttention == "sex">>
 <<if $freeSexualEnergy > 0>>
 	<<if $freeSexualEnergy == 3>>
-		She gets a lot of sexual attention from you, since you don't have nearly enough dedicated fucktoys to sate your libido, and this @@color:hotpink;<<if $slaves[$i].devotion > 50>>intensifies her love for you<<else>>forces her to get used to sex slavery<</if>>.@@
+		She gets a lot of sexual attention from you, since you don't have nearly enough dedicated fucktoys to sate your libido, and this @@.hotpink;<<if $slaves[$i].devotion > 50>>intensifies her love for you<<else>>forces her to get used to sex slavery<</if>>.@@
 	<<elseif $freeSexualEnergy == 2>>
-		She receives some sexual attention from you, since you don't have enough dedicated fucktoys to sate your libido, and this @@color:hotpink;<<if $slaves[$i].devotion > 50>>builds her closeness to you<<else>>gets her used to being your sex slave<</if>>.@@
+		She receives some sexual attention from you, since you don't have enough dedicated fucktoys to sate your libido, and this @@.hotpink;<<if $slaves[$i].devotion > 50>>builds her closeness to you<<else>>gets her used to being your sex slave<</if>>.@@
 	<<else>>
-		She receives occasional sexual attention from you, since you barely have enough dedicated fucktoys to sate your libido, @@color:hotpink;<<if $slaves[$i].devotion > 50>>making her feel closer to you<<else>>keeping her aware she's your sex slave<</if>>.@@
+		She receives occasional sexual attention from you, since you barely have enough dedicated fucktoys to sate your libido, @@.hotpink;<<if $slaves[$i].devotion > 50>>making her feel closer to you<<else>>keeping her aware she's your sex slave<</if>>.@@
 	<</if>>
 	<<set $slaves[$i].devotion += $freeSexualEnergy>>
 	<<set $slaves[$i].oralCount += $freeSexualEnergy>>
@@ -538,31 +538,31 @@
 <</if>>
 <<if _collectiveDevotionEffect == 1>>
 	<<if _collectiveTrustEffect == 1>>
-		Since she's ambivalent and fearful, the @@color:hotpink;collective devotion@@ @@color:mediumaquamarine;and trust@@ of your slaves affect her slightly.
+		Since she's ambivalent and fearful, the @@.hotpink;collective devotion@@ @@.mediumaquamarine;and trust@@ of your slaves affect her slightly.
 	<<elseif _collectiveTrustEffect == 0>>
-		Since she's ambivalent about you, the @@color:hotpink;collective devotion@@ your slaves feel for you affects her slightly.
+		Since she's ambivalent about you, the @@.hotpink;collective devotion@@ your slaves feel for you affects her slightly.
 	<<else>>
-		Since she's ambivalent about you, the @@color:hotpink;collective devotion@@ your slaves feel for you affects her slightly, but their @@color:gold;general fear@@ affects her too.
+		Since she's ambivalent about you, the @@.hotpink;collective devotion@@ your slaves feel for you affects her slightly, but their @@.gold;general fear@@ affects her too.
 	<</if>>
 <<elseif _collectiveDevotionEffect == 0>>
 	<<if _collectiveTrustEffect == 1>>
-		Since she's fearful of you, the @@color:mediumaquamarine;collective trust@@ your slaves place in you affects her slightly.
+		Since she's fearful of you, the @@.mediumaquamarine;collective trust@@ your slaves place in you affects her slightly.
 	<<elseif _collectiveTrustEffect == -1>>
-		Since she doesn't trust you, the @@color:gold;collective fear@@ your slaves feel for you affects her slightly.
+		Since she doesn't trust you, the @@.gold;collective fear@@ your slaves feel for you affects her slightly.
 	<</if>>
 <<else>>
 	<<if _collectiveTrustEffect == 1>>
-		The @@color:mediumorchid;collective anger@@ your slaves feel reinforces her own feelings, but their @@color:mediumaquamarine;collective trust@@ also affects her slightly.
+		The @@.mediumorchid;collective anger@@ your slaves feel reinforces her own feelings, but their @@.mediumaquamarine;collective trust@@ also affects her slightly.
 	<<elseif _collectiveTrustEffect == 0>>
-		The @@color:mediumorchid;collective anger@@ your slaves feel reinforces her own feelings.
+		The @@.mediumorchid;collective anger@@ your slaves feel reinforces her own feelings.
 	<<else>>
-		The @@color:mediumorchid;collective anger@@ @@color:gold;and fear@@ your slaves feel reinforce her own feelings.
+		The @@.mediumorchid;collective anger@@ @@.gold;and fear@@ your slaves feel reinforce her own feelings.
 	<</if>>
 <</if>>
 <<if $slaves[$i].assignmentVisible == 1>>
 <<if ($arcade != 0) || (($dairy != 0) && ($dairyRestraintsSetting >= 2))>>
 	<<if $slaves[$i].devotion <= 95>>
-		She knows about <<if $arcade != 0>>$arcadeName<<if ($dairy != 0) && ($dairyRestraintsSetting >= 2)>> and $dairyName<</if>><<else>>$dairyName<</if>>, and @@color:gold;fears@@ that you might send her there.
+		She knows about <<if $arcade != 0>>$arcadeName<<if ($dairy != 0) && ($dairyRestraintsSetting >= 2)>> and $dairyName<</if>><<else>>$dairyName<</if>>, and @@.gold;fears@@ that you might send her there.
 		<<set $slaves[$i].trust -= 1>>
 	<<else>>
 		She knows some of your other slaves meet terrible, industrial fates, but she loves you so much that she tries not to think about it.
@@ -575,21 +575,21 @@
 <<if $slaves[$i].trust >= -20>>
 <<if $slaves[$i].devotion > 95>>
 	<<if $slaves[$i].trust <= 20>>
-		$slaves[$i].slaveName loves you, so she finds herself @@color:mediumaquamarine;fearing you a little less.@@
+		$slaves[$i].slaveName loves you, so she finds herself @@.mediumaquamarine;fearing you a little less.@@
 		<<set $slaves[$i].trust += 1>>
 	<<elseif $slaves[$i].trust <= 50>>
-		$slaves[$i].slaveName loves you, so she finds herself @@color:mediumaquamarine;trusting you a little more.@@
+		$slaves[$i].slaveName loves you, so she finds herself @@.mediumaquamarine;trusting you a little more.@@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 <<elseif $slaves[$i].devotion > 60>>
 	<<if $slaves[$i].trust <= 20>>
-		$slaves[$i].slaveName is devoted to you, so she finds herself @@color:mediumaquamarine;fearing you a little less.@@
+		$slaves[$i].slaveName is devoted to you, so she finds herself @@.mediumaquamarine;fearing you a little less.@@
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 <<elseif $slaves[$i].devotion < -50>>
 	<<if $slaves[$i].trust > 20>>
 	<<if $slaves[$i].trust <= 95>>
-		$slaves[$i].slaveName hates you, so she finds herself @@color:gold;trusting you a little less.@@
+		$slaves[$i].slaveName hates you, so she finds herself @@.gold;trusting you a little less.@@
 		<<set $slaves[$i].trust -= 2>>
 	<</if>>
 	<</if>>
@@ -597,28 +597,28 @@
 <</if>>
 <<if $slaves[$i].trust > 95>>
 	<<if $slaves[$i].devotion <= 20>>
-		$slaves[$i].slaveName trusts you implicitly, so she finds herself @@color:hotpink;hating you a little less.@@
+		$slaves[$i].slaveName trusts you implicitly, so she finds herself @@.hotpink;hating you a little less.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].devotion <= 50>>
-		$slaves[$i].slaveName trusts you implicitly, so she finds herself @@color:hotpink;liking you a little more.@@
+		$slaves[$i].slaveName trusts you implicitly, so she finds herself @@.hotpink;liking you a little more.@@
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 <<elseif $slaves[$i].trust > 50>>
 	<<if $slaves[$i].devotion <= 20>>
-		$slaves[$i].slaveName trusts you, so she finds herself @@color:hotpink;hating you a little less.@@
+		$slaves[$i].slaveName trusts you, so she finds herself @@.hotpink;hating you a little less.@@
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 <<elseif $slaves[$i].trust < -50>>
 	<<if $slaves[$i].devotion >= -20>>
 	<<if $slaves[$i].devotion <= 50>>
-		$slaves[$i].slaveName is so terrified of you that she tries desperately to avoid punishment, @@color:hotpink;which is sometimes indistinguishable from devotion.@@
+		$slaves[$i].slaveName is so terrified of you that she tries desperately to avoid punishment, @@.hotpink;which is sometimes indistinguishable from devotion.@@
 		<<set $slaves[$i].devotion += 2>>
 	<</if>>
 	<</if>>
 <<elseif $slaves[$i].trust < -20>>
 	<<if $slaves[$i].devotion > 20>>
 	<<if $slaves[$i].devotion <= 50>>
-		$slaves[$i].slaveName is scared of you, but not truly terrified, so she feels safe in @@color:mediumorchid;hating the worst parts of being your sex slave.@@
+		$slaves[$i].slaveName is scared of you, but not truly terrified, so she feels safe in @@.mediumorchid;hating the worst parts of being your sex slave.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 	<</if>>
@@ -626,14 +626,14 @@
 
 <<if ($slaves[$i].career == "a slave since birth")>>
 	<<if ($slaves[$i].devotion <= 95)>>
-		The tank's imprinting systems left a @@color:hotpink;deep, subconscious desire@@ to serve her owner.
+		The tank's imprinting systems left a @@.hotpink;deep, subconscious desire@@ to serve her owner.
 	<</if>>
 <</if>>
 
 <<if ($slaves[$i].sexualQuirk == "unflinching")>>
 	<<if ($slaves[$i].devotion <= 95)>>
 	<<if ($slaves[$i].devotion < $slaves[$i].oldDevotion)>>
-	Her unflinching nature leads her to forget some of the unpleasant things she's experienced this week, @@color:hotpink;reducing their impact on her feelings about you.@@
+	Her unflinching nature leads her to forget some of the unpleasant things she's experienced this week, @@.hotpink;reducing their impact on her feelings about you.@@
 	<<set $slaves[$i].devotion += ($slaves[$i].oldDevotion - $slaves[$i].devotion)/2>>
 	<</if>>
 	<</if>>
@@ -648,23 +648,23 @@
 		<<elseif $personalAttention == $slaves[$i].ID>>
 		She gained so much regard for you this week that her natural reaction is to rebound a little, but since you're giving her personal attention, your charismatic presence prevents this.
 		<<elseif $slaves[$i].devotion < 95>>
-		So many things served to drive her into subservience this week that her mind @@color:mediumorchid;rebounds a little.@@
+		So many things served to drive her into subservience this week that her mind @@.mediumorchid;rebounds a little.@@
 		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
 		<</if>>
 	<</if>>
 <<else>>
 	<<if $slaves[$i].devotion >= ($slaves[$i].oldDevotion+5)>>
 	<<if $slaves[$i].behavioralFlaw == "arrogant">>
-		Though she made progress this week, @@color:mediumorchid;it is limited by her arrogance.@@
+		Though she made progress this week, @@.mediumorchid;it is limited by her arrogance.@@
 		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
 	<<elseif ($slaves[$i].behavioralFlaw == "bitchy") && canTalk($slaves[$i])>>
-		Though she made progress this week, @@color:mediumorchid;it is limited by the independence she regains by making snide comments.@@
+		Though she made progress this week, @@.mediumorchid;it is limited by the independence she regains by making snide comments.@@
 		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
 	<<elseif $slaves[$i].behavioralFlaw == "devout">>
-		Though she made progress this week, @@color:mediumorchid;it is limited by the independence she regains through reliance on her faith.@@
+		Though she made progress this week, @@.mediumorchid;it is limited by the independence she regains through reliance on her faith.@@
 		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
 	<<elseif $slaves[$i].behavioralFlaw == "liberated">>
-		Though she made progress this week, @@color:mediumorchid;it is limited by the independence she retains due to her moral convictions that this is wrong.@@
+		Though she made progress this week, @@.mediumorchid;it is limited by the independence she retains due to her moral convictions that this is wrong.@@
 		<<set $slaves[$i].devotion = ($slaves[$i].oldDevotion+5)>>
 	<</if>>
 	<</if>>
@@ -679,21 +679,21 @@
 		<<elseif $personalAttention == $slaves[$i].ID>>
 		She gained so much trust in you this week that her natural reaction is to doubt herself, but since you're giving her personal attention, she decides to trust her understanding of your will.
 		<<elseif $slaves[$i].trust < 95>>
-		She gained so much trust in you this week that she @@color:gold;draws back a little@@ out of self-doubt.
+		She gained so much trust in you this week that she @@.gold;draws back a little@@ out of self-doubt.
 		<<set $slaves[$i].trust = ($slaves[$i].oldTrust+5)>>
 		<</if>>
 	<</if>>
 <<else>>
 	<<if $slaves[$i].trust >= ($slaves[$i].oldTrust+5)>>
 	<<if ($slaves[$i].behavioralFlaw == "odd") && ($slaves[$i].collar != "shock punishment")>>
-		Though she made progress this week, @@color:gold;it is limited by her preoccupation with her own oddities.@@
+		Though she made progress this week, @@.gold;it is limited by her preoccupation with her own oddities.@@
 		<<set $slaves[$i].trust = ($slaves[$i].oldTrust+5)>>
 	<</if>>
 	<</if>>
 <</if>>
 
 <<if ($slaves[$i].devotion > 100) && ($slaves[$i].trust > 100) && ($slaves[$i].energy > 75)>>
-	Her perfect devotion and trust @@color:green;improve your reputation.@@
+	Her perfect devotion and trust @@.green;improve your reputation.@@
 	<<set $repGain += 10*($slaves[$i].trust-100)>>
 	<<set $slaves[$i].devotion = 100>>
 	<<set $repGain += 10*($slaves[$i].trust-100)>>
@@ -705,7 +705,7 @@
 		<<elseif $slaves[$i].energy <= 50>>
 			<<set $energyPlus += Math.trunc($slaves[$i].devotion-100)>>
 		<<else>>
-			Her extreme devotion @@color:green;improved your reputation.@@
+			Her extreme devotion @@.green;improved your reputation.@@
 			<<set $repGain += 10*($slaves[$i].devotion-100)>>
 		<</if>>
 		<<set $slaves[$i].devotion = 100>>
@@ -720,7 +720,7 @@
 		<<elseif $slaves[$i].energy <= 50>>
 			<<set $energyPlus += Math.trunc($slaves[$i].trust-100)>>
 		<<else>>
-			Her extreme trust @@color:green;improved your reputation.@@
+			Her extreme trust @@.green;improved your reputation.@@
 			<<set $repGain += 25*($slaves[$i].trust-100)>>
 		<</if>>
 		<<set $slaves[$i].trust = 100>>
@@ -731,79 +731,79 @@
 	<</if>>
 <</if>>
 <<if ($energyPlus > 0)>>
-	Her confidence in her sexuality @@color:green;improved her low sex drive.@@
+	Her confidence in her sexuality @@.green;improved her low sex drive.@@
 	<<set $slaves[$i].energy += $energyPlus>>
 <</if>>
 
 <<if ($slaves[$i].devotion > 95)>>
-	$slaves[$i].slaveName's @@color:magenta;worshipfulness is beyond improvement,@@ and her
+	$slaves[$i].slaveName's @@.magenta;worshipfulness is beyond improvement,@@ and her
 <<elseif ($slaves[$i].devotion > 50) && ($slaves[$i].devotion > $slaves[$i].oldDevotion)>>
-	$slaves[$i].slaveName's @@color:hotpink;devotion increased@@ and her
+	$slaves[$i].slaveName's @@.hotpink;devotion increased@@ and her
 <<elseif ($slaves[$i].devotion > 50) && ($slaves[$i].devotion == $slaves[$i].oldDevotion)>>
-	$slaves[$i].slaveName's @@color:yellow;devotion did not change@@ and her
+	$slaves[$i].slaveName's @@.yellow;devotion did not change@@ and her
 <<elseif ($slaves[$i].devotion > 50)>>
-	$slaves[$i].slaveName's @@color:mediumorchid;devotion dropped@@ and her
+	$slaves[$i].slaveName's @@.mediumorchid;devotion dropped@@ and her
 <<elseif ($slaves[$i].devotion >= -20) && ($slaves[$i].devotion > $slaves[$i].oldDevotion)>>
-	$slaves[$i].slaveName's @@color:hotpink;regard for you increased@@ and her
+	$slaves[$i].slaveName's @@.hotpink;regard for you increased@@ and her
 <<elseif ($slaves[$i].devotion >= -20) && ($slaves[$i].devotion == $slaves[$i].oldDevotion)>>
-	$slaves[$i].slaveName's @@color:yellow;regard for you did not change@@ and her
+	$slaves[$i].slaveName's @@.yellow;regard for you did not change@@ and her
 <<elseif ($slaves[$i].devotion >= -20)>>
-	$slaves[$i].slaveName's @@color:mediumorchid;regard for you dropped@@ and her
+	$slaves[$i].slaveName's @@.mediumorchid;regard for you dropped@@ and her
 <<elseif ($slaves[$i].devotion > $slaves[$i].oldDevotion)>>
-	$slaves[$i].slaveName's @@color:hotpink;resistance dropped@@ and her
+	$slaves[$i].slaveName's @@.hotpink;resistance dropped@@ and her
 <<elseif ($slaves[$i].devotion == $slaves[$i].oldDevotion)>>
-	$slaves[$i].slaveName's @@color:yellow;resistance did not change@@ and her
+	$slaves[$i].slaveName's @@.yellow;resistance did not change@@ and her
 <<else>>
-	$slaves[$i].slaveName's @@color:mediumorchid;resistance increased@@ and her
+	$slaves[$i].slaveName's @@.mediumorchid;resistance increased@@ and her
 <</if>>
 
 <<if ($slaves[$i].trust > 95)>>
-	@@color:seagreen;trust in you is total.@@
+	@@.seagreen;trust in you is total.@@
 <<elseif ($slaves[$i].trust > 20) && ($slaves[$i].trust > $slaves[$i].oldTrust)>>
-	@@color:mediumaquamarine;trust improved@@ this week.
+	@@.mediumaquamarine;trust improved@@ this week.
 <<elseif ($slaves[$i].trust > 20) && ($slaves[$i].trust == $slaves[$i].oldTrust)>>
-	@@color:yellow;trust did not change@@ this week.
+	@@.yellow;trust did not change@@ this week.
 <<elseif ($slaves[$i].trust > 20)>>
-	@@color:gold;trust dropped@@ this week.
+	@@.gold;trust dropped@@ this week.
 <<elseif ($slaves[$i].trust > $slaves[$i].oldTrust)>>
-	@@color:mediumaquamarine;fear dropped@@ this week.
+	@@.mediumaquamarine;fear dropped@@ this week.
 <<elseif ($slaves[$i].trust == $slaves[$i].oldTrust)>>
-	@@color:yellow;fear did not change@@ this week.
+	@@.yellow;fear did not change@@ this week.
 <<else>>
-	@@color:gold;fear increased@@ this week.
+	@@.gold;fear increased@@ this week.
 <</if>>
 
 <<if ($slaves[$i].devotion > 50) && ($slaves[$i].oldDevotion <= 50)>>
-	@@color:green;She has gone from accepting her position to being devoted to you!@@
+	@@.green;She has gone from accepting her position to being devoted to you!@@
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].devotion > 20) && ($slaves[$i].oldDevotion <= 20)>>
-	@@color:green;She has gone from being ambivalent toward you to accepting your ownership of her!@@
+	@@.green;She has gone from being ambivalent toward you to accepting your ownership of her!@@
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].devotion >= -20) && ($slaves[$i].oldDevotion < -20)>>
-	@@color:green;She has gone from disliking you to being ambivalent about you!@@
+	@@.green;She has gone from disliking you to being ambivalent about you!@@
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].devotion >= -50) && ($slaves[$i].oldDevotion < -50)>>
-	@@color:green;She has gone from hating you to merely disliking you!@@
+	@@.green;She has gone from hating you to merely disliking you!@@
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
 <<if ($slaves[$i].trust > 50) && ($slaves[$i].oldtrust <= 50)>>
-	@@color:green;She has gone from being careful around you to trusting you!@@
+	@@.green;She has gone from being careful around you to trusting you!@@
 	<<set $slaves[$i].trust += 1>>
 <<elseif ($slaves[$i].trust > 20) && ($slaves[$i].oldtrust <= 20)>>
-	@@color:green;She has gone from fearing you to merely being careful around you!@@
+	@@.green;She has gone from fearing you to merely being careful around you!@@
 	<<set $slaves[$i].trust += 1>>
 <<elseif ($slaves[$i].trust >= -20) && ($slaves[$i].oldtrust < -20)>>
-	@@color:green;She has gone from being afraid of you to being merely fearful!@@
+	@@.green;She has gone from being afraid of you to being merely fearful!@@
 	<<set $slaves[$i].trust += 1>>
 <<elseif ($slaves[$i].trust >= -50) && ($slaves[$i].oldtrust < -50)>>
-	@@color:green;She has gone from being terrified to being merely afraid of you!@@
+	@@.green;She has gone from being terrified to being merely afraid of you!@@
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 
 <<if ($slaves[$i].trust < -20) && ($slaves[$i].oldtrust >= -20)>>
 	<<if ($slaves[$i].devotion <= 20)>>
-	@@color:green;She has gone from merely fearing you to actively being afraid of you!@@
+	@@.green;She has gone from merely fearing you to actively being afraid of you!@@
 	<<set $slaves[$i].trust -= 2>>
 	<</if>>
 <</if>>
@@ -812,21 +812,21 @@
 
 It is confined in a suit that limits its perception of the outside world to tonal commands from the suit itself and things that are inserted into its mouth<<if $activeSlave.vagina > -1>>, vagina,<</if>> and anus.
 <<if $slaves[$i].sexualFlaw == "self hating">>
-	Its self hatred @@color:gold;cannot eliminate the growing fear@@ engendered by its remaining spark of self-preservation.
+	Its self hatred @@.gold;cannot eliminate the growing fear@@ engendered by its remaining spark of self-preservation.
 	<<set $slaves[$i].trust -= 5>>
 <<elseif $slaves[$i].trust > 50>>
-	It still hopes you'll let it out of its suit so it can be your good slave again, but @@color:gold;fear and doubt creep in@@ by the minute. And there are a lot of them.
+	It still hopes you'll let it out of its suit so it can be your good slave again, but @@.gold;fear and doubt creep in@@ by the minute. And there are a lot of them.
 <<else>>
-	With little to do but <<if $activeSlave.fuckdoll <= 60>>wonder if it's about to be used<<else>>desperately hope it'll be used soon<</if>>, it dwells on the @@color:gold;horrible fear@@ that this dark existence will be perpetual.
+	With little to do but <<if $activeSlave.fuckdoll <= 60>>wonder if it's about to be used<<else>>desperately hope it'll be used soon<</if>>, it dwells on the @@.gold;horrible fear@@ that this dark existence will be perpetual.
 <</if>>
 <<set $slaves[$i].trust -= 10>>
 <<if $slaves[$i].sexualFlaw == "self hating">>
-	It knows to its core that it deserves this, @@color:mediumorchid;slowing but not stopping its descent into depression.@@
+	It knows to its core that it deserves this, @@.mediumorchid;slowing but not stopping its descent into depression.@@
 	<<set $slaves[$i].devotion += 5>>
 <<elseif $slaves[$i].devotion > 50>>
-	It spirals through @@color:mediumorchid;obsessive depression,@@ wondering what it did to deserve this fate.
+	It spirals through @@.mediumorchid;obsessive depression,@@ wondering what it did to deserve this fate.
 <<else>>
-	In the silence and darkness between the times it's used, it has little to do but @@color:mediumorchid;hate you.@@
+	In the silence and darkness between the times it's used, it has little to do but @@.mediumorchid;hate you.@@
 <</if>>
 <<set $slaves[$i].devotion -= 10>>
 
diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw
index eed0784c928b25c53870d47317a9efe154b2ed45..32a5ae79d5740fc2cc4c93640438f7eb7cb4a282 100644
--- a/src/uncategorized/saDiet.tw
+++ b/src/uncategorized/saDiet.tw
@@ -13,19 +13,19 @@
 	<<set _assetLoss = 5>>
 	<<if ($slaves[$i].behavioralFlaw == "anorexic")>>
 		<<if ($slaves[$i].devotion >= -20)>>
-			As an anorexic, @@color:hotpink;she derives perverse enjoyment from being underfed.@@
+			As an anorexic, @@.hotpink;she derives perverse enjoyment from being underfed.@@
 			<<set $slaves[$i].devotion += 1>>
 		<<else>>
 			As an anorexic, she accepts being underfed.
 		<</if>>
 	<<elseif ($slaves[$i].behavioralFlaw == "gluttonous")>>
-		As a stress glutton, @@color:gold;being underfed makes her terribly anxious.@@
+		As a stress glutton, @@.gold;being underfed makes her terribly anxious.@@
 		<<set $slaves[$i].trust -= 5>>
 	<<elseif ($slaves[$i].behavioralQuirk == "fitness")>>
-		As a fitness fanatic, @@color:hotpink;she enjoys slimming down.@@
+		As a fitness fanatic, @@.hotpink;she enjoys slimming down.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].devotion <= 20)>>
-		@@color:mediumorchid;She resents being underfed.@@
+		@@.mediumorchid;She resents being underfed.@@
 		<<set $slaves[$i].devotion -= 4>>
 	<</if>>
 	<<if ($slaves[$i].devotion <= 20)>>
@@ -35,7 +35,7 @@
 					<<if ($slaves[$i].dietCum == 2)>>
 						<<if ($cockFeeder == 0)>>
 							<<if random(1,100) > 50>>
-								Her @@color:mediumorchid;disgusting diet@@ is little more than human ejaculate infused with nutritional supplements, and she's unable to hold most of it down.
+								Her @@.mediumorchid;disgusting diet@@ is little more than human ejaculate infused with nutritional supplements, and she's unable to hold most of it down.
 								<<set _weightLoss = 8>>
 								<<set _assetLoss = 4>>
 								<<set $slaves[$i].devotion -= 4>>
@@ -46,7 +46,7 @@
 								<<set $slaves[$i].devotion -= 2>>
 							<</if>>
 						<<else>>
-							The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the unmistakable taste of cum she burps up afterward @@color:mediumorchid;nauseates@@ and @@color:gold;unnerves@@ her. 
+							The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the unmistakable taste of cum she burps up afterward @@.mediumorchid;nauseates@@ and @@.gold;unnerves@@ her. 
 							<<set _weightLoss = 5>>
 							<<set _assetLoss = 5>>
 							<<set $slaves[$i].devotion -= 3>>
@@ -55,18 +55,18 @@
 					<<elseif ($slaves[$i].dietCum == 1)>>
 						<<if ($cockFeeder == 0)>>
 							<<if random(1,100) < 20>>
-								She is @@color:mediumorchid;troubled@@ by the use of human ejaculate as a food additive, and she has a problem keeping all of her food down.
+								She is @@.mediumorchid;troubled@@ by the use of human ejaculate as a food additive, and she has a problem keeping all of her food down.
 								<<set _weightLoss = 7>>
 								<<set _assetLoss = 4>>
 								<<set $slaves[$i].devotion -= 2>>
 							<<else>>
-								Despite having human ejaculate added to her food, she manages to choke it down this week, @@color:mediumorchid;but it's a struggle.@@
+								Despite having human ejaculate added to her food, she manages to choke it down this week, @@.mediumorchid;but it's a struggle.@@
 								<<set _weightLoss = 5>>
 								<<set _assetLoss = 5>>
 								<<set $slaves[$i].devotion -= 2>>
 							<</if>>
 						<<else>>
-							The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the thought of being force fed food with ejaculate in it @@color:mediumorchid;disturbs her.@@
+							The phallic feeders inject her food directly into her stomach, helping her get her prescribed servings so that her weight loss is safe and consistent. However, the thought of being force fed food with ejaculate in it @@.mediumorchid;disturbs her.@@
 							<<set _weightLoss = 5>>
 							<<set _assetLoss = 5>>
 							<<set $slaves[$i].devotion -= 3>>
@@ -76,10 +76,10 @@
 					She <<if $slaves[$i].fetishStrength < 60 >> is used to eating cum<<else>>loves eating cum<</if>>, so she <<if $slaves[$i].behavioralFlaw == "gluttonous">>desperately <</if>>sucks down every drop of the <<if $slaves[$i].dietCum == 2>>nutritionally supplemented human ejaculate<<else>>cum supplemented food<</if>> she's given to eat, especially because her servings are small.
 					<<if $slaves[$i].fetishStrength < 95>>
 						<<if $slaves[$i].dietCum == 2>>
-							The high concentration of cum in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the taste.@@
+							The high concentration of cum in her food @@.lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@.lightcoral;habituates@@<<else>>@@.lightcoral;endears@@<</if>>@@.lightcoral; her to the taste.@@
 							<<set $slaves[$i].fetishStrength += 2>>
 						<<elseif $slaves[$i].dietCum == 1>>
-							Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;even more used to the taste of it.@@<<else>>@@color:lightcoral;love the taste of it even more.@@<</if>>
+							Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@.lightcoral;even more used to the taste of it.@@<<else>>@@.lightcoral;love the taste of it even more.@@<</if>>
 							<<set $slaves[$i].fetishStrength += 1>>
 						<</if>>
 					<</if>>
@@ -91,21 +91,21 @@
 			<<if $slaves[$i].dietCum == 2>>
 				<<if $slaves[$i].behavioralFlaw != "anorexic">>Despite wanting more to eat, t<<else>>T<</if>>he cum addict is relieved to have such high-concentrations of cum in her diet.
 			<<elseif $slaves[$i].dietCum == 1>>
-				Although her food is supplemented with ejaculate, she is so addicted to cum that restricting the amount she can eat @@color:mediumorchid;upsets her.@@
+				Although her food is supplemented with ejaculate, she is so addicted to cum that restricting the amount she can eat @@.mediumorchid;upsets her.@@
 				<<set $slaves[$i].devotion -= 1>>
 			<</if>>
 		<</if>>
 	<</if>>	
 	<<if _weightLoss == 8>>
-		Her weight loss this week is so dramatic as to be dangerous, and @@color:red;her health suffers because of it.@@ @@color:gold;Your disregard for her well-being scares her.@@
+		Her weight loss this week is so dramatic as to be dangerous, and @@.red;her health suffers because of it.@@ @@.gold;Your disregard for her well-being scares her.@@
 		<<set $slaves[$i].health -= 4>>
 		<<set $slaves[$i].trust -= 2>>
 	<<elseif _weightLoss == 7>>
-		Distate for her food caused her to lose weight a bit too quickly, and by the end of the week she looks @@color:gold;a little unsettled@@ and @@color:red;slightly malnourished.@@
+		Distate for her food caused her to lose weight a bit too quickly, and by the end of the week she looks @@.gold;a little unsettled@@ and @@.red;slightly malnourished.@@
 		<<set $slaves[$i].health -= 1>>
 		<<set $slaves[$i].trust -= 1>>
 	<<elseif _weightLoss == 6>>
-		Due to her distaste for her diet, she loses a bit more weight than she was supposed to this week, making her @@color:gold;a little anxious.@@
+		Due to her distaste for her diet, she loses a bit more weight than she was supposed to this week, making her @@.gold;a little anxious.@@
 		<<set $slaves[$i].trust -= 1>>
 	<<elseif _weightLoss == 5>>
 		She loses weight.
@@ -113,36 +113,36 @@
 	<<set $slaves[$i].weight -= _weightLoss+($feeder*2)>>
 	<<if $slaves[$i].boobs-$slaves[$i].boobsImplant >= 200>>
 		<<if random(1,_assetLoss) <= 1+$feeder>>
-			@@color:orange;Her breasts get a little smaller.@@
+			@@.orange;Her breasts get a little smaller.@@
 			<<set $slaves[$i].boobs -= 50>>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].butt > 1>>
 		<<if random(1,_assetLoss) <= 1+$feeder>>
-			@@color:orange;Her butt gets a little smaller.@@
+			@@.orange;Her butt gets a little smaller.@@
 			<<set $slaves[$i].butt -= 1>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].weight < -95)>>
-		She is now quite skinny, so her diet @@color:yellow;has defaulted to maintenance of this weight.@@
+		She is now quite skinny, so her diet @@.yellow;has defaulted to maintenance of this weight.@@
 		<<set $slaves[$i].diet = "healthy">>
 	<</if>>
 <<elseif ($slaves[$i].diet == "fattening")>> /* Weight Gain */
 	<<set _weightGain = 5>>
 	<<set _assetGain = 5>>
 	<<if ($slaves[$i].behavioralFlaw == "anorexic")>>
-		Suffering from anorexia, @@color:mediumorchid;she is intensely resentful of being overfed.@@
+		Suffering from anorexia, @@.mediumorchid;she is intensely resentful of being overfed.@@
 		<<set $slaves[$i].devotion -= 5>>
 	<<elseif ($slaves[$i].behavioralFlaw == "gluttonous")>>
 		As a glutton,
 		<<if ($slaves[$i].devotion >= -20)>>
-			@@color:hotpink;she derives almost sexual pleasure from being overfed.@@
+			@@.hotpink;she derives almost sexual pleasure from being overfed.@@
 			<<set $slaves[$i].devotion += 4>>
 		<<else>>
 			she accepts being overfed.
 		<</if>>
 	<<elseif ($slaves[$i].devotion <= 20)>>
-		@@color:mediumorchid;She resents being overfed.@@
+		@@.mediumorchid;She resents being overfed.@@
 		<<set $slaves[$i].devotion -= 4>>
 	<</if>>
 	<<if ($slaves[$i].devotion <= 20)>>
@@ -152,43 +152,43 @@
 					<<if ($slaves[$i].dietCum == 2)>>
 						<<if ($cockFeeder == 0)>>
 							<<if random(1,100) > 50>>
-								@@color:mediumorchid;She is disgusted@@ that she is forced to drink large amounts of human ejaculate for sustenance.  <<if $slaves[$i].sexualFlaw == "hates oral">>This is @@color:mediumorchid;exacerbated@@ by her hatred of oral sex.<</if>>  She has trouble holding her food down. 
+								@@.mediumorchid;She is disgusted@@ that she is forced to drink large amounts of human ejaculate for sustenance.  <<if $slaves[$i].sexualFlaw == "hates oral">>This is @@.mediumorchid;exacerbated@@ by her hatred of oral sex.<</if>>  She has trouble holding her food down. 
 								<<set _weightGain = 0>>
 								<<set $slaves[$i].devotion -= 4>>
 								<<if $slaves[$i].sexualFlaw == "hates oral">>
 									<<set $slaves[$i].devotion -= 1>>
 								<</if>>
 							<<else>>
-								Despite her food being filled with large amounts of human ejaculate, she manages to keep some of it down, but @@color:mediumorchid;she hates you for it.@@
+								Despite her food being filled with large amounts of human ejaculate, she manages to keep some of it down, but @@.mediumorchid;she hates you for it.@@
 								<<set _weightGain = 2>>
 								<<set _assetGain = 10>>
 								<<set $slaves[$i].devotion -= 2>>
 							<</if>>
 						<<else>>
 							<<if random(1,100) < 30>>
-								The phallic feeders inject her food directly into her stomach, helping her get the extra calories she's been prescribed, but the @@color:mediumorchid;ejaculate based food is so heavy in her tummy@@ that she loses a tiny bit of her intake to post-meal nausea.
+								The phallic feeders inject her food directly into her stomach, helping her get the extra calories she's been prescribed, but the @@.mediumorchid;ejaculate based food is so heavy in her tummy@@ that she loses a tiny bit of her intake to post-meal nausea.
 								<<set _weightGain = 4>>
 								<<set _assetGain = 6>>
 								<<set $slaves[$i].devotion -= 4>>
 							<<else>>
-								The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@color:mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy cum diet down.
+								The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@.mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy cum diet down.
 								<<set $slaves[$i].devotion -= 4>>
 							<</if>>
 						<</if>>
 					<<elseif ($slaves[$i].dietCum == 1)>>
 						<<if ($cockFeeder == 0)>>
 							<<if random(1,100) < 15>>
-								She hates being forced to eat food that is supplemented with cum as her primary source of nourishment<<if $slaves[$i].sexualFlaw == "hates oral">>, and her hatred of oral sex makes it even worse.<<else>>.<</if>>  @@color:mediumorchid;She is so disgusted@@ that she has trouble keeping most of her food down.
+								She hates being forced to eat food that is supplemented with cum as her primary source of nourishment<<if $slaves[$i].sexualFlaw == "hates oral">>, and her hatred of oral sex makes it even worse.<<else>>.<</if>>  @@.mediumorchid;She is so disgusted@@ that she has trouble keeping most of her food down.
 								<<set _weightGain = 0>>
 								<<set $slaves[$i].devotion -= 4>>
 							<<else>>
-								Despite her food tasting strongly of cum, she manages to choke down most of it this week, @@color:mediumorchid;but she resents being a cum-fed whore.@@  
+								Despite her food tasting strongly of cum, she manages to choke down most of it this week, @@.mediumorchid;but she resents being a cum-fed whore.@@  
 								<<set _weightGain = 3>>
 								<<set _assetGain = 8>>
 								<<set $slaves[$i].devotion -= 2>>
 							<</if>>
 						<<else>>
-							The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@color:mediumorchid;she hates the idea of being force-fed cum.@@
+							The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@.mediumorchid;she hates the idea of being force-fed cum.@@
 							<<set $slaves[$i].devotion -= 2>>
 						<</if>>
 					<</if>>
@@ -196,20 +196,20 @@
 					<<if $slaves[$i].behavioralFlaw == "anorexic">>Despite her predilection to starve herself, s<<else>>S<</if>>he <<if $slaves[$i].fetishStrength > 60>>loves cum so much that she <</if>>can't help but suck down every drop of the nutrition infused human ejaculate she's given to eat.
 					<<if $slaves[$i].fetishStrength < 95>>
 						<<if $slaves[$i].dietCum == 2>>
-							The high concentration of cum in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the taste.@@
+							The high concentration of cum in her food @@.lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@.lightcoral;habituates@@<<else>>@@.lightcoral;endears@@<</if>>@@.lightcoral; her to the taste.@@
 							<<set $slaves[$i].fetishStrength += 1>>
 						<<elseif $slaves[$i].dietCum == 1>>
-							Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;even more used to the taste of it.@@<<else>>@@color:lightcoral;love the taste of it even more.@@<</if>>
+							Having cum added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@.lightcoral;even more used to the taste of it.@@<<else>>@@.lightcoral;love the taste of it even more.@@<</if>>
 							<<set $slaves[$i].fetishStrength += 1>>
 						<</if>>
 					<</if>>
 				<</if>>
 			<<else>>
 				<<if $slaves[$i].dietCum == 2>>
-					She hates herself for it, but the cum addict is @@color:lightpink;grateful@@ to have so much ejaculate in her diet, especially because she's given extra food this week.
+					She hates herself for it, but the cum addict is @@.lightpink;grateful@@ to have so much ejaculate in her diet, especially because she's given extra food this week.
 					<<set $slaves[$i].devotion += 1>>
 				<<elseif $slaves[$i].dietCum == 1>>
-					The cum addict @@color:gold;anxiously@@ slurps up every drop of her cum-supplemented food this week.  She eats all the extra food she's given and is @@color:mediumorchid;disturbed@@ by her insatiable hunger for more.
+					The cum addict @@.gold;anxiously@@ slurps up every drop of her cum-supplemented food this week.  She eats all the extra food she's given and is @@.mediumorchid;disturbed@@ by her insatiable hunger for more.
 					<<set $slaves[$i].devotion -= 1>>
 					<<set $slaves[$i].trust -= 1>>
 				<</if>>
@@ -220,22 +220,22 @@
 				<<if ($slaves[$i].fetish != "pregnancy")>>
 					<<if ($slaves[$i].dietMilk == 2)>>
 						<<if ($cockFeeder == 0)>>
-							Despite her food being based on huge quantities breast milk, she manages to keep most of it down, but @@color:mediumorchid;she hates you for it.@@
+							Despite her food being based on huge quantities breast milk, she manages to keep most of it down, but @@.mediumorchid;she hates you for it.@@
 							<<set _weightGain = 2>>
 							<<set _assetGain = 10>>
 							<<set $slaves[$i].devotion -= 2>>
 						<<else>>
-							The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@color:mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy milk diet down.
+							The phallic feeders inject her food directly into her stomach, ensuring that she gets all of her prescribed calories, and @@.mediumorchid;despite some intense nausea afterwards,@@ she's able to keep her heavy milk diet down.
 							<<set $slaves[$i].devotion -= 4>>
 						<</if>>
 					<<elseif ($slaves[$i].dietMilk == 1)>>
 						<<if ($cockFeeder == 0)>>
-							Despite her food tasting strongly of human breast milk, she manages to choke down most of it this week, @@color:mediumorchid;but she resents being a milk-fed whore.@@  
+							Despite her food tasting strongly of human breast milk, she manages to choke down most of it this week, @@.mediumorchid;but she resents being a milk-fed whore.@@  
 							<<set _weightGain = 3>>
 							<<set _assetGain = 8>>
 							<<set $slaves[$i].devotion -= 2>>
 						<<else>>
-							The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@color:mediumorchid;she hates the idea of being force-fed human milk.@@
+							The phallic feeders inject her food directly into her stomach, helping her get her prescribed calories, even though @@.mediumorchid;she hates the idea of being force-fed human milk.@@
 							<<set $slaves[$i].devotion -= 2>>
 						<</if>>
 					<</if>>
@@ -243,20 +243,20 @@
 					<<if $slaves[$i].behavioralFlaw == "anorexic">>Despite her predilection to starve herself, s<<else>>S<</if>>he <<if $slaves[$i].fetishStrength > 60>>loves breast milk so much that she <</if>>can't help but suck down every drop of the nutrition infused human milk she's given to eat.
 					<<if $slaves[$i].fetishStrength < 95>>
 						<<if $slaves[$i].dietMilk == 2>>
-							The high concentration of milk in her food @@color:lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;habituates@@<<else>>@@color:lightcoral;endears@@<</if>>@@color:lightcoral; her to the corruption of normal pregnancy and motherhood.@@
+							The high concentration of milk in her food @@.lightcoral;further@@ <<if $slaves[$i].fetishStrength < 60>>@@.lightcoral;habituates@@<<else>>@@.lightcoral;endears@@<</if>>@@.lightcoral; her to the corruption of normal pregnancy and motherhood.@@
 							<<set $slaves[$i].fetishStrength += 1>>
 						<<elseif $slaves[$i].dietMilk == 1>>
-							Having milk added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@color:lightcoral;accept perversion of normal pregnancy.@@<<else>>@@color:lightcoral;even hornier for anything related to pregnancy.@@<</if>>
+							Having milk added to her food makes her <<if $slaves[$i].fetishStrength < 60>>@@.lightcoral;accept perversion of normal pregnancy.@@<<else>>@@.lightcoral;even hornier for anything related to pregnancy.@@<</if>>
 							<<set $slaves[$i].fetishStrength += 1>>
 						<</if>>
 					<</if>>
 				<</if>>
 			<<else>>
 				<<if $slaves[$i].dietMilk == 2>>
-					She hates herself for it, but the breast growth fanatic is @@color:lightpink;grateful@@ to have so much mother's milk in her diet, especially because she's given extra food this week.
+					She hates herself for it, but the breast growth fanatic is @@.lightpink;grateful@@ to have so much mother's milk in her diet, especially because she's given extra food this week.
 					<<set $slaves[$i].devotion += 1>>
 				<<elseif $slaves[$i].dietMilk == 1>>
-					The breast growth fanatic @@color:gold;anxiously@@ slurps up every drop of her milk-supplemented food this week.  She eats all the extra food she's given and is @@color:mediumorchid;disturbed@@ by her insatiable hunger for more mother's milk.
+					The breast growth fanatic @@.gold;anxiously@@ slurps up every drop of her milk-supplemented food this week.  She eats all the extra food she's given and is @@.mediumorchid;disturbed@@ by her insatiable hunger for more mother's milk.
 					<<set $slaves[$i].devotion -= 1>>
 					<<set $slaves[$i].trust -= 1>>
 				<</if>>
@@ -265,12 +265,12 @@
 	<<else>> /* For Devotion Higher than 20 See Below for more diet effects for this condition*/
 		<<if $slaves[$i].sexualFlaw == "cum addict">>
 			<<if $slaves[$i].dietCum == 2>>
-				Her diet is almost pure human ejaculate with nutritional additives<<if $slaves[$i].behavioralFlaw == "anorexic">>. Despite her desire to remain thin, her cum addiction is even more powerful.<<else>>--the perfect food for a cum addict.<</if>> She gets extra food this week.  She makes a sloppy mess at feeding time, getting cum all over herself, and she is unashamed of her pathological need to be your cum-fed slut.  @@color:hotpink;She's a happy little cum-piggy.@@  The only drawback is that some of her food ends up on her, rather than in her.
+				Her diet is almost pure human ejaculate with nutritional additives<<if $slaves[$i].behavioralFlaw == "anorexic">>. Despite her desire to remain thin, her cum addiction is even more powerful.<<else>>--the perfect food for a cum addict.<</if>> She gets extra food this week.  She makes a sloppy mess at feeding time, getting cum all over herself, and she is unashamed of her pathological need to be your cum-fed slut.  @@.hotpink;She's a happy little cum-piggy.@@  The only drawback is that some of her food ends up on her, rather than in her.
 				<<set $slaves[$i].devotion += 3>>
 				<<set _weightGain = 4>>
 				<<set _assetGain = 6>>
 			<<elseif $slaves[$i].dietCum == 1>>
-				Her food is infused with ejaculate, <<if $slaves[$i].behavioralFlaw == "anorexic">>and her cum addiction trumps her desire to remain thin. S<<else>>and s<</if>>he is @@color:hotpink;thrilled to get extra this week.@@  She gobbles down every last drop like the happy <<if $slaves[$i].weight < 0>>little <<else>>chubby <</if>>cum addict she is.
+				Her food is infused with ejaculate, <<if $slaves[$i].behavioralFlaw == "anorexic">>and her cum addiction trumps her desire to remain thin. S<<else>>and s<</if>>he is @@.hotpink;thrilled to get extra this week.@@  She gobbles down every last drop like the happy <<if $slaves[$i].weight < 0>>little <<else>>chubby <</if>>cum addict she is.
 				<<set $slaves[$i].devotion += 2>>
 			<</if>>
 		<</if>>
@@ -281,20 +281,20 @@
 		<<elseif _weightGain >= 3>>
 			She gains some weight.
 		<<elseif _weightGain >= 1>>
-			She gains a little weight, but her progress was severely limited by what she was forced to eat, @@color:gold;making for an anxious week for her.@@
+			She gains a little weight, but her progress was severely limited by what she was forced to eat, @@.gold;making for an anxious week for her.@@
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 		<<set $slaves[$i].weight += _weightGain+($feeder*2)>>
 		<<if random(1,_assetGain) <= 1+$feeder>>
-			@@color:lime;Her breasts get a little bigger.@@
+			@@.lime;Her breasts get a little bigger.@@
 			<<set $slaves[$i].boobs += 50>>
 		<</if>>
 		<<if random(1,_assetGain) <= 1+$feeder>>
-			@@color:lime;Her butt gets a little bigger.@@
+			@@.lime;Her butt gets a little bigger.@@
 			<<set $slaves[$i].butt + 1>>
 		<</if>>
 		<<if $slaves[$i].weight > 95>>
-			She is now quite fat, so her diet @@color:yellow;has defaulted to maintenance of this weight.@@
+			She is now quite fat, so her diet @@.yellow;has defaulted to maintenance of this weight.@@
 			<<set $slaves[$i].diet = "healthy">>
 		<</if>>
 	<<else>>
@@ -302,29 +302,29 @@
 	<</if>>
 <<elseif ($slaves[$i].diet == "muscle building")>> /* Muscle Gain */
 	<<if $slaves[$i].muscles > 90>>
-		Her heavy workouts focus on lifting. She has plateaued at a state of @@color:lime;goddess-like musculature.@@
+		Her heavy workouts focus on lifting. She has plateaued at a state of @@.lime;goddess-like musculature.@@
 		<<set $slaves[$i].muscles = 100>>
 		<<set $slaves[$i].diet = "healthy">>
 	<<elseif ($slaves[$i].drugs == "steroids")>>
-		Her heavy workouts focus on lifting, and since she's on so much gear, she @@color:lime;gains muscle rapidly.@@
+		Her heavy workouts focus on lifting, and since she's on so much gear, she @@.lime;gains muscle rapidly.@@
 		<<set $slaves[$i].muscles += 8>>
 	<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>>
-		Her heavy workouts focus on lifting, but with natural testosterone and artificial female hormones clashing in her system, she only @@color:lime;slowly gains muscle.@@
+		Her heavy workouts focus on lifting, but with natural testosterone and artificial female hormones clashing in her system, she only @@.lime;slowly gains muscle.@@
 		<<set $slaves[$i].muscles += 3>>
 	<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones < 0)>>
-		Her heavy workouts focus on lifting, and with natural testosterone and artificial male hormones in her system, she @@color:lime;gains muscle rapidly.@@
+		Her heavy workouts focus on lifting, and with natural testosterone and artificial male hormones in her system, she @@.lime;gains muscle rapidly.@@
 		<<set $slaves[$i].muscles += 8>>
 	<<elseif ($slaves[$i].balls > 0)>>
-		Her heavy workouts focus on lifting, and with natural testosterone in her system, she @@color:lime;gains muscle.@@
+		Her heavy workouts focus on lifting, and with natural testosterone in her system, she @@.lime;gains muscle.@@
 		<<set $slaves[$i].muscles += 5>>
 	<<elseif ($slaves[$i].hormones < 0)>>
-		Her heavy workouts focus on lifting, and with artificial testosterone in her system, she @@color:lime;gains muscle.@@
+		Her heavy workouts focus on lifting, and with artificial testosterone in her system, she @@.lime;gains muscle.@@
 		<<set $slaves[$i].muscles += 5>>
 	<<elseif ($slaves[$i].hormones > 0)>>
-		Her heavy workouts focus on lifting, but with lots of female hormones in her system, she barely @@color:lime;gains muscle.@@
+		Her heavy workouts focus on lifting, but with lots of female hormones in her system, she barely @@.lime;gains muscle.@@
 		<<set $slaves[$i].muscles += 2>>
 	<<else>>
-		Her heavy workouts focus on lifting, and she @@color:lime;slowly gains muscle.@@
+		Her heavy workouts focus on lifting, and she @@.lime;slowly gains muscle.@@
 		<<set $slaves[$i].muscles += 3>>
 	<</if>>
 	<<if ($slaves[$i].behavioralQuirk == "fitness")>>
@@ -333,46 +333,46 @@
 	<</if>>
 	<<if random(1,100) > 90>>
 	<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>>
-		@@color:orange;Her breasts get a little smaller.@@
+		@@.orange;Her breasts get a little smaller.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif ($slaves[$i].butt > 1)>>
-		@@color:orange;Her butt gets a little smaller.@@
+		@@.orange;Her butt gets a little smaller.@@
 		<<set $slaves[$i].butt -= 1>>
 	<</if>>
 	<</if>>
 	<<if random(1,100) > 80>>
-		Her workout successes have @@color:green;improved her health.@@
+		Her workout successes have @@.green;improved her health.@@
 		<<set $slaves[$i].health += 10>>
 	<</if>>
 	<<if $slaves[$i].weight > 10>>
-		Her workouts have also @@color:orange;burned off some excess fat.@@
+		Her workouts have also @@.orange;burned off some excess fat.@@
 		<<set $slaves[$i].weight -= 2>>
 	<</if>>
 <<elseif ($slaves[$i].diet == "slimming")>> /* Muscle Loss */
 	<<if $slaves[$i].muscles <= 10>>
-		Her long workouts focus on cardio. She has finally @@color:lime;lost all visible musculature.@@
+		Her long workouts focus on cardio. She has finally @@.lime;lost all visible musculature.@@
 		<<set $slaves[$i].muscles = 0>>
 		<<set $slaves[$i].diet = "healthy">>
 	<<elseif ($slaves[$i].drugs == "steroids")>>
-		Her long workouts focus on cardio, but since she's still shooting gear, she @@color:lime;loses mass slowly.@@
+		Her long workouts focus on cardio, but since she's still shooting gear, she @@.lime;loses mass slowly.@@
 		<<set $slaves[$i].muscles -= 3>>
 	<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones < 0)>>
-		Her long workouts focus on cardio, but since she's got so much natural and artificial testosterone, she @@color:lime;loses mass slowly.@@
+		Her long workouts focus on cardio, but since she's got so much natural and artificial testosterone, she @@.lime;loses mass slowly.@@
 		<<set $slaves[$i].muscles -= 3>>
 	<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>>
-		Her long workouts focus on cardio, and with the natural testosterone in her system counteracted by hormone treatment, she @@color:lime;loses musculature.@@
+		Her long workouts focus on cardio, and with the natural testosterone in her system counteracted by hormone treatment, she @@.lime;loses musculature.@@
 		<<set $slaves[$i].muscles -= 5>>
 	<<elseif ($slaves[$i].balls > 0)>>
-		Her long workouts focus on cardio, but with some natural testosterone in her system, she @@color:lime;loses muscle slowly.@@
+		Her long workouts focus on cardio, but with some natural testosterone in her system, she @@.lime;loses muscle slowly.@@
 		<<set $slaves[$i].muscles -= 3>>
 	<<elseif ($slaves[$i].hormones > 0)>>
-		Her long workouts focus on cardio, and with female hormone treatment, she @@color:lime;loses musculature rapidly.@@
+		Her long workouts focus on cardio, and with female hormone treatment, she @@.lime;loses musculature rapidly.@@
 		<<set $slaves[$i].muscles -= 8>>
 	<<elseif ($slaves[$i].hormones < 0)>>
-		Her long workouts focus on cardio, but under male hormone treatment, she @@color:lime;loses muscle slowly.@@
+		Her long workouts focus on cardio, but under male hormone treatment, she @@.lime;loses muscle slowly.@@
 		<<set $slaves[$i].muscles -= 3>>
 	<<else>>
-		Her long workouts focus on cardio, and she @@color:lime;loses musculature.@@
+		Her long workouts focus on cardio, and she @@.lime;loses musculature.@@
 		<<set $slaves[$i].muscles -= 5>>
 	<</if>>
 	<<if ($slaves[$i].behavioralQuirk == "fitness")>>
@@ -381,43 +381,43 @@
 	<</if>>
 	<<if random(1,100) > 90>>
 	<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>>
-		@@color:orange;Her breasts get a little smaller.@@
+		@@.orange;Her breasts get a little smaller.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif ($slaves[$i].butt > 1)>>
-		@@color:orange;Her butt gets a little smaller.@@
+		@@.orange;Her butt gets a little smaller.@@
 		<<set $slaves[$i].butt -= 1>>
 	<</if>>
 	<</if>>
 	<<if random(1,100) > 80>>
-		Her workout successes have @@color:green;improved her health.@@
+		Her workout successes have @@.green;improved her health.@@
 		<<set $slaves[$i].health += 10>>
 	<</if>>
 	<<if $slaves[$i].weight > 10>>
-		Her workouts have also @@color:orange;burned off some excess fat.@@
+		Her workouts have also @@.orange;burned off some excess fat.@@
 		<<set $slaves[$i].weight -= 2>>
 	<</if>>
 	<<elseif ($slaves[$i].diet == "cum production")>>
 		<<if ($slaves[$i].attrXX < 80)>>
-			She finds herself @@color:lime;fantasizing about fucking girls@@ in her free time.
+			She finds herself @@.lime;fantasizing about fucking girls@@ in her free time.
 			<<set $slaves[$i].attrXX += 2>>
 		<</if>>
 		<<if ($slaves[$i].balls < 6) && (random(1,100) > 90)>>
-			Her @@color:lime;balls swell@@ to better accommodate her increased cum production.
+			Her @@.lime;balls swell@@ to better accommodate her increased cum production.
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 		<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetishStrength < 95) && ($slaves[$i].fetish is "pregnancy")>>
-			Her thoughts frequently drift towards @@color:coral;bellies swelling with her children@@ whenever she has sex or pleasures herself.
+			Her thoughts frequently drift towards @@.coral;bellies swelling with her children@@ whenever she has sex or pleasures herself.
 			<<set $slaves[$i].fetishStrength += 1>>
 			<<elseif ($slaves[$i].energy < 90) && ($slaves[$i].fetish is "pregnancy")>>
-			Her eagerness for sex @@color:lime;grows stronger@@ the more her aching nuts yearn to inseminate a fertile womb.
+			Her eagerness for sex @@.lime;grows stronger@@ the more her aching nuts yearn to inseminate a fertile womb.
 			<<set $slaves[$i].energy += 1>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].fetishStrength <= 65)>>
 		<<if ($slaves[$i].fetish != "pregnancy")>>
 			<<if $fetishChangeChance > random(0,100)>>
-				She begins to find the thought of filling a fertile womb with sperm @@color:lime;irresistable@@.
+				She begins to find the thought of filling a fertile womb with sperm @@.lime;irresistable@@.
 			<<set $slaves[$i].fetish = "pregnancy">>
 			<<set $slaves[$i].fetishKnown = 1>>
 			<</if>>
@@ -426,214 +426,214 @@
 	<<elseif ($slaves[$i].diet == "XX")>> /* Female Hormones */
 	<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@.hotpink;lets her enjoy@@ the estrogen rich food given to her.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].weight < 30>>
-			Hormonal changes encourage her body to @@color:lime;grow softer.@@
+			Hormonal changes encourage her body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 500)>>
-			Her breasts @@color:lime;grow slightly@@ from the estrogen.
+			Her breasts @@.lime;grow slightly@@ from the estrogen.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].butt < 4 && random(1,100) > 75>>
-			Her rear @@color:lime;rounds out@@ to fit her developing femininity.
+			Her rear @@.lime;rounds out@@ to fit her developing femininity.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 		<<if $slaves[$i].waist > -30>>
-			Hormonal changes @@color:lime;slim her waist.@@
+			Hormonal changes @@.lime;slim her waist.@@
 		<<set $slaves[$i].waist-->>
 		<</if>>
 		<<if $slaves[$i].dick > 1 && random(1,100) > 95>>
-			Her dick @@color:orange;shrinks slightly@@ due to her body chemistry.
+			Her dick @@.orange;shrinks slightly@@ due to her body chemistry.
 			<<set $slaves[$i].dick -= 1>>
 		<</if>>
 		<<if $slaves[$i].balls > 1 && random(1,100) > 95>>
-			Her balls @@color:orange;shrivel@@ due to her body chemistry.
+			Her balls @@.orange;shrivel@@ due to her body chemistry.
 			<<set $slaves[$i].balls -= 1>>
 		<</if>>
 	<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more fertile @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more fertile @@.hotpink;lets her enjoy@@ the estrogen rich food given to her.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].weight < 40>>
-			Hormonal changes encourage her body to @@color:lime;grow softer.@@
+			Hormonal changes encourage her body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 600)>>
-			Her breasts @@color:lime;grow slightly@@ from the estrogen.
+			Her breasts @@.lime;grow slightly@@ from the estrogen.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].waist > -20>>
-			Hormonal changes @@color:lime;slim her waist.@@
+			Hormonal changes @@.lime;slim her waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 		<<if $slaves[$i].butt < 5 && random(1,100) > 75>>
-			Her rear @@color:lime;rounds out@@ to fit her developing femininity.
+			Her rear @@.lime;rounds out@@ to fit her developing femininity.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 	<<elseif $slaves[$i].balls > 0>> /* male */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@color:hotpink;lets her enjoy@@ the estrogen rich food given to her.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be prettier if she was more feminine @@.hotpink;lets her enjoy@@ the estrogen rich food given to her.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].weight < 20>>
-			Hormonal changes encourage her body to @@color:lime;grow softer.@@
+			Hormonal changes encourage her body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 400)>>
-			Her breasts @@color:lime;grow slightly@@ from the estrogen.
+			Her breasts @@.lime;grow slightly@@ from the estrogen.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].waist > -10>>
-			Hormonal changes @@color:lime;slim her waist.@@
+			Hormonal changes @@.lime;slim her waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 		<<if $slaves[$i].butt < 3 && random(1,100) > 75>>
-			Her rear @@color:lime;rounds out@@ to fit her developing femininity.
+			Her rear @@.lime;rounds out@@ to fit her developing femininity.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 		<<if $slaves[$i].dick > 1 && random(1,100) > 99>>
-			Her dick @@color:orange;shrinks slightly@@ due to her body chemistry.
+			Her dick @@.orange;shrinks slightly@@ due to her body chemistry.
 			<<set $slaves[$i].dick -= 1>>
 		<</if>>
 		<<if $slaves[$i].balls > 1 && random(1,100) > 99>>
-			Her balls @@color:orange;shrivel@@ due to her body chemistry.
+			Her balls @@.orange;shrivel@@ due to her body chemistry.
 			<<set $slaves[$i].balls -= 1>>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].attrXY < 100>>
-		She begins to find men @@color:lime;a little more attractive@@ thanks to the female hormones.
+		She begins to find men @@.lime;a little more attractive@@ thanks to the female hormones.
 		<<set $slaves[$i].attrXY += 1>>
 	<</if>>
 	<<if $slaves[$i].energy < 70>>
-		Hormones leave her feeling @@color:lime;a little more frisky@@ towards others.
+		Hormones leave her feeling @@.lime;a little more frisky@@ towards others.
 		<<set $slaves[$i].energy += 1>>
 	<</if>>
 	<<elseif ($slaves[$i].diet == "XY")>> /* Male Hormones */
 	<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@.hotpink;lets her enjoy@@ the testosterone rich food given to her.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].muscles < 60>>
-			Hormonal changes encourage her body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage her body to @@.lime;gain muscle.@@
 		<<set $slaves[$i].muscles += 1>>
 		<</if>>
 		<<if $slaves[$i].dick < 4 && random(1,100) > 95>>
-			Her dick @@color:lime;grows slightly@@ due to the male hormones in her diet.
+			Her dick @@.lime;grows slightly@@ due to the male hormones in her diet.
 			<<set $slaves[$i].dick += 1>>
 		<</if>>
 		<<if $slaves[$i].balls < 3 && random(1,100) > 95>>
-			Her balls @@color:lime;swell@@ due to the male hormones in her diet.
+			Her balls @@.lime;swell@@ due to the male hormones in her diet.
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts > 400)>>
-			Her breasts @@color:orange;lose some mass@@ from the lack of estrogen in her diet.
+			Her breasts @@.orange;lose some mass@@ from the lack of estrogen in her diet.
 			<<set $slaves[$i].boobs -= 10>>
 		<</if>>
 		<<if $slaves[$i].waist < 0>>
-			Hormonal changes @@color:lime;thicken her waist.@@
+			Hormonal changes @@.lime;thicken her waist.@@
 			<<set $slaves[$i].waist++>>
 		<</if>>
 	<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was less feminine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was less feminine @@.hotpink;lets her enjoy@@ the testosterone rich food given to her.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].muscles < 15>>
-			Hormonal changes encourage her body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage her body to @@.lime;gain muscle.@@
 		<<set $slaves[$i].muscles += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts > 500)>>
-			Her breasts @@color:orange;lose some mass@@ from the lack of estrogen in her diet.
+			Her breasts @@.orange;lose some mass@@ from the lack of estrogen in her diet.
 			<<set $slaves[$i].boobs -= 10>>
 		<</if>>
 		<<if $slaves[$i].waist < 15>>
-			Hormonal changes @@color:lime;thicken her waist.@@
+			Hormonal changes @@.lime;thicken her waist.@@
 			<<set $slaves[$i].waist++>>
 		<</if>>
 	<<elseif $slaves[$i].balls > 0>> /* male */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@color:hotpink;lets her enjoy@@ the testosterone rich food given to her.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be handsomer if she was more masculine @@.hotpink;lets her enjoy@@ the testosterone rich food given to her.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].muscles < 30>>
-			Hormonal changes encourage her body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage her body to @@.lime;gain muscle.@@
 		<</if>>
 		<<if $slaves[$i].dick < 4 && random(1,100) > 95>>
-			Her dick @@color:lime;grows slightly@@ due to the male hormones in her diet.
+			Her dick @@.lime;grows slightly@@ due to the male hormones in her diet.
 			<<set $slaves[$i].dick += 1>>
 		<</if>>
 		<<if $slaves[$i].waist < 30>>
-			Hormonal changes @@color:lime;thicken her waist.@@
+			Hormonal changes @@.lime;thicken her waist.@@
 			<<set $slaves[$i].waist++>>
 		<</if>>
 		<<if $slaves[$i].balls < 4 && random(1,100) > 95>>
-			Her balls @@color:lime;swell@@ due to the male hormones in her diet.
+			Her balls @@.lime;swell@@ due to the male hormones in her diet.
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts > 300)>>
-			Her breasts @@color:orange;lose some mass@@ to better suit her body chemistry.
+			Her breasts @@.orange;lose some mass@@ to better suit her body chemistry.
 			<<set $slaves[$i].boobs -= 10>>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].attrXX < 100>>
-		She begins to find women @@color:lime;a little more attractive@@ thanks to the male hormones.
+		She begins to find women @@.lime;a little more attractive@@ thanks to the male hormones.
 		<<set $slaves[$i].attrXX += 1>>
 	<</if>>
 	<<if $slaves[$i].energy < 70>>
-		Hormones leave her feeling @@color:lime;a little more frisky@@ towards others.
+		Hormones leave her feeling @@.lime;a little more frisky@@ towards others.
 		<<set $slaves[$i].energy += 1>>
 	<</if>>
 	<<elseif ($slaves[$i].diet == "XXY")>> /* Futa Hormones */
 		<<if ($slaves[$i].behavioralQuirk == "insecure")>>
-		Despite some doubts lurking at the back of her mind, your insistence that she will be gorgeous if she embraced both halves of her sexuality @@color:hotpink;lets her enjoy@@ her special diet.
+		Despite some doubts lurking at the back of her mind, your insistence that she will be gorgeous if she embraced both halves of her sexuality @@.hotpink;lets her enjoy@@ her special diet.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if $slaves[$i].muscles < 90>>
-			Hormonal changes encourage her body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage her body to @@.lime;gain muscle.@@
 		<<set $slaves[$i].muscles += 1>>
 		<</if>>
 		<<if $slaves[$i].weight < 50>>
-			Hormonal changes encourage her body to @@color:lime;grow softer.@@
+			Hormonal changes encourage her body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 800)>>
-			Her breasts @@color:lime;grow slightly@@ to fit her developing femininity.
+			Her breasts @@.lime;grow slightly@@ to fit her developing femininity.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].butt < 5 && random(1,100) > 75>>
-			Her rear @@color:lime;rounds out@@ to fit her developing femininity.
+			Her rear @@.lime;rounds out@@ to fit her developing femininity.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 		<<if $slaves[$i].dick < 5 && random(1,100) > 90>>
-			Her dick @@color:lime;grows slightly@@ to fit her developing masculinity.
+			Her dick @@.lime;grows slightly@@ to fit her developing masculinity.
 			<<set $slaves[$i].dick += 1>>
 		<</if>>
 		<<if $slaves[$i].balls < 5 && random(1,100) > 90>>
-			Her balls @@color:lime;swell@@ to fit her developing masculinity.
+			Her balls @@.lime;swell@@ to fit her developing masculinity.
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 		<<if $slaves[$i].waist < 0>>
-			Hormonal changes @@color:lime;thicken her waist.@@
+			Hormonal changes @@.lime;thicken her waist.@@
 			<<set $slaves[$i].waist++>>
 		<<elseif $slaves[$i].waist > 0>>
-			Hormonal changes @@color:lime;thin her waist.@@
+			Hormonal changes @@.lime;thin her waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 	<<if $slaves[$i].attrXX < 100>>
-		She begins to find women @@color:lime;a little more attractive@@ thanks to her specialized hormones.
+		She begins to find women @@.lime;a little more attractive@@ thanks to her specialized hormones.
 		<<set $slaves[$i].attrXX += 1>>
 	<</if>>
 	<<if $slaves[$i].attrXY < 100>>
-		She begins to find men @@color:lime;a little more attractive@@ thanks to her specialized hormones.
+		She begins to find men @@.lime;a little more attractive@@ thanks to her specialized hormones.
 		<<set $slaves[$i].attrXY += 1>>
 	<</if>>
 	<<if $slaves[$i].energy < 90>>
-		She hormones leave her feeling @@color:lime;a little more frisky@@ towards others.
+		She hormones leave her feeling @@.lime;a little more frisky@@ towards others.
 		<<set $slaves[$i].energy += 1>>
 	<</if>>
 <</if>>
@@ -642,17 +642,17 @@
 	<<if ($slaves[$i].devotion > 20)>> /* Diet effects for Devotion over 20 -- For ALL cum diets */
 		<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetishStrength > 95) && ($slaves[$i].fetish == "cumslut")>>
-				She @@color:hotpink;regularly orgasms@@ while sucking down her cum-infused breakfast.
+				She @@.hotpink;regularly orgasms@@ while sucking down her cum-infused breakfast.
 				<<set $slaves[$i].devotion += 1>>
 			<<elseif ($slaves[$i].energy > 95) || ($slaves[$i].fetish == "cumslut")>>
-				She @@color:hotpink;enjoys@@ the perversity of having large amounts of ejaculate in her diet.
+				She @@.hotpink;enjoys@@ the perversity of having large amounts of ejaculate in her diet.
 				<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].fetishStrength <= 95)>>
 			<<if ($slaves[$i].fetish != "cumslut")>>
 				<<if $fetishChangeChance > random(0,100)>>
-					After sucking down cum for sustenance, she has started to think of the stuff as a @@color:lightcoral;normal part@@ of life.
+					After sucking down cum for sustenance, she has started to think of the stuff as a @@.lightcoral;normal part@@ of life.
 					<<set $slaves[$i].fetish = "cumslut">>
 					<<set $slaves[$i].fetishKnown = 1>>
 				<</if>>
@@ -665,10 +665,10 @@
 					<<if $slaves[$i].diet != "restricted">>
 						<<if $slaves[$i].energy < 60>>
 							<<if $slaves[$i].dietCum == 2>>
-								Her diet is basically pure ejaculate supplemented by nutritional vitamins.  Being forced to rely on human sex-fluid for sustenance @@color:mediumorchid;nauseates her.@@
+								Her diet is basically pure ejaculate supplemented by nutritional vitamins.  Being forced to rely on human sex-fluid for sustenance @@.mediumorchid;nauseates her.@@
 								<<set $slaves[$i].devotion -= 3>>
 							<<elseif $slaves[$i].dietCum == 1>>
-								She is @@color:mediumorchid;nauseated@@ by the large amounts of ejaculate in her diet.
+								She is @@.mediumorchid;nauseated@@ by the large amounts of ejaculate in her diet.
 								<<set $slaves[$i].devotion -= 2>>
 							<</if>>
 							<<if $slaves[$i].weight >= -95>>
@@ -680,10 +680,10 @@
 										<<if random(1,3) == 3>>
 											She has trouble keeping her disgusting food down; she loses weight.
 											<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>>
-												@@color:orange;Her breasts get a little smaller.@@
+												@@.orange;Her breasts get a little smaller.@@
 												<<set $slaves[$i].boobs -= 50>>
 											<<elseif ($slaves[$i].butt > 1)>>
-												@@color:orange;Her butt gets a little smaller.@@
+												@@.orange;Her butt gets a little smaller.@@
 												<<set $slaves[$i].butt -= 1>>
 											<</if>>
 										<</if>>
@@ -695,16 +695,16 @@
 						<<else>>
 							<<if $slaves[$i].dietCum == 2>>
 								<<if $slaves[$i].energy > 80>>
-									She has become so sex-driven that she @@color:lime;appreciates the perversity@@ of her extreme cum diet, despite @@color:mediumorchid;it sometimes being a bit too much for her.@@
+									She has become so sex-driven that she @@.lime;appreciates the perversity@@ of her extreme cum diet, despite @@.mediumorchid;it sometimes being a bit too much for her.@@
 									<<set $slaves[$i].devotion -= 1>>
 									<<set $slaves[$i].energy += 1>>
 								<<else>>
-									Her high sex drive helps her pretend her heavy cum-based diet is the <<if $slaves[$i].fetish == "masochist">>ejaculate of an abusive lover<<elseif $slaves[$i].fetish == "boobs">>fresh milk from a pretty dairy cow<<elseif $slaves[$i].fetish == "submissive">>ejaculate of a dominant partner<<elseif $slaves[$i].fetish == "pregnancy">>ejaculate of her future baby's father<<elseif $slaves[$i].fetish == "sadist">>ejaculate of a pain-slut she recently milked<<elseif $slaves[$i].fetish == "buttslut">>ejaculate of a cock that just came from her butt<<elseif $slaves[$i].fetish == "dom">>ejaculate of a weak-minded submissive<<elseif $slaves[$i].fetish == "humiliation">>ejaculate of a publicly used slut<<else>>ejaculate of a gentle lover<</if>>--helping her keep her @@color:mediumorchid;unpleasant@@ food down.
+									Her high sex drive helps her pretend her heavy cum-based diet is the <<if $slaves[$i].fetish == "masochist">>ejaculate of an abusive lover<<elseif $slaves[$i].fetish == "boobs">>fresh milk from a pretty dairy cow<<elseif $slaves[$i].fetish == "submissive">>ejaculate of a dominant partner<<elseif $slaves[$i].fetish == "pregnancy">>ejaculate of her future baby's father<<elseif $slaves[$i].fetish == "sadist">>ejaculate of a pain-slut she recently milked<<elseif $slaves[$i].fetish == "buttslut">>ejaculate of a cock that just came from her butt<<elseif $slaves[$i].fetish == "dom">>ejaculate of a weak-minded submissive<<elseif $slaves[$i].fetish == "humiliation">>ejaculate of a publicly used slut<<else>>ejaculate of a gentle lover<</if>>--helping her keep her @@.mediumorchid;unpleasant@@ food down.
 									<<set $slaves[$i].devotion -= 1>>
 								<</if>>
 							<<elseif $slaves[$i].dietCum == 1>>
 								<<if $slaves[$i].energy > 80>>
-									She has become so sex-driven that she appreciates the perversity of her cum diet, making her @@color:lime;feel sexier@@ for eating it.
+									She has become so sex-driven that she appreciates the perversity of her cum diet, making her @@.lime;feel sexier@@ for eating it.
 									<<set $slaves[$i].energy += 2>>
 								<<else>>
 									Her high sex drive helps her pretend her cum-supplemented diet is the <<if $slaves[$i].fetish == "masochist">>ejaculate of an abusive lover<<elseif $slaves[$i].fetish == "boobs">>fresh milk from a pretty dairy cow<<elseif $slaves[$i].fetish == "submissive">>ejaculate of a dominant partner<<elseif $slaves[$i].fetish == "pregnancy">>ejaculate of her future baby's father<<elseif $slaves[$i].fetish == "sadist">>ejaculate of a pain-slut she recently milked<<elseif $slaves[$i].fetish == "buttslut">>ejaculate of a cock that just came from her butt<<elseif $slaves[$i].fetish == "dom">>ejaculate of a weak-minded submissive<<elseif $slaves[$i].fetish == "humiliation">>ejaculate of a publicly used slut<<else>>ejaculate of a gentle lover<</if>>--helping her swallow her food without complaint.
@@ -723,28 +723,28 @@
 		<<if ($slaves[$i].sexualFlaw == "hates oral")>>
 			<<if ndef _weightGain>>
 				<<if random(1,100) > 80>>
-					Getting her sustenance only after working the phallic food dispensers in the kitchen forces her to @@color:green;accept oral sex@@ as a fact of life.
+					Getting her sustenance only after working the phallic food dispensers in the kitchen forces her to @@.green;accept oral sex@@ as a fact of life.
 					<<set $slaves[$i].sexualFlaw = "none">>
 				<<else>>
-					Being forced to get her sustenance only by working the phallic food dispensers in the kitchen @@color:mediumorchid;infuriates her,@@ since she hates oral.
+					Being forced to get her sustenance only by working the phallic food dispensers in the kitchen @@.mediumorchid;infuriates her,@@ since she hates oral.
 					<<set $slaves[$i].devotion -= 4>>
 				<</if>>
 			<</if>>
 		<<elseif ($slaves[$i].fetish == "cumslut")>>
 			<<if ($slaves[$i].fetishKnown == 0)>>
-				Being forced to get her sustenance only by working the phallic food dispensers in the kitchen has revealed something: @@color:lightcoral;she's got an oral fetish!@@
+				Being forced to get her sustenance only by working the phallic food dispensers in the kitchen has revealed something: @@.lightcoral;she's got an oral fetish!@@
 				<<set $slaves[$i].fetishKnown = 1>>
 			<<elseif ($slaves[$i].fetishStrength <= 95) && ($slaves[$i].devotion > 4)>>
-				Being forced to get her sustenance only by working the phallic food dispensers in the kitchen has @@color:lightcoral;deepened her oral fixation.@@
+				Being forced to get her sustenance only by working the phallic food dispensers in the kitchen has @@.lightcoral;deepened her oral fixation.@@
 				<<set $slaves[$i].fetishStrength += 5>>
 			<</if>>
 		<<elseif ($slaves[$i].fetish != "cumslut")>>
 			<<if ndef _weightGain>>
 				<<if ($slaves[$i].devotion < -20)>>
-					Being forced to get her sustenance only by working the phallic food dispensers in the kitchen @@color:mediumorchid;disgusts her.@@
+					Being forced to get her sustenance only by working the phallic food dispensers in the kitchen @@.mediumorchid;disgusts her.@@
 					<<set $slaves[$i].devotion -= 2>>
 				<<elseif $fetishChangeChance > random(0,100)>>
-					Getting her sustenance only after working the phallic food dispensers in the kitchen makes sucking cock to completion such an integral part of her life that she starts to @@color:lightcoral;fetishize ejaculate.@@
+					Getting her sustenance only after working the phallic food dispensers in the kitchen makes sucking cock to completion such an integral part of her life that she starts to @@.lightcoral;fetishize ejaculate.@@
 					<<set $slaves[$i].fetish = "cumslut">>
 					<<set $slaves[$i].fetishKnown = 1>>
 					<<set $slaves[$i].fetishStrength = 10>>
@@ -752,7 +752,7 @@
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualQuirk == "gagfuck queen")>>
-			She @@color:hotpink;secretly enjoys@@ gagging on her breakfast every morning.
+			She @@.hotpink;secretly enjoys@@ gagging on her breakfast every morning.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 	<</if>>
@@ -761,15 +761,15 @@
 <<if $revealFoodEffects == 1>>
 	She knows that every meal of the liquid slave food she <<if $cockFeeder == 1>>sucks down<<else>>eats<</if>> makes it less and less likely that she'll ever survive without it,
 	<<if $slaves[$i].devotion > 50>>
-		but she actually @@color:mediumaquamarine;takes a kind of comfort@@ in knowing that she'll always be a slave.
+		but she actually @@.mediumaquamarine;takes a kind of comfort@@ in knowing that she'll always be a slave.
 		<<set $slaves[$i].trust++>>
 	<<elseif $slaves[$i].devotion > 20>>
 		but since she's been broken to slavery, she does her best not to think about it.
 	<<elseif $slaves[$i].devotion > -20>>
-		and though she does her best not to think about it, it sometimes makes her @@color:gold;cry herself to sleep.@@
+		and though she does her best not to think about it, it sometimes makes her @@.gold;cry herself to sleep.@@
 		<<set $slaves[$i].trust-->>
 	<<else>>
-		knowledge that fills her with @@color:gold;fear@@ and @@color:mediumorchid;horror@@ every time she thinks about it.
+		knowledge that fills her with @@.gold;fear@@ and @@.mediumorchid;horror@@ every time she thinks about it.
 		<<set $slaves[$i].trust--,$slaves[$i].devotion-->>
 	<</if>>
 <</if>>
@@ -777,84 +777,84 @@
 <<else>> /* FUCKDOLL DIETS */
 
 <<if ($slaves[$i].diet == "restricted")>> /* Weight Loss */
-	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@color:orange;slimmed down.@@
+	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@.orange;slimmed down.@@
 	<<set $slaves[$i].weight -= 9>>
 	<<if random(1,2) <= 1>>
 		<<if random(1,2) <= 1>>
-			@@color:orange;Its breasts get a little smaller.@@
+			@@.orange;Its breasts get a little smaller.@@
 			<<set $slaves[$i].boobs -= 50>>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].butt > 1>>
 		<<if random(1,5) <= 1>>
-			@@color:orange;Its butt gets a little smaller.@@
+			@@.orange;Its butt gets a little smaller.@@
 			<<set $slaves[$i].butt -= 1>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].weight < -95)>>
-		It is now quite skinny, so its diet @@color:yellow;has defaulted to maintenance of this weight.@@
+		It is now quite skinny, so its diet @@.yellow;has defaulted to maintenance of this weight.@@
 		<<set $slaves[$i].diet = "healthy">>
 	<</if>>
 <<elseif ($slaves[$i].diet == "fattening")>> /* Weight Gain */
-	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@color:lime;fattened up.@@
+	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@.lime;fattened up.@@
 	<<set $slaves[$i].weight += 9>>
 	<<if random(1,2) <= 1>>
-		@@color:lime;Its breasts get a little bigger.@@
+		@@.lime;Its breasts get a little bigger.@@
 		<<set $slaves[$i].boobs += 50>>
 	<</if>>
 	<<if random(1,5) <= 1>>
-		@@color:lime;Its butt gets a little bigger.@@
+		@@.lime;Its butt gets a little bigger.@@
 		<<set $slaves[$i].butt + 1>>
 	<</if>>
 	<<if $slaves[$i].weight > 95>>
-		It is now quite fat, so its diet @@color:yellow;has defaulted to maintenance of this weight.@@
+		It is now quite fat, so its diet @@.yellow;has defaulted to maintenance of this weight.@@
 		<<set $slaves[$i].diet = "healthy">>
 	<</if>>
 <<elseif ($slaves[$i].diet == "muscle building")>> /* Muscle Gain */
 	Fuckdolls suits can force their inhabitants to lift weights until they drop.
 	<<if $slaves[$i].muscles > 90>>
-		It has plateaued at a state of @@color:lime;perfect musculature.@@
+		It has plateaued at a state of @@.lime;perfect musculature.@@
 		<<set $slaves[$i].muscles = 100>>
 		<<set $slaves[$i].diet = "healthy">>
 	<<else>>
-		It @@color:lime;slowly gains muscle.@@
+		It @@.lime;slowly gains muscle.@@
 		<<set $slaves[$i].muscles += 9>>
 	<</if>>
 	<<if random(1,100) > 90>>
 	<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>>
-		@@color:orange;Its breasts get a little smaller.@@
+		@@.orange;Its breasts get a little smaller.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif ($slaves[$i].butt > 1)>>
-		@@color:orange;Its butt gets a little smaller.@@
+		@@.orange;Its butt gets a little smaller.@@
 		<<set $slaves[$i].butt -= 1>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].weight > 10>>
-		Its workouts have also @@color:orange;burned off some excess fat.@@
+		Its workouts have also @@.orange;burned off some excess fat.@@
 		<<set $slaves[$i].weight -= 2>>
 	<</if>>
 	The stress of forced exercise is trivial compared to everything else it experiences, and it's unaffected mentally.
 <<elseif ($slaves[$i].diet == "slimming")>> /* Muscle Loss */
 	Fuckdoll suits can force their inhabitants to work out until they drop.
 	<<if $slaves[$i].muscles <= 10>>
-		It has finally @@color:lime;lost all visible musculature.@@
+		It has finally @@.lime;lost all visible musculature.@@
 		<<set $slaves[$i].muscles = 0>>
 		<<set $slaves[$i].diet = "healthy">>
 	<<else>>
-		It @@color:lime;loses musculature.@@
+		It @@.lime;loses musculature.@@
 		<<set $slaves[$i].muscles -= 9>>
 	<</if>>
 	<<if random(1,100) > 90>>
 	<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant >= 200)>>
-		@@color:orange;Its breasts get a little smaller.@@
+		@@.orange;Its breasts get a little smaller.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif ($slaves[$i].butt > 1)>>
-		@@color:orange;Its butt gets a little smaller.@@
+		@@.orange;Its butt gets a little smaller.@@
 		<<set $slaves[$i].butt -= 1>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].weight > 10>>
-		Its workouts have also @@color:orange;burned off some excess fat.@@
+		Its workouts have also @@.orange;burned off some excess fat.@@
 		<<set $slaves[$i].weight -= 2>>
 	<</if>>
 	The stress of forced exercise is trivial compared to everything else it experiences, and it's unaffected mentally.
@@ -862,168 +862,168 @@
 <<elseif ($slaves[$i].diet is "cum production")>>
 	Fuckdoll suits have easily attached reserviors to catch excess cum.
 	<<if ($slaves[$i].balls < 6) && (random(1,100) > 90)>>
-		It's @@color:lime;balls swell@@ to better accommodate its increased cum production.
+		It's @@.lime;balls swell@@ to better accommodate its increased cum production.
 		<<set $slaves[$i].balls += 1>>
 	<</if>>
 
 <<elseif ($slaves[$i].diet is "XX")>> /* Female Hormones */
-	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@color:lime;feminized.@@
+	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's being @@.lime;feminized.@@
 	<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */
 		<<if $slaves[$i].weight < 30>>
-			Hormonal changes encourage its body to @@color:lime;grow softer.@@
+			Hormonal changes encourage its body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 500)>>
-			Its breasts @@color:lime;grow slightly@@ from the estrogen.
+			Its breasts @@.lime;grow slightly@@ from the estrogen.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].waist > -30>>
-			Hormonal changes @@color:lime;slim its waist.@@
+			Hormonal changes @@.lime;slim its waist.@@
 		<<set $slaves[$i].waist-->>
 		<</if>>
 		<<if $slaves[$i].butt < 4 && random(1,100) > 75>>
-			Its rear @@color:lime;rounds out@@ to fit its growing curves.
+			Its rear @@.lime;rounds out@@ to fit its growing curves.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 		<<if $slaves[$i].dick > 1 && random(1,100) > 95>>
-			Its dick @@color:orange;shrinks slightly.@@
+			Its dick @@.orange;shrinks slightly.@@
 			<<set $slaves[$i].dick -= 1>>
 		<</if>>
 		<<if $slaves[$i].balls > 1 && random(1,100) > 95>>
-			Its balls @@color:orange;shrivel@@ due to its body chemistry.
+			Its balls @@.orange;shrivel@@ due to its body chemistry.
 			<<set $slaves[$i].balls -= 1>>
 		<</if>>
 	<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */
 		<<if $slaves[$i].weight < 40>>
-			Hormonal changes encourage its body to @@color:lime;grow softer.@@
+			Hormonal changes encourage its body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 600)>>
-			Its breasts @@color:lime;grow slightly@@ from the estrogen.
+			Its breasts @@.lime;grow slightly@@ from the estrogen.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].waist > -20>>
-			Hormonal changes @@color:lime;slim its waist.@@
+			Hormonal changes @@.lime;slim its waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 		<<if $slaves[$i].butt < 5 && random(1,100) > 75>>
-			Its rear @@color:lime;rounds out@@ to fit its developing femininity.
+			Its rear @@.lime;rounds out@@ to fit its developing femininity.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 	<<elseif $slaves[$i].balls > 0>> /* male */
 		<<if $slaves[$i].weight < 20>>
-			Hormonal changes encourage its body to @@color:lime;grow softer.@@
+			Hormonal changes encourage its body to @@.lime;grow softer.@@
 		<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts <= 400)>>
-			Its breasts @@color:lime;grow slightly@@ from the estrogen.
+			Its breasts @@.lime;grow slightly@@ from the estrogen.
 			<<set $slaves[$i].boobs += 10>>
 		<</if>>
 		<<if $slaves[$i].waist > -10>>
-			Hormonal changes @@color:lime;slim its waist.@@
+			Hormonal changes @@.lime;slim its waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 		<<if $slaves[$i].butt < 3 && random(1,100) > 75>>
-			Its rear @@color:lime;rounds out@@ to fit its developing femininity.
+			Its rear @@.lime;rounds out@@ to fit its developing femininity.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 		<<if $slaves[$i].dick > 1 && random(1,100) > 99>>
-			Its dick @@color:orange;shrinks slightly@@ due to its body chemistry.
+			Its dick @@.orange;shrinks slightly@@ due to its body chemistry.
 			<<set $slaves[$i].dick -= 1>>
 		<</if>>
 		<<if $slaves[$i].balls > 1 && random(1,100) > 99>>
-			Its balls @@color:orange;shrivel@@ due to its body chemistry.
+			Its balls @@.orange;shrivel@@ due to its body chemistry.
 			<<set $slaves[$i].balls -= 1>>
 		<</if>>
 	<</if>>
 <<elseif ($slaves[$i].diet is "XY")>> /* Male Hormones */
-	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's becoming @@color:lime;masculine.@@
+	The ports in Fuckdoll suits allow total dietary control, and it's barely aware it's becoming @@.lime;masculine.@@
 	<<if ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && ($slaves[$i].balls > 0)>> /* herm */
 		<<if $slaves[$i].muscles < 60>>
-			Hormonal changes encourage its body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage its body to @@.lime;gain muscle.@@
 		<<set $slaves[$i].muscles += 1>>
 		<</if>>
 		<<if $slaves[$i].waist < 0>>
-			Hormonal changes @@color:lime;thicken its waist.@@
+			Hormonal changes @@.lime;thicken its waist.@@
 			<<set $slaves[$i].waist++>>
 		<</if>>
 		<<if $slaves[$i].dick < 4 && random(1,100) > 95>>
-			Her dick @@color:lime;grows slightly@@ due to the male hormones in its diet.
+			Her dick @@.lime;grows slightly@@ due to the male hormones in its diet.
 			<<set $slaves[$i].dick += 1>>
 		<</if>>
 		<<if $slaves[$i].balls < 3 && random(1,100) > 95>>
-			Its balls @@color:lime;swell@@ due to the male hormones in its diet.
+			Its balls @@.lime;swell@@ due to the male hormones in its diet.
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts > 400)>>
-			ITs breasts @@color:orange;lose some mass@@ from the lack of estrogen in its diet.
+			ITs breasts @@.orange;lose some mass@@ from the lack of estrogen in its diet.
 			<<set $slaves[$i].boobs -= 10>>
 		<</if>>
 	<<elseif $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> /* female */
 		<<if $slaves[$i].muscles < 15>>
-			Hormonal changes encourage its body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage its body to @@.lime;gain muscle.@@
 		<<set $slaves[$i].muscles += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts > 500)>>
-			Its breasts @@color:orange;lose some mass@@ from the lack of estrogen in its diet.
+			Its breasts @@.orange;lose some mass@@ from the lack of estrogen in its diet.
 			<<set $slaves[$i].boobs -= 10>>
 		<</if>>
 		<<if $slaves[$i].waist < 15>>
-			Hormonal changes @@color:lime;thicken its waist.@@
+			Hormonal changes @@.lime;thicken its waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 	<<elseif $slaves[$i].balls > 0>> /* male */
 		<<if $slaves[$i].muscles < 30>>
-			Hormonal changes encourage its body to @@color:lime;gain muscle.@@
+			Hormonal changes encourage its body to @@.lime;gain muscle.@@
 		<</if>>
 		<<if $slaves[$i].waist < 30>>
-			Hormonal changes @@color:lime;thicken its waist.@@
+			Hormonal changes @@.lime;thicken its waist.@@
 			<<set $slaves[$i].waist++>>
 		<</if>>
 		<<if $slaves[$i].dick < 4 && random(1,100) > 95>>
-			Its dick @@color:lime;grows slightly@@ due to the male hormones in its diet.
+			Its dick @@.lime;grows slightly@@ due to the male hormones in its diet.
 			<<set $slaves[$i].dick += 1>>
 		<</if>>
 		<<if $slaves[$i].balls < 4 && random(1,100) > 95>>
-			Its balls @@color:lime;swell@@ due to the male hormones in its diet.
+			Its balls @@.lime;swell@@ due to the male hormones in its diet.
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 		<<if ($slaves[$i].breasts > 300)>>
-			Its breasts @@color:orange;lose some mass@@ to better suit its body chemistry.
+			Its breasts @@.orange;lose some mass@@ to better suit its body chemistry.
 			<<set $slaves[$i].boobs -= 10>>
 		<</if>>
 	<</if>>
 <<elseif ($slaves[$i].diet is "XXY")>> /* Futa Hormones */
-	The ports in Fuckdoll suits allow total dietary control, and it's barely aware its sexual aspects are being @@color:lime;enhanced.@@
+	The ports in Fuckdoll suits allow total dietary control, and it's barely aware its sexual aspects are being @@.lime;enhanced.@@
 	<<if $slaves[$i].muscles < 90>>
-		Hormonal changes encourage its body to @@color:lime;gain muscle.@@
+		Hormonal changes encourage its body to @@.lime;gain muscle.@@
 	<<set $slaves[$i].muscles += 1>>
 	<</if>>
 	<<if $slaves[$i].weight < 50>>
-		Hormonal changes encourage its body to @@color:lime;grow softer.@@
+		Hormonal changes encourage its body to @@.lime;grow softer.@@
 	<<set $slaves[$i].weight += 1>>
 	<</if>>
 		<<if $slaves[$i].waist < 0>>
-			Hormonal changes @@color:lime;thicken its waist.@@
+			Hormonal changes @@.lime;thicken its waist.@@
 			<<set $slaves[$i].waist++>>
 		<<elseif $slaves[$i].waist > 0>>
-			Hormonal changes @@color:lime;thin its waist.@@
+			Hormonal changes @@.lime;thin its waist.@@
 			<<set $slaves[$i].waist-->>
 		<</if>>
 	<<if ($slaves[$i].breasts <= 800)>>
-		Its breasts @@color:lime;grow slightly@@ to fit its developing femininity.
+		Its breasts @@.lime;grow slightly@@ to fit its developing femininity.
 		<<set $slaves[$i].boobs += 10>>
 	<</if>>
 	<<if $slaves[$i].butt < 5 && random(1,100) > 75>>
-		Its rear @@color:lime;rounds out@@ to fit its developing femininity.
+		Its rear @@.lime;rounds out@@ to fit its developing femininity.
 		<<set $slaves[$i].butt += 1>>
 	<</if>>
 	<<if $slaves[$i].dick < 5 && random(1,100) > 90>>
-		Its dick @@color:lime;grows slightly@@ to fit its developing masculinity.
+		Its dick @@.lime;grows slightly@@ to fit its developing masculinity.
 		<<set $slaves[$i].dick += 1>>
 	<</if>>
 	<<if $slaves[$i].balls < 5 && random(1,100) > 90>>
-		Its balls @@color:lime;swell@@ to fit its developing masculinity.
+		Its balls @@.lime;swell@@ to fit its developing masculinity.
 		<<set $slaves[$i].balls += 1>>
 	<</if>>
 	
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 397aa769330cc63fd5bf259dbb38f88196157d2f..43cf6d27b62aeb23158f491c545421dcd2d51378 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -7,11 +7,11 @@
 	<<include "SA hormone effects">>
 
 <<case "psychosuppressants">>
-	The psychosuppressants @@color:hotpink;reduce $possessive ability to question $possessive role@@ or @@color:mediumaquamarine;think independently.@@
+	The psychosuppressants @@.hotpink;reduce $possessive ability to question $possessive role@@ or @@.mediumaquamarine;think independently.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].trust += 4>>
 	<<if ($slaves[$i].intelligence > -2)>>
-	They @@color:orangered;negatively impact $possessive intelligence,@@ as well.
+	They @@.orangered;negatively impact $possessive intelligence,@@ as well.
 	<<set $slaves[$i].intelligence -= 1>>
 	<</if>>
 	<<if $slaves[$i].fuckdoll == 0>>
@@ -19,7 +19,7 @@
 	<<if ($slaves[$i].fetishStrength <= 60)>>
 	<<if ($slaves[$i].fetish != "submissive")>>
 	<<if $fetishChangeChance > random(0,100)>>
-		The willingness to @@color:lightcoral;submit@@ created by the drugs invades $possessive sexuality, too.
+		The willingness to @@.lightcoral;submit@@ created by the drugs invades $possessive sexuality, too.
 		<<set $slaves[$i].fetish = "submissive">>
 		<<set $slaves[$i].fetishKnown = 1>>
 		<<set $slaves[$i].fetishStrength = 10>>
@@ -31,7 +31,7 @@
 <<case "hyper breast injections">>
   <<set $slaves[$i].chem += 2>>
   <<set $seed = 0>>
-  $pronounCap receives @@color:lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> hyper growth hormones, right into $possessive breasts;@@ 
+  $pronounCap receives @@.lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> hyper growth hormones, right into $possessive breasts;@@ 
   <<if ($slaves[$i].diet is "fattening")>>
 	all the food $pronoun's required to consume fuels growth, and
 	<<set $seed += 250>>
@@ -77,7 +77,7 @@
 	<<set $seed += $injectionUpgrade*0.5>>
 	<<if ($slaves[$i].boobShape != "saggy")>>
 	  <<if random(1,10) == 1>>
-		As they grow, they @@color:lime;begin to sag@@ under their own monstrous weight, $possessive mass of breastflesh directing $possessive nipples downward.
+		As they grow, they @@.lime;begin to sag@@ under their own monstrous weight, $possessive mass of breastflesh directing $possessive nipples downward.
 		<<set $slaves[$i].boobShape = "saggy">>
 	  <</if>>
 	<</if>>
@@ -87,7 +87,7 @@
 	<<set $seed += $injectionUpgrade*0.5>>
 	<<if ($slaves[$i].boobShape != "saggy")>>
 	  <<if random(1,10) == 1>>
-		As they grow, they @@color:lime;begin to sag@@ under their own monstrous weight, $possessive mass of breastflesh directing $possessive nipples downward.
+		As they grow, they @@.lime;begin to sag@@ under their own monstrous weight, $possessive mass of breastflesh directing $possessive nipples downward.
 		<<set $slaves[$i].boobShape = "saggy">>
 	  <</if>>
 	<</if>>
@@ -97,7 +97,7 @@
 	<<set $seed += $injectionUpgrade*0.5>>
 	<<if ($slaves[$i].boobShape != "normal")>>
 	  <<if random(1,10) == 1>>
-		$possessiveCap @@color:lime;breasts lose their unique shape@@ as they adapt to their monstrous, unnatural size. There's simply nowhere else for her mass of boob to go, and its expansion fills her breasts out and points her nipples forward.
+		$possessiveCap @@.lime;breasts lose their unique shape@@ as they adapt to their monstrous, unnatural size. There's simply nowhere else for her mass of boob to go, and its expansion fills her breasts out and points her nipples forward.
 		<<set $slaves[$i].boobShape = "normal">>
 	  <</if>>
 	<</if>>
@@ -108,19 +108,19 @@
 	<<set $slaves[$i].boobs += 25>>
   <</if>>
   <<if random(1,100) > 30+($slaves[$i].areolae*10)>>
-	The increase in breast size @@color:lime;stretches and broadens $possessive areolae.@@
+	The increase in breast size @@.lime;stretches and broadens $possessive areolae.@@
 	<<set $slaves[$i].areolae += 1>>
   <</if>>
   <<if (random(1,100) > 70) and ($slaves[$i].nipples != "inverted")>>
 	<<if ($slaves[$i].nipples is "tiny") or ($slaves[$i].nipples is "cute") or ($slaves[$i].nipples is "puffy") or ($slaves[$i].nipples is "huge")>>
-	  The explosive increase in breast flesh also @@color:lime;completely swallows $possessive nipples.@@
+	  The explosive increase in breast flesh also @@.lime;completely swallows $possessive nipples.@@
 	  <<set $slaves[$i].nipples to "inverted">>
 	<</if>>
   <</if>>
 
 <<case "breast injections">>
 	<<set $seed = 0>>
-	$pronounCap receives @@color:lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> growth hormones, right into $possessive breasts;@@
+	$pronounCap receives @@.lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> growth hormones, right into $possessive breasts;@@
 	<<if ($slaves[$i].diet == "fattening")>>
 	all the food $pronoun's required to consume fuels growth, <<if ($slaves[$i].boobs < 2000)>>and<<else>>but<</if>>
 	<<set $seed += 2>>
@@ -171,7 +171,7 @@
 	<<set $seed += $injectionUpgrade>>
 	<<if ($slaves[$i].boobShape != "saggy")>>
 		<<if random(1,10) == 1>>
-		As they grow, they @@color:lime;begin to sag@@ under their own monstrous weight, $possessive mass of breastflesh directing $possessive nipples downward.
+		As they grow, they @@.lime;begin to sag@@ under their own monstrous weight, $possessive mass of breastflesh directing $possessive nipples downward.
 		<<set $slaves[$i].boobShape = "saggy">>
 		<</if>>
 	<</if>>
@@ -181,7 +181,7 @@
 	<<set $seed += $injectionUpgrade>>
 	<<if ($slaves[$i].boobShape != "normal")>>
 		<<if random(1,10) == 1>>
-		$possessiveCap @@color:lime;breasts lose their unique shape@@ as they adapt to their monstrous, unnatural size. There's simply nowhere else for $possessive mass of boob to go, and its expansion fills $possessive breasts out and points $possessive nipples forward.
+		$possessiveCap @@.lime;breasts lose their unique shape@@ as they adapt to their monstrous, unnatural size. There's simply nowhere else for $possessive mass of boob to go, and its expansion fills $possessive breasts out and points $possessive nipples forward.
 		<<set $slaves[$i].boobShape = "normal">>
 		<</if>>
 	<</if>>
@@ -192,38 +192,38 @@
 	<<set $slaves[$i].boobs += 25*Math.trunc($seed*0.8)>>
 	<</if>>
 	<<if random(1,100) > 70+($slaves[$i].areolae*10)>>
-	The increase in breast size @@color:lime;stretches and broadens $possessive areolae.@@
+	The increase in breast size @@.lime;stretches and broadens $possessive areolae.@@
 	<<set $slaves[$i].areolae += 1>>
 	<</if>>
 	<<if (random(1,100) > 70) && ($slaves[$i].nipples != "huge")>>
 	<<if ($slaves[$i].nipples == "tiny")>>
-		The hormones also @@color:lime;cause nipple growth.@@
+		The hormones also @@.lime;cause nipple growth.@@
 		<<set $slaves[$i].nipples = "cute">>
 	<<elseif ($slaves[$i].nipples == "cute")>>
 		<<if random(1,2) == 1>>
-		The hormones also @@color:lime;cause $possessive cute nipples to become puffy.@@
+		The hormones also @@.lime;cause $possessive cute nipples to become puffy.@@
 		<<set $slaves[$i].nipples = "puffy">>
 		<<else>>
-		The explosive breast growth also @@color:lime;causes $possessive cute nipples to become partially inverted.@@
+		The explosive breast growth also @@.lime;causes $possessive cute nipples to become partially inverted.@@
 		<<set $slaves[$i].nipples = "partially inverted">>
 		<</if>>
 	<<elseif ($slaves[$i].nipples == "puffy")>>
 		<<if random(1,2) == 1>>
-		The hormones also @@color:lime;cause $possessive puffy nipples to become really enormous.@@
+		The hormones also @@.lime;cause $possessive puffy nipples to become really enormous.@@
 		<<set $slaves[$i].nipples = "huge">>
 		<<else>>
-		The explosive breast growth also @@color:lime;causes $possessive puffy nipples to become completely inverted.@@
+		The explosive breast growth also @@.lime;causes $possessive puffy nipples to become completely inverted.@@
 		<<set $slaves[$i].nipples = "inverted">>
 		<</if>>
 	<<elseif ($slaves[$i].nipples == "partially inverted")>>
-		The explosive breast growth also @@color:lime;causes $possessive nipples to invert completely.@@
+		The explosive breast growth also @@.lime;causes $possessive nipples to invert completely.@@
 		<<set $slaves[$i].nipples = "inverted">>
 	<</if>>
 	<</if>>
 
 <<case "butt injections">>
 	<<set $seed = 0>>
-	$pronounCap receives @@color:lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> growth hormones, right into $possessive buttocks;@@
+	$pronounCap receives @@.lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> growth hormones, right into $possessive buttocks;@@
 	<<if ($slaves[$i].diet == "fattening")>>
 	all the food $pronoun's required to consume fuels growth, <<if ($slaves[$i].butt < 6)>>and<<else>>but<</if>>
 	<<set $seed += 0.2>>
@@ -269,7 +269,7 @@
 <<case "hyper butt injections">>
 	<<set $slaves[$i].chem += 2>>
 	<<set $seed = 0>>
-	$pronounCap receives @@color:lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> hyper growth hormones, right into $possessive buttocks;@@
+	$pronounCap receives @@.lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> hyper growth hormones, right into $possessive buttocks;@@
 	<<if ($slaves[$i].diet is "fattening")>>
 	all the food $pronoun's required to consume fuels growth, <<if ($slaves[$i].butt < 10)>>and<<else>>but<</if>>
 	<<set $seed += 0.2>>
@@ -318,21 +318,21 @@
 <<case "lip injections">>
 	<<if ($slaves[$i].lips <= 95)>>
 		<<if ($slaves[$i].lips > 90)>>
-			@@color:lime;$possessiveCap lips swell rapidly, becoming a facepussy useless for anything other than oral sex.@@
+			@@.lime;$possessiveCap lips swell rapidly, becoming a facepussy useless for anything other than oral sex.@@
 		<<elseif ($slaves[$i].lips > 70) && ($slaves[$i].lips <= 75)>>
-			@@color:lime;$possessiveCap lips swell rapidly, and are now so large that $pronoun can no longer enunciate properly.@@
+			@@.lime;$possessiveCap lips swell rapidly, and are now so large that $pronoun can no longer enunciate properly.@@
 		<<else>>
-			@@color:lime;$possessiveCap lips swell rapidly.@@
+			@@.lime;$possessiveCap lips swell rapidly.@@
 		<</if>>
 		<<set $slaves[$i].lips += 5>>
 	<</if>>
 	
 <<case "male hormone injections">>
 	<<if $slaves[$i].pubertyXY == 1>>
-	$pronounCap has potent sperm. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$pronounCap has potent sperm. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<<else>>
-	The intense hormonal injections leave $possessive @@color:red;sickened and weak@@ as $possessive body struggles to adapt to the overwhelming chemicals flooding $possessive system.
+	The intense hormonal injections leave $possessive @@.red;sickened and weak@@ as $possessive body struggles to adapt to the overwhelming chemicals flooding $possessive system.
 	<<set $slaves[$i].chem += 20>>
 	<<set $slaves[$i].health -= 10>>
 	<<if $slaves[$i].energy > 5>>
@@ -342,10 +342,10 @@
 	
 <<case "female hormone injections">>
 	<<if $slaves[$i].pubertyXX == 1>>
-	$pronounCap has begun ovulating. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$pronounCap has begun ovulating. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<<else>>
-	The intense hormonal injections leave $possessive @@color:red;sickened and weak@@ as $possessive body struggles to adapt to the overwhelming chemicals flooding $possessive system.
+	The intense hormonal injections leave $possessive @@.red;sickened and weak@@ as $possessive body struggles to adapt to the overwhelming chemicals flooding $possessive system.
 	<<set $slaves[$i].chem += 20>>
 	<<set $slaves[$i].health -= 10>>
 	<<if $slaves[$i].energy > 5>>
@@ -355,93 +355,93 @@
 
 <<case "penis enhancement">>
 	<<if (random(1,100) > (40-($injectionUpgrade*10)+($slaves[$i].dick*5))) && ($slaves[$i].dick < 10)>>
-	@@color:lime;$possessiveCap cock grows painfully,@@ becoming both longer and girthier.
+	@@.lime;$possessiveCap cock grows painfully,@@ becoming both longer and girthier.
 	<<set $slaves[$i].dick += 1>>
 	<<elseif ($slaves[$i].balls == 1) && ($slaves[$i].scrotum > 0) && (random(1,100) > (90-($injectionUpgrade*10)))>>
-	As a side effect of the dick enhancement drugs, @@color:lime;$possessive balls drop.@@
+	As a side effect of the dick enhancement drugs, @@.lime;$possessive balls drop.@@
 	<<set $slaves[$i].balls += 1>>
 	<<else>>
 	Despite being dosed with a spectrum of powerful growth promoters, $possessive dick does not grow.
 	<</if>>
 	<<if $slaves[$i].dick == 6>>
 	<<if $slaves[$i].balls > 0>>
-	@@color:yellow;$possessiveCap dick is at the limit of what $possessive cardiovascular system could conceivably bring erect.@@ Further penis enhancement may limit $possessive ability to get hard.
+	@@.yellow;$possessiveCap dick is at the limit of what $possessive cardiovascular system could conceivably bring erect.@@ Further penis enhancement may limit $possessive ability to get hard.
 	<</if>>
 	<</if>>
 
 <<case "hyper penis enhancement">>
-	$pronounCap receives @@color:lime;direct injections of hyper growth hormones, right into $possessive dick.@@
+	$pronounCap receives @@.lime;direct injections of hyper growth hormones, right into $possessive dick.@@
 	<<set $slaves[$i].chem += 2>>
 	<<if ($slaves[$i].dick >= 30)>>
-		$possessiveCap cock is now so huge that further drug enhancement will not increase its size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+		$possessiveCap cock is now so huge that further drug enhancement will not increase its size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<else>>
-		@@color:lime;$possessiveCap cock grows painfully,@@ becoming both longer and girthier.
+		@@.lime;$possessiveCap cock grows painfully,@@ becoming both longer and girthier.
 		<<set $slaves[$i].dick += 1>>
 	<</if>>
 
 <<case "testicle enhancement">>
 	<<if (random(1,100) > (40-($injectionUpgrade*10)+($slaves[$i].balls*5))) && ($slaves[$i].balls < 6)>>
-	@@color:lime;$possessiveCap balls swell painfully.@@
+	@@.lime;$possessiveCap balls swell painfully.@@
 	<<set $slaves[$i].balls += 1>>
 	<<elseif ($slaves[$i].dick < 2) && (random(1,100) > (90-($injectionUpgrade*10)))>>
-	As a side effect of the testicle enhancement drugs, @@color:lime;$possessive micropenis grows,@@ becoming merely tiny.
+	As a side effect of the testicle enhancement drugs, @@.lime;$possessive micropenis grows,@@ becoming merely tiny.
 	<<set $slaves[$i].dick += 1>>
 	<<else>>
 	Despite being filled with testicle enhancers and painfully swollen with resultant cum overproduction, $possessive balls do not grow.
 	<</if>>
 
 <<case "hyper testicle enhancement">>
-	$pronounCap receives @@color:lime;direct injections of hyper growth hormones, right into $possessive testicles;@@ forcing them to swell with cum overproduction.
+	$pronounCap receives @@.lime;direct injections of hyper growth hormones, right into $possessive testicles;@@ forcing them to swell with cum overproduction.
 	<<set $slaves[$i].chem += 2>>
 	<<if ($slaves[$i].balls >= 125)>>
 		$possessiveCap balls are now so immense that further drug enhancement will not increase their size. However, leaving her on them will still stimulate cum production.
 	<<elseif ($slaves[$i].balls < 125)>>
-		@@color:lime;$possessiveCap balls swell painfully.@@
+		@@.lime;$possessiveCap balls swell painfully.@@
 		<<set $slaves[$i].balls += 2>>
 	<</if>>
 
 <<case "steroids">>
 	<<if ($slaves[$i].dick == 0) && (random(1,100) > 40+($slaves[$i].clit*10))>>
-	The gear $pronoun's on @@color:lime;increases the size of $possessive clit.@@
+	The gear $pronoun's on @@.lime;increases the size of $possessive clit.@@
 	<<set $slaves[$i].clit += 1>>
 	<<elseif ($slaves[$i].dick != 0) && ($slaves[$i].dick < 3) && (random(1,100) > 95)>>
-	The gear $pronoun's on @@color:lime;increases the size of $possessive penis.@@
+	The gear $pronoun's on @@.lime;increases the size of $possessive penis.@@
 	<<set $slaves[$i].dick += 1>>
 	<<elseif ($slaves[$i].faceShape != "masculine") && ($slaves[$i].faceShape != "androgynous") && (random(1,100) > 95)>>
-	The gear $pronoun's on @@color:orange;hardens $possessive face into androgyny.@@
+	The gear $pronoun's on @@.orange;hardens $possessive face into androgyny.@@
 	<<set $slaves[$i].faceShape = "androgynous">>
 	<<elseif ($slaves[$i].balls != 0) && ($slaves[$i].scrotum != 0) && ($slaves[$i].balls < 3) && (random(1,100) > 95)>>
-	The gear $pronoun's on @@color:lime;increases the size of $possessive balls.@@
+	The gear $pronoun's on @@.lime;increases the size of $possessive balls.@@
 	<<set $slaves[$i].balls += 1>>
 	<<elseif random(1,100) > 110-($slaves[$i].anus*10)>>
-	The steroids $pronoun's on have an effect on $possessive stretched anal muscles, giving $object a @@color:orange;tighter butthole.@@
+	The steroids $pronoun's on have an effect on $possessive stretched anal muscles, giving $object a @@.orange;tighter butthole.@@
 	<<set $slaves[$i].anus -= 1>>
 	<<elseif random(1,100) > 110-($slaves[$i].vagina*10)>>
-	The steroids $pronoun's on have an effect on $possessive vaginal muscles, giving $object a @@color:orange;tighter pussy.@@
+	The steroids $pronoun's on have an effect on $possessive vaginal muscles, giving $object a @@.orange;tighter pussy.@@
 	<<set $slaves[$i].vagina -= 1>>
 	<<elseif (($slaves[$i].face-($slaves[$i].faceImplant*20)) > 10) && (random(1,100) > 90)>>
-	The gear $pronoun's on @@color:orange;hardens $possessive pretty face a little.@@
+	The gear $pronoun's on @@.orange;hardens $possessive pretty face a little.@@
 	<<set $slaves[$i].face -= 5>>
 	<</if>>
 
 <<case "anti-aging cream">>
 	<<if ($slaves[$i].visualAge <= 18)>>
-		$possessiveCap outward age has regressed to the point that the creams will have little effect. Since they can't be improved with further drug treatment, @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap outward age has regressed to the point that the creams will have little effect. Since they can't be improved with further drug treatment, @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<else>>
-		The skin creams @@color:orange;soothe $possessive aging skin@@ leaving $possessive looking younger, though the effects are only skin deep.
+		The skin creams @@.orange;soothe $possessive aging skin@@ leaving $possessive looking younger, though the effects are only skin deep.
 		<<set $slaves[$i].visualAge -= 1>>
 	<</if>>
 	<<if $arcologies[0].FSYouthPreferentialist != "unset">>
 		<<if $slaves[$i].visualAge > 30>>
-			$pronounCap @@color:mediumaquamarine;trusts you more@@ for allowing $possessive to fit in better with society and not be singled out for $possessive looks.
+			$pronounCap @@.mediumaquamarine;trusts you more@@ for allowing $possessive to fit in better with society and not be singled out for $possessive looks.
 			<<set $slaves[$i].trust += 2>>
 		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
 		<<if $slaves[$i].visualAge > 30>>
-			$pronounCap is @@color:gold;terrified@@ that $possessive fading age will single $possessive out for abuse in your society.
+			$pronounCap is @@.gold;terrified@@ that $possessive fading age will single $possessive out for abuse in your society.
 			<<set $slaves[$i].trust -= 2>>
 		<</if>>
 	<</if>>
@@ -469,19 +469,19 @@
 	<</if>>
 	<<if ($slaves[$i].lactation == 0)>>
 		<<if random(0,50) < $slaves[$i].health>>
-			The hormonal changes produced by the fertility drugs have the side effect of @@color:lime;inducing lactation,@@ indistinguishable from natural lactation.
+			The hormonal changes produced by the fertility drugs have the side effect of @@.lime;inducing lactation,@@ indistinguishable from natural lactation.
 			<<set $slaves[$i].lactation = 1>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].attrXY < 100)>>
 		<<if random(0,10) < $slaves[$i].health>>
-			The hormonal changes produced by the fertility drugs cause $possessive to begin @@color:green;finding men more attractive@@.
+			The hormonal changes produced by the fertility drugs cause $possessive to begin @@.green;finding men more attractive@@.
 			<<set $slaves[$i].attrXY += random(5,10)>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].energy < 85)>>
 		<<if random(0,10) < $slaves[$i].health>>
-			The hormonal changes produced by the fertility drugs cause $possessive to @@color:green;begin craving sex more@@.
+			The hormonal changes produced by the fertility drugs cause $possessive to @@.green;begin craving sex more@@.
 			<<set $slaves[$i].energy += 2>>
 		<</if>>
 	<</if>>
@@ -508,174 +508,174 @@
 	<</if>>
 	<<if ($slaves[$i].lactation == 0)>>
 	<<if random(0,100) < $slaves[$i].health>>
-	The hormonal changes produced by the fertility drugs have the side effect of @@color:lime;inducing lactation,@@ indistinguishable from natural lactation.
+	The hormonal changes produced by the fertility drugs have the side effect of @@.lime;inducing lactation,@@ indistinguishable from natural lactation.
 	<<set $slaves[$i].lactation = 1>>
 	<</if>>
 	<</if>>
 	
 <<case "appetite suppressors">>
 	<<if $slaves[$i].weight <= -95>>
-		Since $possessive body has no weight left to shed, $pronoun no longer needs appetite suppressors to maintain it; @@color:yellow;$possessive drug regimen has been ended.@@
+		Since $possessive body has no weight left to shed, $pronoun no longer needs appetite suppressors to maintain it; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<else>>
 		<<switch $slaves[$i].diet>>
 		<<case "slimming" "restricted">>
-			Since $pronoun is already on a diet that favors weight loss, her reduced appetite allows $possessive body @@color:lime;sheds pounds@@ even more effectively.
+			Since $pronoun is already on a diet that favors weight loss, her reduced appetite allows $possessive body @@.lime;sheds pounds@@ even more effectively.
 			<<set $slaves[$i].weight -= 5>>
 		<<case "fattening">>
-			Since $pronoun is on a diet that favors weight gain, $possessive reduced appetite is counter productive; @@color:yellow;$possessive drug regimen has been ended.@@
+			Since $pronoun is on a diet that favors weight gain, $possessive reduced appetite is counter productive; @@.yellow;$possessive drug regimen has been ended.@@
 			<<set $slaves[$i].drugs = "no drugs">>
 		<<default>>
-			The appetite suppressors encourage $object to eat less at meal time, gradually causing $object to @@color:lime;lose weight.@@
+			The appetite suppressors encourage $object to eat less at meal time, gradually causing $object to @@.lime;lose weight.@@
 			<<set $slaves[$i].weight -= 2>>
 		<</switch>>
 	<</if>>
 	
 <<case "penis atrophiers">>
-	$pronounCap receives @@color:lime;direct injections of atrophiers right into $possessive penis,@@ causing $possessive body to begin pulling resources from it.
+	$pronounCap receives @@.lime;direct injections of atrophiers right into $possessive penis,@@ causing $possessive body to begin pulling resources from it.
 	<<if $slaves[$i].dick == 1>>
-		$possessiveCap penis is now so miniscule that further drug use will fail to shrink it further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap penis is now so miniscule that further drug use will fail to shrink it further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif $slaves[$i].dick >= 20>>
-		@@color:lime;$possessiveCap cock shrinks painfully,@@ becoming massively shorter and thinner.
+		@@.lime;$possessiveCap cock shrinks painfully,@@ becoming massively shorter and thinner.
 		<<set $slaves[$i].dick -= 3>>
 	<<elseif $slaves[$i].dick >= 10>>
-		@@color:lime;$possessiveCap cock shrinks painfully,@@ becoming shorter and thinner.
+		@@.lime;$possessiveCap cock shrinks painfully,@@ becoming shorter and thinner.
 		<<set $slaves[$i].dick -= 2>>
 	<<elseif (random(1,100) > (40-($injectionUpgrade*10)-($slaves[$i].dick*5))) && ($slaves[$i].dick > 1)>>
-		@@color:lime;$possessiveCap cock shrinks painfully,@@ becoming shorter and thinner.
+		@@.lime;$possessiveCap cock shrinks painfully,@@ becoming shorter and thinner.
 		<<set $slaves[$i].dick -= 1>>
 	<</if>>
 	
 <<case "testicle atrophiers">>
-	$pronounCap receives @@color:lime;direct injections of atrophiers right into $possessive testicles,@@ causing $possessive body to begin pulling resources from them.
+	$pronounCap receives @@.lime;direct injections of atrophiers right into $possessive testicles,@@ causing $possessive body to begin pulling resources from them.
 	<<if $slaves[$i].balls == 1>>
-		$possessiveCap balls are now so miniscule that further drug use will fail to shrink them further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap balls are now so miniscule that further drug use will fail to shrink them further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif $slaves[$i].balls >= 100>>
-		@@color:lime;$possessiveCap balls shrink painfully,@@ becoming massively smaller and leaving $possessive scrotum looser.
+		@@.lime;$possessiveCap balls shrink painfully,@@ becoming massively smaller and leaving $possessive scrotum looser.
 		<<set $slaves[$i].balls -= 5>>
 	<<elseif $slaves[$i].balls >= 80>>
-		@@color:lime;$possessiveCap balls shrink painfully,@@ becoming massively smaller and leaving $possessive scrotum looser.
+		@@.lime;$possessiveCap balls shrink painfully,@@ becoming massively smaller and leaving $possessive scrotum looser.
 		<<set $slaves[$i].balls -= 4>>
 	<<elseif $slaves[$i].balls >= 60>>
-		@@color:lime;$possessiveCap balls shrink painfully,@@ becoming massively smaller and leaving $possessive scrotum looser.
+		@@.lime;$possessiveCap balls shrink painfully,@@ becoming massively smaller and leaving $possessive scrotum looser.
 		<<set $slaves[$i].balls -= 3>>
 	<<elseif $slaves[$i].balls >= 40>>
-		@@color:lime;$possessiveCap balls shrink painfully,@@ becoming much smaller and leaving $possessive scrotum looser.
+		@@.lime;$possessiveCap balls shrink painfully,@@ becoming much smaller and leaving $possessive scrotum looser.
 		<<set $slaves[$i].balls -= 2>>
 	<<elseif $slaves[$i].balls >= 20>>
-		@@color:lime;$possessiveCap balls shrink painfully,@@ becoming smaller and leaving $possessive scrotum looser.
+		@@.lime;$possessiveCap balls shrink painfully,@@ becoming smaller and leaving $possessive scrotum looser.
 		<<set $slaves[$i].balls -= 1>>
 	<<elseif (random(1,100) > (40-($injectionUpgrade*10)-($slaves[$i].balls*2))) && ($slaves[$i].balls > 1)>>
-		@@color:lime;$possessiveCap balls shrink painfully,@@ becoming smaller and leaving $possessive scrotum looser.
+		@@.lime;$possessiveCap balls shrink painfully,@@ becoming smaller and leaving $possessive scrotum looser.
 		<<set $slaves[$i].balls -= 1>>
 	<</if>>
 	
 <<case "clitoris atrophiers">>
-	$pronounCap receives @@color:lime;direct injections of atrophiers right into $possessive clitoris,@@ causing $possessive body to begin pulling resources from it.
+	$pronounCap receives @@.lime;direct injections of atrophiers right into $possessive clitoris,@@ causing $possessive body to begin pulling resources from it.
 	<<if $slaves[$i].clit == 0>>
-		$possessiveCap clit is now so miniscule that further drug use will fail to shrink it further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap clit is now so miniscule that further drug use will fail to shrink it further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif (random(1,100) > (60-($injectionUpgrade*10)-($slaves[$i].clit*5))) && ($slaves[$i].clit > 0)>>
-		@@color:lime;$possessiveCap cock shrinks painfully,@@ becoming shorter.
+		@@.lime;$possessiveCap cock shrinks painfully,@@ becoming shorter.
 		<<set $slaves[$i].clit -= 1>>
 	<</if>>
 	
 <<case "labia atrophiers">>
-	$pronounCap receives @@color:lime;direct injections of atrophiers right into $possessive labia majora,@@ causing $possessive body to begin pulling resources from it.
+	$pronounCap receives @@.lime;direct injections of atrophiers right into $possessive labia majora,@@ causing $possessive body to begin pulling resources from it.
 	<<if $slaves[$i].labia == 0>>
-		$possessiveCap labia is now so miniscule that further drug use will fail to shrink it further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap labia is now so miniscule that further drug use will fail to shrink it further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif (random(1,100) > (60-($injectionUpgrade*10)-($slaves[$i].labia*5))) && ($slaves[$i].labia > 0)>>
-		@@color:lime;$possessiveCap labia shrinks painfully,@@ becoming smaller.
+		@@.lime;$possessiveCap labia shrinks painfully,@@ becoming smaller.
 		<<set $slaves[$i].clit -= 1>>
 	<</if>>
 	
 <<case "nipple atrophiers">>
-	$pronounCap receives @@color:lime;direct injections of atrophiers right into $possessive nipples,@@ causing $possessive body to begin pulling resources from it.
+	$pronounCap receives @@.lime;direct injections of atrophiers right into $possessive nipples,@@ causing $possessive body to begin pulling resources from it.
 	<<switch $slaves[$i].nipples>>
 	<<case "huge">>
 		<<if (random(1,100) > (60-($injectionUpgrade*15)))>>
-			@@color:lime;$possessiveCap nipples shrink painfully,@@ becoming smaller and puffy.
+			@@.lime;$possessiveCap nipples shrink painfully,@@ becoming smaller and puffy.
 			<<set $slaves[$i].nipples = "puffy">>
 		<</if>>
 	<<case "puffy">>
 		<<if (random(1,100) > (60-($injectionUpgrade*15)))>>
-			@@color:lime;$possessiveCap nipples shrink painfully,@@ becoming smaller and cute.
+			@@.lime;$possessiveCap nipples shrink painfully,@@ becoming smaller and cute.
 			<<set $slaves[$i].nipples = "cute">>
 		<</if>>
 	<<case "cute">>
 		<<if (random(1,100) > (60-($injectionUpgrade*15)))>>
-			@@color:lime;$possessiveCap nipples shrink painfully,@@ becoming tiny.
+			@@.lime;$possessiveCap nipples shrink painfully,@@ becoming tiny.
 			<<set $slaves[$i].nipples = "tiny">>
 		<</if>>
 	<<default>>
-		$possessiveCap nipples are now so small that further drug use will fail to shrink them further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap nipples are now so small that further drug use will fail to shrink them further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<</switch>>
 	
 <<case "lip atrophiers">>
-	$pronounCap receives @@color:lime;direct injections of atrophiers right into $possessive lips,@@ causing $possessive body to begin pulling resources from them.
+	$pronounCap receives @@.lime;direct injections of atrophiers right into $possessive lips,@@ causing $possessive body to begin pulling resources from them.
 	<<if ($slaves[$i].lips-$slaves[$i].lipsImplant) == 0>>
-		$possessiveCap natural lips are now so thin that further drug use will fail to shrink them further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap natural lips are now so thin that further drug use will fail to shrink them further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif ($slaves[$i].lips-$slaves[$i].lipsImplant) >= 70>>
-		@@color:lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming massively smaller and thinner.
+		@@.lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming massively smaller and thinner.
 		<<set $slaves[$i].lips -= 5>>
 	<<elseif ($slaves[$i].lips-$slaves[$i].lipsImplant) >= 50>>
-		@@color:lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming smaller and thinner.
+		@@.lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming smaller and thinner.
 		<<set $slaves[$i].lips -= 3>>
 	<<elseif ($slaves[$i].lips-$slaves[$i].lipsImplant) >= 20>>
-		@@color:lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming smaller and thinner.
+		@@.lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming smaller and thinner.
 		<<set $slaves[$i].lips -= 1>>
 	<<elseif (random(1,100) > (40-($injectionUpgrade*10)-($slaves[$i].lips-$slaves[$i].lipsImplant))) && (($slaves[$i].lips-$slaves[$i].lipsImplant) > 0)>>
-		@@color:lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming smaller and thinner.
+		@@.lime;$possessiveCap natuaral lips to shrink painfully,@@ becoming smaller and thinner.
 		<<set $slaves[$i].lips -= 1>>
 	<</if>>
 	
 <<case "breast redistributors">>
-	$pronounCap receives @@color:lime;direct injections of fat redistributors right into $possessive breasts,@@ causing $possessive body to begin moving fatty tissue from them to $possessive core.
+	$pronounCap receives @@.lime;direct injections of fat redistributors right into $possessive breasts,@@ causing $possessive body to begin moving fatty tissue from them to $possessive core.
 	<<if ($slaves[$i].boobs-$slaves[$i].boobsImplant) <= 100>>
-		$possessiveCap natural breast tissue is now so thin that further drug use will fail to shrink it further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap natural breast tissue is now so thin that further drug use will fail to shrink it further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif ($slaves[$i].boobs-$slaves[$i].boobsImplant) >= 20000>>
-		@@color:lime;$possessiveCap breasts shrink painfully,@@ becoming massively smaller while $possessive @@color:red;waistline swells tremendously.@@
+		@@.lime;$possessiveCap breasts shrink painfully,@@ becoming massively smaller while $possessive @@.red;waistline swells tremendously.@@
 		<<set $slaves[$i].boobs -= 2000>>
 		<<set $slaves[$i].weight += 20>>
 	<<elseif ($slaves[$i].boobs-$slaves[$i].boobsImplant) >= 10000>>
-		@@color:lime;$possessiveCap breasts shrink painfully,@@ becoming greatly smaller while $possessive @@color:red;waistline swells.@@
+		@@.lime;$possessiveCap breasts shrink painfully,@@ becoming greatly smaller while $possessive @@.red;waistline swells.@@
 		<<set $slaves[$i].boobs -= 1000>>
 		<<set $slaves[$i].weight += 10>>
 	<<elseif ($slaves[$i].boobs-$slaves[$i].boobsImplant) >= 5000>>
-		@@color:lime;$possessiveCap breasts shrink painfully,@@ becoming smaller while $possessive @@color:red;waistline swells.@@
+		@@.lime;$possessiveCap breasts shrink painfully,@@ becoming smaller while $possessive @@.red;waistline swells.@@
 		<<set $slaves[$i].boobs -= 500>>
 		<<set $slaves[$i].weight += 5>>
 	<<elseif ($slaves[$i].boobs-$slaves[$i].boobsImplant) >= 1000>>
-		@@color:lime;$possessiveCap breasts shrink painfully,@@ becoming smaller while $possessive @@color:red;waistline grows.@@
+		@@.lime;$possessiveCap breasts shrink painfully,@@ becoming smaller while $possessive @@.red;waistline grows.@@
 		<<set $slaves[$i].boobs -= 300>>
 		<<set $slaves[$i].weight += 3>>
 	<<elseif ($slaves[$i].boobs-$slaves[$i].boobsImplant) > 100>>
-		@@color:lime;$possessiveCap breasts shrink painfully,@@ becoming smaller while $possessive @@color:red;waistline grows slightly.@@
+		@@.lime;$possessiveCap breasts shrink painfully,@@ becoming smaller while $possessive @@.red;waistline grows slightly.@@
 		<<set $slaves[$i].boobs -= 100>>
 		<<set $slaves[$i].weight += 1>>
 	<</if>>
 	
 <<case "butt redistributors">>
-	$pronounCap receives @@color:lime;direct injections of fat redistributors right into $possessive buttocks,@@ causing $possessive body to begin moving fatty tissue from it to $possessive core.
+	$pronounCap receives @@.lime;direct injections of fat redistributors right into $possessive buttocks,@@ causing $possessive body to begin moving fatty tissue from it to $possessive core.
 	<<if ($slaves[$i].butt-$slaves[$i].buttImplant) <= 0>>
-		$possessiveCap natural ass flesh is now so thin that further drug use will fail to shrink it further; @@color:yellow;$possessive drug regimen has been ended.@@
+		$possessiveCap natural ass flesh is now so thin that further drug use will fail to shrink it further; @@.yellow;$possessive drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif ($slaves[$i].butt-$slaves[$i].buttImplant) >= 15>>
-		@@color:lime;$possessiveCap butt shrinks painfully,@@ becoming massively smaller while $possessive @@color:red;waistline swells tremendously.@@
+		@@.lime;$possessiveCap butt shrinks painfully,@@ becoming massively smaller while $possessive @@.red;waistline swells tremendously.@@
 		<<set $slaves[$i].butt -= 2>>
 		<<set $slaves[$i].weight += 25>>
 	<<elseif ($slaves[$i].butt-$slaves[$i].buttImplant) >= 10>>
-		@@color:lime;$possessiveCap butt shrinks painfully,@@ becoming smaller while $possessive @@color:red;waistline swells tremendously.@@
+		@@.lime;$possessiveCap butt shrinks painfully,@@ becoming smaller while $possessive @@.red;waistline swells tremendously.@@
 		<<set $slaves[$i].butt -= 1>>
 		<<set $slaves[$i].weight += 20>>
 	<<elseif (random(1,100) > (50-($injectionUpgrade*10)-($slaves[$i].butt-$slaves[$i].buttImplant))) && ($slaves[$i].butt-$slaves[$i].buttImplant) >= 0>>
-		@@color:lime;$possessiveCap butt shrinks painfully,@@ becoming smaller while $possessive @@color:red;waistline swells greatly.@@
+		@@.lime;$possessiveCap butt shrinks painfully,@@ becoming smaller while $possessive @@.red;waistline swells greatly.@@
 		<<set $slaves[$i].butt -= 1>>
 		<<set $slaves[$i].weight += 10>>
 	<</if>>
@@ -686,35 +686,35 @@
 <<case "slow gestation">>
 	<<set $slaves[$i].chem += 1>>
 	<<if $slaves[$i].preg > 30>>
-		$pronounCap is full term; gestation restriction agents @@color:red;can't supress labor@@ and $possessive regimen is ended to prevent health damage.
+		$pronounCap is full term; gestation restriction agents @@.red;can't supress labor@@ and $possessive regimen is ended to prevent health damage.
 		<<set $slaves[$i].pregControl = "none">>
 	<<elseif $slaves[$i].preg > 0>>
-		$possessiveCap belly feels very docile, $possessive gestation rate is @@color:yellow;greatly reduced@@.
+		$possessiveCap belly feels very docile, $possessive gestation rate is @@.yellow;greatly reduced@@.
 	<</if>>
 <<case "speed up">>
 	<<set $slaves[$i].chem += 2>>
 	<<if $slaves[$i].assignment != "get treatment in the clinic" && $Nurse == 0>>
 		<<if $slaves[$i].pregType > 1>><<set _childCount = "children are">><<else>><<set _childCount = "child is">><</if>>
-		$possessiveCap _childCount growing rapidly within $possessive womb, far faster than $possessive @@color:red;poor body can handle.@@<<if $slaves[$i].pregType >= 10>> $possessiveCap rate of growth is straining $possessive womb, she is @@color:red;at risk of bursting!@@<</if>>
+		$possessiveCap _childCount growing rapidly within $possessive womb, far faster than $possessive @@.red;poor body can handle.@@<<if $slaves[$i].pregType >= 10>> $possessiveCap rate of growth is straining $possessive womb, she is @@.red;at risk of bursting!@@<</if>>
 		<<set $slaves[$i].health -= ($slaves[$i].preg+$slaves[$i].pregType)>>
 		<<if $slaves[$i].health <= -100>>
-				$possessiveCap critically poor health @@color:orange;caused her to miscarry.@@
+				$possessiveCap critically poor health @@.orange;caused her to miscarry.@@
 				<<if ($slaves[$i].assignmentVisible == 1) && (_currentRule.preg is -1)>><<set $slaves[$i].preg = -1>><<else>><<set $slaves[$i].preg = 0>><</if>>
 				<<if $slaves[$i].fetish != "mindbroken" && $slaves[$i].fuckdoll == 0>>
 				$pronounCap is
 				<<if $slaves[$i].devotion < -50>>
-				  @@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though $pronoun knew $possessive baby was destined for a slave orphanage, it seems $pronoun cared for it and views you as its killer.
+				  @@.mediumorchid;filled with violent, consuming hatred@@ and @@.gold;fear.@@ Even though $pronoun knew $possessive baby was destined for a slave orphanage, it seems $pronoun cared for it and views you as its killer.
 				  <<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>>
 				<<elseif $slaves[$i].devotion < -20>>
-				  @@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though $pronoun knew $possessive baby was destined for a slave orphanage, it seems $pronoun cared for it.
+				  @@.mediumorchid;afflicted by desperate, inconsolable grief@@ and @@.gold;horror.@@ Even though $pronoun knew $possessive baby was destined for a slave orphanage, it seems $pronoun cared for it.
 				  <<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>>
 				<<elseif $slaves[$i].devotion <= 20>>
-				  @@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though $pronoun knew $possessive baby was destined for a slave orphanage, it seems $pronoun cared for it.
+				  @@.mediumorchid;consumed by enduring sorrow@@ and @@.gold;horror.@@ Even though $pronoun knew $possessive baby was destined for a slave orphanage, it seems $pronoun cared for it.
 				  <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 				<<elseif $slaves[$i].devotion <= 50>>
 				  dully obedient. $pronounCap has been broken to slave life so thoroughly that even this is neither surprising nor affecting.
 				<<else>>
-				  @@color:hotpink;pleased by this stark development@@, since $pronoun is so attentive to your will. $pronounCap also expects $pronoun will be able to fuck better now once her health recovers.
+				  @@.hotpink;pleased by this stark development@@, since $pronoun is so attentive to your will. $pronounCap also expects $pronoun will be able to fuck better now once her health recovers.
 				  <<set $slaves[$i].devotion += 4>>
 				<</if>>
 				<</if>>
@@ -727,32 +727,32 @@
 		<<set $slaves[$i].labor = 1>>
 		<<set $slaves[$i].induce = 1>>
 		<<set $birthee = 1>>
-		$pronounCap has been ready to give birth for some time now. Supressing birth for so long @@color:red;greatly affects $possessive health@@. $pronounCap may @@color:red;have trouble@@ giving birth to $possessive oversized child. $pronounCap seems to be in distress, $possessive body is @@color:red;forcing her child out!@@
+		$pronounCap has been ready to give birth for some time now. Supressing birth for so long @@.red;greatly affects $possessive health@@. $pronounCap may @@.red;have trouble@@ giving birth to $possessive oversized child. $pronounCap seems to be in distress, $possessive body is @@.red;forcing her child out!@@
  	<<elseif $slaves[$i].preg > 40>>
 		<<set $slaves[$i].health -= 20>>
-		$pronounCap has been ready to give birth for some time now. Supressing birth for so long @@color:red;greatly affects $possessive health@@. $pronounCap may @@color:red;have trouble@@ giving birth to $possessive oversized child.
+		$pronounCap has been ready to give birth for some time now. Supressing birth for so long @@.red;greatly affects $possessive health@@. $pronounCap may @@.red;have trouble@@ giving birth to $possessive oversized child.
 	<<elseif $slaves[$i].preg > 30>>
 		<<set $slaves[$i].health -= 10>>
-		Labor supressing agents @@color:red;negatively affect $possessive health@@.
+		Labor supressing agents @@.red;negatively affect $possessive health@@.
 	<</if>>
 <</switch>>
 
 <<if $slaves[$i].curatives > 1>>
 	<<if ($slaves[$i].health > 90)>>
-		$possessiveCap health is already outstanding and cannot be improved with further drug treatment. @@color:yellow;$possessiveCap drug regimen has defaulted to preventatives.@@
+		$possessiveCap health is already outstanding and cannot be improved with further drug treatment. @@.yellow;$possessiveCap drug regimen has defaulted to preventatives.@@
 		<<set $slaves[$i].curatives = 1>>
 	<<elseif (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>>
-		The curatives $pronoun's taking synergize with rest, keeping $object asleep most of the time. This is an @@color:green;extremely effective health treatment.@@
+		The curatives $pronoun's taking synergize with rest, keeping $object asleep most of the time. This is an @@.green;extremely effective health treatment.@@
 		<<set $slaves[$i].health += 4>>
 	<<elseif ($slaves[$i].health < -20)>>
-		@@color:green;$possessiveCap poor health rapidly improves@@ under drug treatment.
+		@@.green;$possessiveCap poor health rapidly improves@@ under drug treatment.
 		<<set $slaves[$i].health += 2>>
 	<<else>>
-		@@color:green;$possessiveCap health improves@@ under curative treatment.
+		@@.green;$possessiveCap health improves@@ under curative treatment.
 	<</if>>
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
-		$pronounCap @@color:mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine.
+		$pronounCap @@.mediumaquamarine;trusts you more@@ for giving $possessive access to expensive modern medicine.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -765,33 +765,33 @@
 <<if $slaves[$i].aphrodisiacs > 1>>
 	The aphrodisiacs $pronoun's on 
 	<<if $slaves[$i].energy <= 95>>
-		@@color:green;rapidly boost $possessive sex drive.@@
+		@@.green;rapidly boost $possessive sex drive.@@
 		<<set $slaves[$i].energy += 5>>
 	<<else>>
 		can't improve her absurd sex drive.
 	<</if>>
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
-		They @@color:hotpink;increase $possessive acceptance@@ of sexual slavery.
+		They @@.hotpink;increase $possessive acceptance@@ of sexual slavery.
 		<<set $slaves[$i].devotion += 5>>
 	<</if>>
 	<</if>>
 	<<if ($arcologies[0].FSBodyPuristLaw == 0) || ($healthyDrugsUpgrade == 0)>>
-		Such a high dosage @@color:red;isn't healthy@@.
+		Such a high dosage @@.red;isn't healthy@@.
 		<<set $slaves[$i].health -= 5>>
 	<</if>>
 	<<set $slaves[$i].chem += 1>>
 <<else>>
 	The aphrodisiacs $pronoun's on 
 	<<if $slaves[$i].energy <= 95>>
-		@@color:green;boost $possessive sex drive.@@
+		@@.green;boost $possessive sex drive.@@
 		<<set $slaves[$i].energy += 3>>
 	<<else>>
 		can't improve her absurd sex drive.
 	<</if>>
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
-		They @@color:hotpink;increase $possessive acceptance@@ of sexual slavery.
+		They @@.hotpink;increase $possessive acceptance@@ of sexual slavery.
 		<<set $slaves[$i].devotion += 3>>
 	<</if>>
 	<</if>>
@@ -810,12 +810,12 @@
 
 <<if $slaves[$i].curatives < 2 && $slaves[$i].inflationType != "curative">>
 <<if $slaves[$i].health < -50>>
-	It's difficult being so ill, and $pronoun @@color:mediumorchid;resents you@@ for not treating $possessive.
+	It's difficult being so ill, and $pronoun @@.mediumorchid;resents you@@ for not treating $possessive.
 	<<set $slaves[$i].devotion -= 2>>
 <<elseif ($slaves[$i].health > 50)>>
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
-		$pronounCap understands that $pronoun owes $possessive near-perfect health to you and @@color:hotpink;believes@@ that life with you is better than freedom in some ways.
+		$pronounCap understands that $pronoun owes $possessive near-perfect health to you and @@.hotpink;believes@@ that life with you is better than freedom in some ways.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -826,13 +826,13 @@
 	<<if $slaves[$i].aphrodisiacs > 0>>
 		<<set $slaves[$i].addict += $slaves[$i].aphrodisiacs>>
 	<<elseif ($slaves[$i].addict < 2)>>
-		$pronounCap has finally been @@color:cyan;weaned off aphrodisiacs.@@
+		$pronounCap has finally been @@.cyan;weaned off aphrodisiacs.@@
 		<<set $slaves[$i].addict = 0>>
 	<<elseif ($aphrodisiacUpgrade == 1)>>
 		Substitutes produced by your advanced pharmaceutical fabricator protect $object from the negative effects of aphrodisiac withdrawal and even hasten the flushing of $possessive system.
 		<<set $slaves[$i].addict -= 2>>
 	<<elseif $slaves[$i].inflationType != "aphrodisiac">>
-		$pronounCap feels the effects of withdrawal from aphrodisiacs keenly, and $pronoun is @@color:mediumorchid;bitterly resentful@@.
+		$pronounCap feels the effects of withdrawal from aphrodisiacs keenly, and $pronoun is @@.mediumorchid;bitterly resentful@@.
 		<<set $slaves[$i].addict -= 2>>
 		<<set $slaves[$i].devotion -= 10>>
 	<<else>>
@@ -841,7 +841,7 @@
 <<else>>
 	<<if $slaves[$i].aphrodisiacs > 0>>
 	<<if random(1,100) < 40+(20*$slaves[$i].aphrodisiacs)>>
-		@@color:cyan;$pronounCap has become an aphrodisiac addict.@@
+		@@.cyan;$pronounCap has become an aphrodisiac addict.@@
 		<<set $slaves[$i].addict = 1>>
 	<</if>>
 	<</if>>
@@ -852,38 +852,38 @@
 <<if ($slaves[$i].aphrodisiacs > 0) || ($slaves[$i].curatives > 0) || ($slaves[$i].drugs == "psychosuppressants") || ($slaves[$i].drugs == "hormone enhancers") || ($slaves[$i].hormones != 0)>>
 	<<if ($slaves[$i].sexualFlaw == "hates anal")>>
 	<<if random(1,100) > 80>>
-		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime forces $object to @@color:green;accept anal sex@@ as a fact of life.
+		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime forces $object to @@.green;accept anal sex@@ as a fact of life.
 		<<set $slaves[$i].sexualFlaw = "none">>
 	<<else>>
-		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime @@color:mediumorchid;infuriates $object,@@ since $pronoun hates getting assraped.
+		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime @@.mediumorchid;infuriates $object,@@ since $pronoun hates getting assraped.
 		<<set $slaves[$i].devotion -= 4>>
 	<</if>>
 	<<elseif ($slaves[$i].fetish == "buttslut")>>
 	<<if ($slaves[$i].fetishKnown == 0)>>
-		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime has revealed something: @@color:lightcoral;$pronoun likes it up the ass!@@
+		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime has revealed something: @@.lightcoral;$pronoun likes it up the ass!@@
 		<<set $slaves[$i].fetishKnown = 1>>
 	<<elseif ($slaves[$i].fetishStrength <= 95) && ($slaves[$i].devotion > 4)>>
-		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime has @@color:lightcoral;deepened $possessive anal fixation.@@
+		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime has @@.lightcoral;deepened $possessive anal fixation.@@
 		<<set $slaves[$i].fetishStrength += 5>>
 	<</if>>
 	<<elseif ($slaves[$i].fetish != "buttslut")>>
 	<<if ($slaves[$i].devotion < -20)>>
-		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime @@color:mediumorchid;disgusts $object.@@
+		Getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime @@.mediumorchid;disgusts $object.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<<elseif $fetishChangeChance > random(0,100)>>
-		$pronounCap starts to look forward to getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime; $pronoun's @@color:lightcoral;become anally fixated.@@
+		$pronounCap starts to look forward to getting buttfucked morning and night by reciprocating dildos that ejaculate $possessive drug regime; $pronoun's @@.lightcoral;become anally fixated.@@
 		<<set $slaves[$i].fetish = "buttslut">>
 		<<set $slaves[$i].fetishKnown = 1>>
 		<<set $slaves[$i].fetishStrength = 10>>
 	<</if>>
 	<</if>>
 	<<if ($slaves[$i].sexualQuirk == "painal queen")>>
-	$pronounCap @@color:hotpink;secretly enjoys@@ being assraped by a machine twice a day.
+	$pronounCap @@.hotpink;secretly enjoys@@ being assraped by a machine twice a day.
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<<if ($slaves[$i].anus == 1)>>
 	<<if random(1,100) > 70>>
-		The regular machine anal @@color:lime;stretches out $possessive tight asshole.@@
+		The regular machine anal @@.lime;stretches out $possessive tight asshole.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<</if>>
@@ -895,47 +895,47 @@
 <<switch $slaves[$i].drugs>>
 <<case "breast injections">>
 	<<if ($slaves[$i].boobs >= 25000)>>
-	$possessiveCap udders are now so huge that further A-HGH treatment will not increase their size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap udders are now so huge that further A-HGH treatment will not increase their size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <<case "butt injections">>
 	<<if ($slaves[$i].butt >= 9)>>
-	$possessiveCap ass is now so huge that further A-HGH treatment will not increase its size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap ass is now so huge that further A-HGH treatment will not increase its size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <<case "hyper butt injections")>>
 	<<if $slaves[$i].butt >= 20>>
-	$possessiveCap ass is now so freakishly monstrous that further HA-HGH treatment will not increase its size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap ass is now so freakishly monstrous that further HA-HGH treatment will not increase its size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <<case "hyper breast injections">>
   <<if ($slaves[$i].boobs >= 25000)>>
-	$possessiveCap udders are now so huge that further HA-HGH treatment will not increase their size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap udders are now so huge that further HA-HGH treatment will not increase their size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
   <</if>>
 <<case "lip injections">>
 	<<if ($slaves[$i]. lips > 95) || (($slaves[$i]. lips > 85) && ($seeExtreme != 1))>>
-		$possessiveCap lips are now so huge that further A-HGH treatment will not increase their size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+		$possessiveCap lips are now so huge that further A-HGH treatment will not increase their size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 		<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <<case "penis enhancement">>
 	<<if ($slaves[$i].dick >= 10) && ($slaves[$i].balls >= 6)>>
-	$possessiveCap cock and balls are now so huge that further drug enhancement will not increase their size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap cock and balls are now so huge that further drug enhancement will not increase their size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<<elseif ($slaves[$i].dick >= 10) && ($slaves[$i].balls == 0)>>
-	$possessiveCap cock is now so huge that further drug enhancement will not increase its size. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap cock is now so huge that further drug enhancement will not increase its size. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <<case "testicle enhancement">>
 	<<if ($slaves[$i].balls >= 6)>>
 	$possessiveCap balls are now so huge that further drug enhancement will not increase their size. However, leaving $possessive on them will still stimulate cum production.
 	<<elseif ($slaves[$i].balls >= 2) && ($slaves[$i].scrotum == 0)>>
-	$possessiveCap balls are now functionally sized, and cannot sustainably grow larger hidden within $possessive abdomen. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$possessiveCap balls are now functionally sized, and cannot sustainably grow larger hidden within $possessive abdomen. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <<case "psychosuppressants">>
 	<<if ($slaves[$i].intelligence <= -2)>>
-	$pronounCap is so moronic that drug treatment can't really make $possessive more willing to obey others than $pronoun already is. @@color:yellow;$possessiveCap drug regimen has been ended.@@
+	$pronounCap is so moronic that drug treatment can't really make $possessive more willing to obey others than $pronoun already is. @@.yellow;$possessiveCap drug regimen has been ended.@@
 	<<set $slaves[$i].drugs = "no drugs">>
 	<</if>>
 <</switch>>
diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw
index a6546679128974916edd73a68fd1591971745402..1c751c611228baa4ccea967e330d5998a93bc605 100644
--- a/src/uncategorized/saGetMilked.tw
+++ b/src/uncategorized/saGetMilked.tw
@@ -43,7 +43,7 @@ gets milked this week.
 			<<set $slaves[$i].lactationAdaptation += 1>>
 		<</if>>
 		<<if $slaves[$i].curatives == 0 && $slaves[$i].inflationType != "curative">>
-			The stress of extreme milk production @@color:red;damages her health.@@
+			The stress of extreme milk production @@.red;damages her health.@@
 			<<set $slaves[$i].health -= 3>>
 		<</if>>
 	<</if>>
@@ -148,21 +148,21 @@ gets milked this week.
 
 	<<if ($arcologies[0].FSPastoralistLaw == 1)>>
 		<<set $milkSale = $milk*(9+Math.trunc($arcologies[0].FSPastoralist/30))>>
-		Since breast milk is $arcologies[0].name's only legal dairy product, she can scarcely be milked fast enough, and she makes @@color:yellowgreen;¤$milkSale.@@
+		Since breast milk is $arcologies[0].name's only legal dairy product, she can scarcely be milked fast enough, and she makes @@.yellowgreen;¤$milkSale.@@
 	<<elseif ($arcologies[0].FSPastoralist != "unset")>>
 		<<set $milkSale = $milk*(7+Math.trunc($arcologies[0].FSPastoralist/30))>>
-		Since milk is fast becoming a major part of the $arcologies[0].name's dietary culture, her milk is in demand, and she makes @@color:yellowgreen;¤$milkSale.@@
+		Since milk is fast becoming a major part of the $arcologies[0].name's dietary culture, her milk is in demand, and she makes @@.yellowgreen;¤$milkSale.@@
 	<<else>>
 		<<set $milkSale = $milk*8>>
-		Her milk is sold for @@color:yellowgreen;¤$milkSale.@@
+		Her milk is sold for @@.yellowgreen;¤$milkSale.@@
 	<</if>>
 	<<set $cash += $milkSale>>
 
 	<<if ($slaves[$i].fetish == "boobs") && ($slaves[$i].fetishStrength > 95)>>
-		Getting constantly milked is almost as good as getting constant loving sex as far as she's concerned. @@color:hotpink;She is extremely pleased@@ to have her breasts receive so much attention.
+		Getting constantly milked is almost as good as getting constant loving sex as far as she's concerned. @@.hotpink;She is extremely pleased@@ to have her breasts receive so much attention.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].fetish == "boobs") || ($slaves[$i].energy > 95)>>
-		Getting constantly milked is great, as far as she's concerned. @@color:hotpink;She is happy@@ to have her breasts receive so much attention.
+		Getting constantly milked is great, as far as she's concerned. @@.hotpink;She is happy@@ to have her breasts receive so much attention.
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 
@@ -170,14 +170,14 @@ gets milked this week.
 		<<if ($slaves[$i].nipples != "huge")>>
 		<<if ($slaves[$i].nipples == "inverted")>>
 			<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1)>>
-			Having the milkers constantly haul her inverted nipples out is @@color:hotpink;extremely uncomfortable; she loves it.@@
+			Having the milkers constantly haul her inverted nipples out is @@.hotpink;extremely uncomfortable; she loves it.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<else>>
-			Having the milkers constantly haul her inverted nipples out is @@color:mediumorchid;extremely uncomfortable.@@
+			Having the milkers constantly haul her inverted nipples out is @@.mediumorchid;extremely uncomfortable.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<</if>>
 			<<if (random(1,100) > 50)>>
-			The constant suction @@color:lime;permanently protrudes them,@@ and
+			The constant suction @@.lime;permanently protrudes them,@@ and
 			<<if (random(1,2) == 1)>>
 				it turns out they're absolutely massive.
 				<<set $slaves[$i].nipples = "huge">>
@@ -188,14 +188,14 @@ gets milked this week.
 			<</if>>
 		<<elseif ($slaves[$i].nipples == "partially inverted")>>
 			<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1)>>
-			Having the milkers constantly haul her inverted nipples out is @@color:hotpink;quite uncomfortable; she loves it.@@
+			Having the milkers constantly haul her inverted nipples out is @@.hotpink;quite uncomfortable; she loves it.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<else>>
-			Having the milkers constantly haul her inverted nipples out is @@color:mediumorchid;quite uncomfortable.@@
+			Having the milkers constantly haul her inverted nipples out is @@.mediumorchid;quite uncomfortable.@@
 			<<set $slaves[$i].devotion -= 1>>
 			<</if>>
 			<<if (random(1,100) > 30)>>
-			The constant suction @@color:lime;permanently protrudes them,@@ and
+			The constant suction @@.lime;permanently protrudes them,@@ and
 			<<if (random(1,2) == 1)>>
 				it turns out they're pretty cute.
 				<<set $slaves[$i].nipples = "cute">>
@@ -205,16 +205,16 @@ gets milked this week.
 			<</if>>
 			<</if>>
 		<<elseif ($slaves[$i].nipples == "puffy") && (random(1,100) > 90)>>
-			Producing this river of milk @@color:lime;enlarges her nipples:@@ they're now enormous.
+			Producing this river of milk @@.lime;enlarges her nipples:@@ they're now enormous.
 			<<set $slaves[$i].nipples = "huge">>
 		<<elseif ($slaves[$i].nipples == "cute") && (random(1,100) > 80)>>
-			Producing this river of milk @@color:lime;makes her nipples nice and puffy.@@
+			Producing this river of milk @@.lime;makes her nipples nice and puffy.@@
 			<<set $slaves[$i].nipples = "puffy">>
 		<<elseif ($slaves[$i].nipples == "tiny")>>
-			Producing this river of milk @@color:lime;makes her nipples grow to a nice size.@@
+			Producing this river of milk @@.lime;makes her nipples grow to a nice size.@@
 			<<set $slaves[$i].nipples = "cute">>
 		<<elseif ($slaves[$i].areolae < 3) && (random(1,100) > 30+($slaves[$i].areolae*20))>>
-			Producing this river of milk @@color:lime;broadens her areolae.@@
+			Producing this river of milk @@.lime;broadens her areolae.@@
 			<<set $slaves[$i].areolae += 1>>
 		<</if>>
 		<</if>>
@@ -222,14 +222,14 @@ gets milked this week.
 		<<if ($slaves[$i].nipples != "huge")>>
 		<<if ($slaves[$i].nipples == "inverted")>>
 			<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1)>>
-			Having the milkers constantly haul her inverted nipples out is @@color:hotpink;extremely uncomfortable; she loves it.@@
+			Having the milkers constantly haul her inverted nipples out is @@.hotpink;extremely uncomfortable; she loves it.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<else>>
-			Having the milkers constantly haul her inverted nipples out is @@color:mediumorchid;extremely uncomfortable.@@
+			Having the milkers constantly haul her inverted nipples out is @@.mediumorchid;extremely uncomfortable.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<</if>>
 			<<if (random(1,100) > 50)>>
-			The constant suction @@color:lime;permanently protrudes them,@@ and
+			The constant suction @@.lime;permanently protrudes them,@@ and
 			<<if (random(1,2) == 1)>>
 				it turns out they're absolutely massive.
 				<<set $slaves[$i].nipples = "huge">>
@@ -240,14 +240,14 @@ gets milked this week.
 			<</if>>
 		<<elseif ($slaves[$i].nipples == "partially inverted")>>
 			<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1)>>
-			Having the milkers constantly haul her inverted nipples out is @@color:hotpink;quite uncomfortable; she loves it.@@
+			Having the milkers constantly haul her inverted nipples out is @@.hotpink;quite uncomfortable; she loves it.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<else>>
-			Having the milkers constantly haul her inverted nipples out is @@color:mediumorchid;quite uncomfortable.@@
+			Having the milkers constantly haul her inverted nipples out is @@.mediumorchid;quite uncomfortable.@@
 			<<set $slaves[$i].devotion -= 1>>
 			<</if>>
 			<<if (random(1,100) > 30)>>
-			The constant suction @@color:lime;permanently protrudes them,@@ and
+			The constant suction @@.lime;permanently protrudes them,@@ and
 			<<if (random(1,2) == 1)>>
 				it turns out they're pretty cute.
 				<<set $slaves[$i].nipples = "cute">>
@@ -257,7 +257,7 @@ gets milked this week.
 			<</if>>
 			<</if>>
 		<<elseif ($slaves[$i].nipples == "tiny") && (random(1,100) > 50)>>
-			Producing milk @@color:lime;makes her nipples grow to a nice size.@@
+			Producing milk @@.lime;makes her nipples grow to a nice size.@@
 			<<set $slaves[$i].nipples = "cute">>
 		<</if>>
 		<</if>>
@@ -388,35 +388,35 @@ gets milked this week.
 
 	<<if ($arcologies[0].FSPastoralist == "unset")>>
 		<<set $seed = ($cum*random(25,35))>>
-		She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate is sold for @@color:yellowgreen;¤<<print $seed>>.@@
+		She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate is sold for @@.yellowgreen;¤<<print $seed>>.@@
 	<<elseif $arcologies[0].FSPastoralistLaw == 1>>
 		<<set $seed = ($cum*(random(40,50)))>>
-		She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in extremely high demand as one of $arcologies[0].name's few legal sources of animal protein, is sold for @@color:yellowgreen;¤<<print $seed>>.@@
+		She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in extremely high demand as one of $arcologies[0].name's few legal sources of animal protein, is sold for @@.yellowgreen;¤<<print $seed>>.@@
 	<<else>>
 		<<set $seed = ($cum*(random(25,35)+Math.trunc($arcologies[0].FSPastoralist/10)))>>
-		She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in high demand given the new cultural preference for slave products, is sold for @@color:yellowgreen;¤<<print $seed>>.@@
+		She produces <<print $cum>> deciliters of cum over the week; the fresh ejaculate, which is in high demand given the new cultural preference for slave products, is sold for @@.yellowgreen;¤<<print $seed>>.@@
 	<</if>>
 	<<set $cash += $seed>>
 
 	<<if ($slaves[$i].energy > 95)>>
-		Getting her dick constantly milked is almost as good as getting constant blowjobs as far as she's concerned. @@color:hotpink;She is happy@@ to have her member receive so much attention.
+		Getting her dick constantly milked is almost as good as getting constant blowjobs as far as she's concerned. @@.hotpink;She is happy@@ to have her member receive so much attention.
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 
 	<<if ($slaves[$i].hormones > 0)>>
-		Since she cannot maintain an erection, she requires @@color:gold;painful@@ and @@color:mediumorchid;degrading@@ anal electrostimulation to produce.
+		Since she cannot maintain an erection, she requires @@.gold;painful@@ and @@.mediumorchid;degrading@@ anal electrostimulation to produce.
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 		<<if ($slaves[$i].anus == 0)>>
-			The electrostimulator @@color:lime;breaks in her virgin asshole.@@
+			The electrostimulator @@.lime;breaks in her virgin asshole.@@
 			<<set $slaves[$i].anus = 1>>
 		<</if>>
 	<<elseif ($slaves[$i].devotion <= 20)>>
-		Since she's unaroused by her situation, she requires @@color:gold;painful@@ and @@color:mediumorchid;degrading@@ anal electrostimulation to produce.
+		Since she's unaroused by her situation, she requires @@.gold;painful@@ and @@.mediumorchid;degrading@@ anal electrostimulation to produce.
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 		<<if ($slaves[$i].anus == 0)>>
-			The electrostimulator @@color:lime;breaks in her virgin asshole.@@
+			The electrostimulator @@.lime;breaks in her virgin asshole.@@
 			<<set $slaves[$i].anus = 1>>
 		<</if>>
 	<</if>>
@@ -424,11 +424,11 @@ gets milked this week.
 	<<if ($slaves[$i].balls < 3)>>
 		<<if ($slaves[$i].balls < 2)>>
 			<<if (random(1,100) > 70)>>
-				Constant semen production and continual emptying and refilling @@color:lime;increases the size of her tiny testicles.@@
+				Constant semen production and continual emptying and refilling @@.lime;increases the size of her tiny testicles.@@
 				<<set $slaves[$i].balls += 1>>
 			<</if>>
 		<<elseif (random(1,100) > 90)>>
-			Constant semen production and continual emptying and refilling @@color:lime;increases the size of her small testicles.@@
+			Constant semen production and continual emptying and refilling @@.lime;increases the size of her small testicles.@@
 			<<set $slaves[$i].balls += 1>>
 		<</if>>
 	<</if>>
@@ -436,7 +436,7 @@ gets milked this week.
 <</if>> /* CLOSES COCK MILKING */
 
 <<if ($slaves[$i].behavioralQuirk == "fitness")>>
-	$slaves[$i].slaveName @@color:hotpink;privately enjoys@@ the focus on her health and fitness that comes with being a cow.
+	$slaves[$i].slaveName @@.hotpink;privately enjoys@@ the focus on her health and fitness that comes with being a cow.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw
index a124a4b201f1056ac74208e8fab74c8af9459fcb..4a7afb72aedfd515209dbda6dc21d6eb5ce04d66 100644
--- a/src/uncategorized/saGuardsYou.tw
+++ b/src/uncategorized/saGuardsYou.tw
@@ -107,7 +107,7 @@ carries arms in your defense.
 <</if>>
 
 <<if ($slaves[$i].combatSkill < 1) && (random(1,100) < 50+($slaves[$i].intelligence*20))>>
-	After some experience guarding you, and diligent practice in the armory, @@color:green;her combat skills increase.@@
+	After some experience guarding you, and diligent practice in the armory, @@.green;her combat skills increase.@@
 	<<set $slaves[$i].combatSkill += 1>>
 <<elseif $slaves[$i].combatSkill >= 1>>
 	She maintains her combat skill with practice in the armory.
@@ -117,25 +117,25 @@ carries arms in your defense.
 
 Her constant presence is
 <<if $deadliness > 6>>
-	extremely intimidating, @@color:green;adding much to your reputation.@@
+	extremely intimidating, @@.green;adding much to your reputation.@@
 	<<if $slaves[$i].career == "an arcology owner">>
-	You've made a onetime rival arcology owner into a deadly and loyal protector, a feat of slaveownership that's @@color:green;internationally famous.@@
+	You've made a onetime rival arcology owner into a deadly and loyal protector, a feat of slaveownership that's @@.green;internationally famous.@@
 	<<set $repGain += $deadliness*10>>
 	<</if>>
 <<elseif $deadliness > 3>>
-	intimidating, @@color:green;adding to your reputation.@@
+	intimidating, @@.green;adding to your reputation.@@
 <<else>>
-	hardly intimidating, @@color:yellow;barely adding to your reputation.@@
+	hardly intimidating, @@.yellow;barely adding to your reputation.@@
 <</if>>
 
 <<set $repGain += $deadliness*10>>
 
-Being continually trusted with your life @@color:hotpink;increases her devotion to you@@ and encourages her to @@color:mediumaquamarine;trust you in turn.@@
+Being continually trusted with your life @@.hotpink;increases her devotion to you@@ and encourages her to @@.mediumaquamarine;trust you in turn.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<set $slaves[$i].trust += 4>>
 
 <<if $dojo > 1>>
-	She @@color:hotpink;appreciates@@ how special it is that she has a nice room off the armory to rest in.
+	She @@.hotpink;appreciates@@ how special it is that she has a nice room off the armory to rest in.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
@@ -255,7 +255,7 @@ Being continually trusted with your life @@color:hotpink;increases her devotion
 	<</if>>
 	<<if $subSlave != 0>>
 	<<if ($slaves[$i].intelligence + $slaves[$i].intelligenceImplant) > random(1,10)>>
-		By the end of the week, she is satisfied that $subSlave.slaveName @@color:green;has the combat skill@@ to contribute to your defense.
+		By the end of the week, she is satisfied that $subSlave.slaveName @@.green;has the combat skill@@ to contribute to your defense.
 		<<for $j = 0; $j < $slaves.length; $j++>>
 		<<if $slaves[$j].ID == $subSlave.ID>>
 			<<set $slaves[$j].combatSkill = 1>>
diff --git a/src/uncategorized/saHormoneEffects.tw b/src/uncategorized/saHormoneEffects.tw
index b56f4eb883e2cb6a2948eaeaa1350744ef103ba8..014f9a22df5a18501fe7a2190f37bcae5c129caf 100644
--- a/src/uncategorized/saHormoneEffects.tw
+++ b/src/uncategorized/saHormoneEffects.tw
@@ -35,7 +35,7 @@
 	<<if $slaves[$i].devotion > 50>>
 		but $pronoun's a good enough slave to suppress the occasional moodiness.
 	<<else>>
-		causing @@color:mediumorchid;occasional moodiness.@@
+		causing @@.mediumorchid;occasional moodiness.@@
 		<<set $slaves[$i].devotion -= 1>>
 	<</if>>
 <</if>>
@@ -46,7 +46,7 @@
 	<<if $slaves[$i].devotion > 50>>
 		but $pronoun's a good enough slave to suppress the occasional moodiness.
 	<<else>>
-		causing @@color:mediumorchid;occasional moodiness.@@
+		causing @@.mediumorchid;occasional moodiness.@@
 		<<set $slaves[$i].devotion -= 1>>
 	<</if>>
 <</if>>
@@ -286,115 +286,115 @@
 <<set _Effects = _Effects.random()>>
 <<switch _Effects>>
 <<case "DickShrink">>
-	Hormonal effects cause @@color:orange;$possessive dick to atrophy.@@
+	Hormonal effects cause @@.orange;$possessive dick to atrophy.@@
 	<<set $slaves[$i].dick -= 1>>
 <<case "DickGrow">>
-	Hormonal effects cause @@color:lime;$possessive micropenis to return to a more normal size.@@
+	Hormonal effects cause @@.lime;$possessive micropenis to return to a more normal size.@@
 	<<set $slaves[$i].dick += 1>>
 <<case "BallsShrink">>
-	Hormonal effects cause @@color:orange;$possessive testicles to atrophy.@@
+	Hormonal effects cause @@.orange;$possessive testicles to atrophy.@@
 	<<set $slaves[$i].balls -= 1>>
 <<case "BallsGrow">>
-	Hormonal effects cause @@color:lime;$possessive balls to drop.@@
+	Hormonal effects cause @@.lime;$possessive balls to drop.@@
 	<<set $slaves[$i].balls += 1>>
 <<case "VoiceHigher">>
-	Hormonal effects cause @@color:lime;$possessive voice to become higher and more feminine.@@
+	Hormonal effects cause @@.lime;$possessive voice to become higher and more feminine.@@
 	<<set $slaves[$i].voice += 1>>
 <<case "VoiceLower">>
-	Hormonal effects cause @@color:orange;$possessive voice to become deeper and less feminine.@@
+	Hormonal effects cause @@.orange;$possessive voice to become deeper and less feminine.@@
 	<<set $slaves[$i].voice -= 1>>
 <<case "VaginaWetter">>
-	Hormonal effects cause @@color:lime;$possessive vagina to produce more copious natural lubricant.@@
+	Hormonal effects cause @@.lime;$possessive vagina to produce more copious natural lubricant.@@
 	<<set $slaves[$i].vaginaLube += 1>>
 <<case "VaginaDrier">>
-	Hormonal effects cause @@color:orange;$possessive vagina to produce less natural lubricant.@@
+	Hormonal effects cause @@.orange;$possessive vagina to produce less natural lubricant.@@
 	<<set $slaves[$i].vaginaLube -= 1>>
 <<case "ButtBigger">>
-	Hormonal effects cause @@color:lime;the natural size of $possessive butt to increase.@@
+	Hormonal effects cause @@.lime;the natural size of $possessive butt to increase.@@
 	<<set $slaves[$i].butt += 1>>
 <<case "ButtSmaller">>
-	Hormonal effects cause @@color:orange;the natural size of $possessive butt to decrease.@@
+	Hormonal effects cause @@.orange;the natural size of $possessive butt to decrease.@@
 	<<set $slaves[$i].butt -= 1>>
 <<case "BoobsBigger">>
-	Hormonal effects cause @@color:lime;the natural size of $possessive tits to increase.@@
+	Hormonal effects cause @@.lime;the natural size of $possessive tits to increase.@@
 	<<set $slaves[$i].boobs += 100>>
 <<case "BoobsSmaller">>
-	Hormonal effects cause @@color:orange;the natural size of $possessive tits to shrink.@@
+	Hormonal effects cause @@.orange;the natural size of $possessive tits to shrink.@@
 	<<set $slaves[$i].boobs -= 100>>
 <<case "FaceSofter">>
-	Hormonal effects cause @@color:lime;$possessive facial structure to soften and become less unattractive.@@
+	Hormonal effects cause @@.lime;$possessive facial structure to soften and become less unattractive.@@
 	<<FaceIncrease $slaves[$i] 20>>
 <<case "FaceHarder">>
-	Hormonal effects cause @@color:orange;$possessive facial structure to harden and become less attractive.@@
+	Hormonal effects cause @@.orange;$possessive facial structure to harden and become less attractive.@@
 	<<set $slaves[$i].face = Math.trunc($slaves[$i].face-20,-100,100)>>
 <<case "FaceSofterAndrogynous">>
-	Hormonal effects cause @@color:lime;$possessive face to soften into androgyny.@@
+	Hormonal effects cause @@.lime;$possessive face to soften into androgyny.@@
 	<<set $slaves[$i].faceShape = "androgynous">>
 <<case "FaceHarderAndrogynous">>
-	Hormonal effects cause @@color:orange;$possessive face to harden into androgyny.@@
+	Hormonal effects cause @@.orange;$possessive face to harden into androgyny.@@
 	<<set $slaves[$i].faceShape = "androgynous">>
 <<case "FaceNormal">>
-	Hormonal effects cause @@color:lime;$possessive face to soften into femininity.@@
+	Hormonal effects cause @@.lime;$possessive face to soften into femininity.@@
 	<<set $slaves[$i].faceShape = "normal">>
 <<case "FaceMasculine">>
-	Hormonal effects cause @@color:orange;$possessive face to harden into masculinity.@@
+	Hormonal effects cause @@.orange;$possessive face to harden into masculinity.@@
 	<<set $slaves[$i].faceShape = "masculine">>
 <<case "ClitSmaller">>
-	Hormonal effects cause @@color:orange;$possessive clit to shrink significantly.@@
+	Hormonal effects cause @@.orange;$possessive clit to shrink significantly.@@
 	<<set $slaves[$i].clit -= 1>>
 <<case "ClitBigger">>
-	Hormonal effects cause @@color:lime;$possessive clit to grow significantly.@@
+	Hormonal effects cause @@.lime;$possessive clit to grow significantly.@@
 	<<set $slaves[$i].clit += 1>>
 <<case "ShouldersNarrower">>
-	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@color:lime;$possessive shoulders to develop into a more feminine narrowness@@ than they would have done naturally.
+	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@.lime;$possessive shoulders to develop into a more feminine narrowness@@ than they would have done naturally.
 	<<set $slaves[$i].shoulders -= 1>>
 <<case "ShouldersBroader">>
-	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@color:orange;$possessive shoulders to develop more broadly@@ than they would have done naturally.
+	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@.orange;$possessive shoulders to develop more broadly@@ than they would have done naturally.
 	<<set $slaves[$i].shoulders += 1>>
 <<case "HipsBroader">>
-	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@color:lime;$possessive hips to develop more broadly@@ than they would have done naturally.
+	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@.lime;$possessive hips to develop more broadly@@ than they would have done naturally.
 	<<set $slaves[$i].hips += 1>>
 <<case "HipsNarrower">>
-	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@color:orange;$possessive hips to develop more narrowly@@ than they would have done naturally.
+	$possessiveCap body has not yet found its final bone structure, which typically happens in the mid-twenties. Hormonal effects cause @@.orange;$possessive hips to develop more narrowly@@ than they would have done naturally.
 	<<set $slaves[$i].hips -= 1>>
 <<case "MusclesSofter">>
-	Hormonal effects @@color:orange;reduce $possessive musculature.@@
+	Hormonal effects @@.orange;reduce $possessive musculature.@@
 	<<set $slaves[$i].muscles -= 2>>
 <<case "MusclesHarder">>
-	Hormonal effects @@color:lime;build up $possessive musculature.@@
+	Hormonal effects @@.lime;build up $possessive musculature.@@
 	<<set $slaves[$i].muscles += 2>>
 <<case "NipplesBigger">>
-	Hormonal effects cause $possessive tiny @@color:lime;nipples to grow to a more normal size.@@
+	Hormonal effects cause $possessive tiny @@.lime;nipples to grow to a more normal size.@@
 	<<set $slaves[$i].nipples = "cute">>
 <<case "NipplesSmaller">>
-	Hormonal effects cause $possessive huge @@color:orange;nipples to shrink to a more reasonable size.@@
+	Hormonal effects cause $possessive huge @@.orange;nipples to shrink to a more reasonable size.@@
 	<<set $slaves[$i].nipples = "cute">>
 <<case "Shorter">>
-	$pronounCap has not yet reached the age at which height becomes fixed. Hormonal effects cause @@color:orange;$object to lose a bit of height@@ that $pronoun would  naturally have maintained.
+	$pronounCap has not yet reached the age at which height becomes fixed. Hormonal effects cause @@.orange;$object to lose a bit of height@@ that $pronoun would  naturally have maintained.
 	<<set $slaves[$i].height -= 1>>
 <<case "Taller">>
-	$pronounCap has not yet reached the age at which height becomes fixed. Hormonal effects cause @@color:lime;$object to gain a slight height advantage@@ that $pronoun would not naturally have reached.
+	$pronounCap has not yet reached the age at which height becomes fixed. Hormonal effects cause @@.lime;$object to gain a slight height advantage@@ that $pronoun would not naturally have reached.
 	<<set $slaves[$i].height += 1>>
 <<case "Devoted">>
-	Hormonal effects make $object a bit more @@color:hotpink;docile.@@
+	Hormonal effects make $object a bit more @@.hotpink;docile.@@
 	<<set $slaves[$i].devotion += 1>>
 <<case "Rebellious">>
-	Hormonal effects @@color:mediumorchid;make $object a bit less docile.@@
+	Hormonal effects @@.mediumorchid;make $object a bit less docile.@@
 	<<set $slaves[$i].devotion -= 1>>
 <<case "Trusting">>
-	Hormonal effects make $object a bit more @@color:mediumaquamarine;trusting.@@
+	Hormonal effects make $object a bit more @@.mediumaquamarine;trusting.@@
 	<<set $slaves[$i].trust += 1>>
 <<case "MaleAttracted">>
-	Hormonal effects cause $object to become @@color:green;more attracted to men.@@
+	Hormonal effects cause $object to become @@.green;more attracted to men.@@
 	<<set $slaves[$i].attrXY += 2+$hormoneUpgradePower>>
 <<case "FemaleAttracted">>
-	Hormonal effects cause $object to become @@color:green;more attracted to women.@@
+	Hormonal effects cause $object to become @@.green;more attracted to women.@@
 	<<set $slaves[$i].attrXX += 2+$hormoneUpgradePower>>
 <<case "WaistNarrower">>
-	Hormonal effects cause $possessive @@color:green;waist to narrow.@@
+	Hormonal effects cause $possessive @@.green;waist to narrow.@@
 	<<set $slaves[$i].waist -= 2+$hormoneUpgradePower>>
 <<case "WaistBroader">>
-	Hormonal effects cause $possessive @@color:orange;waist to broaden.@@
+	Hormonal effects cause $possessive @@.orange;waist to broaden.@@
 	<<set $slaves[$i].waist += 2+$hormoneUpgradePower>>
 <<default>>
 	ERROR: bad hormone effect: _Effects
@@ -416,10 +416,10 @@
 <<elseif ($slaves[$i].energy > 95)>>
 	$pronounCap wishes $pronoun were more feminine, but $pronoun loves getting fucked like a good little sex slave so much that $pronoun doesn't think about it much.
 <<elseif ($slaves[$i].devotion <= 20)>>
-	Life is easier for effeminate slaves, so @@color:mediumorchid;$pronoun's a little unhappy@@ that $pronoun isn't getting hormones to make $object more feminine.
+	Life is easier for effeminate slaves, so @@.mediumorchid;$pronoun's a little unhappy@@ that $pronoun isn't getting hormones to make $object more feminine.
 	<<set $slaves[$i].devotion -= 2>>
 <<elseif ($slaves[$i].devotion <= 50)>>
-	$pronounCap wants to be a good slave girl, so @@color:mediumorchid;$pronoun's a little unhappy@@ that $pronoun isn't getting hormones to make $object look more feminine.
+	$pronounCap wants to be a good slave girl, so @@.mediumorchid;$pronoun's a little unhappy@@ that $pronoun isn't getting hormones to make $object look more feminine.
 	<<set $slaves[$i].devotion -= 2>>
 <<else>>
 	$pronounCap wishes $pronoun were more feminine, but $pronoun accepts your judgment in not giving $object hormones to make that happen.
diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index b584e96651e6816010b3aa0224ee7d467fe32f9d..b03e977e19173923d215f059ce022a2c693786ca 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -26,55 +26,55 @@
 <<if ($HeadGirl.fetish == "sadist") && ($HeadGirl.fetishStrength > 60) && ($HeadGirl.fetishKnown == 1)>>
 	Since $HeadGirl.slaveName is a sadist, poor $slaves[$i].slaveName lives a life of fear and pain.
 	<<if ($slaves[$i].energy > 95)>>
-	Though it's hard, she manages to find @@color:hotpink;sexual satisfaction@@ being a pain slave.
+	Though it's hard, she manages to find @@.hotpink;sexual satisfaction@@ being a pain slave.
 	<<set $slaves[$i].devotion += 4>>
 	<<elseif ($slaves[$i].fetish == "masochist")>>
 	<<if ($slaves[$i].fetishStrength > 95)>>
-		She finds deep @@color:hotpink;sexual satisfaction@@ being a pain slave.
+		She finds deep @@.hotpink;sexual satisfaction@@ being a pain slave.
 		<<set $slaves[$i].devotion += 4>>
 	<<else>>
-		This forces her to find solace in @@color:lightcoral;deeper masochism.@@
+		This forces her to find solace in @@.lightcoral;deeper masochism.@@
 		<<set $slaves[$i].fetishStrength += 4>>
 	<</if>>
 	<<elseif ($slaves[$i].devotion < -20)>>
-	This rapidly fills her with @@color:mediumorchid;hatred@@ and @@color:mediumorchid;fear.@@
+	This rapidly fills her with @@.mediumorchid;hatred@@ and @@.mediumorchid;fear.@@
 	<<set $slaves[$i].devotion -= 10>>
 	<<set $slaves[$i].trust -= 10>>
 	<<elseif ($slaves[$i].devotion > 20)>>
-	This fills her with @@color:mediumorchid;bitterness@@ and @@color:mediumorchid;fear.@@
+	This fills her with @@.mediumorchid;bitterness@@ and @@.mediumorchid;fear.@@
 	<<set $slaves[$i].devotion -= 5>>
 	<<set $slaves[$i].trust -= 5>>
 	<</if>>
 <<elseif ($slaves[$i].devotion < -20)>>
 	<<if ($slaves[$i].trust >= -20)>>
-	Since she is not yet obedient, $HeadGirl.slaveName @@color:gold;punishes@@ her constantly, training her to be a decent assistant or suffer pain.
+	Since she is not yet obedient, $HeadGirl.slaveName @@.gold;punishes@@ her constantly, training her to be a decent assistant or suffer pain.
 	<<set $slaves[$i].trust -= 5>>
 	<</if>>
 <<elseif ($slaves[$i].devotion <= 20)>>
-	Since she is not yet well trained, $HeadGirl.slaveName instructs her, @@color:hotpink;training@@ her to be a proper assistant.
+	Since she is not yet well trained, $HeadGirl.slaveName instructs her, @@.hotpink;training@@ her to be a proper assistant.
 	<<set $slaves[$i].devotion += 4>>
 <<elseif ($slaves[$i].devotion <= 50)>>
-	Since she is not yet a devoted slave, $HeadGirl.slaveName works with her, @@color:hotpink;training@@ her to be a good assistant.
+	Since she is not yet a devoted slave, $HeadGirl.slaveName works with her, @@.hotpink;training@@ her to be a good assistant.
 	<<set $slaves[$i].devotion += 2>>
 <<else>>
-	Since she is a devoted assistant, $HeadGirl.slaveName @@color:hotpink;praises@@ and encourages her.
+	Since she is a devoted assistant, $HeadGirl.slaveName @@.hotpink;praises@@ and encourages her.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
 <<if ($HeadGirl.rivalry != 0) && ($HeadGirl.relationshipTarget == $slaves[$i].ID)>>
-	$HeadGirl.slaveName @@color:lightgreen;resolves the rivalry@@ between her and $slaves[$i].slaveName, mostly by the expedient of punishing $slaves[$i].slaveName savagely whenever she gives any trouble.
+	$HeadGirl.slaveName @@.lightgreen;resolves the rivalry@@ between her and $slaves[$i].slaveName, mostly by the expedient of punishing $slaves[$i].slaveName savagely whenever she gives any trouble.
 	<<set $HeadGirl.rivalry = 0, $HeadGirl.rivalryTarget = 0, $slaves[$i].rivalry = 0, $slaves[$i].rivalryTarget = 0>>
 <<elseif ($HeadGirl.relationship == 0)>>
 	<<if $familyTesting == 1>>
 	<<if $slaves[$i].mother == $HeadGirl.ID || $slaves[$i].father == $HeadGirl.ID || $slaves[$i].ID == $HeadGirl.mother || $slaves[$i].ID == $HeadGirl.father || areSisters($HeadGirl, $slaves[$i]) > 0>>
 	$HeadGirl.slaveName
 	<<if $HeadGirl.devotion > 95>>
-		is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ the prospect of sexual service from her
+		is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ the prospect of sexual service from her
 		<<set $HeadGirl.devotion += 1>>
 	<<elseif $HeadGirl.devotion > 60>>
 		is so devoted to you that she accepts the prospect of sexual service from her
 	<<else>>
-		is somewhat @@color:mediumorchid;disturbed@@ by the prospect of sexual service from her
+		is somewhat @@.mediumorchid;disturbed@@ by the prospect of sexual service from her
 		<<set $HeadGirl.devotion -= 2>>
 	<</if>>
 	<<if $slaves[$i].mother == $HeadGirl.ID || $slaves[$i].father == $HeadGirl.ID>>
@@ -92,21 +92,21 @@
 	<</if>>
 	$slaves[$i].slaveName
 	<<if $slaves[$i].devotion > 95>>
-		is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ the prospect of sexually servicing her
+		is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ the prospect of sexually servicing her
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].devotion > 60>>
 		is so devoted to you that she accepts the prospect of sexually servicing her
 	<<elseif $slaves[$i].devotion > 40>>
-		is somewhat @@color:mediumorchid;disturbed@@ by the prospect of sexually servicing her
+		is somewhat @@.mediumorchid;disturbed@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 2>>
 	<<elseif $slaves[$i].devotion > 20>>
-		is @@color:mediumorchid;disturbed@@ by the prospect of sexually servicing her
+		is @@.mediumorchid;disturbed@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 4>>
 	<<elseif $slaves[$i].devotion >= -20>>
-		is @@color:mediumorchid;strongly disturbed@@ by the prospect of sexually servicing her
+		is @@.mediumorchid;strongly disturbed@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 5>>
 	<<else>>
-		is @@color:mediumorchid;revolted@@ by the prospect of sexually servicing her
+		is @@.mediumorchid;revolted@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 10>>
 	<</if>>
 	<<if $HeadGirl.mother == $slaves[$i].ID || $HeadGirl.father == $slaves[$i].ID>>
@@ -127,12 +127,12 @@
 	<<if $slaves[$i].relation != 0 && $slaves[$i].relationTarget == $HeadGirl.ID>>
 	$HeadGirl.slaveName
 	<<if $HeadGirl.devotion > 95>>
-		is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ the prospect of sexual service from her
+		is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ the prospect of sexual service from her
 		<<set $HeadGirl.devotion += 1>>
 	<<elseif $HeadGirl.devotion > 60>>
 		is so devoted to you that she accepts the prospect of sexual service from her
 	<<else>>
-		is somewhat @@color:mediumorchid;disturbed@@ by the prospect of sexual service from her
+		is somewhat @@.mediumorchid;disturbed@@ by the prospect of sexual service from her
 		<<set $HeadGirl.devotion -= 2>>
 	<</if>>
 	<<if $HeadGirl.relation == "twin">>
@@ -146,21 +146,21 @@
 	<</if>>
 	$slaves[$i].slaveName
 	<<if $slaves[$i].devotion > 95>>
-		is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ the prospect of sexually servicing her
+		is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ the prospect of sexually servicing her
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].devotion > 60>>
 		is so devoted to you that she accepts the prospect of sexually servicing her
 	<<elseif $slaves[$i].devotion > 40>>
-		is somewhat @@color:mediumorchid;disturbed@@ by the prospect of sexually servicing her
+		is somewhat @@.mediumorchid;disturbed@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 2>>
 	<<elseif $slaves[$i].devotion > 20>>
-		is @@color:mediumorchid;disturbed@@ by the prospect of sexually servicing her
+		is @@.mediumorchid;disturbed@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 4>>
 	<<elseif $slaves[$i].devotion >= -20>>
-		is @@color:mediumorchid;strongly disturbed@@ by the prospect of sexually servicing her
+		is @@.mediumorchid;strongly disturbed@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 5>>
 	<<else>>
-		is @@color:mediumorchid;revolted@@ by the prospect of sexually servicing her
+		is @@.mediumorchid;revolted@@ by the prospect of sexually servicing her
 		<<set $slaves[$i].devotion -= 10>>
 	<</if>>
 	<<if $slaves[$i].relation == "twin">>
@@ -175,7 +175,7 @@
 	<</if>>
 	<</if>> /*closes extended family mode */
 	<<if ($slaves[$i].relationship == 0) && ($slaves[$i].devotion > 20)>>
-	$slaves[$i].slaveName sees $HeadGirl.slaveName constantly, and does her best to @@color:lightgreen;become her friend.@@
+	$slaves[$i].slaveName sees $HeadGirl.slaveName constantly, and does her best to @@.lightgreen;become her friend.@@
 	<<set $HeadGirl.relationship = 1, $HeadGirl.relationshipTarget = $slaves[$i].ID, $slaves[$i].relationship = 1, $slaves[$i].relationshipTarget = $HeadGirl.ID>>
 	<<elseif ($slaves[$i].relationship != 5) && ($slaves[$i].relationshipTarget != $HeadGirl.ID)>>
 	<<for $j = 0; $j < $slaves.length; $j++>>
@@ -190,22 +190,22 @@
 	<<if ($HeadGirl.relationshipTarget == $slaves[$i].ID)>>
 	<<set $slaves[$i].trust += 1, $HeadGirl.trust += 1>>
 	<<if $slaves[$i].relationship <= 2>>
-		Since $HeadGirl.slaveName and $slaves[$i].slaveName are already friends, they're @@color:mediumaquamarine;thankful@@ to you for allowing it. After a few nights of offering each other sexual comfort, they consider themselves @@color:lightgreen;friends with benefits.@@
+		Since $HeadGirl.slaveName and $slaves[$i].slaveName are already friends, they're @@.mediumaquamarine;thankful@@ to you for allowing it. After a few nights of offering each other sexual comfort, they consider themselves @@.lightgreen;friends with benefits.@@
 		<<set $HeadGirl.relationship = 3, $HeadGirl.relationshipTarget = $slaves[$i].ID>>
 		<<set $slaves[$i].relationship = 3, $slaves[$i].relationshipTarget = $HeadGirl.ID>>
 	<<elseif $slaves[$i].relationship <= 3>>
-		Since $HeadGirl.slaveName and $slaves[$i].slaveName are already lovers, they both @@color:hotpink;enjoy@@ living together and are @@color:mediumaquamarine;thankful@@ to you for allowing it. After living together for a few days, they draw closer emotionally, too, and consider themselves @@color:lightgreen;lovers.@@
+		Since $HeadGirl.slaveName and $slaves[$i].slaveName are already lovers, they both @@.hotpink;enjoy@@ living together and are @@.mediumaquamarine;thankful@@ to you for allowing it. After living together for a few days, they draw closer emotionally, too, and consider themselves @@.lightgreen;lovers.@@
 		<<set $HeadGirl.relationship = 4, $HeadGirl.relationshipTarget = $slaves[$i].ID>>
 		<<set $slaves[$i].relationship = 4, $slaves[$i].relationshipTarget = $HeadGirl.ID>>
 	<<elseif $slaves[$i].relationship <= 4>>
 		<<if ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength <= 60) && ($HeadGirl.fetish == "sadist") && ($slaves[$i].fetish != "masochist")>>
-		Since their relationship is very abusive, only $HeadGirl.slaveName @@color:hotpink;enjoys@@ living together with $slaves[$i].slaveName.
+		Since their relationship is very abusive, only $HeadGirl.slaveName @@.hotpink;enjoys@@ living together with $slaves[$i].slaveName.
 		<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 		<<else>>
-		Since $HeadGirl.slaveName and $slaves[$i].slaveName are  lovers, they @@color:hotpink;enjoy@@ living together.
+		Since $HeadGirl.slaveName and $slaves[$i].slaveName are  lovers, they @@.hotpink;enjoy@@ living together.
 		<</if>>
 	<<else>>
-		Since $HeadGirl.slaveName and $slaves[$i].slaveName are  slave wives, they @@color:hotpink;enjoy@@ living together.
+		Since $HeadGirl.slaveName and $slaves[$i].slaveName are  slave wives, they @@.hotpink;enjoy@@ living together.
 	<</if>>
 	<</if>>
 <</if>>
@@ -224,52 +224,52 @@
 	$HeadGirl.slaveName wants to be kept amused in her occasional free time, so she trains $slaves[$i].slaveName's entertainment skills.
 	<<EntertainSkillIncrease $slaves[$i]>>
 <<elseif ($slaves[$i].sexualFlaw != "none")>>
-	$HeadGirl.slaveName is annoyed by $slaves[$i].slaveName's sexual flaws, so she @@color:green;trains@@ her out of them.
+	$HeadGirl.slaveName is annoyed by $slaves[$i].slaveName's sexual flaws, so she @@.green;trains@@ her out of them.
 	<<set $slaves[$i].sexualFlaw = "none">>
 <<elseif ($slaves[$i].behavioralFlaw != "none")>>
-	$HeadGirl.slaveName is irritated by $slaves[$i].slaveName's flaws, so she @@color:green;trains@@ her out of them.
+	$HeadGirl.slaveName is irritated by $slaves[$i].slaveName's flaws, so she @@.green;trains@@ her out of them.
 	<<set $slaves[$i].behavioralFlaw = "none">>
 <</if>>
 
 <<if ($slaves[$i].vaginalAccessory != "chastity belt")>>
 <<if ($slaves[$i].vagina == 0)>>
-	$HeadGirl.slaveName @@color:hotpink;loves@@ @@color:lime;taking@@ $slaves[$i].slaveName's virginity, and spends much of the week ogling her conquest complacently.
+	$HeadGirl.slaveName @@.hotpink;loves@@ @@.lime;taking@@ $slaves[$i].slaveName's virginity, and spends much of the week ogling her conquest complacently.
 	<<set $slaves[$i].vagina = 1, $HeadGirl.devotion += 4>>
 <<elseif ($slaves[$i].vagina == 1)>>
 	<<if canPenetrate($HeadGirl)>>
 	<<if ($HeadGirl.dick > 4) && ($HeadGirl.energy > 95)>>
-		$HeadGirl.slaveName has such a ferocious sex drive and such a big dick that her constant pounding of $slaves[$i].slaveName @@color:lime;loosens@@ the poor girl's pussy.
+		$HeadGirl.slaveName has such a ferocious sex drive and such a big dick that her constant pounding of $slaves[$i].slaveName @@.lime;loosens@@ the poor girl's pussy.
 		<<set $slaves[$i].vagina += 1>>
 	<<elseif ($HeadGirl.dick > 5)>>
-		Serving $HeadGirl.slaveName's monster cock @@color:lime;loosens@@ $slaves[$i].slaveName's pussy.
+		Serving $HeadGirl.slaveName's monster cock @@.lime;loosens@@ $slaves[$i].slaveName's pussy.
 		<<set $slaves[$i].vagina += 1>>
 	<</if>>
 	<</if>>
 <<elseif ($slaves[$i].vagina == 2)>>
 	<<if canPenetrate($HeadGirl)>>
 	<<if ($HeadGirl.dick > 5) && ($HeadGirl.energy > 95)>>
-		$HeadGirl.slaveName has such a ferocious sex drive and such a monster cock that her constant pounding of $slaves[$i].slaveName @@color:lime;loosens@@ the poor girl's pussy.
+		$HeadGirl.slaveName has such a ferocious sex drive and such a monster cock that her constant pounding of $slaves[$i].slaveName @@.lime;loosens@@ the poor girl's pussy.
 		<<set $slaves[$i].vagina += 1>>
 	<</if>>
 	<</if>>
 <</if>>
 <</if>>
 <<if ($slaves[$i].anus == 0)>>
-	$HeadGirl.slaveName @@color:hotpink;relishes@@ @@color:lime;taking@@ $slaves[$i].slaveName's anal virginity, and spends much of the week groping her conquest's rear end possessively.
+	$HeadGirl.slaveName @@.hotpink;relishes@@ @@.lime;taking@@ $slaves[$i].slaveName's anal virginity, and spends much of the week groping her conquest's rear end possessively.
 	<<set $slaves[$i].anus = 1, $HeadGirl.devotion += 4>>
 <<elseif ($slaves[$i].anus == 1)>>
 	<<if canPenetrate($HeadGirl)>>
 	<<if ($HeadGirl.dick > 4) && ($HeadGirl.energy > 95)>>
-		$HeadGirl.slaveName uses $slaves[$i].slaveName's anus to vent her sexual addiction. Constant assrape from such a huge dick @@color:lime;loosens@@ her sphincter.
+		$HeadGirl.slaveName uses $slaves[$i].slaveName's anus to vent her sexual addiction. Constant assrape from such a huge dick @@.lime;loosens@@ her sphincter.
 		<<set $slaves[$i].anus += 1>>
 	<<elseif ($HeadGirl.dick > 5)>>
-		Taking $HeadGirl.slaveName's monster cock up the butt @@color:lime;loosens@@ $slaves[$i].slaveName's anal sphincter.
+		Taking $HeadGirl.slaveName's monster cock up the butt @@.lime;loosens@@ $slaves[$i].slaveName's anal sphincter.
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<</if>>
 <<elseif ($slaves[$i].anus == 2)>>
 	<<if canPenetrate($HeadGirl) && ($HeadGirl.dick > 5) && ($HeadGirl.energy > 95)>>
-		$HeadGirl.slaveName uses $slaves[$i].slaveName's anus to vent her sexual addiction. Constant assrape from the Head Girl's monster cock @@color:lime;loosens@@ her sphincter.
+		$HeadGirl.slaveName uses $slaves[$i].slaveName's anus to vent her sexual addiction. Constant assrape from the Head Girl's monster cock @@.lime;loosens@@ her sphincter.
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 <</if>>
@@ -281,7 +281,7 @@
 <<if ($HeadGirl.balls > 0)>>
 <<if $arcologies[0].FSRestart == "unset">>
 <<if canPenetrate($HeadGirl)>>
-	$HeadGirl.slaveName promptly @@color:lime;impregnates@@ $slaves[$i].slaveName, to your Head Girl's considerable @@color:hotpink;satisfaction.@@
+	$HeadGirl.slaveName promptly @@.lime;impregnates@@ $slaves[$i].slaveName, to your Head Girl's considerable @@.hotpink;satisfaction.@@
 	<<set $slaves[$i].preg = 1>>
 	<<if ($slaves[$i].drugs == "super fertility drugs")>>
 	<<if ($slaves[$i].hormones == 2)>>
@@ -312,49 +312,49 @@
 <<if ($slaves[$i].devotion > 50)>>
 <<if (($slaves[$i].fetishStrength <= 95) || ($slaves[$i].fetishKnown == 0)) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60) && ($slaves[$i].fetish != $HeadGirl.fetish)>>
 	<<if ($HeadGirl.fetish == "submissive")>>
-		$slaves[$i].slaveName slowly gets used to $HeadGirl.slaveName's need to be sexually dominated, and begins to @@color:pink;enjoy being a top@@ within the confines of the suite.
+		$slaves[$i].slaveName slowly gets used to $HeadGirl.slaveName's need to be sexually dominated, and begins to @@.pink;enjoy being a top@@ within the confines of the suite.
 		<<set $slaves[$i].fetish = "dom", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<<elseif ($HeadGirl.fetish == "dom")>>
 		<<if ($slaves[$i].fetish != "submissive") || ($slaves[$i].fetish == 0)>>
-			$slaves[$i].slaveName slowly gets used to being tied up and fucked regularly, and accepts that it's how $HeadGirl.slaveName sexual attraction to her expresses itself. She begins to @@color:pink;enjoy being a sub,@@ especially for $HeadGirl.slaveName.
+			$slaves[$i].slaveName slowly gets used to being tied up and fucked regularly, and accepts that it's how $HeadGirl.slaveName sexual attraction to her expresses itself. She begins to @@.pink;enjoy being a sub,@@ especially for $HeadGirl.slaveName.
 			<<set $slaves[$i].fetish = "submissive", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<<elseif ($HeadGirl.fetish == "boobs")>>
-		$HeadGirl.slaveName lavishes so much attention on $slaves[$i].slaveName's boobs that $slaves[$i].slaveName really starts to @@color:pink;fetishize tits@@ too.
+		$HeadGirl.slaveName lavishes so much attention on $slaves[$i].slaveName's boobs that $slaves[$i].slaveName really starts to @@.pink;fetishize tits@@ too.
 		<<set $slaves[$i].fetish = "boobs", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<<elseif ($HeadGirl.fetish == "pregnancy")>>
-		$slaves[$i].slaveName and $HeadGirl.slaveName spend so much time talking about pregnancy and fertility $slaves[$i].slaveName really starts to @@color:pink;fetishize pregnancy@@ too.
+		$slaves[$i].slaveName and $HeadGirl.slaveName spend so much time talking about pregnancy and fertility $slaves[$i].slaveName really starts to @@.pink;fetishize pregnancy@@ too.
 		<<set $slaves[$i].fetish = "pregnancy", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<<elseif ($HeadGirl.fetish == "cumslut")>>
-		$slaves[$i].slaveName participates in enough of $HeadGirl.slaveName's cum games that she can't help but @@color:pink;enjoy oral sex@@ herself.
+		$slaves[$i].slaveName participates in enough of $HeadGirl.slaveName's cum games that she can't help but @@.pink;enjoy oral sex@@ herself.
 		<<set $slaves[$i].fetish = "cumslut", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<<elseif ($HeadGirl.fetish == "humiliation")>>
-		$slaves[$i].slaveName has so much public sex with $HeadGirl.slaveName that she really starts to @@color:pink;enjoy humiliation@@ herself.
+		$slaves[$i].slaveName has so much public sex with $HeadGirl.slaveName that she really starts to @@.pink;enjoy humiliation@@ herself.
 		<<set $slaves[$i].fetish = "humiliation", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<<elseif ($HeadGirl.fetish == "buttslut")>>
-		$slaves[$i].slaveName takes $HeadGirl.slaveName's <<if canPenetrate($HeadGirl)>>dick<<else>>strap-on and dildos<</if>> up her poor anus so often that she starts to @@color:pink;enjoy buttsex@@ herself.
+		$slaves[$i].slaveName takes $HeadGirl.slaveName's <<if canPenetrate($HeadGirl)>>dick<<else>>strap-on and dildos<</if>> up her poor anus so often that she starts to @@.pink;enjoy buttsex@@ herself.
 		<<set $slaves[$i].fetish = "buttslut", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<<elseif ($HeadGirl.fetish == "masochist")>>
 		<<if ($slaves[$i].fetish != "submissive") || ($slaves[$i].fetish == 0)>>
-			$slaves[$i].slaveName is initially shocked to be asked to cause $HeadGirl.slaveName pain, but she slowly begins to understand the honestly sexual nature of the arrangement. She starts to @@color:pink;enjoy causing pain,@@ since $HeadGirl.slaveName is clearly enjoying it so much.
+			$slaves[$i].slaveName is initially shocked to be asked to cause $HeadGirl.slaveName pain, but she slowly begins to understand the honestly sexual nature of the arrangement. She starts to @@.pink;enjoy causing pain,@@ since $HeadGirl.slaveName is clearly enjoying it so much.
 			<<set $slaves[$i].fetish = "sadist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<<else>>
-		$slaves[$i].slaveName often takes $HeadGirl.slaveName's <<if canPenetrate($HeadGirl)>>dick<<else>>strap-on<</if>> in the missionary position, after some light foreplay and before bed; she honestly enjoys the respectful lovemaking, and begins to @@color:pink;enjoy vanilla sex@@ herself.
+		$slaves[$i].slaveName often takes $HeadGirl.slaveName's <<if canPenetrate($HeadGirl)>>dick<<else>>strap-on<</if>> in the missionary position, after some light foreplay and before bed; she honestly enjoys the respectful lovemaking, and begins to @@.pink;enjoy vanilla sex@@ herself.
 		<<set $slaves[$i].fetish = "none", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 	<</if>>
 <</if>>
 <<if ($HeadGirl.attrKnown == 1)>>
 	<<if ($HeadGirl.attrXX > 85) && ($slaves[$i].attrXX > 65) && ($slaves[$i].attrXX <= 85)>>
-	$slaves[$i].slaveName and $HeadGirl.slaveName spend so much time giggling over which of your other slaves they think is prettiest (typically followed by giggling sex) that $slaves[$i].slaveName really starts to @@color:green;fetishize girls@@ too.
+	$slaves[$i].slaveName and $HeadGirl.slaveName spend so much time giggling over which of your other slaves they think is prettiest (typically followed by giggling sex) that $slaves[$i].slaveName really starts to @@.green;fetishize girls@@ too.
 	<<set $slaves[$i].attrXX += 2, $slaves[$i].attrKnown = 1>>
 	<</if>>
 	<<if ($HeadGirl.attrXY > 85) && ($slaves[$i].attrXY > 65) && ($slaves[$i].attrXY <= 85)>>
-	$slaves[$i].slaveName and $HeadGirl.slaveName have so much fun debating which male citizens and slave dickgirls are cutest (typically followed by $HeadGirl.slaveName banging her girltoy <<if ($HeadGirl.balls == 0) || ($HeadGirl.hormones > 0) || ($HeadGirl.dick == 0)>>with a strap-on<<else>>senseless<</if>>) that $slaves[$i].slaveName really starts to @@color:green;fetishize boys@@ too.
+	$slaves[$i].slaveName and $HeadGirl.slaveName have so much fun debating which male citizens and slave dickgirls are cutest (typically followed by $HeadGirl.slaveName banging her girltoy <<if ($HeadGirl.balls == 0) || ($HeadGirl.hormones > 0) || ($HeadGirl.dick == 0)>>with a strap-on<<else>>senseless<</if>>) that $slaves[$i].slaveName really starts to @@.green;fetishize boys@@ too.
 	<<set $slaves[$i].attrXY += 2, $slaves[$i].attrKnown = 1>>
 	<</if>>
 	<<if ($HeadGirl.energy > 95) && ($slaves[$i].energy <= 95)>>
-	$slaves[$i].slaveName has so much fun sex with $HeadGirl.slaveName that @@color:green;her sex drive is slowly enhanced.@@
+	$slaves[$i].slaveName has so much fun sex with $HeadGirl.slaveName that @@.green;her sex drive is slowly enhanced.@@
 	<<set $slaves[$i].energy += 2>>
 	<</if>>
 <</if>>
@@ -450,7 +450,7 @@
 <</if>>
 
 <<if $slaves[$i].cervixImplant == 1 && _cervixPump > 0 >>
-	$slaves[$i] notices her @@color:orange;belly swell@@ after vaginal sex throughout the week.
+	$slaves[$i] notices her @@.orange;belly swell@@ after vaginal sex throughout the week.
 	<<set $slaves[$i].bellyImplant += _cervixPump*20>>
 <</if>>
 
@@ -668,42 +668,42 @@
 	<<if ($HeadGirl.fetish == "sadist") && ($HeadGirl.fetishStrength > 95) && ($seeExtreme == 1) && ($slaves[$i].fetish != "mindbroken")>>
 		<<if ($slaves[$i].health > 40)>>
 		<<if ($slaves[$i].amp != 1) && ($slaves[$i].devotion < -20)>>
-			$HeadGirl.slaveName decides to extract the ultimate in sadistic pleasure from $slaves[$i].slaveName, and directs the autosurgery to @@color:red;amputate her arms and legs.@@ She carefully describes the entire process to the sobbing slave @@color:gold;in minute detail@@ before allowing her to be sedated.
+			$HeadGirl.slaveName decides to extract the ultimate in sadistic pleasure from $slaves[$i].slaveName, and directs the autosurgery to @@.red;amputate her arms and legs.@@ She carefully describes the entire process to the sobbing slave @@.gold;in minute detail@@ before allowing her to be sedated.
 			<<set $slaves[$i].devotion -= 20, $slaves[$i].trust -= 20, $slaves[$i].health -= 40, $slaves[$i].amp = 1>>
 		<</if>>
 		<<if ($slaves[$i].balls > 0) && ($slaves[$i].devotion <= 50)>>
-			$HeadGirl.slaveName decides to have some once-only sadistic pleasure, and carefully straps $slaves[$i].slaveName into the surgery until she's completely immobile. $HeadGirl.slaveName situates a mirror so the terrified girl can see her own crotch, gets behind her, and carefully sodomizes her during the entire process of @@color:red;castration.@@ $slaves[$i].slaveName is anesthetized down there and can't feel the brutal anal rape, but her abuser orgasms repeatedly to her @@color:gold;weeping at the sight of being gelded and raped at once.@@
+			$HeadGirl.slaveName decides to have some once-only sadistic pleasure, and carefully straps $slaves[$i].slaveName into the surgery until she's completely immobile. $HeadGirl.slaveName situates a mirror so the terrified girl can see her own crotch, gets behind her, and carefully sodomizes her during the entire process of @@.red;castration.@@ $slaves[$i].slaveName is anesthetized down there and can't feel the brutal anal rape, but her abuser orgasms repeatedly to her @@.gold;weeping at the sight of being gelded and raped at once.@@
 			<<set $slaves[$i].devotion -= 20, $slaves[$i].trust -= 20, $slaves[$i].health -= 20, $slaves[$i].balls = 0>>
 		<</if>>
 		<</if>>
 		<<if ($slaves[$i].devotion < -90)>>
-			$HeadGirl.slaveName tires of $slaves[$i].slaveName's protests that $HeadGirl.slaveName is a monster for hurting her this way and her complaints that she deserves better. $HeadGirl.slaveName decides that it'll be just as much fun and a lot less trouble to mistreat $slaves[$i].slaveName once she's mindbroken, and sends her in for @@color:red;chemical lobotomization.@@
+			$HeadGirl.slaveName tires of $slaves[$i].slaveName's protests that $HeadGirl.slaveName is a monster for hurting her this way and her complaints that she deserves better. $HeadGirl.slaveName decides that it'll be just as much fun and a lot less trouble to mistreat $slaves[$i].slaveName once she's mindbroken, and sends her in for @@.red;chemical lobotomization.@@
 			<<set $slaves[$i].health -= 20, $slaves[$i].fetish = "mindbroken">>
 		<</if>>
 	<<elseif ($HeadGirl.fetish == "dom") && ($HeadGirl.fetishStrength > 60) && ($seeExtreme == 1) && ($slaves[$i].fetish != "mindbroken") && ($slaves[$i].devotion <= 50)>>
 		<<if ($slaves[$i].health > 40)>>
 			<<if ($slaves[$i].heels == 0) && ($slaves[$i].amp != 1)>>
-				$HeadGirl.slaveName is not satisfied with $slaves[$i].slaveName's submissiveness, and directs the autosurgery to @@color:red;clip her Achilles tendons.@@ Once the slave is recovered from surgery, $HeadGirl.slaveName removes all shoes from the suite, too, so $slaves[$i].slaveName is forced to crawl like a good little bitch. $slaves[$i].slaveName is @@color:gold;angry@@ and @@color:gold;frightened.@@
+				$HeadGirl.slaveName is not satisfied with $slaves[$i].slaveName's submissiveness, and directs the autosurgery to @@.red;clip her Achilles tendons.@@ Once the slave is recovered from surgery, $HeadGirl.slaveName removes all shoes from the suite, too, so $slaves[$i].slaveName is forced to crawl like a good little bitch. $slaves[$i].slaveName is @@.gold;angry@@ and @@.gold;frightened.@@
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].health -= 20, $slaves[$i].heels = 1, $slaves[$i].shoes = "none">>
 			<</if>>
 			<<if ($slaves[$i].balls > 0)>>
-				$HeadGirl.slaveName decides that it's counterproductive for $slaves[$i].slaveName to be able to get hard, and sends her in to have her @@color:red;balls removed.@@ $slaves[$i].slaveName is horrified, but $HeadGirl.slaveName uses her anus with such persistence and mercilessness that the poor gelding doesn't have much time to mourn. $slaves[$i].slaveName is badly @@color:gold;frightened@@ by her new role as nothing but a recipient of anal.
+				$HeadGirl.slaveName decides that it's counterproductive for $slaves[$i].slaveName to be able to get hard, and sends her in to have her @@.red;balls removed.@@ $slaves[$i].slaveName is horrified, but $HeadGirl.slaveName uses her anus with such persistence and mercilessness that the poor gelding doesn't have much time to mourn. $slaves[$i].slaveName is badly @@.gold;frightened@@ by her new role as nothing but a recipient of anal.
 				<<set $slaves[$i].trust -= 10, $slaves[$i].health -= 20, $slaves[$i].balls = 0>>
 			<</if>>
 		<</if>>
 	<<elseif $HeadGirl.energy > 95>>
 		<<if ($slaves[$i].health > 40) && ($slaves[$i].heels == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].devotion <= 50) && ($slaves[$i].fetish != "mindbroken")>>
-			$HeadGirl.slaveName wants a good little bimbo who sticks her butt out all the time, and directs the autosurgery to @@color:red;clip $slaves[$i].slaveName's Achilles tendons.@@ Once the slave is recovered from surgery, $HeadGirl.slaveName presents $slaves[$i].slaveName with a new pair of extra-tall heels to totter around in like a good little slut. $slaves[$i].slaveName is @@color:gold;angry@@ and @@color:gold;frightened.@@
+			$HeadGirl.slaveName wants a good little bimbo who sticks her butt out all the time, and directs the autosurgery to @@.red;clip $slaves[$i].slaveName's Achilles tendons.@@ Once the slave is recovered from surgery, $HeadGirl.slaveName presents $slaves[$i].slaveName with a new pair of extra-tall heels to totter around in like a good little slut. $slaves[$i].slaveName is @@.gold;angry@@ and @@.gold;frightened.@@
 			<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5, $slaves[$i].health -= 20, $slaves[$i].heels = 1, $slaves[$i].shoes = "heels">>
 		<</if>>
 	<<elseif $HeadGirl.fetish == "masochist">>
 		<<if ($slaves[$i].health > 40) && ($slaves[$i].heightImplant == 0) && ($slaves[$i].height < 185) && ($slaves[$i].amp != 1)>>
-				$HeadGirl.slaveName has a subconscious need to be hurt by the biggest, strongest girl possible, and directs the autosurgery to extend $slaves[$i].slaveName's arm and leg bones to make her a little @@color:lime;taller.@@
+				$HeadGirl.slaveName has a subconscious need to be hurt by the biggest, strongest girl possible, and directs the autosurgery to extend $slaves[$i].slaveName's arm and leg bones to make her a little @@.lime;taller.@@
 				<<set $slaves[$i].health -= 20, $slaves[$i].heightImplant = 1, $slaves[$i].height += 1>>
 		<</if>>
 	<<elseif $HeadGirl.fetish == "submissive">>
 		<<if ($slaves[$i].health > 40) && ($slaves[$i].heightImplant == 0) && ($slaves[$i].height < 185) && ($slaves[$i].amp != 1)>>
-			$HeadGirl.slaveName wants to be topped by the biggest, strongest girl possible, and directs the autosurgery to extend $slaves[$i].slaveName's arm and leg bones to make her a little @@color:lime;taller.@@
+			$HeadGirl.slaveName wants to be topped by the biggest, strongest girl possible, and directs the autosurgery to extend $slaves[$i].slaveName's arm and leg bones to make her a little @@.lime;taller.@@
 			<<set $slaves[$i].health -= 20, $slaves[$i].heightImplant = 1, $slaves[$i].height += 1>>
 		<</if>>
 	<</if>>
@@ -712,7 +712,7 @@
 
 <<if $HGSuiteEquality != 0>>
 	<<if $slaves[$i].devotion > 50>>
-	$HeadGirl.slaveName and $slaves[$i].slaveName @@color:hotpink;really appreciate@@ the equal, alternating Head Girl system, and @@color:yellow;switch places at the end of the week.@@
+	$HeadGirl.slaveName and $slaves[$i].slaveName @@.hotpink;really appreciate@@ the equal, alternating Head Girl system, and @@.yellow;switch places at the end of the week.@@
 	<<set $HeadGirl.devotion += 1, $slaves[$i].devotion += 1>>
 	<<else>>
 	$slaves[$i].slaveName is not a decent Head Girl candidate, so $HeadGirl.slaveName keeps the position for now.
@@ -720,13 +720,13 @@
 <<else>>
 	<<set $seed = $HGSuiteSurgery + $HGSuiteDrugs + $HGSuiteHormones>>
 	<<if $seed > 2>>
-	Your Head Girl @@color:hotpink;really enjoys@@ being given total freedom to customize her very own bitch.
+	Your Head Girl @@.hotpink;really enjoys@@ being given total freedom to customize her very own bitch.
 	<<set $HeadGirl.devotion += 2>>
 	<<elseif $seed == 2>>
-	Your Head Girl @@color:hotpink;enjoys@@ being given freedom to customize her very own girl.
+	Your Head Girl @@.hotpink;enjoys@@ being given freedom to customize her very own girl.
 	<<set $HeadGirl.devotion += 1>>
 	<<elseif $seed == 1>>
-	Your Head Girl @@color:hotpink;appreciates@@ being given some freedom to customize her own servant.
+	Your Head Girl @@.hotpink;appreciates@@ being given some freedom to customize her own servant.
 	<<set $HeadGirl.devotion += 1>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 6badc90089b1e6b760240268aa46a5a0fbfc2ad0..960a8e9f6601761787e2a8935fc35b94717071cb 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -8,88 +8,88 @@
 	It is perfectly adapted to life in a Fuckdoll suit.
 <<else>>
 	<<if $slaves[$i].fuckdoll <= 5>>
-		This is its first week as a living sex toy. It is @@color:mediumorchid;utterly terrified@@ by the prospect of spending the rest of its life like this. It is @@color:green;forced to adapt@@ to life as a Fuckdoll. It must remain still, and do its best to cooperate with anyone who guides it by touch. When it obeys commands relayed by its suit, it is rewarded with orgasms; when it does not, it is punished with pain.
+		This is its first week as a living sex toy. It is @@.mediumorchid;utterly terrified@@ by the prospect of spending the rest of its life like this. It is @@.green;forced to adapt@@ to life as a Fuckdoll. It must remain still, and do its best to cooperate with anyone who guides it by touch. When it obeys commands relayed by its suit, it is rewarded with orgasms; when it does not, it is punished with pain.
 		<<set $slaves[$i].trust -= 10>>
 		<<if $slaves[$i].entertainSkill > 50>>
-			It @@color:red;begins to forget its entertainment skills@@ under the terrible stress of total confinement.
+			It @@.red;begins to forget its entertainment skills@@ under the terrible stress of total confinement.
 			<<set $slaves[$i].entertainSkill = 50>>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 15>>
-		This is its second week as a living sex toy. Its suit continues its training as a living sex toy, @@color:green;forcing it to accept any treatment@@ it is subjected to. Though the suit is capable of resisting unacceptable movement to a degree, and it includes integral shackles to secure the toy in any position desired, the Fuckdoll is now severely punished if it attempts any resistance at all.
+		This is its second week as a living sex toy. Its suit continues its training as a living sex toy, @@.green;forcing it to accept any treatment@@ it is subjected to. Though the suit is capable of resisting unacceptable movement to a degree, and it includes integral shackles to secure the toy in any position desired, the Fuckdoll is now severely punished if it attempts any resistance at all.
 		<<if $slaves[$i].whoreSkill > 50>>
-			It @@color:red;loses its refined courtesanship,@@ since all it has to remember now is how to be used.
+			It @@.red;loses its refined courtesanship,@@ since all it has to remember now is how to be used.
 			<<set $slaves[$i].whoreSkill = 50>>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 25>>
-		This week it @@color:green;learns the most basic commands@@ its suit can pass, those for simple postures. <<if $slaves[$i].amp == 1>>These are very simple, since it lacks limbs.<<else>>One command directs it to remain standing, but cock its hips to offer its rear hole. Another requires it to get instantly down on all fours and arch its back, offering both its face hole and <<if $slaves[$i].vagina > -1>>lower holes<<else>>rear hole<</if>>.<</if>>
+		This week it @@.green;learns the most basic commands@@ its suit can pass, those for simple postures. <<if $slaves[$i].amp == 1>>These are very simple, since it lacks limbs.<<else>>One command directs it to remain standing, but cock its hips to offer its rear hole. Another requires it to get instantly down on all fours and arch its back, offering both its face hole and <<if $slaves[$i].vagina > -1>>lower holes<<else>>rear hole<</if>>.<</if>>
 		<<if $slaves[$i].behavioralQuirk != "none">>
-			With no stimulation other than use, it @@color:red;quickly forgets what used to make its behavior special.@@
+			With no stimulation other than use, it @@.red;quickly forgets what used to make its behavior special.@@
 			<<set $slaves[$i].behavioralQuirk = "none">>
 		<</if>>
 		<<if $slaves[$i].career != "a Fuckdoll">>
-			Its procedural memory has largely been overwritten by tonal commands; @@color:yellow;its only meaningful career experience is now the profession of a living sex toy.@@
+			Its procedural memory has largely been overwritten by tonal commands; @@.yellow;its only meaningful career experience is now the profession of a living sex toy.@@
 			<<set $slaves[$i].career = "a Fuckdoll">>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 35>>
-		This week it @@color:green;learns more advanced posture commands.@@ <<if $slaves[$i].amp == 1>>These remain quite simple, since it lacks limbs.<<else>>It practices balance in the heels integral to the suit, and learns to stand and bend at the waist, all the way down, while keeping its legs straight, putting its face hole and its <<if $slaves[$i].vagina > -1>>lower holes<<else>>rear hole<</if>> at convenient waist height.<</if>>
+		This week it @@.green;learns more advanced posture commands.@@ <<if $slaves[$i].amp == 1>>These remain quite simple, since it lacks limbs.<<else>>It practices balance in the heels integral to the suit, and learns to stand and bend at the waist, all the way down, while keeping its legs straight, putting its face hole and its <<if $slaves[$i].vagina > -1>>lower holes<<else>>rear hole<</if>> at convenient waist height.<</if>>
 		<<if $slaves[$i].sexualQuirk != "none">>
-			Its sex life now consists of things that enter its holes. It learns to desire any use at all, since  nothing else interrupts the infinite boredom. It @@color:red;quickly forgets what used to make its sexual tendencies distinctive.@@
+			Its sex life now consists of things that enter its holes. It learns to desire any use at all, since  nothing else interrupts the infinite boredom. It @@.red;quickly forgets what used to make its sexual tendencies distinctive.@@
 			<<set $slaves[$i].sexualQuirk = "none">>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 45>>
-		This week it @@color:green;learns basic sexual commands@@ from its suit. Usually, if something is inserted into its <<if $slaves[$i].vagina > -1>>holes<<else>>lower hole<</if>>, it is to relax. If a specific command is given, it is taught to rhythmically tighten <<if $slaves[$i].vagina > -1>>its holes<<else>>the hole<</if>>, massaging whatever's inside.
+		This week it @@.green;learns basic sexual commands@@ from its suit. Usually, if something is inserted into its <<if $slaves[$i].vagina > -1>>holes<<else>>lower hole<</if>>, it is to relax. If a specific command is given, it is taught to rhythmically tighten <<if $slaves[$i].vagina > -1>>its holes<<else>>the hole<</if>>, massaging whatever's inside.
 		<<if $slaves[$i].vaginalSkill > 25>>
-			Being trained in this uncomplicated act @@color:red;quickly teaches it to ignore its vaginal talents.@@
+			Being trained in this uncomplicated act @@.red;quickly teaches it to ignore its vaginal talents.@@
 			<<set $slaves[$i].vaginalSkill = 25>>
 		<</if>>
 		<<if $slaves[$i].analSkill > 25>>
-			It's forced to use its sphincter as hard as it can, and it @@color:red;quickly forgets all anal refinement.@@
+			It's forced to use its sphincter as hard as it can, and it @@.red;quickly forgets all anal refinement.@@
 			<<set $slaves[$i].analSkill = 25>>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 55>>
-		This week it @@color:green;learns more basic sexual commands@@ from its suit. Usually, if something is inserted into its throat, it is to relax and accept a facefucking. If a specific command is given, it is taught to suck as powerfully as it can, on pain of punishment.
+		This week it @@.green;learns more basic sexual commands@@ from its suit. Usually, if something is inserted into its throat, it is to relax and accept a facefucking. If a specific command is given, it is taught to suck as powerfully as it can, on pain of punishment.
 		<<if $slaves[$i].oralSkill > 25>>
-			Being trained to suck so hard @@color:red;quickly erases its finer oral habits.@@
+			Being trained to suck so hard @@.red;quickly erases its finer oral habits.@@
 			<<set $slaves[$i].oralSkill = 25>>
 		<</if>>
 		<<if $slaves[$i].behavioralFlaw != "none">>
-			It has now been obeying its suit out of a desire to avoid punishment for so long that @@color:green;it loses any propensity to misbehave in distinctive ways.@@
+			It has now been obeying its suit out of a desire to avoid punishment for so long that @@.green;it loses any propensity to misbehave in distinctive ways.@@
 			<<set $slaves[$i].behavioralFlaw = "none">>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 65>>
-		This week it @@color:green;receives training for finer arousal control@@ from its suit. It can now be warmed up before use, to make it as desperate as possible; or it can be warmed up and left to suffer.
+		This week it @@.green;receives training for finer arousal control@@ from its suit. It can now be warmed up before use, to make it as desperate as possible; or it can be warmed up and left to suffer.
 		<<if $slaves[$i].fetishStrength > 50>>
-			It's now so desperate for any stimulation that it @@color:pink;begins to forget what once aroused it.@@ It now wants whatever it can get.
+			It's now so desperate for any stimulation that it @@.pink;begins to forget what once aroused it.@@ It now wants whatever it can get.
 			<<set $slaves[$i].fetishStrength = 50>>
 		<</if>>
 		<<if $slaves[$i].sexualFlaw != "none">>
-			It's trained to perform thorough mechanical obedience, @@color:green;utterly destroying its sexual deficiencies.@@
+			It's trained to perform thorough mechanical obedience, @@.green;utterly destroying its sexual deficiencies.@@
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 75>>
-		This week it @@color:green;begins to learn more advanced commands@@ from its suit. It is taught a command that instructs it to take a more active role in penetrative sex. When that command is given, it must fuck itself against any <<if $PC.dick == 1>>cocks<<else>>phalli<</if>> that are currently inside it, as hard as it possibly can.
+		This week it @@.green;begins to learn more advanced commands@@ from its suit. It is taught a command that instructs it to take a more active role in penetrative sex. When that command is given, it must fuck itself against any <<if $PC.dick == 1>>cocks<<else>>phalli<</if>> that are currently inside it, as hard as it possibly can.
 		<<if $slaves[$i].fetish != "none" || $slaves[$i].fetish != "mindbroken">>
-			It @@color:pink;no longer retains any sexual preferences@@ at all. It just wants to be penetrated.
+			It @@.pink;no longer retains any sexual preferences@@ at all. It just wants to be penetrated.
 			<<set $slaves[$i].fetish = "none", $slaves[$i].fetishStrength = 0>>
 		<</if>>
 		<<if $slaves[$i].intelligence > 1>>
-			It was once highly intelligent, but total concentration of all its mental abilities on simple tonal commands @@color:red;dulls its intelligence.@@
+			It was once highly intelligent, but total concentration of all its mental abilities on simple tonal commands @@.red;dulls its intelligence.@@
 			<<set $slaves[$i].intelligence = 1>>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 85>>
-		This week it @@color:green;learns more more advanced commands@@ from its suit. <<if $slaves[$i].amp == 1>>If its limbless torso is placed atop a dick and a command is given, it is to do its best to bounce on it.<<else>>It learns a special command, on which it is to slowly squat down, impaling itself on any phallus beneath it. Once its hole is filled, it is to bounce up and down, using its hole to milk the phallus.<</if>>
+		This week it @@.green;learns more more advanced commands@@ from its suit. <<if $slaves[$i].amp == 1>>If its limbless torso is placed atop a dick and a command is given, it is to do its best to bounce on it.<<else>>It learns a special command, on which it is to slowly squat down, impaling itself on any phallus beneath it. Once its hole is filled, it is to bounce up and down, using its hole to milk the phallus.<</if>>
 		<<if $slaves[$i].entertainSkill > 15>>
-			There is @@color:red;no entertainment and no elegance@@ for it anymore. It cannot even hear the lewd noises its holes make.
+			There is @@.red;no entertainment and no elegance@@ for it anymore. It cannot even hear the lewd noises its holes make.
 			<<set $slaves[$i].entertainSkill = 15>>
 		<</if>>
 		<<if $slaves[$i].whoreSkill > 15>>
-			It @@color:red;cannot remember prostitution@@ at all. It can barely remember anything but being fucked.
+			It @@.red;cannot remember prostitution@@ at all. It can barely remember anything but being fucked.
 			<<set $slaves[$i].whoreSkill = 15>>
 		<</if>>
 	<<elseif $slaves[$i].fuckdoll <= 95>>
-		This week it @@color:green;begins its final adaptation@@ into a perfect living sex toy. Its suit starts to actively punish any detectable mental activity when it is not obeying commands or being used.
+		This week it @@.green;begins its final adaptation@@ into a perfect living sex toy. Its suit starts to actively punish any detectable mental activity when it is not obeying commands or being used.
 		<<if $slaves[$i].intelligence > -1>>
-			It was once reasonably intelligent, but the incredible stress of this treatment @@color:red;suppresses its ability to think coherently.@@
+			It was once reasonably intelligent, but the incredible stress of this treatment @@.red;suppresses its ability to think coherently.@@
 			<<set $slaves[$i].intelligence = -1>>
 		<</if>>
 	<</if>>
@@ -130,81 +130,81 @@
 <<case "no clothing">>
 <<if $slaves[$i].devotion >= -20>>
 	<<if ($slaves[$i].fetish is "humiliation") && ($slaves[$i].fetishKnown == 0)>>
-	She pretends to be embarrassed by her nudity but seems to get off on it. @@color:lightcoral;She's into humiliation.@@
+	She pretends to be embarrassed by her nudity but seems to get off on it. @@.lightcoral;She's into humiliation.@@
 	<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "humiliation") && ($slaves[$i].fetishStrength > 60)>>
-	She pretends to be embarrassed by her nudity but @@color:hotpink;openly gets off on it.@@
+	She pretends to be embarrassed by her nudity but @@.hotpink;openly gets off on it.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<elseif ($slaves[$i].fetish is "humiliation")>>
-	She pretends to be embarrassed by her nudity but @@color:hotpink;secretly gets off on it.@@
+	She pretends to be embarrassed by her nudity but @@.hotpink;secretly gets off on it.@@
 	<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].energy > 95)>>
-	Her libido is so strong that she @@color:hotpink;enjoys being naked and available.@@
+	Her libido is so strong that she @@.hotpink;enjoys being naked and available.@@
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 <</if>>
 <<case "a penitent nuns habit">>
-	The mortification of the flesh she endures from wearing her sackcloth habit slowly and painfully @@color:hotpink;purifies her mind@@ of any but devoted, @@color:gold;fearful@@ thoughts. It's also @@color:red;unhealthy.@@
+	The mortification of the flesh she endures from wearing her sackcloth habit slowly and painfully @@.hotpink;purifies her mind@@ of any but devoted, @@.gold;fearful@@ thoughts. It's also @@.red;unhealthy.@@
 	<<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 2, $slaves[$i].health -= 3>>
 	<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>>
-		Her chafed skin makes sex an agonizing prospect. She seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@
+		Her chafed skin makes sex an agonizing prospect. She seems to get off on the pain; she's a @@.lightcoral;natural masochist.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 		<<if $fetishChangeChance > random(0,100)>>
-		Her chafed skin makes sex an agonizing prospect. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@
+		Her chafed skin makes sex an agonizing prospect. She learns to come in spite of, and then @@.lightcoral;because of the pain.@@
 		<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<</if>>
 <<case "uncomfortable straps">>
 	<<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "masochist")>>
-	The uncomfortable straps she's wearing constantly give her little twinges of pain, @@color:hotpink;titillating her.@@
+	The uncomfortable straps she's wearing constantly give her little twinges of pain, @@.hotpink;titillating her.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>>
-	The uncomfortable straps she's wearing keep her @@color:hotpink;servile@@ and @@color:gold;afraid.@@
+	The uncomfortable straps she's wearing keep her @@.hotpink;servile@@ and @@.gold;afraid.@@
 	<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
 	<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>>
-		The straps pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@color:lightcoral;natural masochist.@@
+		The straps pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@.lightcoral;natural masochist.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 		<<if $fetishChangeChance > random(0,100)>>
-		The straps pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@
+		The straps pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
 		<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<</if>>
 	<<else>>
 	<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>>
-		Her straps pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@color:lightcoral;natural masochist.@@
+		Her straps pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@.lightcoral;natural masochist.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 		<<if $fetishChangeChance > random(0,100)>>
-		Her straps pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@
+		Her straps pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
 		<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<</if>>
 	<</if>>
 <<case "chains">>
 	<<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "masochist")>>
-	The chains she's wearing constantly give her little twinges of pain, @@color:hotpink;titillating her.@@
+	The chains she's wearing constantly give her little twinges of pain, @@.hotpink;titillating her.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>>
-	The chains she's wearing keep her @@color:hotpink;servile@@ and @@color:gold;afraid.@@
+	The chains she's wearing keep her @@.hotpink;servile@@ and @@.gold;afraid.@@
 	<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
 	<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>>
-		Her chains pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@color:lightcoral;natural masochist.@@
+		Her chains pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@.lightcoral;natural masochist.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 		<<if $fetishChangeChance > random(0,100)>>
-		Her chains pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@
+		Her chains pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
 		<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<</if>>
 	<<else>>
 	<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>>
-		Her chains pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@color:lightcoral;natural masochist.@@
+		Her chains pinch and constrict her whenever she's used.  She seems to get off on the discomfort; she's a  @@.lightcoral;natural masochist.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 		<<if $fetishChangeChance > random(0,100)>>
-		Her chains pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@
+		Her chains pinch and constrict her whenever she's used.  She learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
 		<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<</if>>
@@ -212,52 +212,52 @@
 <<case "restrictive latex">>
 	<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "submissive")>>
 	<<if ($slaves[$i].fetishStrength > 60)>>
-	As a submissive she @@color:hotpink;openly enjoys being immured in latex.@@
+	As a submissive she @@.hotpink;openly enjoys being immured in latex.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<else>>
-	Her submissive tendencies help her @@color:hotpink;enjoy being immured in latex.@@
+	Her submissive tendencies help her @@.hotpink;enjoy being immured in latex.@@
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<<elseif ($slaves[$i].devotion < -20)>>
-	The latex she's wearing limits her world to @@color:hotpink;your input and control@@ and @@color:gold;fear@@ of unexpected pain.
+	The latex she's wearing limits her world to @@.hotpink;your input and control@@ and @@.gold;fear@@ of unexpected pain.
 	<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
 	<</if>>
 <<case "shibari ropes">>
 	<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "submissive")>>
 	<<if ($slaves[$i].fetishStrength > 60)>>
-	As a submissive she @@color:hotpink;openly enjoys wearing binding ropes as clothing.@@
+	As a submissive she @@.hotpink;openly enjoys wearing binding ropes as clothing.@@
 	<<set $slaves[$i].devotion += 2>>
 	<<else>>
-	Her submissive tendencies help her @@color:hotpink;enjoy wearing binding ropes as clothing.@@
+	Her submissive tendencies help her @@.hotpink;enjoy wearing binding ropes as clothing.@@
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<<elseif ($slaves[$i].devotion < -20)>>
-	The ropes she's wearing restrict her without pain, rendering her @@color:hotpink;susceptible to control@@ and @@color:gold;afraid@@.
+	The ropes she's wearing restrict her without pain, rendering her @@.hotpink;susceptible to control@@ and @@.gold;afraid@@.
 	<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
 	<</if>>
 <<default>>
 	<<if ($slaves[$i].devotion <= 20)>>
-		She is @@color:mediumorchid;inappropriately proud@@ of the nice clothes she's wearing, @@color:mediumaquamarine;building her confidence.@@
+		She is @@.mediumorchid;inappropriately proud@@ of the nice clothes she's wearing, @@.mediumaquamarine;building her confidence.@@
 		<<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>>
 	<<elseif $slaves[$i].fetish is "humiliation" && ($slaves[$i].clothes is "a string bikini" || $slaves[$i].clothes is "clubslut netting")>>
 		<<if ($slaves[$i].fetishStrength > 60)>>
-			She pretends to be embarrassed by her extremely revealing clothing but @@color:hotpink;openly gets off on it.@@
+			She pretends to be embarrassed by her extremely revealing clothing but @@.hotpink;openly gets off on it.@@
 			<<set $slaves[$i].devotion += 2>>
 		<<else>>
-			She pretends to be embarrassed by her extremely revealing clothing but @@color:hotpink;secretly gets off on it.@@
+			She pretends to be embarrassed by her extremely revealing clothing but @@.hotpink;secretly gets off on it.@@
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 	<<elseif ($slaves[$i].clothes is "attractive lingerie") && ($slaves[$i].dick > 0)>>
-		She is @@color:hotpink;proud@@ of the pretty lingerie she's wearing, but she constantly has to adjust her g-string to cover her penis.
+		She is @@.hotpink;proud@@ of the pretty lingerie she's wearing, but she constantly has to adjust her g-string to cover her penis.
 		<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].clothes is "attractive lingerie for a pregnant woman") && ($slaves[$i].dick > 0)>>
-	She is @@color:hotpink;proud@@ of the pretty lingerie she's wearing, but she constantly has to adjust her panties to cover her penis.
+	She is @@.hotpink;proud@@ of the pretty lingerie she's wearing, but she constantly has to adjust her panties to cover her penis.
 	<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].clothes is "a string bikini") && ($slaves[$i].dick > 0)>>
-		She is @@color:hotpink;proud@@ of the slutty lingerie she's wearing, but she constantly has to adjust her string bikini bottom in a vain effort to cover her penis.
+		She is @@.hotpink;proud@@ of the slutty lingerie she's wearing, but she constantly has to adjust her string bikini bottom in a vain effort to cover her penis.
 		<<set $slaves[$i].devotion += 1>>
 	<<else>>
-		She is @@color:hotpink;proud@@ and @@color:mediumaquamarine;confident@@ of the nice clothes she's wearing.
+		She is @@.hotpink;proud@@ and @@.mediumaquamarine;confident@@ of the nice clothes she's wearing.
 		<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
 	<</if>>
 <</switch>>
@@ -267,7 +267,7 @@
 <<if random(1,100) > 90>>
 <<if ($slaves[$i].clothes != "conservative clothing") and ($slaves[$i].clothes != "a toga")
 and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restrictive latex") and ($slaves[$i].clothes != "cutoffs and a t-shirt") and ($slaves[$i].clothes != "battledress") and ($slaves[$i].clothes != "a penitent nuns habit") and ($slaves[$i].clothes != "a slave gown") and ($slaves[$i].clothes != "slutty business attire") and ($slaves[$i].clothes != "nice business attire") and ($slaves[$i].clothes != "a comfortable bodysuit") and ($slaves[$i].clothes != "a leotard") and ($slaves[$i].clothes != "a bunny outfit") and ($slaves[$i].clothes != "a nice nurse outfit") and ($slaves[$i].clothes != "a slutty nurse outfit") and ($slaves[$i].clothes != "a schoolgirl outfit") and ($slaves[$i].clothes != "a hijab and abaya") and ($slaves[$i].clothes != "a kimono") and ($slaves[$i].clothes != "a nice maid outfit") and ($slaves[$i].clothes != "a slutty maid outfit") and ($slaves[$i].clothes != "a ball gown") and ($slaves[$i].clothes != "a halter top dress") and ($slaves[$i].clothes != "a mini dress") and ($slaves[$i].clothes != "a latex catsuit") and ($slaves[$i].clothes != "a military uniform")>>
-	Surprisingly, she takes to her extremely revealing clothing, and gets an obvious thrill from it. @@color:green;She's a humiliation fetishist!@@
+	Surprisingly, she takes to her extremely revealing clothing, and gets an obvious thrill from it. @@.green;She's a humiliation fetishist!@@
 	<<set  $slaves[$i].fetishKnown to 1>>
 <</if>>
 <</if>>
@@ -278,10 +278,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].devotion > 20)>>
 	<<if ($slaves[$i].vagina == 0)>>
 		<<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>>
-			She's such an anal whore that she's @@color:hotpink;perversely proud@@ of the chastity belt that covers her neglected pussy.
+			She's such an anal whore that she's @@.hotpink;perversely proud@@ of the chastity belt that covers her neglected pussy.
 			<<set $slaves[$i].devotion += 1>>
 		<<else>>
-			She @@color:mediumaquamarine;trusts@@ that you're using the chastity belt she wears to save her virginity for something special.
+			She @@.mediumaquamarine;trusts@@ that you're using the chastity belt she wears to save her virginity for something special.
 			<<set $slaves[$i].trust += 1>>
 		<</if>>
 	<<else>>
@@ -291,7 +291,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<elseif ($slaves[$i].energy > 95)>>
 			She's such a nympho that having her butthole do double duty for her pussy doesn't bother her.
 		<<else>>
-			She has a healthy sexuality, and misses vaginal sex, @@color:red;reducing her sex drive slightly.@@
+			She has a healthy sexuality, and misses vaginal sex, @@.red;reducing her sex drive slightly.@@
 			<<set $slaves[$i].energy -= 1>>
 		<</if>>
 		<</if>>
@@ -307,15 +307,15 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif ($slaves[$i].energy > 95)>>
 		Her sex drive is so overcharged that she manages to orgasm often despite the chastity cage that <<if ($slaves[$i].balls == 0)>>prevents her or anyone else from touching her soft cock<<else>>keeps her dick soft and untouched<</if>>; it's almost always dripping a stream of precum.
 	<<elseif ($slaves[$i].balls == 0)>>
-		Though she's a soft, ballsless bitch, having her dick guarded against all stimulation by a chastity cage reduces her enjoyment of intercourse a bit, @@color:red;slightly reducing her sexual appetite.@@
+		Though she's a soft, ballsless bitch, having her dick guarded against all stimulation by a chastity cage reduces her enjoyment of intercourse a bit, @@.red;slightly reducing her sexual appetite.@@
 		<<set $slaves[$i].energy -= 1>>
 	<<else>>
-		She has a healthy sexuality, but her chastity cage punishes it by making it very uncomfortable to achieve erection. She often goes without release rather than pushing through, @@color:red;reducing her sex drive.@@
+		She has a healthy sexuality, but her chastity cage punishes it by making it very uncomfortable to achieve erection. She often goes without release rather than pushing through, @@.red;reducing her sex drive.@@
 		<<set $slaves[$i].energy -= 2>>
 		<<if ($slaves[$i].devotion > 95)>>
 			She's so devoted to you that she doesn't let this affect her opinion of you.
 		<<else>>
-			She's @@color:mediumorchid;a bit resentful@@ and @@color:gold;much less trusting@@ under all this discomfort.
+			She's @@.mediumorchid;a bit resentful@@ and @@.gold;much less trusting@@ under all this discomfort.
 			<<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 1>>
 		<</if>>
 	<</if>>
@@ -327,7 +327,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($arcologies[0].FSChattelReligionist != "unset")>>
 <<if ($slaves[$i].behavioralQuirk is "sinful")>>
 <<if ($slaves[$i].clothes is "a fallen nuns habit") || ($slaves[$i].clothes is "a chattel habit") || ($slaves[$i].clothes is "a succubus outfit")>>
-	She's @@color:hotpink;gratified@@ by the sacrilegious clothing she's wearing, glad to be an obvious anathema to old world faiths.
+	She's @@.hotpink;gratified@@ by the sacrilegious clothing she's wearing, glad to be an obvious anathema to old world faiths.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 <</if>>
@@ -339,82 +339,82 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].collar is "preg biometrics">>
 	<<if $slaves[$i].fetish is "pregnancy" && $slaves[$i].fetishKnown == 1>>
 		<<if $slaves[$i].preg < -1>>
-			Her collar's display reveals all sorts of personal information about her womb, which as an infertile pregnancy fetishist, is @@color:mediumorchid;crippling@@ to her.
+			Her collar's display reveals all sorts of personal information about her womb, which as an infertile pregnancy fetishist, is @@.mediumorchid;crippling@@ to her.
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her collar's display reveals all sorts of personal information about her womb, which as a pregnancy fetishist, is @@color:hotpink;pleasing@@ to her.
+			Her collar's display reveals all sorts of personal information about her womb, which as a pregnancy fetishist, is @@.hotpink;pleasing@@ to her.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 	<<elseif $slaves[$i].fetish is "pregnancy" && $slaves[$i].fetishKnown == 0>>
 		<<if $slaves[$i].preg < -1>>
-		Her collar's display reveals all sorts of personal information about her womb, which nearly causes her to have a @@color:mediumorchid;mental breakdown@@, painting her as an infertile @@color:green;pregnancy fetishist.@@
+		Her collar's display reveals all sorts of personal information about her womb, which nearly causes her to have a @@.mediumorchid;mental breakdown@@, painting her as an infertile @@.green;pregnancy fetishist.@@
 		<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-		Her collar's display reveals all sorts of personal information about her womb, @@color:hotpink;oddly exciting@@ her. It would seem she has a @@color:green;pregnancy fetish!@@
+		Her collar's display reveals all sorts of personal information about her womb, @@.hotpink;oddly exciting@@ her. It would seem she has a @@.green;pregnancy fetish!@@
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<set $slaves[$i].fetishKnown = 1>>
 	<<elseif  $slaves[$i].fetish is "humiliation" && $slaves[$i].fetishKnown == 1>>
-		Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@color:hotpink;pleasing@@ to her.
+		Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@.hotpink;pleasing@@ to her.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif  $slaves[$i].fetish is "humiliation" && $slaves[$i].fetishKnown == 0>>
-		Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@color:hotpink;oddly pleasing@@ to her. She seems to have a @@color:green;humiliation fetish!@@
+		Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@.hotpink;oddly pleasing@@ to her. She seems to have a @@.green;humiliation fetish!@@
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].fetishKnown = 1>>
 	<<elseif $slaves[$i].devotion <= -20>>
-		Her collar's display reveals all sorts of personal information about her fertility, filling her @@color:mediumorchid;with disgust@@ that you that you consider her womb little more than property, as well as @@color:gold;fear@@ that it will soon be swelling with an unwelcome child.
+		Her collar's display reveals all sorts of personal information about her fertility, filling her @@.mediumorchid;with disgust@@ that you that you consider her womb little more than property, as well as @@.gold;fear@@ that it will soon be swelling with an unwelcome child.
 		<<set $slaves[$i].devotion -= 2>>
 		<<set $slaves[$i].trust -= 2>>
 	<<elseif ($slaves[$i].devotion <= 20)>>
-		Her collar's display reveals all sorts of personal information about her womb, completely @@color:hotpink;degrading her@@ and making her @@color:gold;fear@@ her new life.
+		Her collar's display reveals all sorts of personal information about her womb, completely @@.hotpink;degrading her@@ and making her @@.gold;fear@@ her new life.
 		<<set $slaves[$i].devotion += 1>>
 		<<set $slaves[$i].trust -= 2>>
 	<<elseif $slaves[$i].devotion >= 20>>
-		Her collar's display reveals all sorts of personal information about her womb, filling her @@color:hotpink;with pride@@ that you think her womb is worth attention.
+		Her collar's display reveals all sorts of personal information about her womb, filling her @@.hotpink;with pride@@ that you think her womb is worth attention.
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 <<elseif ($slaves[$i].devotion <= 20)>>
 	<<if ($slaves[$i].devotion <= 20) && (($slaves[$i].collar is "tight steel") || ($slaves[$i].collar is "cruel retirement counter"))>>
-		The tight metal collar she's wearing @@color:gold;reminds her to be afraid@@ every time she takes a breath.
+		The tight metal collar she's wearing @@.gold;reminds her to be afraid@@ every time she takes a breath.
 		<<set $slaves[$i].trust -= 1>>
 	<<elseif ($slaves[$i].collar is "uncomfortable leather") || ($slaves[$i].collar is "neck corset")>>
-		The uncomfortable leather collar she's wearing @@color:gold;reminds her to be afraid@@ every time she turns her head.
+		The uncomfortable leather collar she's wearing @@.gold;reminds her to be afraid@@ every time she turns her head.
 		<<set $slaves[$i].trust -= 1>>
 	<<elseif ($slaves[$i].collar is "dildo gag")>>
-		The dildo gag she's wearing @@color:gold;reminds her to be afraid@@ with every breath she must carefully take through her nose.
+		The dildo gag she's wearing @@.gold;reminds her to be afraid@@ with every breath she must carefully take through her nose.
 		<<set $slaves[$i].trust -= 1>>
 	<<elseif ($slaves[$i].collar is "massive dildo gag")>>
-		The enormous dildo gag she's wearing @@color:gold;terrifies her@@ that she will soon be choking down cocks of similar size. She can feel her throat stretching around the giant dildo, and @@color:mediumorchid;resents you@@ for tormenting her this way.
+		The enormous dildo gag she's wearing @@.gold;terrifies her@@ that she will soon be choking down cocks of similar size. She can feel her throat stretching around the giant dildo, and @@.mediumorchid;resents you@@ for tormenting her this way.
 		<<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 2>>
 	<<elseif ($slaves[$i].collar is "shock punishment")>>
-		The shock collar she's wearing makes her frequent, deserved punishments @@color:gold;immediate, inescapable,@@ and @@color:mediumorchid;awful.@@
+		The shock collar she's wearing makes her frequent, deserved punishments @@.gold;immediate, inescapable,@@ and @@.mediumorchid;awful.@@
 		<<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 5>>
 		<<if ($slaves[$i].devotion < -20) && ($slaves[$i].behavioralFlaw != "odd")>>
-			Since she's rebellious her life is near-constant electroshock torture. Her resistance is @@color:hotpink;worn down by the agony@@ and she is @@color:gold;thoroughly cowed,@@ but she has been @@color:red;emotionally damaged@@ by the experience to the extent that further shock torture is not likely to affect her as greatly.
+			Since she's rebellious her life is near-constant electroshock torture. Her resistance is @@.hotpink;worn down by the agony@@ and she is @@.gold;thoroughly cowed,@@ but she has been @@.red;emotionally damaged@@ by the experience to the extent that further shock torture is not likely to affect her as greatly.
 			<<set $slaves[$i].devotion += 10>>
 			<<set $slaves[$i].trust -= 10>>
 			<<set $slaves[$i].behavioralFlaw to "odd">>
 		<</if>>
 	<<elseif ($slaves[$i].devotion >= -20)>>
-		She is @@color:mediumorchid;inappropriately proud@@ and @@color:mediumaquamarine;confident@@ of the nice collar she's wearing.
+		She is @@.mediumorchid;inappropriately proud@@ and @@.mediumaquamarine;confident@@ of the nice collar she's wearing.
 		<<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>>
 	<</if>>
 <<else>>
 	<<if (($slaves[$i].collar is "heavy gold") || ($slaves[$i].collar is "ancient Egyptian"))>>
-		She bears the burden of her heavy gold collar with @@color:mediumaquamarine;confidence.@@
+		She bears the burden of her heavy gold collar with @@.mediumaquamarine;confidence.@@
 		<<set $slaves[$i].trust += 1>>
 	<<elseif ($slaves[$i].collar is "bowtie")>>
-		The bowtie and shirt collar she wears fill her with @@color:mediumaquamarine;confidence,@@ since although they conceal a more traditional slave collar that can be used to restrain her, they don't look like it.
+		The bowtie and shirt collar she wears fill her with @@.mediumaquamarine;confidence,@@ since although they conceal a more traditional slave collar that can be used to restrain her, they don't look like it.
 		<<set $slaves[$i].trust += 1>>
 	<<elseif ($slaves[$i].collar is "pretty jewelry") || ($slaves[$i].collar is "nice retirement counter") || ($slaves[$i].collar is "satin choker") || ($slaves[$i].collar is "nice retirement counter") || ($slaves[$i].collar is "stylish leather") || ($slaves[$i].collar is "silk ribbon")>>
-		The lovely collar she wears fills her with @@color:mediumaquamarine;confidence.@@
+		The lovely collar she wears fills her with @@.mediumaquamarine;confidence.@@
 		<<set $slaves[$i].trust += 1>>
 	<<elseif ($slaves[$i].collar is "leather with cowbell")>>
 		<<if ($slaves[$i].fetish is "boobs") && ($slaves[$i].fetishStrength > 95)>>
-		  She @@color:hotpink;loves@@ how her cow collar encourages everyone to fuck her udders.
+		  She @@.hotpink;loves@@ how her cow collar encourages everyone to fuck her udders.
 		  <<set $slaves[$i].devotion += 1>>
 		<<elseif ($slaves[$i].fetish is "boobs") || ($slaves[$i].energy > 95)>>
-		  She @@color:hotpink;likes@@ how her cow collar encourages everyone to touch her udders.
+		  She @@.hotpink;likes@@ how her cow collar encourages everyone to touch her udders.
 		  <<set $slaves[$i].devotion += 1>>
 		<</if>>
 	<</if>>
@@ -439,47 +439,47 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		Her straining corset finally gives in to her massive stomach and bursts, freeing her belly.
 		<<set $slaves[$i].bellyAccessory to "none">>
 	<<elseif $slaves[$i].preg > 10>>
-		The tight corseting has @@color:orange;caused her to miscarry,@@ which @@color:red;damages her health.@@
+		The tight corseting has @@.orange;caused her to miscarry,@@ which @@.red;damages her health.@@
 		<<set  $slaves[$i].health -= 20>>
 		<<if ($slaves[$i].assignmentVisible == 1) && (lastPregRule($slaves[$i], $defaultRules))>><<set $slaves[$i].preg to -1>><<else>><<set $slaves[$i].preg to 0>><</if>>
 		<<set $slaves[$i].pregType = 0>>
 		<<if $slaves[$i].reservedChildren > 0>><<set $reservedChildren -= $slaves[$i].reservedChildren>><<set $slaves[$i].reservedChildren = 0>><</if>>
 		She is
 		<<if $slaves[$i].devotion < -50>>
-			@@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer.
+			@@.mediumorchid;filled with violent, consuming hatred@@ and @@.gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer.
 			<<set  $slaves[$i].devotion -= 25,  $slaves[$i].trust -= 25>>
 		<<elseif $slaves[$i].devotion < -20>>
-			@@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
+			@@.mediumorchid;afflicted by desperate, inconsolable grief@@ and @@.gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
 			<<set  $slaves[$i].devotion -= 10,  $slaves[$i].trust -= 20>>
 		<<elseif $slaves[$i].devotion <= 20>>
-			@@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
+			@@.mediumorchid;consumed by enduring sorrow@@ and @@.gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
 			<<set  $slaves[$i].devotion -= 5,  $slaves[$i].trust -= 5>>
 		<<elseif $slaves[$i].devotion <= 50>>
 			dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting.
 		<<else>>
-			@@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now.
+			@@.hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now.
 			<<set  $slaves[$i].devotion += 4>>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].waist < -95>>
 			Her waist is so absurd that her extreme corsetage does not affect her further.
 		<<else>>
-			@@color:lime;The extreme corseting narrows her waist.@@
+			@@.lime;The extreme corseting narrows her waist.@@
 			<<set $slaves[$i].waist -= 5>>
 			<<if $slaves[$i].waist >= -40>>
-				It's so tight that it's @@color:red;unhealthy.@@
+				It's so tight that it's @@.red;unhealthy.@@
 				<<set $slaves[$i].health -= 5>>
 				<<if $slaves[$i].devotion < -20>>
-					She @@color:hotpink;barely has breath to think,@@ though she has enough to @@color:gold;fear.@@
+					She @@.hotpink;barely has breath to think,@@ though she has enough to @@.gold;fear.@@
 					<<set $slaves[$i].devotion += 2>>
 					<<set $slaves[$i].trust -= 2>>
 				<</if>>
 				<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>>
-					During sex, every breath in and out is agonizing. Despite this, she seems to get off on the pain; she's a  @@color:lightcoral;natural masochist.@@
+					During sex, every breath in and out is agonizing. Despite this, she seems to get off on the pain; she's a  @@.lightcoral;natural masochist.@@
 					<<set $slaves[$i].fetishKnown = 1>>
 				<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 					<<if $fetishChangeChance > random(0,100)>>
-						During sex, every breath in and out is agonizing. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@
+						During sex, every breath in and out is agonizing. She learns to come in spite of, and then @@.lightcoral;because of the pain.@@
 						<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
 					<</if>>
 				<</if>>
@@ -495,44 +495,44 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].waist < -40>>
 			Her waist is so narrow that her corsetage does not affect it.
 		<<else>>
-			@@color:lime;The corseting narrows her waist.@@
+			@@.lime;The corseting narrows her waist.@@
 			<<set $slaves[$i].waist -= 3>>
 		<</if>>
 	<</if>>
 <<elseif $fakeBellies.includes($bellyAccessory)>>
   <<if ($slaves[$i].sexualFlaw == "breeder")>>
-  	She @@color:mediumorchid;resents@@ being forced to carry a fake pregnancy instead of a real one.
+  	She @@.mediumorchid;resents@@ being forced to carry a fake pregnancy instead of a real one.
 	<<set $slaves[$i].devotion -= 5>>
   <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "pregnancy")>>
 	<<if ($slaves[$i].fetishStrength > 60)>>
-	  As a pregnancy fetishist, she @@color:hotpink;openly enjoys@@ wearing her fake belly around.
+	  As a pregnancy fetishist, she @@.hotpink;openly enjoys@@ wearing her fake belly around.
 	  <<set $slaves[$i].devotion += 2>>
 	<<else>>
-	  Her interest in pregnancy helps her @@color:hotpink;enjoy@@ wearing a fake belly.
+	  Her interest in pregnancy helps her @@.hotpink;enjoy@@ wearing a fake belly.
 	  <<set $slaves[$i].devotion += 1>>
 	<</if>>
   <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].devotion > 50)>>
-	She carries her fake belly @@color:hotpink;with pride@@, eager for the day you give her one of her own.
+	She carries her fake belly @@.hotpink;with pride@@, eager for the day you give her one of her own.
 	<<set $slaves[$i].devotion += 1>>
   <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].preg == 0) && ($slaves[$i].vagina > -1)>>
-	The fake belly she wears @@color:mediumorchid;reminds her@@ that she isn't pregnant with a child.
+	The fake belly she wears @@.mediumorchid;reminds her@@ that she isn't pregnant with a child.
 	<<set $slaves[$i].devotion -= 1>>
   <<elseif ($slaves[$i].vagina == 0) && $arcologies[0].FSRepopulationFocus == "unset">>
-	The fake belly she wears @@color:gold;worries@@ her that you will soon put a real baby in her.
+	The fake belly she wears @@.gold;worries@@ her that you will soon put a real baby in her.
 	<<set $slaves[$i].trust -= 1>>
   <</if>>
   <<if $slaves[$i].bellyAccessory is "a huge empathy belly" and $slaves[$i].fetish != "pregnancy">>
 	<<if $slaves[$i].devotion > 50>>
-	  Her full-sized twins belly is heavy and unwieldy, but she carries it @@color:hotpink;proudly@@ for you.
+	  Her full-sized twins belly is heavy and unwieldy, but she carries it @@.hotpink;proudly@@ for you.
 	  <<set $slaves[$i].devotion += 1>>
 	<<else>>
-	  Her full-sized twins belly is heavy and unwieldy, and she @@color:mediumorchid;despises@@ being forced to bear it.
+	  Her full-sized twins belly is heavy and unwieldy, and she @@.mediumorchid;despises@@ being forced to bear it.
 	  <<set $slaves[$i].devotion -= 1>>
 	<</if>>
   <</if>>
   <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishStrength <= 95)>>
   <<if random(1,100) >= 20>>
-	Pretending to be pregnant has @@color:lightcoral;furthered her interest in pregnancy@@.
+	Pretending to be pregnant has @@.lightcoral;furthered her interest in pregnancy@@.
 	<<set $slaves[$i].fetishStrength += 4>>
   <<elseif ($slaves[$i].fetishStrength <= 40)>>
 	Lugging around a fake pregnancy for the week has shown her she isn't as into pregnancy as she thought.
@@ -547,7 +547,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		Her P-Limb legs work just as well in heels as they do out of them.
 	<<else>>
 		<<if $slaves[$i].devotion < -20>>
-			She @@color:mediumorchid;resents being forced@@ to wear high heels.
+			She @@.mediumorchid;resents being forced@@ to wear high heels.
 			<<set  $slaves[$i].devotion -= 2>>
 		<</if>>
 	<</if>>
@@ -556,7 +556,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		Her P-Limb legs work just as well in boots as they do out of them.
 	<<else>>
 		<<if $slaves[$i].devotion < -20>>
-			She @@color:mediumorchid;resents being forced@@ to wear high heeled boots.
+			She @@.mediumorchid;resents being forced@@ to wear high heeled boots.
 			<<set  $slaves[$i].devotion -= 2>>
 		<</if>>
 	<</if>>
@@ -565,15 +565,15 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		Her P-Limb legs work just as well in extreme heels as they do out of them.
 	<<else>>
 		<<if $slaves[$i].devotion < -20>>
-			She @@color:mediumorchid;resents being forced@@ to wear @@color:gold;painfully@@ high heels.
+			She @@.mediumorchid;resents being forced@@ to wear @@.gold;painfully@@ high heels.
 			<<set  $slaves[$i].devotion -= 2>>
 			<<set  $slaves[$i].trust -= 2>>
 		<<else>>
-			She is kept @@color:hotpink;mindful@@ and @@color:gold;fearful@@ by the difficulty of walking in her extreme heels.
+			She is kept @@.hotpink;mindful@@ and @@.gold;fearful@@ by the difficulty of walking in her extreme heels.
 			<<set  $slaves[$i].devotion += 1>>
 			<<set  $slaves[$i].trust -= 1>>
 		<</if>>
-		They're so high they're a bit @@color:red;unhealthy@@ for her legs.
+		They're so high they're a bit @@.red;unhealthy@@ for her legs.
 		<<set  $slaves[$i].health -= 2>>
 	<</if>>
 <<else>>
@@ -581,12 +581,12 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if !canWalk($slaves[$i])>>
 	<<if ($slaves[$i].fetish != "mindbroken")>>
 	<<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1)>>
-		She @@color:hotpink;loves being forced@@ to crawl around like some kind of animal.
+		She @@.hotpink;loves being forced@@ to crawl around like some kind of animal.
 		<<set  $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].devotion > 50>>
 		She accepts being forced to crawl around on all fours.
 	<<else>>
-		She @@color:mediumorchid;resents being forced@@ to crawl around like some kind of animal, but it keeps her properly @@color:gold;afraid.@@
+		She @@.mediumorchid;resents being forced@@ to crawl around like some kind of animal, but it keeps her properly @@.gold;afraid.@@
 		<<set  $slaves[$i].devotion -= 2,  $slaves[$i].trust -= 4>>
 	<</if>>
 	<</if>>
@@ -600,7 +600,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].vaginalAccessory != "none")>>
 <<if ($slaves[$i].vaginalAccessory is "dildo")>>
 	<<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>>
-		Constantly wearing a dildo in her virgin pussy @@color:lime;gets it used to penetration.@@
+		Constantly wearing a dildo in her virgin pussy @@.lime;gets it used to penetration.@@
 		<<set $slaves[$i].vagina += 1>>
 	<<else>>
 		Her pussy easily accommodates the dildo she's required to wear.
@@ -608,27 +608,27 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 	<<if ($slaves[$i].sexualFlaw is "hates penetration") && (random(1,100) > 50)>>
-		The habit @@color:green;reduces her dislike of having her pussy filled.@@
+		The habit @@.green;reduces her dislike of having her pussy filled.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<</if>>
 	<</if>>
 <<elseif ($slaves[$i].vaginalAccessory is "long dildo")>>
 	<<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>>
-	Constantly wearing a dildo in her virgin pussy @@color:lime;gets it used to penetration.@@
+	Constantly wearing a dildo in her virgin pussy @@.lime;gets it used to penetration.@@
 	<<set $slaves[$i].vagina += 1>>
 	<</if>>
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 	<<if ($slaves[$i].sexualFlaw is "hates penetration") && (random(1,100) > 50)>>
-		The habit @@color:green;reduces her dislike of having her pussy filled.@@
+		The habit @@.green;reduces her dislike of having her pussy filled.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<if ($slaves[$i].sexualQuirk is "size queen")>>
-		Being able to hold such a long dildo is a @@color:hotpink;point of pride@@ for the ostentatious size queen.
+		Being able to hold such a long dildo is a @@.hotpink;point of pride@@ for the ostentatious size queen.
 		<<set $slaves[$i].devotion += 2>>
 	<<else>>
-		It penetrates her cervix causing her tremendous discomfort, making her a little @@color:gold;less trusting@@ of you.
+		It penetrates her cervix causing her tremendous discomfort, making her a little @@.gold;less trusting@@ of you.
 		<<set $slaves[$i].trust -= 1>>
 	<</if>>
 	<</if>>
@@ -636,7 +636,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<elseif ($slaves[$i].vaginalAccessory is "large dildo")>>
 	<<if $slaves[$i].vagina < 3>>
 		<<if random(1,4) == 1>>
-			Constantly wearing a large dildo in her pussy @@color:lime;stretches it out.@@
+			Constantly wearing a large dildo in her pussy @@.lime;stretches it out.@@
 			<<set $slaves[$i].vagina += 1>>
 		<<else>>
 			The large dildo she's required to wear is a stretch for her cunt, but pussies are resilient and hers isn't seriously affected.
@@ -649,14 +649,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].vagina < 2)>>
 		The big dildo in her tight cunt
 		<<if ($slaves[$i].sexualQuirk is "size queen")>>
-			is a @@color:hotpink;point of pride@@ for the ostentatious size queen.
+			is a @@.hotpink;point of pride@@ for the ostentatious size queen.
 			<<set $slaves[$i].devotion += 2>>
 		<<else>>
-			@@color:hotpink;breaks her to sexual slavery@@ slightly.
+			@@.hotpink;breaks her to sexual slavery@@ slightly.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if ($slaves[$i].vagina == 1)>>
-			It stretches her tight cunt to soreness by the end of every day, so it also makes her a little @@color:gold;less trusting@@ of you.
+			It stretches her tight cunt to soreness by the end of every day, so it also makes her a little @@.gold;less trusting@@ of you.
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 	<</if>>
@@ -665,7 +665,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<elseif ($slaves[$i].vaginalAccessory is "long, large dildo")>>
 	<<if ($slaves[$i].vagina < 3)>>
 		<<if random(1,4) == 1>>
-			Constantly wearing a large dildo in her pussy @@color:lime;stretches it out.@@
+			Constantly wearing a large dildo in her pussy @@.lime;stretches it out.@@
 			<<set $slaves[$i].vagina += 1>>
 		<<else>>
 			The large dildo she's required to wear is a stretch for her cunt, but pussies are resilient and hers isn't seriously affected.
@@ -678,15 +678,15 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fetish != "mindbroken">>
 		The big, long dildo in her tight cunt
 		<<if ($slaves[$i].sexualQuirk is "size queen")>>
-			is a @@color:hotpink;point of pride@@ for the ostentatious size queen.
+			is a @@.hotpink;point of pride@@ for the ostentatious size queen.
 			<<set $slaves[$i].devotion += 2>>
 		<<else>>
-			@@color:hotpink;breaks her to sexual slavery@@ slightly. It also penetrates her cervix causing her tremendous discomfort, making her a little @@color:gold;less trusting@@ of you.
+			@@.hotpink;breaks her to sexual slavery@@ slightly. It also penetrates her cervix causing her tremendous discomfort, making her a little @@.gold;less trusting@@ of you.
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 		<<if ($slaves[$i].vagina == 1)>>
-			It stretches her tight cunt to soreness by the end of every day, so it also makes her a little @@color:gold;less trusting@@ of you.
+			It stretches her tight cunt to soreness by the end of every day, so it also makes her a little @@.gold;less trusting@@ of you.
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 	<</if>>
@@ -697,16 +697,16 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].fuckdoll == 0>>
 		<<if $slaves[$i].fetish != "mindbroken">>
 		<<if ($slaves[$i].sexualQuirk is "size queen")>>
-			She thinks of the massive dildo stretching out her womanhood as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to take anything, dicks, hands, truly anything, inside her newly capacious cunt.
+			She thinks of the massive dildo stretching out her womanhood as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to take anything, dicks, hands, truly anything, inside her newly capacious cunt.
 			<<set $slaves[$i].devotion += 4>>
 		<<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			She gets off on the agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@
+			She gets off on the agony of having her cunt @@.lime;permanently stretched@@ by a huge dildo. The terrible combination of pain and pleasure @@.hotpink;breaks her will@@ but fills her with @@.gold;fear.@@
 			<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
 		<<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			She submits to the agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo. Having her hole ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@
+			She submits to the agony of having her cunt @@.lime;permanently stretched@@ by a huge dildo. Having her hole ruined at your whim @@.hotpink;breaks her will@@ but fills her with @@.gold;fear.@@
 			<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
 		<<else>>
-			The agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@
+			The agony of having her cunt @@.lime;permanently stretched@@ by a huge dildo fills her with @@.mediumorchid;resentment@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 		<</if>>
 		<</if>>
@@ -720,16 +720,16 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].fuckdoll == 0>>
 		<<if $slaves[$i].fetish != "mindbroken">>
 		<<if ($slaves[$i].sexualQuirk is "size queen")>>
-			She thinks of the massive dildo stretching out her womanhood and stomach as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to take anything, dicks, hands, arms, truly anything, inside her newly capacious cunt.
+			She thinks of the massive dildo stretching out her womanhood and stomach as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to take anything, dicks, hands, arms, truly anything, inside her newly capacious cunt.
 			<<set $slaves[$i].devotion += 4>>
 		<<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			She gets off on the agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@
+			She gets off on the agony of having her cunt @@.lime;permanently stretched@@ and her cervix penetrated by a huge dildo. The terrible combination of pain and pleasure @@.hotpink;breaks her will@@ but fills her with @@.gold;fear.@@
 			<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
 		<<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			She submits to the agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo. Having her hole and cervix ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@
+			She submits to the agony of having her cunt @@.lime;permanently stretched@@ and her cervix penetrated by a huge dildo. Having her hole and cervix ruined at your whim @@.hotpink;breaks her will@@ but fills her with @@.gold;fear.@@
 			<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
 		<<else>>
-			The agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@
+			The agony of having her cunt @@.lime;permanently stretched@@ and her cervix penetrated by a huge dildo fills her with @@.mediumorchid;resentment@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 		<</if>>
 		<</if>>
@@ -742,23 +742,23 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].vaginalAccessory is "long, huge dildo") || ($slaves[$i].vaginalAccessory is "long, large dildo") || ($slaves[$i].vaginalAccessory is "long dildo")>>
 	<<if ($slaves[$i].preg > 4)>>
 	  <<if (random(1,100) > 50)>>
-		The dildo penetrating her womb @@color:orange;caused her to miscarry,@@ which @@color:red;damages her health.@@
+		The dildo penetrating her womb @@.orange;caused her to miscarry,@@ which @@.red;damages her health.@@
 		<<set  $slaves[$i].health -= 20>>
 		<<if ($slaves[$i].assignmentVisible == 1) && (_currentRule.preg is -1)>><<set $slaves[$i].preg to -1>><<else>><<set $slaves[$i].preg to 0>><</if>>
 		She is
 		<<if $slaves[$i].devotion < -50>>
-		  @@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer.
+		  @@.mediumorchid;filled with violent, consuming hatred@@ and @@.gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer.
 		  <<set  $slaves[$i].devotion -= 25,  $slaves[$i].trust -= 25>>
 		<<elseif $slaves[$i].devotion < -20>>
-		  @@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
+		  @@.mediumorchid;afflicted by desperate, inconsolable grief@@ and @@.gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
 		  <<set  $slaves[$i].devotion -= 10,  $slaves[$i].trust -= 20>>
 		<<elseif $slaves[$i].devotion <= 20>>
-		  @@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
+		  @@.mediumorchid;consumed by enduring sorrow@@ and @@.gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it.
 		  <<set  $slaves[$i].devotion -= 5,  $slaves[$i].trust -= 5>>
 		<<elseif $slaves[$i].devotion <= 50>>
 		  dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting.
 		<<else>>
-		  @@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now.
+		  @@.hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now.
 		  <<set  $slaves[$i].devotion += 4>>
 		<</if>>
 	  <</if>>
@@ -773,17 +773,17 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 	<<if $slaves[$i].anus < 1>>
-		Constantly wearing a plug in her virgin butthole @@color:lime;stretches it out.@@
+		Constantly wearing a plug in her virgin butthole @@.lime;stretches it out.@@
 		<<set $slaves[$i].anus += 1>>
 	<<else>>
 		Her asshole is used to being penetrated and wearing her buttplug doesn't affect it.
 	<</if>>
 	<<if ($slaves[$i].sexualFlaw is "hates anal") && (random(1,100) > 50)>>
-		It @@color:green;gets her habituated to having her asshole filled.@@
+		It @@.green;gets her habituated to having her asshole filled.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<if ($slaves[$i].sexualQuirk is "size queen") && ($slaves[$i].buttplug is "long plug")>>
-	The overly long plug delving the depths of her rear @@color:hotpink;gets her off,@@ since she's a size queen.
+	The overly long plug delving the depths of her rear @@.hotpink;gets her off,@@ since she's a size queen.
 		<<set $slaves[$i].devotion += 2>>
 	<</if>>
 	<</if>>
@@ -794,14 +794,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].anus < 2)>>
 		The uncomfortable plug in her asshole
 		<<if ($slaves[$i].sexualQuirk is "size queen")>>
-			@@color:hotpink;gets her off,@@ since she's a size queen.
+			@@.hotpink;gets her off,@@ since she's a size queen.
 			<<set $slaves[$i].devotion += 2>>
 		<<else>>
-			@@color:hotpink;breaks her to anal slavery@@ slightly.
+			@@.hotpink;breaks her to anal slavery@@ slightly.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if ($slaves[$i].anus < 1)>>
-			It stretches her tight rosebud painfully, making her somewhat @@color:gold;less trusting@@ of you.
+			It stretches her tight rosebud painfully, making her somewhat @@.gold;less trusting@@ of you.
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 	<</if>>
@@ -809,7 +809,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 	<<if $slaves[$i].anus < 3>>
 		<<if ($slaves[$i].anus < 1) || (random(1,2) == 1)>>
-			Constantly wearing a large plug up her ass @@color:lime;loosens her sphincter.@@
+			Constantly wearing a large plug up her ass @@.lime;loosens her sphincter.@@
 			<<set $slaves[$i].anus += 1>>
 		<<else>>
 			The large plug she's required to wear up her ass stretches it to the limit, but on the rare occasions when the plug is removed, her rear hole still tightens up.
@@ -822,16 +822,16 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].fuckdoll == 0>>
 		<<if $slaves[$i].fetish != "mindbroken">>
 		<<if ($slaves[$i].sexualQuirk is "size queen")>>
-			She thinks of the horribly huge plug she has wear in her butt as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to being able to safely take unlubricated anal from them.
+			She thinks of the horribly huge plug she has wear in her butt as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to being able to safely take unlubricated anal from them.
 			<<set $slaves[$i].devotion += 4>>
 		<<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			She gets off on the agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@
+			She gets off on the agony of having her anal sphincter @@.lime;permanently gaped@@ by a huge buttplug. The terrible combination of pain and pleasure @@.hotpink;breaks her will@@ but fills her with @@.gold;fear.@@
 			<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
 		<<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			She submits to the agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug. Having her hole ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@
+			She submits to the agony of having her anal sphincter @@.lime;permanently gaped@@ by a huge buttplug. Having her hole ruined at your whim @@.hotpink;breaks her will@@ but fills her with @@.gold;fear.@@
 			<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
 		<<else>>
-			The agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@
+			The agony of having her anal sphincter @@.lime;permanently gaped@@ by a huge buttplug fills her with @@.mediumorchid;resentment@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 		<</if>>
 		<</if>>
@@ -845,11 +845,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].fetish != "mindbroken">>
 <<if ($slaves[$i].buttplug is "plug") || ($slaves[$i].buttplug is "large plug") || ($slaves[$i].buttplug is "long, large plug") || ($slaves[$i].buttplug is "long plug")>>
 	<<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishKnown == 0)>>
-		She shows a surprising lack of resistance to the routine of getting the plug up her butt in the morning; she seems to @@color:lightcoral;naturally enjoy anal stimulation.@@
+		She shows a surprising lack of resistance to the routine of getting the plug up her butt in the morning; she seems to @@.lightcoral;naturally enjoy anal stimulation.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>>
 	<<if $fetishChangeChance > random(0,100)>>
-		Slowly, her anguish at getting the plug up her butt in the morning turns to secret enjoyment and finally to @@color:pink;open arousal at having her anus filled.@@
+		Slowly, her anguish at getting the plug up her butt in the morning turns to secret enjoyment and finally to @@.pink;open arousal at having her anus filled.@@
 		<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 	<</if>>
 	<</if>>
@@ -872,30 +872,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].energy >= 20)>>
 			<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetish is "submissive")>>
-				Recently, she's been fantasizing about submitting to big strong men. Her revulsion at the idea of sex with a man @@color:green;mellows.@@
+				Recently, she's been fantasizing about submitting to big strong men. Her revulsion at the idea of sex with a man @@.green;mellows.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<<elseif ($slaves[$i].fetish is "buttslut")>>
-				Recently, she's been reconsidering her reluctance to be sodomized a man. Her revulsion at the idea of sex with a man @@color:green;mellows.@@
+				Recently, she's been reconsidering her reluctance to be sodomized a man. Her revulsion at the idea of sex with a man @@.green;mellows.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<<elseif ($slaves[$i].fetish is "pregnancy")>>
-				Recently, she's been fantasizing about getting knocked up. Her revulsion at the idea of sex with a man @@color:green;mellows.@@
+				Recently, she's been fantasizing about getting knocked up. Her revulsion at the idea of sex with a man @@.green;mellows.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].sexualQuirk is "adores men")>>
-				She enjoys spending time with men, and starts to @@color:green;reconsider her unwillingness to be fucked by men.@@
+				She enjoys spending time with men, and starts to @@.green;reconsider her unwillingness to be fucked by men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<<if ($slaves[$i].dick > 0)>>
 			<<if ($slaves[$i].energy >= 40)>>
 			<<if ($slaves[$i].analCount > 0)>>
-				Every time she cums with a dick up her ass, her @@color:green;resistance to sex with men is worn away.@@
+				Every time she cums with a dick up her ass, her @@.green;resistance to sex with men is worn away.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].devotion > random(1,100))>>
-				The atmosphere in your arcology is so ubiquitously sexual that she @@color:green;reconsiders her unwillingness to have sex with men.@@
+				The atmosphere in your arcology is so ubiquitously sexual that she @@.green;reconsiders her unwillingness to have sex with men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 		<<else>>
@@ -905,30 +905,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].energy >= 40)>>
 			<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetish is "submissive")>>
-				She's found herself enjoying watching big strong men use other slaves recently. She's now @@color:green;more attracted to men.@@
+				She's found herself enjoying watching big strong men use other slaves recently. She's now @@.green;more attracted to men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<<elseif ($slaves[$i].fetish is "buttslut")>>
-				She's started fantasizing about cocks being shoved up her butt even when there are no cocks being shoved up her butt. She's now @@color:green;more attracted to men.@@
+				She's started fantasizing about cocks being shoved up her butt even when there are no cocks being shoved up her butt. She's now @@.green;more attracted to men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<<elseif ($slaves[$i].fetish is "pregnancy")>>
-				Her fantasies about pregnancy have become quite vivid; she loves hot cum jetting into her. She's now @@color:green;more attracted to men.@@
+				Her fantasies about pregnancy have become quite vivid; she loves hot cum jetting into her. She's now @@.green;more attracted to men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].behavioralQuirk is "adores men")>>
-				She enjoys spending time with men, and is now @@color:green;more attracted to men.@@
+				She enjoys spending time with men, and is now @@.green;more attracted to men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<<if ($slaves[$i].dick > 0)>>
 			<<if ($slaves[$i].energy >= 60)>>
 			<<if ($slaves[$i].analCount > 0)>>
-				Every time she cums to the feeling of a cock thrusting deep inside her, her @@color:green;indifference to men is reduced.@@
+				Every time she cums to the feeling of a cock thrusting deep inside her, her @@.green;indifference to men is reduced.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].devotion > random(1,200))>>
-				The atmosphere in your arcology is so ubiquitously sexual that she has become @@color:green;more attracted to men.@@
+				The atmosphere in your arcology is so ubiquitously sexual that she has become @@.green;more attracted to men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 		<<else>>
@@ -938,26 +938,26 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].energy >= 60)>>
 			<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetish is "submissive")>>
-				She can no longer see a man without fantasizing about how it would feel if he held her down. She's now @@color:green;more aroused by men.@@
+				She can no longer see a man without fantasizing about how it would feel if he held her down. She's now @@.green;more aroused by men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<<elseif ($slaves[$i].fetish is "buttslut")>>
-				She can't see a man without doing her best to get his hard cock inside her. She's now @@color:green;more aroused by men.@@
+				She can't see a man without doing her best to get his hard cock inside her. She's now @@.green;more aroused by men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<<elseif ($slaves[$i].fetish is "pregnancy")>>
-				She can't see a man without doing her best to get his hot seed into her body. She's now @@color:green;more aroused by men.@@
+				She can't see a man without doing her best to get his hot seed into her body. She's now @@.green;more aroused by men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].dick > 0)>>
 			<<if ($slaves[$i].energy >= 80)>>
 			<<if ($slaves[$i].analCount > 0)>>
-				She often starts to climax as a cock begins to push inside her, @@color:green;deepening her appetite for men.@@
+				She often starts to climax as a cock begins to push inside her, @@.green;deepening her appetite for men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].behavioralQuirk is "adores men")>>
-				She enjoys spending time with men so much that any interaction becomes flirtation; she's now @@color:green;more aroused by men.@@
+				She enjoys spending time with men so much that any interaction becomes flirtation; she's now @@.green;more aroused by men.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 		<<else>>
@@ -965,7 +965,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<<else>>
 		<<if ($slaves[$i].energy < 40)>>
-			Her low sex drive @@color:red;reduces her extreme attraction to men.@@
+			Her low sex drive @@.red;reduces her extreme attraction to men.@@
 			<<set $slaves[$i].attrXY -= 1>>
 		<</if>>
 	<</if>>
@@ -973,30 +973,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].energy >= 20)>>
 			<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetish is "dom")>>
-				Recently, she's been fantasizing about how it would feel to force herself on some of the cute women all around her. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@
+				Recently, she's been fantasizing about how it would feel to force herself on some of the cute women all around her. Her revulsion at the idea of sex with a woman @@.green;mellows.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<<elseif ($slaves[$i].fetish is "sadist")>>
-				Recently, she's been fantasizing about how it would feel to abuse a weak female slave. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@
+				Recently, she's been fantasizing about how it would feel to abuse a weak female slave. Her revulsion at the idea of sex with a woman @@.green;mellows.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<<elseif ($slaves[$i].fetish is "boobs")>>
-				Recently, she's been fantasizing about other girls' tits. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@
+				Recently, she's been fantasizing about other girls' tits. Her revulsion at the idea of sex with a woman @@.green;mellows.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].behavioralQuirk is "adores women")>>
-				She enjoys spending time with women, and starts to @@color:green;reconsider her unwillingness to have sex with a woman.@@
+				She enjoys spending time with women, and starts to @@.green;reconsider her unwillingness to have sex with a woman.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 			<<if $slaves[$i].canAchieveErection>>
 			<<if ($slaves[$i].energy >= 40)>>
 			<<if ($slaves[$i].penetrativeCount > 0)>>
-				Getting to fuck another girl is rare and special, and she @@color:green;starts to value getting to have sex with women.@@
+				Getting to fuck another girl is rare and special, and she @@.green;starts to value getting to have sex with women.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].devotion > random(1,100))>>
-				The atmosphere in your arcology is so ubiquitously sexual that she @@color:green;reconsiders her unwillingness to have sex with women.@@
+				The atmosphere in your arcology is so ubiquitously sexual that she @@.green;reconsiders her unwillingness to have sex with women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 		<<else>>
@@ -1006,30 +1006,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].energy >= 40)>>
 			<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetish is "dom")>>
-				She's found herself enjoying the sight of female slaves being forced to fuck recently. She's now @@color:green;more attracted to women.@@
+				She's found herself enjoying the sight of female slaves being forced to fuck recently. She's now @@.green;more attracted to women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<<elseif ($slaves[$i].fetish is "sadist")>>
-				She's started fantasizing about how a girl might feel, struggling to get away from her. She's now @@color:green;more attracted to women.@@
+				She's started fantasizing about how a girl might feel, struggling to get away from her. She's now @@.green;more attracted to women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<<elseif ($slaves[$i].fetish is "boobs")>>
-				Her fantasies about boobs have become quite vivid. She's now @@color:green;more attracted to women.@@
+				Her fantasies about boobs have become quite vivid. She's now @@.green;more attracted to women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].behavioralQuirk is "adores women")>>
-				She enjoys spending time with women, and is now @@color:green;more attracted to women.@@
+				She enjoys spending time with women, and is now @@.green;more attracted to women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 			<<if $slaves[$i].canAchieveErection>>
 			<<if ($slaves[$i].energy >= 60)>>
 			<<if ($slaves[$i].penetrativeCount > 0)>>
-				@@color:green;Her indifference to women@@ is worn down on the special occasions that she's allowed to stick her dick in one.
+				@@.green;Her indifference to women@@ is worn down on the special occasions that she's allowed to stick her dick in one.
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].devotion > random(1,200))>>
-				The atmosphere in your arcology is so ubiquitously sexual that she has become @@color:green;more attracted to women.@@
+				The atmosphere in your arcology is so ubiquitously sexual that she has become @@.green;more attracted to women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 		<<else>>
@@ -1039,24 +1039,24 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].energy >= 60)>>
 			<<if ($slaves[$i].fetishKnown == 1)>>
 			<<if ($slaves[$i].fetish is "dom")>>
-				She can't see a woman without plotting to dominate her. She's now @@color:green;more aroused by women.@@
+				She can't see a woman without plotting to dominate her. She's now @@.green;more aroused by women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<<elseif ($slaves[$i].fetish is "sadist")>>
-				She can't see a woman without doing her best to find a way the rules will allow her to abuse the poor girl. She's now @@color:green;more aroused by women.@@
+				She can't see a woman without doing her best to find a way the rules will allow her to abuse the poor girl. She's now @@.green;more aroused by women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<<elseif ($slaves[$i].fetish is "boobs")>>
-				She can't see a woman without doing her best to get her hands on her breasts. She's now @@color:green;more aroused by women.@@
+				She can't see a woman without doing her best to get her hands on her breasts. She's now @@.green;more aroused by women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 			<</if>>
 			<<if ($slaves[$i].behavioralQuirk is "adores women")>>
-				She enjoys spending time with women so much that any interaction becomes flirtation; she's now @@color:green;more aroused by women.@@
+				She enjoys spending time with women so much that any interaction becomes flirtation; she's now @@.green;more aroused by women.@@
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 			<<if $slaves[$i].canAchieveErection>>
 			<<if ($slaves[$i].energy >= 80)>>
 			<<if ($slaves[$i].penetrativeCount > 0)>>
-				She cherishes the special occasions on which she gets to cum inside a girl, @@color:green;building her appetite for women.@@
+				She cherishes the special occasions on which she gets to cum inside a girl, @@.green;building her appetite for women.@@
 				<<set $slaves[$i].attrXY += 1>>
 			<</if>>
 			<</if>>
@@ -1066,22 +1066,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<<else>>
 		<<if ($slaves[$i].energy < 40)>>
-			Her low sex drive @@color:red;reduces her extreme attraction to women.@@
+			Her low sex drive @@.red;reduces her extreme attraction to women.@@
 			<<set $slaves[$i].attrXX -= 1>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].energy > 95)>>
 		<<if ($slaves[$i].attrXX < 100)>>
 			<<if ($slaves[$i].attrXY < 100)>>
-				Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her attraction to everyone.@@
+				Her nymphomania has a slow but inexorable impact on her sexuality, @@.green;increasing her attraction to everyone.@@
 				<<set $slaves[$i].attrXY += 1>>
 				<<set $slaves[$i].attrXX += 1>>
 			<<else>>
-				Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her lust for pussy,@@ since she's already crazy about guys.
+				Her nymphomania has a slow but inexorable impact on her sexuality, @@.green;increasing her lust for pussy,@@ since she's already crazy about guys.
 				<<set $slaves[$i].attrXX += 1>>
 			<</if>>
 		<<elseif ($slaves[$i].attrXY < 100)>>
-			Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her need for cock,@@ since she's already crazy about the ladies.
+			Her nymphomania has a slow but inexorable impact on her sexuality, @@.green;increasing her need for cock,@@ since she's already crazy about the ladies.
 			<<set $slaves[$i].attrXY += 1>>
 		<</if>>
 	<</if>>
@@ -1130,7 +1130,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 	<<if ($slaves[$i].behavioralQuirk is "fitness")>>
 		<<if $slaves[$i].energy < 70>>
-		Her physical overachievement and her growing athletic prowess @@color:green;increase her sex drive.@@
+		Her physical overachievement and her growing athletic prowess @@.green;increase her sex drive.@@
 		<<set $slaves[$i].energy += 1>>
 		<</if>>
 	<</if>>
@@ -1138,42 +1138,42 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<switch $slaves[$i].behavioralQuirk>>
 		<<case "confident">>
 			<<if $slaves[$i].fetish == "dom">>
-			Her confidence and poise @@color:lightcoral;increase her dominance.@@
+			Her confidence and poise @@.lightcoral;increase her dominance.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "cutting">>
 			<<if $slaves[$i].fetish == "dom">>
-			Her willingness to cut a partner down @@color:lightcoral;increases her dominance.@@
+			Her willingness to cut a partner down @@.lightcoral;increases her dominance.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "funny">>
 			<<if $slaves[$i].fetish == "masochist">>
-			Using pain as an outlet for all the mental troubles lurking behind her funny facade @@color:lightcoral;increases her masochism.@@
+			Using pain as an outlet for all the mental troubles lurking behind her funny facade @@.lightcoral;increases her masochism.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "adores men">>
 			<<if $slaves[$i].fetish == "pregnancy">>
-			Her love of male company has @@color:lightcoral;advanced her pregnancy fetish.@@
+			Her love of male company has @@.lightcoral;advanced her pregnancy fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "adores women">>
 			<<if $slaves[$i].fetish == "boobs">>
-			Her love of female company has @@color:lightcoral;advanced her boob fetish.@@
+			Her love of female company has @@.lightcoral;advanced her boob fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "insecure">>
 			<<if $slaves[$i].fetish == "submissive">>
-			Her desperation for validation from others @@color:lightcoral;increases her submission.@@
+			Her desperation for validation from others @@.lightcoral;increases her submission.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "sinful">>
 			<<if $slaves[$i].fetish == "humiliation">>
-			Her delight at sin @@color:lightcoral;increases her appetite for humiliation.@@
+			Her delight at sin @@.lightcoral;increases her appetite for humiliation.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "advocate">>
 			<<if $slaves[$i].fetish == "submissive">>
-			Her conviction that slavery is right @@color:lightcoral;increases her willingness to submit.@@
+			Her conviction that slavery is right @@.lightcoral;increases her willingness to submit.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<</switch>>
@@ -1182,42 +1182,42 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<switch $slaves[$i].behavioralQuirk>>
 		<<case "confident">>
 			<<if ($slaves[$i].fetish != "dom")>>
-			Her confidence and poise affect her sexual outlook. @@color:lightcoral;She's now a dom!@@
+			Her confidence and poise affect her sexual outlook. @@.lightcoral;She's now a dom!@@
 			<<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "cutting">>
 			<<if ($slaves[$i].fetish != "dom")>>
-			Her willingness to cut a partner down makes her more dominant in bed. @@color:lightcoral;She's now a dom!@@
+			Her willingness to cut a partner down makes her more dominant in bed. @@.lightcoral;She's now a dom!@@
 			<<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "funny">>
 			<<if ($slaves[$i].fetish != "masochist")>>
-			Pain becomes an outlet for all the mental troubles lurking behind her funny facade. @@color:lightcoral;She's now a masochist!@@
+			Pain becomes an outlet for all the mental troubles lurking behind her funny facade. @@.lightcoral;She's now a masochist!@@
 			<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "adores men">>
 			<<if ($slaves[$i].fetish != "pregnancy")>>
-			Her appreciation of men has turned into a fantasy about getting knocked up. @@color:lightcoral;She's a pregnancy fetishist!@@
+			Her appreciation of men has turned into a fantasy about getting knocked up. @@.lightcoral;She's a pregnancy fetishist!@@
 			<<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "adores women">>
 			<<if ($slaves[$i].fetish != "boobs")>>
-			Her appreciation of women has turned into a fetish for breasts. @@color:lightcoral;She's a boob fetishist!@@
+			Her appreciation of women has turned into a fetish for breasts. @@.lightcoral;She's a boob fetishist!@@
 			<<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "insecure">>
 			<<if ($slaves[$i].fetish != "submissive")>>
-			She gets so desperate for validation from others that she becomes willing to submit to anything. @@color:lightcoral;She's now a submissive!@@
+			She gets so desperate for validation from others that she becomes willing to submit to anything. @@.lightcoral;She's now a submissive!@@
 			<<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "sinful">>
 			<<if ($slaves[$i].fetish != "humiliation")>>
-			She learns that she likes nothing better than being seen doing something sacrilegious. @@color:lightcoral;She's now a humiliation fetishist!@@
+			She learns that she likes nothing better than being seen doing something sacrilegious. @@.lightcoral;She's now a humiliation fetishist!@@
 			<<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "advocate">>
 			<<if ($slaves[$i].fetish != "submissive")>>
-			Her conviction that slavery is right seeps into her sexuality. @@color:lightcoral;She's now a submissive!@@
+			Her conviction that slavery is right seeps into her sexuality. @@.lightcoral;She's now a submissive!@@
 			<<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<</switch>>
@@ -1270,51 +1270,51 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<switch $slaves[$i].sexualQuirk>>
 		<<case "gagfuck queen">>
 			<<if $slaves[$i].fetish == "cumslut">>
-			Her eagerness to get roughly throatfucked has @@color:lightcoral;advanced her oral fixation.@@
+			Her eagerness to get roughly throatfucked has @@.lightcoral;advanced her oral fixation.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "painal queen">>
 			<<if $slaves[$i].fetish == "buttslut">>
-			Her eagerness to get roughly assfucked has @@color:lightcoral;advanced her anal fixation.@@
+			Her eagerness to get roughly assfucked has @@.lightcoral;advanced her anal fixation.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "strugglefuck queen">>
 			<<if $slaves[$i].fetish == "masochist">>
-			Her eagerness to get roughly fucked has @@color:lightcoral;advanced her masochism.@@
+			Her eagerness to get roughly fucked has @@.lightcoral;advanced her masochism.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "tease">>
 			<<if $slaves[$i].fetish == "humiliation">>
-			The rush she feels when she shows herself off has @@color:lightcoral;advanced her humiliation fetish.@@
+			The rush she feels when she shows herself off has @@.lightcoral;advanced her humiliation fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "romantic">>
 			<<if $slaves[$i].fetish == "pregnancy">>
-			Her romanticism has @@color:lightcoral;advanced her reproduction fetish.@@
+			Her romanticism has @@.lightcoral;advanced her reproduction fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "perverted">>
 			<<if $slaves[$i].fetish == "humiliation">>
-			Her desire to be seen doing the forbidden has @@color:lightcoral;advanced her humiliation fetish.@@
+			Her desire to be seen doing the forbidden has @@.lightcoral;advanced her humiliation fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 			<<if ($slaves[$i].energy < 94)>>
-			She's such a pervert that the depravity all around her @@color:green;improves her sex drive.@@
+			She's such a pervert that the depravity all around her @@.green;improves her sex drive.@@
 			<<set $slaves[$i].energy += 1>>
 			<</if>>
 		<<case "caring">>
 			<<if $slaves[$i].fetish == "submissive">>
-			Her caring nature has @@color:lightcoral;advanced her submissiveness.@@
+			Her caring nature has @@.lightcoral;advanced her submissiveness.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "unflinching">>
 			<<if $slaves[$i].fetish == "masochist">>
-			Her unflinching nature has @@color:lightcoral;advanced her masochism.@@
+			Her unflinching nature has @@.lightcoral;advanced her masochism.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<case "size queen">>
 			<<if $slaves[$i].fetish == "buttslut">>
-			Her size queen tendencies have @@color:lightcoral;advanced her devotion to being an anal slut.@@
+			Her size queen tendencies have @@.lightcoral;advanced her devotion to being an anal slut.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<</switch>>
@@ -1323,47 +1323,47 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<switch $slaves[$i].sexualQuirk>>
 		<<case "gagfuck queen">>
 			<<if $slaves[$i].fetish != "cumslut">>
-			Her willingness to get roughly throatfucked has turned into real anticipation. @@color:lightcoral;She's now a cumslut!@@
+			Her willingness to get roughly throatfucked has turned into real anticipation. @@.lightcoral;She's now a cumslut!@@
 			<<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "painal queen">>
 			<<if $slaves[$i].fetish != "buttslut">>
-			Her willingness to get roughly assfucked has turned into real anticipation. @@color:lightcoral;She's now a buttslut!@@
+			Her willingness to get roughly assfucked has turned into real anticipation. @@.lightcoral;She's now a buttslut!@@
 			<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "strugglefuck queen">>
 			<<if $slaves[$i].fetish != "masochist">>
-			Her willingness to be roughly used has turned into real anticipation. @@color:lightcoral;She's now a masochist!@@
+			Her willingness to be roughly used has turned into real anticipation. @@.lightcoral;She's now a masochist!@@
 			<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "tease">>
 			<<if $slaves[$i].fetish != "humiliation">>
-			The rush she feels when she shows herself off has deepened into a fetish for being publicly fucked. @@color:lightcoral;She's a humiliation fetishist!@@
+			The rush she feels when she shows herself off has deepened into a fetish for being publicly fucked. @@.lightcoral;She's a humiliation fetishist!@@
 			<<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "romantic">>
 			<<if $slaves[$i].fetish != "pregnancy">>
-			Her romantic bent has turned into a fantasy about settling down and having a child. @@color:lightcoral;She's a pregnancy fetishist!@@
+			Her romantic bent has turned into a fantasy about settling down and having a child. @@.lightcoral;She's a pregnancy fetishist!@@
 			<<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "perverted">>
 			<<if $slaves[$i].fetish != "humiliation">>
-			Her perverted side has turned into a desire to be seen doing the forbidden. @@color:lightcoral;She's a humiliation fetishist!@@
+			Her perverted side has turned into a desire to be seen doing the forbidden. @@.lightcoral;She's a humiliation fetishist!@@
 			<<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "caring">>
 			<<if $slaves[$i].fetish != "submissive">>
-			Her caring nature has matured into a need to submit. @@color:lightcoral;She's a submissive!@@
+			Her caring nature has matured into a need to submit. @@.lightcoral;She's a submissive!@@
 			<<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "unflinching">>
 			<<if $slaves[$i].fetish != "masochist">>
-			She's so unflinching that she's left searching for sex extreme enough to excite her. @@color:lightcoral;She's a masochist!@@
+			She's so unflinching that she's left searching for sex extreme enough to excite her. @@.lightcoral;She's a masochist!@@
 			<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<<case "size queen">>
 			<<if $slaves[$i].fetish != "buttslut">>
-			She's such a size queen that she's decided she prefers dicks where they'll feel biggest to her. @@color:lightcoral;She's a buttslut!@@
+			She's such a size queen that she's decided she prefers dicks where they'll feel biggest to her. @@.lightcoral;She's a buttslut!@@
 			<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 			<</if>>
 		<</switch>>
@@ -1377,30 +1377,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fetishStrength <= 95>>
 		<<if $slaves[$i].devotion > 50>>
 		<<if $slaves[$i].trust > 50>>
-			She has the confidence to pursue what pleases her, @@color:lightcoral;increasing her kinkiness.@@
+			She has the confidence to pursue what pleases her, @@.lightcoral;increasing her kinkiness.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].fetishStrength > 5>>
 		<<if $slaves[$i].trust < -20>>
-			She's too afraid to pursue what pleases her, @@color:pink;reducing her sexual distinctiveness.@@
+			She's too afraid to pursue what pleases her, @@.pink;reducing her sexual distinctiveness.@@
 			<<set $slaves[$i].fetishStrength -= 4>>
 		<<elseif $slaves[$i].devotion < -20>>
-			She's so unhappy with her life as a sex slave that @@color:pink;her interest in unusual sex decreases.@@
+			She's so unhappy with her life as a sex slave that @@.pink;her interest in unusual sex decreases.@@
 			<<set $slaves[$i].fetishStrength -= 4>>
 		<<elseif $slaves[$i].trust <= 50>>
-			She lacks the confidence to pursue what pleases her, @@color:pink;reducing her kinkiness.@@
+			She lacks the confidence to pursue what pleases her, @@.pink;reducing her kinkiness.@@
 			<<set $slaves[$i].fetishStrength -= 2>>
 		<<elseif $slaves[$i].devotion <= 50>>
-			She's not fully comfortable being a sex slave, @@color:pink;reducing her interest in kinky sex.@@
+			She's not fully comfortable being a sex slave, @@.pink;reducing her interest in kinky sex.@@
 			<<set $slaves[$i].fetishStrength -= 2>>
 		<</if>>
 		<<if $slaves[$i].fetish == "buttslut">>
 		<<if $slaves[$i].prostate == 0>>
 		<<if $slaves[$i].vagina == -1>>
 		<<if $slaves[$i].trust >= -20>>
-			She thinks of her anus as her primary sexual organ, but she lacks prostate or a g-spot to be internally stimulated by a cock inside her rear hole, @@color:pink;reducing her ability to appreciate anal.@@
+			She thinks of her anus as her primary sexual organ, but she lacks prostate or a g-spot to be internally stimulated by a cock inside her rear hole, @@.pink;reducing her ability to appreciate anal.@@
 			<<set $slaves[$i].fetishStrength -= 4>>
 		<</if>>
 		<</if>>
@@ -1408,7 +1408,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].fetishStrength <= 5>>
-		@@color:pink;She has lost all interest in her fetishes and is now sexually vanilla.@@
+		@@.pink;She has lost all interest in her fetishes and is now sexually vanilla.@@
 		<<set $slaves[$i].fetish to "none", $slaves[$i].fetishStrength = 0>>
 	<</if>>
 <</if>>
@@ -1419,23 +1419,23 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].behavioralFlaw is "devout") && ($arcologies[0].FSChattelReligionist != "unset")>>
 	<<if ($slaves[$i].devotion <= 20)>>
 		<<if ($slaves[$i].trust < -20)>>
-		She is inwardly @@color:gold;terrified@@ by living in what she sees as a powerful theocratic society inimical to her old world faith.
+		She is inwardly @@.gold;terrified@@ by living in what she sees as a powerful theocratic society inimical to her old world faith.
 		<<set $slaves[$i].trust -= 1*Math.trunc($arcologies[0].FSChattelReligionist/25)>>
 		<<else>>
-		She is filled with @@color:mediumorchid;hatred and disgust@@ by Chattel Religionism, which she believes to be heretical and wrong.
+		She is filled with @@.mediumorchid;hatred and disgust@@ by Chattel Religionism, which she believes to be heretical and wrong.
 		<<set $slaves[$i].devotion -= 1*Math.trunc($arcologies[0].FSChattelReligionist/35)>>
 		<</if>>
 	<<elseif ($slaves[$i].devotion <= 50)>>
 		<<if ($slaves[$i].trust > 20)>>
-		She is experiencing considerable spiritual anguish as she is torn between obedience and conviction that Chattel Religionism is heretical and wrong. This @@color:gold;hinders her acceptance of her place@@ in slave society.
+		She is experiencing considerable spiritual anguish as she is torn between obedience and conviction that Chattel Religionism is heretical and wrong. This @@.gold;hinders her acceptance of her place@@ in slave society.
 		<<set $slaves[$i].trust -= 1*Math.trunc($arcologies[0].FSChattelReligionist/25)>>
 		<<else>>
 		She is badly torn between Chattel Religionism and her old world faith, but she is doing her best to defer these spiritual issues for now.
 		<</if>>
 	<<else>>
-		She has experienced a religious epiphany, and now accepts Chattel Religionism in her mind, her heart, and her <<if $slaves[$i].vagina > -1>>womanhood<<else>>anus<</if>>. @@color:green;She has become sinful,@@ maliciously eager to transgress against the faith she has abandoned.
+		She has experienced a religious epiphany, and now accepts Chattel Religionism in her mind, her heart, and her <<if $slaves[$i].vagina > -1>>womanhood<<else>>anus<</if>>. @@.green;She has become sinful,@@ maliciously eager to transgress against the faith she has abandoned.
 		<<set $slaves[$i].behavioralQuirk to "sinful", $slaves[$i].behavioralFlaw to "none">>
-		She now sees that everything she has suffered up to now has been a necessary and divinely ordained trial to bring her into the true faith as a holy sex slave, @@color:mediumaquamarine;enormously boosting her trust in you.@@
+		She now sees that everything she has suffered up to now has been a necessary and divinely ordained trial to bring her into the true faith as a holy sex slave, @@.mediumaquamarine;enormously boosting her trust in you.@@
 		<<if ($slaves[$i].trust < -30)>>
 		<<set $slaves[$i].trust = -10>>
 		<<else>>
@@ -1446,61 +1446,61 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>>
 		<<if ($slaves[$i].behavioralFlaw is "arrogant")>>
 		<<if ($slaves[$i].fetish is "submissive")>>
-			Her need to submit has @@color:green;softened her arrogance into confidence.@@
+			Her need to submit has @@.green;softened her arrogance into confidence.@@
 			<<set $slaves[$i].behavioralQuirk to "confident">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "bitchy")>>
 		<<if ($slaves[$i].fetish is "humiliation")>>
-			Her need to be humiliated has @@color:green;softened her bitchiness into a penchant for repartee.@@
+			Her need to be humiliated has @@.green;softened her bitchiness into a penchant for repartee.@@
 			<<set $slaves[$i].behavioralQuirk to "cutting">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "hates men")>>
 		<<if ($slaves[$i].fetish is "pregnancy")>>
-			She dislikes men, but fetishizes pregnancy; she comes around, and decides that @@color:green;she needs a man to knock her up.@@
+			She dislikes men, but fetishizes pregnancy; she comes around, and decides that @@.green;she needs a man to knock her up.@@
 			<<set $slaves[$i].behavioralQuirk to "adores men">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].fetish is "boobs")>>
-			She dislikes men and adores boobs, which @@color:green;softens her hatred of men into a love of women.@@
+			She dislikes men and adores boobs, which @@.green;softens her hatred of men into a love of women.@@
 			<<set $slaves[$i].behavioralQuirk to "adores women">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].attrXY > 85)>>
-			She dislikes the company of men but likes their cocks; she learns to @@color:green;enjoy the male presence that comes with taking the dick.@@
+			She dislikes the company of men but likes their cocks; she learns to @@.green;enjoy the male presence that comes with taking the dick.@@
 			<<set $slaves[$i].behavioralQuirk to "adores men">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].energy > 95)>>
-			She dislikes men and has constant needs; women are the obvious answer, which @@color:green;softens her hatred of men into a love of feminine company.@@
+			She dislikes men and has constant needs; women are the obvious answer, which @@.green;softens her hatred of men into a love of feminine company.@@
 			<<set $slaves[$i].behavioralQuirk to "adores women">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "hates women")>>
 		<<if ($slaves[$i].fetish is "pregnancy")>>
-			She dislikes women, but fetishizes pregnancy; she comes around, and decides that @@color:green;she loves pregnant girls.@@
+			She dislikes women, but fetishizes pregnancy; she comes around, and decides that @@.green;she loves pregnant girls.@@
 			<<set $slaves[$i].behavioralQuirk to "adores women">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].fetish is "cumslut")>>
-			She dislikes women and has a real oral fixation; eating dick is the obvious answer, which @@color:green;softens her hatred of women into a love of men.@@
+			She dislikes women and has a real oral fixation; eating dick is the obvious answer, which @@.green;softens her hatred of women into a love of men.@@
 			<<set $slaves[$i].behavioralQuirk to "adores men">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].attrXX > 85)>>
-			She dislikes the company of women but likes fucking them; she learns to @@color:green;enjoy the feminine presence that comes with getting some pussy.@@
+			She dislikes the company of women but likes fucking them; she learns to @@.green;enjoy the feminine presence that comes with getting some pussy.@@
 			<<set $slaves[$i].behavioralQuirk to "adores women">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].energy > 95)>>
-			She dislikes women and has constant needs; men are the obvious answer, which @@color:green;softens her hatred of women into a love of maleness.@@
+			She dislikes women and has constant needs; men are the obvious answer, which @@.green;softens her hatred of women into a love of maleness.@@
 			<<set $slaves[$i].behavioralQuirk to "adores men">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "devout")>>
 		<<if ($slaves[$i].energy > 95)>>
-			Her need for constant sex has @@color:green;softened her devoutness into an appetite for sacrilege.@@
+			Her need for constant sex has @@.green;softened her devoutness into an appetite for sacrilege.@@
 			<<set $slaves[$i].behavioralQuirk to "sinful">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "liberated")>>
 		<<if ($slaves[$i].fetish is "masochist")>>
-			Her subconscious need to be abused has@@color:green;converted her liberated philosophy into an ability to advocate for slavery.@@
+			Her subconscious need to be abused has@@.green;converted her liberated philosophy into an ability to advocate for slavery.@@
 			<<set $slaves[$i].behavioralQuirk to "advocate">>
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
@@ -1510,50 +1510,50 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>>
 		<<if ($slaves[$i].behavioralFlaw is "arrogant")>>
 		<<if ($slaves[$i].fetish is "submissive")>>
-			Her arrogance was probably a reflection of her subconscious need to submit, which is so satisfied by sexual slavery that @@color:green;she no longer needs to act arrogant.@@
+			Her arrogance was probably a reflection of her subconscious need to submit, which is so satisfied by sexual slavery that @@.green;she no longer needs to act arrogant.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "bitchy")>>
 		<<if ($slaves[$i].fetish is "humiliation")>>
-			Her bitchiness was probably a reflection of her sexual need to be publicly humiliated, which is so satisfied by sexual slavery that @@color:green;she no longer needs to be insulting@@ to get the degradation she subconsciously needs.
+			Her bitchiness was probably a reflection of her sexual need to be publicly humiliated, which is so satisfied by sexual slavery that @@.green;she no longer needs to be insulting@@ to get the degradation she subconsciously needs.
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "hates men")>>
 		<<if ($slaves[$i].fetish is "pregnancy")>>
-			She dislikes the company of men, but fetishizes pregnancy; she decides that men, those hunky impregnators, can't be //that// bad, and @@color:green;gets over her hatred.@@
+			She dislikes the company of men, but fetishizes pregnancy; she decides that men, those hunky impregnators, can't be //that// bad, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].fetish is "boobs")>>
-			She dislikes the company of men and adores boobs; she finds that she doesn't mind ogling titties with the boys, and @@color:green;gets over her hatred.@@
+			She dislikes the company of men and adores boobs; she finds that she doesn't mind ogling titties with the boys, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].attrXY > 85)>>
-			She dislikes the company of men but likes their cocks; she gets used to putting up with maleness if it gets her the dick, and @@color:green;gets over her hatred.@@
+			She dislikes the company of men but likes their cocks; she gets used to putting up with maleness if it gets her the dick, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].energy > 95)>>
-			She dislikes the company of men and has constant needs; she can't afford to narrow the playing field, and @@color:green;gets over her hatred.@@
+			She dislikes the company of men and has constant needs; she can't afford to narrow the playing field, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "hates women")>>
 		<<if ($slaves[$i].fetish is "pregnancy")>>
-			She dislikes the company of women, but fetishizes pregnancy; that women, with their motherly hips and fertile cunts, can't be //that// bad, and @@color:green;gets over her hatred.@@
+			She dislikes the company of women, but fetishizes pregnancy; that women, with their motherly hips and fertile cunts, can't be //that// bad, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].fetish is "cumslut")>>
-			She dislikes the company of women and has a real oral fixation; she decides that women, with their soft, kissable lips can't be //that// bad, and @@color:green;gets over her hatred.@@
+			She dislikes the company of women and has a real oral fixation; she decides that women, with their soft, kissable lips can't be //that// bad, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].attrXX > 85)>>
-			She dislikes the company of women but likes fucking them; she gets used to putting up with girls to get into their pants, and @@color:green;gets over her hatred.@@
+			She dislikes the company of women but likes fucking them; she gets used to putting up with girls to get into their pants, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<<elseif ($slaves[$i].energy > 95)>>
-			She dislikes the company of women and has constant needs; she can't afford to narrow the playing field, and @@color:green;gets over her hatred.@@
+			She dislikes the company of women and has constant needs; she can't afford to narrow the playing field, and @@.green;gets over her hatred.@@
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "devout")>>
 		<<if ($slaves[$i].energy > 95)>>
-			She finally resolves her internal dilemma between the faith she was brought up in and her all-consuming need to be a slut by deciding that she prefers being a sinner. @@color:green;She is no longer devoutly faithful@@ to her old religion.
+			She finally resolves her internal dilemma between the faith she was brought up in and her all-consuming need to be a slut by deciding that she prefers being a sinner. @@.green;She is no longer devoutly faithful@@ to her old religion.
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<<elseif ($slaves[$i].behavioralFlaw is "liberated")>>
 		<<if ($slaves[$i].fetish is "masochist")>>
-			Her pre-enslavement belief that she deserves rights and respect fades in light of how much she likes being beaten and abused. @@color:green;She is no longer a modern, liberated girl,@@ and accepts her place as a sex slave as natural.
+			Her pre-enslavement belief that she deserves rights and respect fades in light of how much she likes being beaten and abused. @@.green;She is no longer a modern, liberated girl,@@ and accepts her place as a sex slave as natural.
 			<<set $slaves[$i].behavioralFlaw to "none">>
 		<</if>>
 		<</if>>
@@ -1568,148 +1568,148 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].sexualQuirk is "none")>>
 	<<if ($slaves[$i].sexualFlaw is "hates anal")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		Her sexual fascination with things entering her asshole @@color:green;softens her hatred of anal into an appetite for anal pain.@@
+		Her sexual fascination with things entering her asshole @@.green;softens her hatred of anal into an appetite for anal pain.@@
 		<<set $slaves[$i].sexualQuirk to "painal queen", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		As a nymphomaniac she appreciates kinky sex, so she @@color:green;softens her hatred of anal into an appetite for anal pain.@@
+		As a nymphomaniac she appreciates kinky sex, so she @@.green;softens her hatred of anal into an appetite for anal pain.@@
 		<<set $slaves[$i].sexualQuirk to "painal queen", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "hates oral")>>
 	<<if ($slaves[$i].fetish is "cumslut")>>
-		She can't get her beloved cum without choking down dick, so she @@color:green;softens her hatred of oral into a willingness to be roughly throatfucked.@@
+		She can't get her beloved cum without choking down dick, so she @@.green;softens her hatred of oral into a willingness to be roughly throatfucked.@@
 		<<set $slaves[$i].sexualQuirk to "gagfuck queen", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so much she often has to encourage her partners orally, so she @@color:green;softens her hatred of oral into a willingness to be roughly throatfucked.@@
+		She needs sex so much she often has to encourage her partners orally, so she @@.green;softens her hatred of oral into a willingness to be roughly throatfucked.@@
 		<<set $slaves[$i].sexualQuirk to "gagfuck queen", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "hates penetration")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		Her sexual fascination with anal penetration @@color:green;softens her hatred of penetration into an appetite for abusive sex.@@
+		Her sexual fascination with anal penetration @@.green;softens her hatred of penetration into an appetite for abusive sex.@@
 		<<set $slaves[$i].sexualQuirk to "strugglefuck queen", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		As a nymphomaniac she appreciates kinky sex, so she @@color:green;softens her hatred of penetration into an appetite for abusive intercourse.@@
+		As a nymphomaniac she appreciates kinky sex, so she @@.green;softens her hatred of penetration into an appetite for abusive intercourse.@@
 		<<set $slaves[$i].sexualQuirk to "strugglefuck queen", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "apathetic")>>
 	<<if ($slaves[$i].fetish is "submissive")>>
-		Her subconscious drive to submit @@color:green;softens her sexual apathy into constant care for her partners' wants.@@
+		Her subconscious drive to submit @@.green;softens her sexual apathy into constant care for her partners' wants.@@
 		<<set $slaves[$i].sexualQuirk to "caring", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so badly that she can no longer be apathetic in bed, and @@color:green;softens her sexual apathy into care for what keeps her partners aroused.@@
+		She needs sex so badly that she can no longer be apathetic in bed, and @@.green;softens her sexual apathy into care for what keeps her partners aroused.@@
 		<<set $slaves[$i].sexualQuirk to "caring", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "crude")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		She needs to avoid making unsexy noises during buttsex to be an appealing enough anal partner to satisfy her backdoor needs, @@color:green;softening her crudeness into a willingness to do anything.@@
+		She needs to avoid making unsexy noises during buttsex to be an appealing enough anal partner to satisfy her backdoor needs, @@.green;softening her crudeness into a willingness to do anything.@@
 		<<set $slaves[$i].sexualQuirk to "unflinching", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so badly that she can no longer afford to disgust partners, and @@color:green;softens her sexual crudeness into a willingness to do anything.@@
+		She needs sex so badly that she can no longer afford to disgust partners, and @@.green;softens her sexual crudeness into a willingness to do anything.@@
 		<<set $slaves[$i].sexualQuirk to "unflinching", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "judgemental")>>
 	<<if ($slaves[$i].fetish is "submissive")>>
-		Her subconscious belief that she's worthless @@color:green;softens her judgemental behavior into eagerness to be fucked by the biggest cocks.@@
+		Her subconscious belief that she's worthless @@.green;softens her judgemental behavior into eagerness to be fucked by the biggest cocks.@@
 		<<set $slaves[$i].sexualQuirk to "size queen", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so badly that she can no longer be selective, and @@color:green;softens her judgemental behavior into a love of big dicks, though she now loves them all.@@
+		She needs sex so badly that she can no longer be selective, and @@.green;softens her judgemental behavior into a love of big dicks, though she now loves them all.@@
 		<<set $slaves[$i].sexualQuirk to "size queen", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "shamefast")>>
 	<<if ($slaves[$i].fetish is "humiliation")>>
-		She decides that hiding won't get her the humiliation she craves, and @@color:green;softens her shamefastness into a willingness to tease.@@
+		She decides that hiding won't get her the humiliation she craves, and @@.green;softens her shamefastness into a willingness to tease.@@
 		<<set $slaves[$i].sexualQuirk to "tease", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She decides that hiding isn't getting her enough sex, and @@color:green;softens her shamefastness into a willingness to tease.@@
+		She decides that hiding isn't getting her enough sex, and @@.green;softens her shamefastness into a willingness to tease.@@
 		<<set $slaves[$i].sexualQuirk to "tease", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "idealistic")>>
 	<<if ($slaves[$i].fetish is "submissive")>>
-		Her appetite for submission has @@color:green;softened her innocent ideas about sex into an ability to find romance@@ in the life of a sex slave.
+		Her appetite for submission has @@.green;softened her innocent ideas about sex into an ability to find romance@@ in the life of a sex slave.
 		<<set $slaves[$i].sexualQuirk to "romantic", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		Her appetite for sex has @@color:green;softened her innocent ideas about sex into an ability to find something romantic@@ in a constant whirl of intercourse.
+		Her appetite for sex has @@.green;softened her innocent ideas about sex into an ability to find something romantic@@ in a constant whirl of intercourse.
 		<<set $slaves[$i].sexualQuirk to "romantic", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "repressed")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		She grew up being taught that good girls do not take cock up their good girl anuses, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perversion@@  of dicks up her behind.
+		She grew up being taught that good girls do not take cock up their good girl anuses, but she's just now decided she prefers being a bad girl and has @@.green;softened her repression into arousal at the perversion@@  of dicks up her behind.
 		<<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].fetish is "cumslut")>>
-		She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perverted@@ idea of dicks down her throat.
+		She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but she's just now decided she prefers being a bad girl and has @@.green;softened her repression into arousal at the perverted@@ idea of dicks down her throat.
 		<<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She grew up being taught that good girls do not happily fuck anything that moves, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perversion@@ of revelling in sexual addiction.
+		She grew up being taught that good girls do not happily fuck anything that moves, but she's just now decided she prefers being a bad girl and has @@.green;softened her repression into arousal at the perversion@@ of revelling in sexual addiction.
 		<<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].sexualFlaw is "hates anal")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		Her sexual fascination with things entering her asshole overcomes her professed hatred of anal, so @@color:green;her previous hesitations about buttsex vanish.@@
+		Her sexual fascination with things entering her asshole overcomes her professed hatred of anal, so @@.green;her previous hesitations about buttsex vanish.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		As a nymphomaniac she doesn't really care which hole she's getting fucked in, so @@color:green;her previous hesitations about buttsex vanish.@@
+		As a nymphomaniac she doesn't really care which hole she's getting fucked in, so @@.green;her previous hesitations about buttsex vanish.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "hates oral")>>
 	<<if ($slaves[$i].fetish is "cumslut")>>
-		She can't get her beloved cum without sucking, so @@color:green;she forcibly overcomes her strong gag reflex.@@
+		She can't get her beloved cum without sucking, so @@.green;she forcibly overcomes her strong gag reflex.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so much she often has to encourage her partners orally, so @@color:green;she forcibly overcomes her strong gag reflex.@@
+		She needs sex so much she often has to encourage her partners orally, so @@.green;she forcibly overcomes her strong gag reflex.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "hates penetration")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		She's fascinated with the perversity of being anally penetrated, so @@color:green;her previous hesitations about getting fucked vanish.@@
+		She's fascinated with the perversity of being anally penetrated, so @@.green;her previous hesitations about getting fucked vanish.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex like she needs air, so @@color:green;her previous hesitations about getting fucked vanish.@@
+		She needs sex like she needs air, so @@.green;her previous hesitations about getting fucked vanish.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "apathetic")>>
 	<<if ($slaves[$i].fetish is "dom")>>
-		She likes being on top so much @@color:green;she can no longer bear being lazy in bed.@@
+		She likes being on top so much @@.green;she can no longer bear being lazy in bed.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so badly that @@color:green;she can no longer afford to wait apathetically for others to fuck her.@@
+		She needs sex so badly that @@.green;she can no longer afford to wait apathetically for others to fuck her.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "crude")>>
 	<<if ($slaves[$i].energy > 95)>>
-		She needs sex so badly that @@color:green;she can no longer afford to disgust partners into abandoning intercourse.@@
+		She needs sex so badly that @@.green;she can no longer afford to disgust partners into abandoning intercourse.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "judgemental")>>
 	<<if ($slaves[$i].energy > 95)>>
-		She needs sex so badly that @@color:green;she can no longer afford to turn potential partners off by judging them.@@
+		She needs sex so badly that @@.green;she can no longer afford to turn potential partners off by judging them.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "shamefast")>>
 	<<if ($slaves[$i].fetish is "humiliation")>>
-		Her shamefastness is no longer anything but a pretense; @@color:green;she's decided she really does like getting fucked in public.@@
+		Her shamefastness is no longer anything but a pretense; @@.green;she's decided she really does like getting fucked in public.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She needs sex so badly that @@color:green;she can no longer afford to be embarrassed by public fucking.@@
+		She needs sex so badly that @@.green;she can no longer afford to be embarrassed by public fucking.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "idealistic")>>
 	<<if ($slaves[$i].fetish is "submissive")>>
-		She always expected to be able to turn down sex, but @@color:green;she's finally realized that she doesn't want to be asked.@@
+		She always expected to be able to turn down sex, but @@.green;she's finally realized that she doesn't want to be asked.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		Hard as it is for her to admit, she recognizes her own willingness to take sex from other slaves if it isn't forthcoming, and @@color:green;accepts that a slave nympho can't worry about trifles like consent.@@
+		Hard as it is for her to admit, she recognizes her own willingness to take sex from other slaves if it isn't forthcoming, and @@.green;accepts that a slave nympho can't worry about trifles like consent.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<<elseif ($slaves[$i].sexualFlaw is "repressed")>>
 	<<if ($slaves[$i].fetish is "buttslut")>>
-		She grew up being taught that good girls do not take cock up their good girl anuses, but @@color:green;she's just now decided she prefers being a bad girl.@@
+		She grew up being taught that good girls do not take cock up their good girl anuses, but @@.green;she's just now decided she prefers being a bad girl.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].fetish is "cumslut")>>
-		She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but @@color:green;she's just now decided she prefers being a bad girl.@@
+		She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but @@.green;she's just now decided she prefers being a bad girl.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<<elseif ($slaves[$i].energy > 95)>>
-		She grew up being taught that good girls do not happily fuck anything that moves, but @@color:green;she's just now decided she prefers being a bad girl.@@
+		She grew up being taught that good girls do not happily fuck anything that moves, but @@.green;she's just now decided she prefers being a bad girl.@@
 		<<set $slaves[$i].sexualFlaw to "none">>
 	<</if>>
 	<</if>>
@@ -1723,16 +1723,16 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<case "cum addict">>
 		<<if $slaves[$i].fetish != "cumslut">>
 			<<if $slaves[$i].fetishStrength > 60>>
-				Her cum addiction @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+				Her cum addiction @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 				<<set $slaves[$i].fetishStrength -= 5>>
 				<<set $slaves[$i].devotion -= 3>>
 			<<else>>
-				Her cum addiction @@color:lightcoral;forces her back towards oral fixation.@@
+				Her cum addiction @@.lightcoral;forces her back towards oral fixation.@@
 				<<set $slaves[$i].fetish = "cumslut">>
 			<</if>>
 		<<else>>
 			<<if $slaves[$i].fetishStrength <= 95>>
-				Her cum addiction @@color:lightcoral;forces her back towards her past life as an abject cumslut.@@
+				Her cum addiction @@.lightcoral;forces her back towards her past life as an abject cumslut.@@
 				<<set $slaves[$i].fetishStrength += 5>>
 				<<set $slaves[$i].devotion -= 3>>
 			<</if>>
@@ -1749,22 +1749,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			Her paraphilia is satisfied by the way she gets to eat.
 		<<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyFeedersSetting > 0)>>
 		<<else>>
-			She doesn't seem to feel she's getting enough cum, leaving the cum addict @@color:mediumorchid;depressed and anxious.@@
+			She doesn't seem to feel she's getting enough cum, leaving the cum addict @@.mediumorchid;depressed and anxious.@@
 			<<set $slaves[$i].devotion -= 2>>
 		<</if>>
 <<case "anal addict">>
 	<<if $slaves[$i].fetish != "buttslut">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Her anal addiction @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Her anal addiction @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her anal addiction @@color:lightcoral;forces her back towards an intense preference for buttsex.@@
+			Her anal addiction @@.lightcoral;forces her back towards an intense preference for buttsex.@@
 			<<set $slaves[$i].fetish = "buttslut">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her anal addiction @@color:lightcoral;forces her back towards her past life as an abject buttslut.@@
+			Her anal addiction @@.lightcoral;forces her back towards her past life as an abject buttslut.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1777,13 +1777,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		Her paraphilia is satisfied by the enormous plug she wears in her ass.
 	<<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyStimulatorsSetting > 0)>>
 	<<else>>
-		She doesn't seem to feel she's getting buttfucked often enough, leaving the anal addict @@color:mediumorchid;depressed and anxious.@@
+		She doesn't seem to feel she's getting buttfucked often enough, leaving the anal addict @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 	<<if $slaves[$i].prostate == 0>>
 	<<if $slaves[$i].vagina == -1>>
 	<<if random(1,5) == 1>>
-		Since she lacks a prostate or a g-spot to be stimulated by cocks up her butt, her @@color:green;purely psychological addiction to asshole sex resolves itself,@@ and she @@color:pink;starts to consider other sexual pursuits.@@
+		Since she lacks a prostate or a g-spot to be stimulated by cocks up her butt, her @@.green;purely psychological addiction to asshole sex resolves itself,@@ and she @@.pink;starts to consider other sexual pursuits.@@
 		<<set $slaves[$i].sexualQuirk = "none">>
 		<<set $slaves[$i].fetishStrength -= 20>>
 	<</if>>
@@ -1792,16 +1792,16 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<case "attention whore">>
 	<<if $slaves[$i].fetish != "humiliation">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Being an attention whore @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Being an attention whore @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her addiction to exposure @@color:lightcoral;forces her back towards a humiliation fetish.@@
+			Her addiction to exposure @@.lightcoral;forces her back towards a humiliation fetish.@@
 			<<set $slaves[$i].fetish = "humiliation">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her addiction to exposure @@color:lightcoral;forces her back towards her past life as an abject humiliation whore.@@
+			Her addiction to exposure @@.lightcoral;forces her back towards her past life as an abject humiliation whore.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1811,22 +1811,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif $slaves[$i].clothes is "none">>
 		Her paraphilia is satisfied by her total nudity.
 	<<else>>
-		She doesn't seem to feel she's getting fucked in public enough, leaving the attention whore @@color:mediumorchid;depressed and anxious.@@
+		She doesn't seem to feel she's getting fucked in public enough, leaving the attention whore @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <<case "breast growth">>
 	<<if $slaves[$i].fetish != "boobs">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Being a breast expansion fanatic @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Being a breast expansion fanatic @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her addiction to breast growth @@color:lightcoral;forces her back towards a boob fetish.@@
+			Her addiction to breast growth @@.lightcoral;forces her back towards a boob fetish.@@
 			<<set $slaves[$i].fetish = "boobs">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her addiction to breast growth @@color:lightcoral;forces her back towards her past life as an abject slut for mammary intercourse.@@
+			Her addiction to breast growth @@.lightcoral;forces her back towards her past life as an abject slut for mammary intercourse.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1840,22 +1840,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif $slaves[$i].drugs is "hyper breast injections">>
 		Her paraphilia makes hyper breast injections extremely satisfying for her.
 	<<else>>
-		She feels her breasts are shrinking horribly, leaving the growth addict @@color:mediumorchid;depressed and anxious.@@
+		She feels her breasts are shrinking horribly, leaving the growth addict @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <<case "abusive">>
 	<<if $slaves[$i].fetish != "dom">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Being addicted to sexually abusing others @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Being addicted to sexually abusing others @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her addiction to sexual force @@color:lightcoral;forces her back towards sexual dominance.@@
+			Her addiction to sexual force @@.lightcoral;forces her back towards sexual dominance.@@
 			<<set $slaves[$i].fetish = "dom">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her need to force others to pleasure her @@color:lightcoral;forces her back towards her past life as a total dom.@@
+			Her need to force others to pleasure her @@.lightcoral;forces her back towards her past life as a total dom.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1865,22 +1865,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif ($slaves[$i].assignment is "be the Wardeness")>>
 		Her paraphilia is satisfied by her work as your Wardeness.
 	<<else>>
-		She gets few chances to indulge her need to hold others down as she fucks them, leaving her @@color:mediumorchid;depressed and anxious.@@
+		She gets few chances to indulge her need to hold others down as she fucks them, leaving her @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <<case "malicious">>
 	<<if $slaves[$i].fetish != "sadist">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Being addicted to others' sexual anguish @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Being addicted to others' sexual anguish @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her addiction to tormenting others sexually @@color:lightcoral;forces her back towards sadism.@@
+			Her addiction to tormenting others sexually @@.lightcoral;forces her back towards sadism.@@
 			<<set $slaves[$i].fetish = "sadist">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her need to be the only one enjoying sex @@color:lightcoral;forces her back towards her past life as a complete sexual sadist.@@
+			Her need to be the only one enjoying sex @@.lightcoral;forces her back towards her past life as a complete sexual sadist.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1890,22 +1890,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif ($slaves[$i].assignment is "be the Wardeness")>>
 		Her paraphilia is satisfied by her work as your Wardeness.
 	<<else>>
-		She gets few chances to indulge her need to subject others to sexual anguish, leaving her @@color:mediumorchid;depressed and anxious.@@
+		She gets few chances to indulge her need to subject others to sexual anguish, leaving her @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <<case "self hating">>
 	<<if $slaves[$i].fetish != "masochist">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Her sexual self hatred @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Her sexual self hatred @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her sexual self hatred @@color:lightcoral;forces her back towards masochism.@@
+			Her sexual self hatred @@.lightcoral;forces her back towards masochism.@@
 			<<set $slaves[$i].fetish = "masochist">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her sexual self hatred @@color:lightcoral;forces her back towards her past life as a total masochist.@@
+			Her sexual self hatred @@.lightcoral;forces her back towards her past life as a total masochist.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1917,22 +1917,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif $slaves[$i].trust < -50>>
 		Her paraphilia is satisfied by her constant terror.
 	<<else>>
-		She doesn't seem to feel she's treated poorly enough, leaving the self hating slut @@color:mediumorchid;depressed and anxious.@@
+		She doesn't seem to feel she's treated poorly enough, leaving the self hating slut @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <<case "neglectful">>
 	<<if $slaves[$i].fetish != "submissive">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Her sexual self neglect @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Her sexual self neglect @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her sexual self neglect @@color:lightcoral;forces her back towards submissiveness.@@
+			Her sexual self neglect @@.lightcoral;forces her back towards submissiveness.@@
 			<<set $slaves[$i].fetish = "submissive">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her sexual self neglect @@color:lightcoral;forces her back towards her past life as a total submissive.@@
+			Her sexual self neglect @@.lightcoral;forces her back towards her past life as a total submissive.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
@@ -1942,50 +1942,50 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif $slaves[$i].assignment is "be a subordinate slave">>
 		Her paraphilia is satisfied by how she's expected to serve other slaves' sexual needs.
 	<<else>>
-		She doesn't seem to feel she's serving others' sexual needs enough, leaving her @@color:mediumorchid;depressed and anxious.@@
+		She doesn't seem to feel she's serving others' sexual needs enough, leaving her @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <<case "breeder">>
 	<<if $slaves[$i].fetish != "pregnancy">>
 		<<if $slaves[$i].fetishStrength > 60>>
-			Her breeding obsession @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@
+			Her breeding obsession @@.pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@.mediumorchid;some anguish.@@
 			<<set $slaves[$i].fetishStrength -= 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<<else>>
-			Her breeding obsession @@color:lightcoral;forces her back towards appreciation for impregnation.@@
+			Her breeding obsession @@.lightcoral;forces her back towards appreciation for impregnation.@@
 			<<set $slaves[$i].fetish = "pregnancy">>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Her breeding obsession @@color:lightcoral;forces her back towards her past life as an abject impregnation whore.@@
+			Her breeding obsession @@.lightcoral;forces her back towards her past life as an abject impregnation whore.@@
 			<<set $slaves[$i].fetishStrength += 5>>
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSRestart != "unset">>
-		Living in a society that rejects her paraphilia @@color:mediumorchid;mentally and emotionally cripples@@ her.
+		Living in a society that rejects her paraphilia @@.mediumorchid;mentally and emotionally cripples@@ her.
 		<<set $slaves[$i].devotion -= 10>>
 	<<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-		Living in a society that glorifies her paraphilia @@color:hotpink;leaves her in perpetual ectasy.@@
+		Living in a society that glorifies her paraphilia @@.hotpink;leaves her in perpetual ectasy.@@
 		<<set $slaves[$i].devotion += 5>>
 	<<elseif $slaves[$i].pregType >= 50 && $slaves[$i].preg > 0>>
-		She knows she will be pregnant until her body gives out, and @@color:hotpink;she couldn't be happier.@@
+		She knows she will be pregnant until her body gives out, and @@.hotpink;she couldn't be happier.@@
 		<<set $slaves[$i].devotion += 5>>
 	<<elseif $slaves[$i].pregControl == "labor supressors" && $slaves[$i].preg >= 30>>
-		Under the effects of labor supression drugs, she knows she will be pregnant until you decided to allow her birth. @@color:hotpink;She couldn't be happier.@@
+		Under the effects of labor supression drugs, she knows she will be pregnant until you decided to allow her birth. @@.hotpink;She couldn't be happier.@@
 		<<set $slaves[$i].devotion += 5>>
 	<<elseif $slaves[$i].pregType >= 10 && $slaves[$i].preg > 0>>
-		Her growing hyperpregnancy feeds her paraphilia and @@color:hotpink;fulfilling her deepest fantasies.@@
+		Her growing hyperpregnancy feeds her paraphilia and @@.hotpink;fulfilling her deepest fantasies.@@
 		<<set $slaves[$i].devotion += 3>>
 	<<elseif $slaves[$i].preg > 0>>
 		Her paraphilia is satisfied by her pregnancy.
 	<<elseif $slaves[$i].bellyImplant > 16000>>
 		Her paraphilia is satisfied by her overfilled belly implant.
 	<<elseif $fakeBellies.includes($bellyAccessory)>>
-		She @@color:mediumorchid;loathes@@ being forced to carry a fake pregnancy.
+		She @@.mediumorchid;loathes@@ being forced to carry a fake pregnancy.
 		<<set $slaves[$i].devotion -= 3>>
 	<<else>>
-		She isn't pregnant, leaving the breeder slut @@color:mediumorchid;depressed and anxious.@@
+		She isn't pregnant, leaving the breeder slut @@.mediumorchid;depressed and anxious.@@
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 <</switch>>
@@ -1997,11 +1997,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].fetishStrength <= 95)>>
 	<<if ($slaves[$i].fetish != "boobs")>>
 	<<if $fetishChangeChance > random(0,100)>>
-		Since she has had her lactating nipples constantly caressed by the milkers, @@color:lightcoral;she begins to appreciate nipple stimulation in a new way.@@
+		Since she has had her lactating nipples constantly caressed by the milkers, @@.lightcoral;she begins to appreciate nipple stimulation in a new way.@@
 		<<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 	<</if>>
 	<<elseif ($slaves[$i].fetish is "boobs") && ($slaves[$i].fetishStrength <= 95)>>
-		Since she has had her lactating nipples constantly caressed by the milkers, @@color:lightcoral;she sinks deeper into sexual reliance on nipple stimulation.@@
+		Since she has had her lactating nipples constantly caressed by the milkers, @@.lightcoral;she sinks deeper into sexual reliance on nipple stimulation.@@
 		<<set $slaves[$i].fetishStrength += 4>>
 	<</if>>
 	<</if>>
@@ -2011,12 +2011,12 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fetishStrength <= 95>>
 	<<if $slaves[$i].fetish != "buttslut">>
 		<<if $fetishChangeChance > random(0,100)>>
-			Since she has had her prostate constantly stimulated to encourage her to give cum, @@color:lightcoral;she begins to look forward to anal penetration.@@
+			Since she has had her prostate constantly stimulated to encourage her to give cum, @@.lightcoral;she begins to look forward to anal penetration.@@
 			<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<<else>>
 		<<if $slaves[$i].fetishStrength <= 95>>
-			Since she has had her prostate constantly stimulated to encourage her to give cum, @@color:lightcoral;she sinks deeper into sexual reliance on penetration of her butthole.@@
+			Since she has had her prostate constantly stimulated to encourage her to give cum, @@.lightcoral;she sinks deeper into sexual reliance on penetration of her butthole.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 	<</if>>
@@ -2028,13 +2028,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].energy > 95>>
 <<if $slaves[$i].attrKnown == 1>>
 <<if ($slaves[$i].devotion < -20)>>
-	She's having trouble accepting it, but the sex surrounding her @@color:hotpink;is intriguing to a nymphomaniac.@@
+	She's having trouble accepting it, but the sex surrounding her @@.hotpink;is intriguing to a nymphomaniac.@@
 	<<set $slaves[$i].devotion += 2>>
 <<elseif ($slaves[$i].devotion <= 50)>>
-	@@color:hotpink;Her acceptance of her life as a sex slave is driven faster@@ by how satisfied she is by the availability of her favorite activity.
+	@@.hotpink;Her acceptance of her life as a sex slave is driven faster@@ by how satisfied she is by the availability of her favorite activity.
 	<<set $slaves[$i].devotion += 2>>
 <<else>>
-	She loves being a nympho slut. @@color:hotpink;She loves being your nympho slut.@@
+	She loves being a nympho slut. @@.hotpink;She loves being your nympho slut.@@
 	<<set $slaves[$i].devotion += 2>>
 <</if>>
 <</if>>
@@ -2044,11 +2044,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].shoes != "heels") && ($slaves[$i].shoes != "boots") && ($slaves[$i].shoes != "extreme heels")>>
 <<if $slaves[$i].fetish != "submissive">>
 <<if $fetishChangeChance > random(0,100)>>
-	Living as a sex slave on all fours @@color:lightcoral;turns her into a sexual submissive.@@
+	Living as a sex slave on all fours @@.lightcoral;turns her into a sexual submissive.@@
 	<<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 <</if>>
 <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishStrength <= 95)>>
-	Living as a sex slave on all fours @@color:lightcoral;pushes her deeper into submission.@@
+	Living as a sex slave on all fours @@.lightcoral;pushes her deeper into submission.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <</if>>
@@ -2056,38 +2056,38 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <</if>>
 
 <<if $slaves[$i].career is "a slave">>
-	She has been a slave so long that she can barely remember making decisions for herself, and @@color:hotpink;feels naturally drawn@@ to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>>.
+	She has been a slave so long that she can barely remember making decisions for herself, and @@.hotpink;feels naturally drawn@@ to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>>.
 	<<set $slaves[$i].devotion += 1>>
 <<elseif $slaves[$i].career is "a Fuckdoll">>
-	She was once a Fuckdoll, leaving her @@color:hotpink;willing to obey on an instinctual level.@@
+	She was once a Fuckdoll, leaving her @@.hotpink;willing to obey on an instinctual level.@@
 	<<set $slaves[$i].devotion += 5>>
 <<elseif $slaves[$i].career is "a slave since birth">>
-	The tank's imprinting left a lasting impression on her; deep down she @@color:hotpink;knows you are to be obeyed@@ and @@color:mediumaquamarine;trusted,@@ even if she can't understand why.
+	The tank's imprinting left a lasting impression on her; deep down she @@.hotpink;knows you are to be obeyed@@ and @@.mediumaquamarine;trusted,@@ even if she can't understand why.
 	<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
 <<elseif $slaves[$i].career is "a breeder">>
 	<<if $slaves[$i].preg > 1 && $arcologies[0].FSRepopulation != "unset">>
-		Her life used to revolve around being pregnant all the time and nothing has changed. However, being surrounded with happy, heavily pregnant women leaves her  @@color:hotpink;slightly more accepting@@ of her fate and @@color:mediumaquamarine;hopeful@@ that her trained body will be useful to you.
+		Her life used to revolve around being pregnant all the time and nothing has changed. However, being surrounded with happy, heavily pregnant women leaves her  @@.hotpink;slightly more accepting@@ of her fate and @@.mediumaquamarine;hopeful@@ that her trained body will be useful to you.
 		<<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].pregControl == "speed up">>
-		Her life used to revolve around being pregnant all the time and nothing has changed. She @@color:gold;watches in horror@@ as her middle visibly swells before her eyes. She @@color:hotpink;slips more into submission@@ as the pressure in her womb increases.
+		Her life used to revolve around being pregnant all the time and nothing has changed. She @@.gold;watches in horror@@ as her middle visibly swells before her eyes. She @@.hotpink;slips more into submission@@ as the pressure in her womb increases.
 		<<set $slaves[$i].trust -= 10, $slaves[$i].devotion += 5>>
 	<<elseif $slaves[$i].preg > 1>>
-		Her life used to revolve around being pregnant all the time and nothing has changed. She @@color:gold;fears@@ that her entire life will revolve around pregnancy and @@color:hotpink;slips more into submission@@ of her fate.
+		Her life used to revolve around being pregnant all the time and nothing has changed. She @@.gold;fears@@ that her entire life will revolve around pregnancy and @@.hotpink;slips more into submission@@ of her fate.
 		<<set $slaves[$i].trust -= 1, $slaves[$i].devotion += 1>>
 	<<else>>
-		She remembers how her womb used to be swollen with children as often as possible, and is @@color:hotpink;thankful@@ and @@color:mediumaquamarine;grateful@@ that she isn't just meat to fuck pregnant anymore.
+		She remembers how her womb used to be swollen with children as often as possible, and is @@.hotpink;thankful@@ and @@.mediumaquamarine;grateful@@ that she isn't just meat to fuck pregnant anymore.
 		<<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>>
 	<</if>>
 <<elseif $slaves[$i].career is "a bioreactor">>
-	She remembers what it was like to be a living, breathing, milk-jetting,<<if isFertile($slaves[$i]) && ($dairyPregUpgrade > 0)>> baby-filled,<</if>><<if ($slaves[$i].balls != 0)>> cum-squirting,<</if>> drug-filled piece of industrial equipment, and is @@color:hotpink;thankful@@ and @@color:mediumaquamarine;grateful@@ that she isn't any more.
+	She remembers what it was like to be a living, breathing, milk-jetting,<<if isFertile($slaves[$i]) && ($dairyPregUpgrade > 0)>> baby-filled,<</if>><<if ($slaves[$i].balls != 0)>> cum-squirting,<</if>> drug-filled piece of industrial equipment, and is @@.hotpink;thankful@@ and @@.mediumaquamarine;grateful@@ that she isn't any more.
 	<<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>>
 <<elseif $slaves[$i].career is "a Futanari Sister">>
 	<<if $masterSuiteUpgradeLuxury is 2>>
 	<<if $slaves[$i].assignment is "serve in the master suite">>
-	She knows that $masterSuiteName features a fuckpit much like the one she spent years enjoying as a Futanari Sister, and @@color:hotpink;does her best@@ to be a good girl in the hope you'll send her there someday.
+	She knows that $masterSuiteName features a fuckpit much like the one she spent years enjoying as a Futanari Sister, and @@.hotpink;does her best@@ to be a good girl in the hope you'll send her there someday.
 	<<set $slaves[$i].devotion += 1>>
 	<<else>>
-	As a former Futanari Sister, the fuckpit in $masterSuiteName feels like home to her, and she has @@color:mediumaquamarine;no desire to ever leave.@@
+	As a former Futanari Sister, the fuckpit in $masterSuiteName feels like home to her, and she has @@.mediumaquamarine;no desire to ever leave.@@
 	<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -2097,11 +2097,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].trust += 1>>
 		She remembers how hard her life was before she was a slave, and
 		<<if $slaves[$i].trust > 50>>
-			@@color:mediumaquamarine;trusts you a bit more@@ for improving it.
+			@@.mediumaquamarine;trusts you a bit more@@ for improving it.
 		<<elseif $slaves[$i].trust > -20>>
-			@@color:mediumaquamarine;trusts you a bit more@@ because of it.
+			@@.mediumaquamarine;trusts you a bit more@@ because of it.
 		<<else>>
-			@@color:mediumaquamarine;fears you a little less@@ because of it.
+			@@.mediumaquamarine;fears you a little less@@ because of it.
 		<</if>>
 		<</if>>
 	<</if>>
@@ -2110,11 +2110,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].devotion += 1>>
 		She took orders a lot before she was a slave, and is subconsciously
 		<<if $slaves[$i].trust > 50>>
-			@@color:hotpink;a little more eager to obey.@@
+			@@.hotpink;a little more eager to obey.@@
 		<<elseif $slaves[$i].trust > -20>>
-			@@color:hotpink;a little quicker to obey.@@
+			@@.hotpink;a little quicker to obey.@@
 		<<else>>
-			@@color:hotpink;a bit less resistant@@ to commands.
+			@@.hotpink;a bit less resistant@@ to commands.
 		<</if>>
 		<</if>>
 	<</if>>
@@ -2131,10 +2131,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].assignment != "serve in the master suite") || ($masterSuiteUpgradeLuxury < 2)>>
 <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>>
 <<if ($slaves[$i].vagina is 3) && ($slaves[$i].vaginalAccessory != "large dildo") && ($slaves[$i].vaginalAccessory != "huge dildo")>>
-	With a rest from strenuous use, @@color:orange;$possessive loose vagina recovers a little.@@
+	With a rest from strenuous use, @@.orange;$possessive loose vagina recovers a little.@@
 	<<set $slaves[$i].vagina -= 1>>
 <<elseif ($slaves[$i].anus is 3) && ($slaves[$i].buttplug != "large plug") && ($slaves[$i].buttplug != "huge plug")>>
-	With a rest from continual sodomy, @@color:orange;$possessive gaping anus recovers a little.@@
+	With a rest from continual sodomy, @@.orange;$possessive gaping anus recovers a little.@@
 	<<set $slaves[$i].anus -= 1>>
 <</if>>
 <</if>>
@@ -2155,7 +2155,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<else>>
 <<switch $slaves[$i].clitSetting>>
 <<case "none">>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing disrupts arousal, @@color:red;reducing her sex drive@@ and @@color:mediumorchid;infuriating her.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing disrupts arousal, @@.red;reducing her sex drive@@ and @@.mediumorchid;infuriating her.@@
 	<<set $slaves[$i].devotion -= 2>>
 	<<if $slaves[$i].energy > 5>>
 	<<set $slaves[$i].energy -= 10>>
@@ -2164,165 +2164,165 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 <<case "all">>
 	<<if $slaves[$i].energy <= 95>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages sex of all kinds, @@color:green;increasing her sex drive.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages sex of all kinds, @@.green;increasing her sex drive.@@
 	<<set $slaves[$i].energy += 3>>
 	<</if>>
 <<case "women">>
 	<<if $slaves[$i].attrXX < 95>>
-		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to girls@@ by pleasuring her when she's around them.
+		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@.green;increases her attraction to girls@@ by pleasuring her when she's around them.
 		<<set $slaves[$i].attrXX += 2+$assistant>>
 		<<if $slaves[$i].energy < 80>>
-			This has the secondary effect of slightly @@color:green;enhancing her libido.@@
+			This has the secondary effect of slightly @@.green;enhancing her libido.@@
 			<<set $slaves[$i].energy++>>
 		<</if>>
 	<</if>>
 <<case "anti-women">>
 	<<if $slaves[$i].attrXX > 0>>
-		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;suppresses her attraction to girls@@ by making her private parts very uncomfortable when she's around them.
+		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@.green;suppresses her attraction to girls@@ by making her private parts very uncomfortable when she's around them.
 		<<set $slaves[$i].attrXX -= Math.clamp($slaves[$i].attrXX-(2+$assistant),0,100)>>
 		<<if $slaves[$i].energy > 0>>
-			This has the secondary effect of slightly @@color:red;reducing her libido.@@
+			This has the secondary effect of slightly @@.red;reducing her libido.@@
 			<<set $slaves[$i].energy-->>
 		<</if>>
 	<</if>>
 <<case "men">>
 	<<if $slaves[$i].attrXY < 95>>
-		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to guys@@ by pleasuring her when she's around cocks.
+		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@.green;increases her attraction to guys@@ by pleasuring her when she's around cocks.
 		<<set $slaves[$i].attrXY += 2+$assistant>>
 		<<if $slaves[$i].energy < 80>>
-			This has the secondary effect of slightly @@color:green;enhancing her libido.@@
+			This has the secondary effect of slightly @@.green;enhancing her libido.@@
 			<<set $slaves[$i].energy++>>
 		<</if>>
 	<</if>>
 <<case "anti-men">>
 	<<if $slaves[$i].attrXY > 0>>
-		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;suppresses her attraction to guys@@ by making her private parts very uncomfortable when she's around them.
+		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@.green;suppresses her attraction to guys@@ by making her private parts very uncomfortable when she's around them.
 		<<set $slaves[$i].attrXY -= Math.clamp($slaves[$i].attrXY-(2+$assistant),0,100)>>
 		<<if $slaves[$i].energy > 0>>
-			This has the secondary effect of slightly @@color:red;reducing her libido.@@
+			This has the secondary effect of slightly @@.red;reducing her libido.@@
 			<<set $slaves[$i].energy-->>
 		<</if>>
 	<</if>>
 <<case "vanilla">>
 	<<if ($slaves[$i].fetish != "none") && ($fetishChangeChance > random(0,100)-20*$assistant)>>
-		After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during straightforward sex, @@color:lightcoral;her sexuality returns to normal.@@
+		After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during straightforward sex, @@.lightcoral;her sexuality returns to normal.@@
 		<<set $slaves[$i].fetish to "none", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 	<</if>>
 <<case "oral">>
 	<<if ($slaves[$i].fetish != "cumslut")>>
 	<<if $slaves[$i].fetishStrength >= 10>>
-		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's using her mouth.
+		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when she's using her mouth.
 		<<set $slaves[$i].fetishStrength -= 20>>
 	<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-		After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms as she performs oral sex, @@color:lightcoral;she develops a fetish for cum.@@
+		After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms as she performs oral sex, @@.lightcoral;she develops a fetish for cum.@@
 		<<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 	<</if>>
 	<<elseif ($slaves[$i].fetishStrength <= 95)>>
-		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her oral fetish.@@
+		Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her oral fetish.@@
 		<<set $slaves[$i].fetishStrength += 4>>
 	<</if>>
 <<case "anal">>
 <<if ($slaves[$i].fetish != "buttslut")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when her rear hole is being fucked.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when her rear hole is being fucked.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her ass is being stimulated, @@color:lightcoral;she develops a fetish for being an anal bottom.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her ass is being stimulated, @@.lightcoral;she develops a fetish for being an anal bottom.@@
 	<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her anal fetish.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her anal fetish.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "boobs">>
 <<if ($slaves[$i].fetish != "boobs")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when her tits are being touched.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when her tits are being touched.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her nipples are being stimulated, @@color:lightcoral;she develops a fetish for her tits.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her nipples are being stimulated, @@.lightcoral;she develops a fetish for her tits.@@
 	<<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her boob fetish.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her boob fetish.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "submissive">>
 <<if ($slaves[$i].fetish != "submissive")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's being held down and used.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when she's being held down and used.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is restrained, @@color:lightcoral;she develops a fetish for submission.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is restrained, @@.lightcoral;she develops a fetish for submission.@@
 	<<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her submission.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her submission.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "humiliation">>
 <<if ($slaves[$i].fetish != "humiliation")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's got an audience.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when she's got an audience.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is being humiliated, @@color:lightcoral;she develops a fetish for humiliation.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is being humiliated, @@.lightcoral;she develops a fetish for humiliation.@@
 	<<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her humiliation fetish.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her humiliation fetish.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "pregnancy">>
 <<if ($slaves[$i].fetish != "pregnancy")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she feels like she's being bred.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when she feels like she's being bred.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during <<if $PC.dick == 1>>unprotected sex<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>loving contact with the female anatomy<</if>>, @@color:lightcoral;she begins to fantasize about pregnancy.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during <<if $PC.dick == 1>>unprotected sex<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>loving contact with the female anatomy<</if>>, @@.lightcoral;she begins to fantasize about pregnancy.@@
 	<<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her pregnancy fetish.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her pregnancy fetish.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "dom">>
 <<if ($slaves[$i].fetish != "dom")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when another slave is servicing her.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when another slave is servicing her.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's taking an active, dominant sexual role, @@color:lightcoral;she begins to enjoy dominance.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's taking an active, dominant sexual role, @@.lightcoral;she begins to enjoy dominance.@@
 	<<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her dominance.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her dominance.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "masochist">>
 <<if ($slaves[$i].fetish != "masochist")>>
 <<if $slaves[$i].fetishStrength >= 10>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's being hurt.
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when she's being hurt.
 	<<set $slaves[$i].fetishStrength -= 20>>
 <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's being beaten, @@color:lightcoral;she begins to enjoy pain.@@
+	After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's being beaten, @@.lightcoral;she begins to enjoy pain.@@
 	<<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 <</if>>
 <<elseif ($slaves[$i].fetishStrength <= 95)>>
-	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her masochism.@@
+	Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her masochism.@@
 	<<set $slaves[$i].fetishStrength += 4>>
 <</if>>
 <<case "sadist">>
 	<<if ($slaves[$i].fetish != "sadist")>>
 		<<if $slaves[$i].fetishStrength >= 10>>
-			Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she witnesses or even takes part in another slave's pain.
+			Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@.pink;suppress her current fetish,@@ encouraging her to orgasm when she witnesses or even takes part in another slave's pain.
 			<<set $slaves[$i].fetishStrength -= 20>>
 		<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>>
-			After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's involved in the abuse of other slaves, @@color:lightcoral;she begins to develop a sadistic streak.@@
+			After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's involved in the abuse of other slaves, @@.lightcoral;she begins to develop a sadistic streak.@@
 			<<set $slaves[$i].fetish to "sadist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<</if>>
 	<<elseif ($slaves[$i].fetishStrength <= 95)>>
-			Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her sadism.@@
+			Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@.lightcoral;advances her sadism.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 	<</if>>
 <</switch>>
@@ -2342,18 +2342,18 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $fetishChangeChance > random(0,100)>>
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "serve in the club")>>
 		<<if $slaves[$i].fetish != "buttslut">>
-			With so much sexual attention focused on her anus, @@color:lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@
+			With so much sexual attention focused on her anus, @@.lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@
 			<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>>
-			With so much sexual attention focused on her anus, @@color:lightcoral;her love of anal increases.@@
+			With so much sexual attention focused on her anus, @@.lightcoral;her love of anal increases.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 	<<elseif ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>>
 		<<if $slaves[$i].fetish != "buttslut">>
-			With her anus constantly sold for use, @@color:lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@
+			With her anus constantly sold for use, @@.lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@
 			<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<<elseif ($slaves[$i].fetish is "buttslut")>>
-			With her anus constantly sold for use, @@color:lightcoral;her love of anal increases.@@
+			With her anus constantly sold for use, @@.lightcoral;her love of anal increases.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 	<</if>>
@@ -2366,18 +2366,18 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $fetishChangeChance > random(0,90)>>
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "serve in the club")>>
 		<<if $slaves[$i].fetish != "buttslut">>
-		Since most of her orgasms are caused by prostate stimulation from anal sex with citizens, @@color:lightcoral;she comes to view her asshole as her primary sexual organ.@@
+		Since most of her orgasms are caused by prostate stimulation from anal sex with citizens, @@.lightcoral;she comes to view her asshole as her primary sexual organ.@@
 		<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>>
-		After many, many prostate orgasms with a citizen's cock up her butt, @@color:lightcoral;her love of anal increases.@@
+		After many, many prostate orgasms with a citizen's cock up her butt, @@.lightcoral;her love of anal increases.@@
 		<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 	<<elseif ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>>
 		<<if $slaves[$i].fetish != "buttslut">>
-		Since most of her orgasms are caused by prostate stimulation from anal sex with customers, @@color:lightcoral;she comes to view her asshole as her primary sexual organ.@@
+		Since most of her orgasms are caused by prostate stimulation from anal sex with customers, @@.lightcoral;she comes to view her asshole as her primary sexual organ.@@
 		<<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>>
-		After many, many prostate orgasms with a customer's cock up her butt, @@color:lightcoral;her love of anal increases.@@
+		After many, many prostate orgasms with a customer's cock up her butt, @@.lightcoral;her love of anal increases.@@
 		<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 	<</if>>
@@ -2393,10 +2393,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].fetishStrength <= 95)>>
 	<<if $fetishChangeChance > random(0,100)>>
 		<<if $slaves[$i].fetish != "cumslut">>
-		While masturbating, she's at first surprised but then aroused by her drug-enhanced ejaculation. After repeatedly covering herself in the stuff, @@color:lightcoral;she's become a cum fetishist.@@
+		While masturbating, she's at first surprised but then aroused by her drug-enhanced ejaculation. After repeatedly covering herself in the stuff, @@.lightcoral;she's become a cum fetishist.@@
 		<<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>>
 		<<elseif ($slaves[$i].fetish is "cumslut") && ($slaves[$i].fetishStrength <= 95)>>
-		Her masturbation sessions have come to consist mainly of her blowing massive loads of cum into her own mouth. @@color:lightcoral;Her ejaculate addiction increases.@@
+		Her masturbation sessions have come to consist mainly of her blowing massive loads of cum into her own mouth. @@.lightcoral;Her ejaculate addiction increases.@@
 		<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 	<</if>>
@@ -2422,7 +2422,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "neglectful">>
 		<<if $slaves[$i].energy < 80>>
 		<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>>
-			Serving as a sex worker drives her deeper and deeper into submission, and she pays less and less attention to her own pleasure. @@color:yellow;She's become sexually self neglectful,@@ and only cares about getting others off.
+			Serving as a sex worker drives her deeper and deeper into submission, and she pays less and less attention to her own pleasure. @@.yellow;She's become sexually self neglectful,@@ and only cares about getting others off.
 			<<set $slaves[$i].sexualFlaw = "neglectful">>
 		<</if>>
 		<</if>>
@@ -2430,7 +2430,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "neglectful">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on submission. @@color:yellow;She's become sexually self neglectful,@@ and only cares about getting others off.
+			Her aphrodisiac addiction makes her dependent on submission. @@.yellow;She's become sexually self neglectful,@@ and only cares about getting others off.
 			<<set $slaves[$i].sexualFlaw = "neglectful">>
 		<</if>>
 		<</if>>
@@ -2438,20 +2438,20 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<case "cumslut">>
 	<<if $slaves[$i].sexualFlaw != "cum addict">>
 		<<if $slaves[$i].diet == "cum">>
-			In addition to being an orally fixated cumslut, she eats ejaculate in her food, making the taste omnipresent for her. @@color:yellow;She's become psychologically addicted to cum.@@
+			In addition to being an orally fixated cumslut, she eats ejaculate in her food, making the taste omnipresent for her. @@.yellow;She's become psychologically addicted to cum.@@
 			<<set $slaves[$i].sexualFlaw = "cum addict">>
 		<<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">>
-			In addition to being an orally fixated cumslut, she is required to keep her belly bloated with cum at all times, making her life revolve around being full of cum. @@color:yellow;She's become psychologically addicted to cum.@@
+			In addition to being an orally fixated cumslut, she is required to keep her belly bloated with cum at all times, making her life revolve around being full of cum. @@.yellow;She's become psychologically addicted to cum.@@
 			<<set $slaves[$i].sexualFlaw = "cum addict">>
 		<<elseif $slaves[$i].cockfeeder != 0>>
-			In addition to being an orally fixated cumslut, she eats by sucking dick. @@color:yellow;She's become psychologically addicted to cum.@@
+			In addition to being an orally fixated cumslut, she eats by sucking dick. @@.yellow;She's become psychologically addicted to cum.@@
 			<<set $slaves[$i].sexualFlaw = "cum addict">>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].sexualFlaw != "cum addict">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on oral stimulation. @@color:yellow;She's become psychologically addicted to cum.@@
+			Her aphrodisiac addiction makes her dependent on oral stimulation. @@.yellow;She's become psychologically addicted to cum.@@
 			<<set $slaves[$i].sexualFlaw = "cum addict">>
 		<</if>>
 		<</if>>
@@ -2461,10 +2461,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].energy > 80>>
 		<<if $slaves[$i].anus > 0>>
 		<<if $slaves[$i].prostate > 0>>
-			She has a powerful sex drive, and constantly coming to prostate stimulation drives her ever deeper into her identity as a helpless anal slut. @@color:yellow;She's become psychologically addicted to getting assfucked.@@
+			She has a powerful sex drive, and constantly coming to prostate stimulation drives her ever deeper into her identity as a helpless anal slut. @@.yellow;She's become psychologically addicted to getting assfucked.@@
 			<<set $slaves[$i].sexualFlaw = "anal addict">>
 		<<elseif $slaves[$i].vaginalAccessory == "chastity belt">>
-			She has a powerful sex drive, and since her pussy's off limits, she sinks ever deeper into her identity as a helpless anal slut. @@color:yellow;She's become psychologically addicted to getting assfucked.@@
+			She has a powerful sex drive, and since her pussy's off limits, she sinks ever deeper into her identity as a helpless anal slut. @@.yellow;She's become psychologically addicted to getting assfucked.@@
 			<<set $slaves[$i].sexualFlaw = "anal addict">>
 		<</if>>
 		<</if>>
@@ -2473,7 +2473,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "anal addict">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on constant buttsex. @@color:yellow;She's become psychologically addicted to getting assfucked.@@
+			Her aphrodisiac addiction makes her dependent on constant buttsex. @@.yellow;She's become psychologically addicted to getting assfucked.@@
 			<<set $slaves[$i].sexualFlaw = "anal addict">>
 		<</if>>
 		<</if>>
@@ -2481,14 +2481,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<case "humiliation">>
 	<<if $slaves[$i].sexualFlaw != "attention whore">>
 		<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>>
-			Serving as a public sex worker gives her plenty of delicious humiliation, and she cares less and less about sex itself and more about making people blush. @@color:yellow;She's become an attention whore.@@
+			Serving as a public sex worker gives her plenty of delicious humiliation, and she cares less and less about sex itself and more about making people blush. @@.yellow;She's become an attention whore.@@
 			<<set $slaves[$i].sexualFlaw = "attention whore">>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].sexualFlaw != "attention whore">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on stares to get off. @@color:yellow;She's become an attention whore.@@
+			Her aphrodisiac addiction makes her dependent on stares to get off. @@.yellow;She's become an attention whore.@@
 			<<set $slaves[$i].sexualFlaw = "attention whore">>
 		<</if>>
 		<</if>>
@@ -2496,20 +2496,20 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<case "boobs">>
 	<<if $slaves[$i].sexualFlaw != "breast growth">>
 		<<if $slaves[$i].drugs is "breast injections">>
-			She loves her tits, and feeling them respond to drug injections starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@
+			She loves her tits, and feeling them respond to drug injections starts to hold more fascination for her than mere sex. @@.yellow;Her sexual identity is now dominated by her swelling boobs.@@
 			<<set $slaves[$i].sexualFlaw = "breast growth">>
 		<<elseif $slaves[$i].drugs is "hyper breast injections">>
-			She loves her tits, and watching them steadily swell from the hyper injections starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@
+			She loves her tits, and watching them steadily swell from the hyper injections starts to hold more fascination for her than mere sex. @@.yellow;Her sexual identity is now dominated by her swelling boobs.@@
 			<<set $slaves[$i].sexualFlaw = "breast growth">>
 		<<elseif ($slaves[$i].hormones > 0) && ($slaves[$i].boobs < 1000)>>
-			She loves her tits, and feeling them grow under female hormone treatments starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@
+			She loves her tits, and feeling them grow under female hormone treatments starts to hold more fascination for her than mere sex. @@.yellow;Her sexual identity is now dominated by her swelling boobs.@@
 			<<set $slaves[$i].sexualFlaw = "breast growth">>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].sexualFlaw != "breast growth">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on her tits for relief. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@
+			Her aphrodisiac addiction makes her dependent on her tits for relief. @@.yellow;Her sexual identity is now dominated by her swelling boobs.@@
 			<<set $slaves[$i].sexualFlaw = "breast growth">>
 		<</if>>
 		<</if>>
@@ -2518,7 +2518,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "malicious">>
 		<<if $Wardeness != 0>>
 		<<if $slaves[$i].ID == $Wardeness.ID>>
-			As Wardeness, she becomes @@color:yellow;sexually addicted to inflicting pain and anguish.@@
+			As Wardeness, she becomes @@.yellow;sexually addicted to inflicting pain and anguish.@@
 			<<set $slaves[$i].sexualFlaw = "malicious">>
 		<</if>>
 		<</if>>
@@ -2526,7 +2526,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "malicious">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on degradation in other slaves to get off. She becomes @@color:yellow;sexually addicted to inflicting pain and anguish.@@
+			Her aphrodisiac addiction makes her dependent on degradation in other slaves to get off. She becomes @@.yellow;sexually addicted to inflicting pain and anguish.@@
 			<<set $slaves[$i].sexualFlaw = "malicious">>
 		<</if>>
 		<</if>>
@@ -2536,7 +2536,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $HeadGirl != 0>>
 		<<if $HGSeverity >= 0>>
 		<<if $slaves[$i].ID == $HeadGirl.ID>>
-			As Head Girl, she's plentifully provided with misbehaving slaves to dominate sexually. She becomes more and more eager until she's actively @@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
+			As Head Girl, she's plentifully provided with misbehaving slaves to dominate sexually. She becomes more and more eager until she's actively @@.yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
 			<<set $slaves[$i].sexualFlaw = "abusive">>
 		<</if>>
 		<</if>>
@@ -2545,7 +2545,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].sexualFlaw != "abusive">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on pain in others to get off. She's become @@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
+			Her aphrodisiac addiction makes her dependent on pain in others to get off. She's become @@.yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@
 			<<set $slaves[$i].sexualFlaw = "abusive">>
 		<</if>>
 		<</if>>
@@ -2553,17 +2553,17 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<case "masochist">>
 	<<if $slaves[$i].sexualFlaw != "self hating">>
 		<<if ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>>
-			Condemned to serve as a public fuckhole, her masochistic tendencies darken into sexual appreciation for her life as a human sex toy. @@color:yellow;She's descended into true self hatred.@@
+			Condemned to serve as a public fuckhole, her masochistic tendencies darken into sexual appreciation for her life as a human sex toy. @@.yellow;She's descended into true self hatred.@@
 			<<set $slaves[$i].sexualFlaw = "self hating">>
 		<<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyRestraintsSetting >= 2)>>
-			Strapped into a milking machine's tender, penetrative embrace, her masochistic tendencies darken into sexual appreciation for her life as a human factory. @@color:yellow;She's descended into true self hatred.@@
+			Strapped into a milking machine's tender, penetrative embrace, her masochistic tendencies darken into sexual appreciation for her life as a human factory. @@.yellow;She's descended into true self hatred.@@
 			<<set $slaves[$i].sexualFlaw = "self hating">>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].sexualFlaw != "self hating">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on sexual self harm. @@color:yellow;She's descended into true self hatred.@@
+			Her aphrodisiac addiction makes her dependent on sexual self harm. @@.yellow;She's descended into true self hatred.@@
 			<<set $slaves[$i].sexualFlaw = "self hating">>
 		<</if>>
 		<</if>>
@@ -2571,26 +2571,26 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<case "pregnancy">>
 	<<if $slaves[$i].sexualFlaw != "breeder">>
 		<<if $slaves[$i].preg > 30 && $slaves[$i].pregType >= 50>>
-			She's is nearly bursting with life and giving birth constantly, causing her to pay more sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@
+			She's is nearly bursting with life and giving birth constantly, causing her to pay more sexual attention to pregnancy than to impregnation. @@.yellow;She's become obsessed with breeding.@@
 			<<set $slaves[$i].sexualFlaw = "breeder">>
 		<<elseif $slaves[$i].preg > 10 && $slaves[$i].pregSource == -1 && $slaves[$i].breedingMark == 1 && $slaves[$i].devotion > 75>>
-			She's been marked to be the bearer of your offspring and is growing larger by the day with your child. She is to be nothing more than a vessel for your children, and as such @@color:yellow;has become obsessed with carrying them.@@
+			She's been marked to be the bearer of your offspring and is growing larger by the day with your child. She is to be nothing more than a vessel for your children, and as such @@.yellow;has become obsessed with carrying them.@@
 			<<set $slaves[$i].sexualFlaw = "breeder">>
 		<<elseif $slaves[$i].pregType >= 10 && $slaves[$i].preg > 20>>
-			She's so overfull with life that she starts to pay much more sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@
+			She's so overfull with life that she starts to pay much more sexual attention to pregnancy than to impregnation. @@.yellow;She's become obsessed with breeding.@@
 			<<set $slaves[$i].sexualFlaw = "breeder">>
 		<<elseif $slaves[$i].births > 10>>
-			She's been bred so much that she starts to pay as much sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@
+			She's been bred so much that she starts to pay as much sexual attention to pregnancy than to impregnation. @@.yellow;She's become obsessed with breeding.@@
 			<<set $slaves[$i].sexualFlaw = "breeder">>
 		<<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyPregSetting >= 2) && ($slaves[$i].preg > 0)>>
-			With her womanhood fucked full of cum and fertility drugs, her pregnancy fetish deepens into true perversity. @@color:yellow;She's become obsessed with breeding.@@
+			With her womanhood fucked full of cum and fertility drugs, her pregnancy fetish deepens into true perversity. @@.yellow;She's become obsessed with breeding.@@
 			<<set $slaves[$i].sexualFlaw = "breeder">>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].sexualFlaw != "breeder">>
 		<<if $slaves[$i].aphrodisiacs > 0 || $slaves[$i].inflationType == "aphrodisiac">>
 		<<if $slaves[$i].addict > 2>>
-			Her aphrodisiac addiction makes her dependent on her pregnancy fantasies. @@color:yellow;She's become obsessed with breeding.@@
+			Her aphrodisiac addiction makes her dependent on her pregnancy fantasies. @@.yellow;She's become obsessed with breeding.@@
 			<<set $slaves[$i].sexualFlaw = "breeder">>
 		<</if>>
 		<</if>>
@@ -2607,19 +2607,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if ($slaves[$i].vaginaPiercing > 1)>>
 	<<if ($slaves[$i].vagina > -1) && ($slaves[$i].labia < 2) && (random(1,100) > 90)>>
-	The weight of $possessive labial piercings @@color:lime;stretches out $possessive pussylips a bit.@@
+	The weight of $possessive labial piercings @@.lime;stretches out $possessive pussylips a bit.@@
 	<<set $slaves[$i].labia += 1>>
 	<</if>>
 <</if>>
 <<if ($slaves[$i].nipplesPiercing == 1)>>
 	<<if ($slaves[$i].nipples is "tiny")>>
 	<<if (random(1,100) > 95)>>
-		$possessiveCap piercings keep $possessive nipples half-hard all the time, and @@color:lime;$possessive nipples have stretched out a bit.@@
+		$possessiveCap piercings keep $possessive nipples half-hard all the time, and @@.lime;$possessive nipples have stretched out a bit.@@
 		<<set $slaves[$i].nipples to "cute">>
 	<</if>>
 	<<elseif ($slaves[$i].nipples is "partially inverted")>>
 	<<if (random(1,100) > 70)>>
-		$possessiveCap piercings keep $possessive nipples half-hard all the time, which @@color:lime;permanently protrudes them.@@
+		$possessiveCap piercings keep $possessive nipples half-hard all the time, which @@.lime;permanently protrudes them.@@
 		<<if (random(1,2) == 1)>>
 		It turns out they're pretty cute.
 		<<set $slaves[$i].nipples to "cute">>
@@ -2628,25 +2628,25 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].nipples to "puffy">>
 		<</if>>
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		This is @@color:hotpink;a long and uncomfortable experience, which $pronoun gets off on.@@
+		This is @@.hotpink;a long and uncomfortable experience, which $pronoun gets off on.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<else>>
-		This is @@color:mediumorchid;a long and uncomfortable experience.@@
+		This is @@.mediumorchid;a long and uncomfortable experience.@@
 		<<set $slaves[$i].devotion -= 1>>
 		<</if>>
 	<<else>>
 		Having $possessive nipples held protruded by $possessive piercings is uncomfortable, which $pronoun
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		@@color:hotpink;gets off on.@@
+		@@.hotpink;gets off on.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<else>>
-		@@color:mediumorchid;hates.@@
+		@@.mediumorchid;hates.@@
 		<<set $slaves[$i].devotion -= 1>>
 		<</if>>
 	<</if>>
 	<<elseif ($slaves[$i].nipples is "inverted")>>
 	<<if (random(1,100) > 90)>>
-		$possessiveCap piercings keep $possessive nipples half-hard all the time, which eventually @@color:lime;permanently protrudes them.@@
+		$possessiveCap piercings keep $possessive nipples half-hard all the time, which eventually @@.lime;permanently protrudes them.@@
 		<<if (random(1,2) == 1)>>
 		It turns out they're absolutely massive.
 		<<set $slaves[$i].nipples to "huge">>
@@ -2655,19 +2655,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].nipples to "puffy">>
 		<</if>>
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		This is @@color:hotpink;a long and very uncomfortable experience, which $pronoun gets off on.@@
+		This is @@.hotpink;a long and very uncomfortable experience, which $pronoun gets off on.@@
 		<<set $slaves[$i].devotion += 3>>
 		<<else>>
-		This is @@color:mediumorchid;a long and very uncomfortable experience.@@
+		This is @@.mediumorchid;a long and very uncomfortable experience.@@
 		<<set $slaves[$i].devotion -= 3>>
 		<</if>>
 	<<else>>
 		Having $possessive nipples held protruded by $possessive piercings is very uncomfortable, which $pronoun
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		@@color:hotpink;gets off on.@@
+		@@.hotpink;gets off on.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<else>>
-		@@color:mediumorchid;hates.@@
+		@@.mediumorchid;hates.@@
 		<<set $slaves[$i].devotion -= 1>>
 		<</if>>
 	<</if>>
@@ -2675,12 +2675,12 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<elseif ($slaves[$i].nipplesPiercing is 2)>>
 	<<if ($slaves[$i].nipples is "tiny")>>
 	<<if (random(1,100) > 80)>>
-		$possessiveCap's got so much metal in $possessive nipples that the weight @@color:lime;stretches and lengthens them.@@
+		$possessiveCap's got so much metal in $possessive nipples that the weight @@.lime;stretches and lengthens them.@@
 		<<set $slaves[$i].nipples to "cute">>
 	<</if>>
 	<<elseif ($slaves[$i].nipples is "partially inverted")>>
 	<<if (random(1,100) > 50)>>
-		$possessiveCap's got so much metal in $possessive nipples that the weight @@color:lime;permanently protrudes them.@@
+		$possessiveCap's got so much metal in $possessive nipples that the weight @@.lime;permanently protrudes them.@@
 		<<if (random(1,2) == 1)>>
 		It turns out they're pretty cute.
 		<<set $slaves[$i].nipples to "cute">>
@@ -2689,25 +2689,25 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].nipples to "puffy">>
 		<</if>>
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		This is @@color:hotpink;a long and uncomfortable experience, which $possessive gets off on.@@
+		This is @@.hotpink;a long and uncomfortable experience, which $possessive gets off on.@@
 		<<set $slaves[$i].devotion += 2>>
 		<<else>>
-		This is @@color:mediumorchid;a long and uncomfortable experience.@@
+		This is @@.mediumorchid;a long and uncomfortable experience.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<</if>>
 	<<else>>
 		Having $possessive nipples held protruded by $possessive piercings is uncomfortable, which $possessive
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		@@color:hotpink;gets off on.@@
+		@@.hotpink;gets off on.@@
 		<<set $slaves[$i].devotion += 1>>
 		<<else>>
-		@@color:mediumorchid;hates.@@
+		@@.mediumorchid;hates.@@
 		<<set $slaves[$i].devotion -= 1>>
 		<</if>>
 	<</if>>
 	<<elseif ($slaves[$i].nipples is "inverted")>>
 	<<if (random(1,100) > 70)>>
-		$possessiveCap's got so much metal in $possessive nipples that the weight @@color:lime;permanently protrudes them.@@
+		$possessiveCap's got so much metal in $possessive nipples that the weight @@.lime;permanently protrudes them.@@
 		<<if (random(1,2) == 1)>>
 		It turns out they're absolutely massive.
 		<<set $slaves[$i].nipples to "huge">>
@@ -2716,19 +2716,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].nipples to "puffy">>
 		<</if>>
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		This is @@color:hotpink;a long and extremely uncomfortable experience, which she gets off on.@@
+		This is @@.hotpink;a long and extremely uncomfortable experience, which she gets off on.@@
 		<<set $slaves[$i].devotion += 4>>
 		<<else>>
-		This is @@color:mediumorchid;a long and extremely uncomfortable experience.@@
+		This is @@.mediumorchid;a long and extremely uncomfortable experience.@@
 		<<set $slaves[$i].devotion -= 4>>
 		<</if>>
 	<<else>>
 		Having $possessive nipples held protruded by $possessive piercings is extremely uncomfortable, which $possessive
 		<<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>>
-		@@color:hotpink;gets off on.@@
+		@@.hotpink;gets off on.@@
 		<<set $slaves[$i].devotion += 2>>
 		<<else>>
-		@@color:mediumorchid;hates.@@
+		@@.mediumorchid;hates.@@
 		<<set $slaves[$i].devotion -= 2>>
 		<</if>>
 	<</if>>
@@ -2741,22 +2741,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].lactation >= 2)>>
 	<<if ($slaves[$i].nipples is "tiny")>>
 	<<if (random(1,100) > 70)>>
-		Having $possessive heavy milk production forced through $possessive tiny nipples @@color:lime;stretches and engorges them.@@
+		Having $possessive heavy milk production forced through $possessive tiny nipples @@.lime;stretches and engorges them.@@
 		<<set $slaves[$i].nipples to "cute">>
 	<</if>>
 	<<elseif ($slaves[$i].nipples is "cute") || ($slaves[$i].nipples is "inverted")>>
 	<<if (random(1,100) > 80)>>
-		$pronounCap's lactating so heavily that $possessive permanently swollen nipples gradually become accustomed to the constant flow of milk. They @@color:lime;become puffy@@ and engorged.
+		$pronounCap's lactating so heavily that $possessive permanently swollen nipples gradually become accustomed to the constant flow of milk. They @@.lime;become puffy@@ and engorged.
 		<<set $slaves[$i].nipples to "puffy">>
 	<</if>>
 	<<elseif ($slaves[$i].nipples is "partially inverted") || ($slaves[$i].nipples is "inverted")>>
 	<<if (random(1,100) > 80)>>
-		$pronounCap's lactating so heavily that $possessive swollen nipples almost never retreat into their inverted state. Lactation has @@color:lime;permanently protruded them,@@ leaving them engorged and puffy.
+		$pronounCap's lactating so heavily that $possessive swollen nipples almost never retreat into their inverted state. Lactation has @@.lime;permanently protruded them,@@ leaving them engorged and puffy.
 		<<set $slaves[$i].nipples to "puffy">>
 	<</if>>
 	<<else>>
 	<<if (random(1,100) > 90)>>
-		Lactation has @@color:lime;swollen $possessive nipples@@ to an absurd size, making $possessive status as a cow obvious even when $possessive chest faucets aren't gushing cream.
+		Lactation has @@.lime;swollen $possessive nipples@@ to an absurd size, making $possessive status as a cow obvious even when $possessive chest faucets aren't gushing cream.
 		<<set $slaves[$i].nipples to "huge">>
 	<</if>>
 	<</if>>
@@ -2766,7 +2766,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 /* IMPLANT EFFECTS ON UNDERLYING FLESH */
 
 <<if ($slaves[$i].boobsImplantType == 1)>>
-	$possessiveCap string implants absorb fluid @@color:lime;slowly swelling $possessive breasts@@.
+	$possessiveCap string implants absorb fluid @@.lime;slowly swelling $possessive breasts@@.
 	<<set $slaves[$i].boobsImplant += 50, $slaves[$i].boobs += 50>>
 	<<set $seed to random(1,10)>>
 	<<if ($slaves[$i].boobs > 25000)>>
@@ -2774,31 +2774,31 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>>
 	<</if>>
 	<<if ($slaves[$i].boobsImplant > 9000) && ($seed >= 2)>>
-	As they grow they @@color:red;greatly irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;greatly irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 20>>
 	<<elseif ($slaves[$i].boobsImplant > 8000) && ($seed >= 3)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 7000) && ($seed >= 4)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 6000) && ($seed >= 5)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 5000) && ($seed >= 6)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 4000) && ($seed >= 7)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 3000) && ($seed >= 8)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 2000) && ($seed >= 9)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].boobsImplant > 1000) && ($seed > 9)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive breasts.
+	As they grow they @@.red;irritate@@ the tissue of $possessive breasts.
 	<<set $slaves[$i].health -= 10>>
 	<</if>>
 <</if>>
@@ -2806,28 +2806,28 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].boobsImplant > 1000)>>
 <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 1000)>>
 <<if (random(1,100) > 60)>>
-	$possessiveCap breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate $possessive massive implants a bit better.
+	$possessiveCap breast tissue has naturally @@.lime;stretched and grown@@ to accommodate $possessive massive implants a bit better.
 	<<set $slaves[$i].boobs += 50>>
 <</if>>
 <</if>>
 <<elseif ($slaves[$i].boobsImplant > 600)>>
 <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 500)>>
 <<if (random(1,100) > 60)>>
-	$possessiveCap breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate $possessive large implants a bit better.
+	$possessiveCap breast tissue has naturally @@.lime;stretched and grown@@ to accommodate $possessive large implants a bit better.
 	<<set $slaves[$i].boobs += 50>>
 <</if>>
 <</if>>
 <<elseif ($slaves[$i].boobsImplant > 0)>>
 <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 300)>>
 <<if (random(1,100) > 60)>>
-	$possessiveCap breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate $possessive implants a bit better.
+	$possessiveCap breast tissue has naturally @@.lime;stretched and grown@@ to accommodate $possessive implants a bit better.
 	<<set $slaves[$i].boobs += 50>>
 <</if>>
 <</if>>
 <</if>>
 
 <<if ($slaves[$i].buttImplantType == 1)>>
-	$possessiveCap string implants absorb fluid @@color:lime;slowly swelling $possessive ass@@.
+	$possessiveCap string implants absorb fluid @@.lime;slowly swelling $possessive ass@@.
 	<<set $slaves[$i].buttImplant += .25, $slaves[$i].butt += .25>>
 	<<if ($slaves[$i].butt > 10)>>
 	Since it as large as $possessive body can handle, some serum is drained from them.
@@ -2835,40 +2835,40 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 	<<set $seed to random(1,8)>>
 	<<if ($slaves[$i].buttImplant > 7) && ($seed >= 2)>>
-	As they grow they @@color:red;greatly irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;greatly irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 20>>
 	<<elseif ($slaves[$i].buttImplant > 6) && ($seed >= 2)>>
-	As they grow they @@color:red;greatly irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;greatly irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 20>>
 	<<elseif ($slaves[$i].buttImplant > 5) && ($seed >= 3)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].buttImplant > 4) && ($seed >= 4)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].buttImplant > 3) && ($seed >= 5)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].buttImplant > 2) && ($seed >= 6)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].buttImplant > 1) && ($seed >= 7)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;irritate@@ the tissue of $possessive cheeks.
 	<<set $slaves[$i].health -= 10>>
 	<<elseif ($slaves[$i].buttImplant > 0) && ($seed > 7)>>
-	As they grow they @@color:red;irritate@@ the tissue of $possessive cheeks.
+	As they grow they @@.red;irritate@@ the tissue of $possessive cheeks.
 	<</if>>
 <</if>>
 
 <<if $slaves[$i].diet == "muscle building">>
 <<if ($slaves[$i].muscles > 30)>>
 	<<if (($slaves[$i].face-($slaves[$i].faceImplant*20)) > 10) && (random(1,100) > 90)>>
-		All the hormones in $possessive system from $possessive heavy workouts @@color:orange;harden $possessive beautiful face a little.@@
+		All the hormones in $possessive system from $possessive heavy workouts @@.orange;harden $possessive beautiful face a little.@@
 		<<set $slaves[$i].face -= 5>>
 	<</if>>
 	<<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) > 250)>>
 	<<if (random(1,100) > 95)>>
-		All the hormones in $possessive system from $possessive heavy workouts @@color:orange;shrink $possessive breasts slightly.@@
+		All the hormones in $possessive system from $possessive heavy workouts @@.orange;shrink $possessive breasts slightly.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<</if>>
 	<</if>>
@@ -2923,46 +2923,46 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set _Effects = _Effects.random()>>
 		<<switch _Effects>>
 		<<case "DickShrink">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:orange;$possessive dick atrophy.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.orange;$possessive dick atrophy.@@
 			<<set $slaves[$i].dick -= 1>>
 		<<case "BallsShrink">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:orange;$possessive testicles atrophy.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.orange;$possessive testicles atrophy.@@
 			<<set $slaves[$i].balls -= 1>>
 		<<case "VoiceHigher">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;$possessive voice higher and more feminine.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;$possessive voice higher and more feminine.@@
 			<<set $slaves[$i].voice += 1>>
 		<<case "VaginaWetter">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;$possessive vagina produce more copious natural lubricant.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;$possessive vagina produce more copious natural lubricant.@@
 			<<set $slaves[$i].vaginaLube += 1>>
 		<<case "ButtBigger">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;the natural size of $possessive butt increase.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;the natural size of $possessive butt increase.@@
 			<<set $slaves[$i].butt += 1>>
 		<<case "BoobsBigger">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;the natural size of $possessive tits increase.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;the natural size of $possessive tits increase.@@
 			<<set $slaves[$i].boobs += 100>>
 		<<case "FaceSofter">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;$possessive facial structure soften and become sexier.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;$possessive facial structure soften and become sexier.@@
 			<<FaceIncrease $slaves[$i] 10>>
 		<<case "FaceSofterAndrogynous">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;$possessive face soften into androgyny.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;$possessive face soften into androgyny.@@
 			<<set $slaves[$i].faceShape = "androgynous">>
 		<<case "FaceNormal">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:lime;$possessive face soften into femininity.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.lime;$possessive face soften into femininity.@@
 			<<set $slaves[$i].faceShape = "normal">>
 		<<case "ClitSmaller">>
-			Dependence on the hormone-based aphrodisiacs makes @@color:orange;$possessive clit shrink significantly.@@
+			Dependence on the hormone-based aphrodisiacs makes @@.orange;$possessive clit shrink significantly.@@
 			<<set $slaves[$i].clit -= 1>>
 		<<case "Devoted">>
-			Hormonal effects make $object a bit more @@color:hotpink;docile.@@
+			Hormonal effects make $object a bit more @@.hotpink;docile.@@
 			<<set $slaves[$i].devotion += 1>>
 		<<case "Trusting">>
-			Hormonal effects make $object a bit more @@color:mediumaquamarine;trusting.@@
+			Hormonal effects make $object a bit more @@.mediumaquamarine;trusting.@@
 			<<set $slaves[$i].trust += 1>>
 		<<case "MaleAttracted">>
-			Dependence on the hormone-based aphrodisiacs makes $object become @@color:green;more attracted to men.@@
+			Dependence on the hormone-based aphrodisiacs makes $object become @@.green;more attracted to men.@@
 			<<set $slaves[$i].attrXY += 2>>
 		<<case "FemaleAttracted">>
-			Dependence on the hormone-based aphrodisiacs makes $object become @@color:green;more attracted to women.@@
+			Dependence on the hormone-based aphrodisiacs makes $object become @@.green;more attracted to women.@@
 			<<set $slaves[$i].attrXX += 2>>
 		<<default>>
 			ERROR: bad aphro addict effect: _Effects
@@ -2994,33 +2994,33 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif ($slaves[$i].drugs == "steroids")>>
 	    <<set $slaves[$i].pubertyAgeXX += 0.2>>
 		<<if ($slaves[$i].boobs > 100) && (random(1,100) < 30)>>
-			$pronounCap feels an @@color:orange;unusual calmness@@ in $object belly and breasts. 
+			$pronounCap feels an @@.orange;unusual calmness@@ in $object belly and breasts. 
 			<<set $slaves[$i].boobs -= 50>> 
 		<</if>>
 		<<if ($slaves[$i].clit < 2) && (random(1,100) < 10)>>
-			$pronounCap feels @@color:orange;unusual warmness@@ in $object clitoris.
+			$pronounCap feels @@.orange;unusual warmness@@ in $object clitoris.
 			<<set $slaves[$i].clit += 1>>
 	    <</if>>
 	<<elseif ($slaves[$i].drugs == "super fertility drugs")>>
 	    <<set $slaves[$i].pubertyAgeXX -= 0.5>>
-		$pronounCap feels @@color:orange;unusual warm feeling@@ in $object belly and breasts. 
+		$pronounCap feels @@.orange;unusual warm feeling@@ in $object belly and breasts. 
 	    <<if ($slaves[$i].boobs < 400) && (random(1,100) < 30)>>
-		$possessiveCap breasts feel @@color:orange;heavy, hot and sensetive@@.
+		$possessiveCap breasts feel @@.orange;heavy, hot and sensetive@@.
 		<<set $slaves[$i].boobs += 50>> 
 		<<if random(1,100) < 10>> 
 		    <<set $slaves[$i].boobShape to "perky">>
 		<</if>>
 	    <</if>>
 	    <<if ($slaves[$i].hips < 2) && (random(1,100) < 10)>>
-		$pronounCap feels @@color:orange;strange minor pains@@ in $object pelvis.
+		$pronounCap feels @@.orange;strange minor pains@@ in $object pelvis.
 		<<set $slaves[$i].hips += 1>>
 	    <</if>>
 	    <<if ($slaves[$i].butt < 4) && (random(1,100) < 10)>>
-		$pronounCap feels @@color:orange;strange weight@@ in $object rear.
+		$pronounCap feels @@.orange;strange weight@@ in $object rear.
 		<<set $slaves[$i].butt += 1>>
 	    <</if>>
 	    <<if ($slaves[$i].labia < 2) && (random(1,100) < 10)>>
-		$pronounCap feels @@color:orange;unusual tenderness@@ in $object labia.
+		$pronounCap feels @@.orange;unusual tenderness@@ in $object labia.
 		<<set $slaves[$i].labia += 1>>
 	    <</if>>
 	<<elseif ($slaves[$i].drugs == "hyper testicle enhancement")>>
@@ -3048,7 +3048,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 
 	<<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXX) && ($slaves[$i].physicalAge > $slaves[$i].pubertyAgeXX-3) && ($slaves[$i].pubertyAgeXX < $fertilityAge)>>
-	$possessiveCap body is showing signs of @@color:orange;early puberty@@.
+	$possessiveCap body is showing signs of @@.orange;early puberty@@.
     <</if>>
 
 	<</if>>
@@ -3070,39 +3070,39 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	    <<set $slaves[$i].pubertyAgeXY -= 0.2>>
 	<<elseif ($slaves[$i].drugs == "hyper testicle enhancement")>>
 	    <<set $slaves[$i].pubertyAgeXY -= 0.5>>
-		$pronounCap feels @@color:orange;unusual warm feeling@@ in $object groin. 
+		$pronounCap feels @@.orange;unusual warm feeling@@ in $object groin. 
 	    <<if ($slaves[$i].penis < 4) && (random(1,100) < 30)>>
-		$possessiveCap penis feels @@color:orange;heavy, hot and oversensetive@@.
+		$possessiveCap penis feels @@.orange;heavy, hot and oversensetive@@.
 		<<set $slaves[$i].penis += 1>> 
 	    <</if>>
 		<<if ($slaves[$i].balls < 4) && (random(1,100) < 30)>>
-		$possessiveCap balls feel @@color:orange;heavy, full and oversensetive@@.
+		$possessiveCap balls feel @@.orange;heavy, full and oversensetive@@.
 		<<set $slaves[$i].balls += 1>> 
 	    <</if>>
 	<<elseif ($slaves[$i].drugs == "super fertility drugs")>>
 	    <<set $slaves[$i].pubertyAgeXY -= 1>>
-		$pronounCap feels @@color:orange;unusual warm feeling@@ in $object breasts. 
+		$pronounCap feels @@.orange;unusual warm feeling@@ in $object breasts. 
 	    <<if ($slaves[$i].boobs < 400) && (random(1,100) < 30)>>
-		$possessiveCap chest feels @@color:orange;hot and sensetive@@.
+		$possessiveCap chest feels @@.orange;hot and sensetive@@.
 		<<set $slaves[$i].boobs += 50>> 
 		<<if random(1,100) < 10>> 
 		    <<set $slaves[$i].boobShape to "perky">>
 		<</if>>
 	    <</if>>
 	    <<if ($slaves[$i].hips < 2) && (random(1,100) < 10)>>
-		$pronounCap feels @@color:orange;strange minor pains@@ in $object pelvis.
+		$pronounCap feels @@.orange;strange minor pains@@ in $object pelvis.
 		<<set $slaves[$i].hips += 1>>
 	    <</if>>
 	    <<if ($slaves[$i].butt < 4) && (random(1,100) < 10)>>
-		$pronounCap feels @@color:orange;strange weight@@ in $object rear.
+		$pronounCap feels @@.orange;strange weight@@ in $object rear.
 		<<set $slaves[$i].butt += 1>>
 	    <</if>>
 	    <<if ($slaves[$i].dick > 1) && (random(1,100) < 30)>>
-		$pronounCap feels an @@color:orange;unusual lightness@@ in $object penis.
+		$pronounCap feels an @@.orange;unusual lightness@@ in $object penis.
 		<<set $slaves[$i].dick -= 1>>
 	    <</if>>
 	    <<if ($slaves[$i].balls > 1) && (random(1,100) < 30)>>
-		$pronounCap feels an @@color:orange;unusual emptiness@@ to $object scrotum.
+		$pronounCap feels an @@.orange;unusual emptiness@@ to $object scrotum.
 		<<set $slaves[$i].balls -= 1>>
 	    <</if>>
 	<</if>>
@@ -3128,7 +3128,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 
 	<<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXY) && ($slaves[$i].physicalAge > $slaves[$i].pubertyAgeXY-3) && ($slaves[$i].pubertyAgeXY < $potencyAge)>>
-	$possessiveCap body is showing signs of @@color:orange;early puberty@@.
+	$possessiveCap body is showing signs of @@.orange;early puberty@@.
     <</if>>
 	
   <</if>>
@@ -3162,53 +3162,53 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].energy <= 90)>>
 <<if ($slaves[$i].fetish is "pregnancy")>>
 	<<if ($slaves[$i].preg > 30)>>
-		Being a pregnancy fetishist and hugely pregnant confers an @@color:green;improvement in her sexual appetite.@@
+		Being a pregnancy fetishist and hugely pregnant confers an @@.green;improvement in her sexual appetite.@@
 		<<set $slaves[$i].energy += 3>>
 	<<elseif ($slaves[$i].preg > 20)>>
-		Being a pregnancy fetishist and pregnant confers a 	@@color:green;slow improvement in her sexual appetite.@@
+		Being a pregnancy fetishist and pregnant confers a 	@@.green;slow improvement in her sexual appetite.@@
 		<<set $slaves[$i].energy += 2>>
 	<<elseif ($slaves[$i].preg > 5)>>
-		Her new pregnancy excites her and produces @@color:green;very slow improvement in her sexual appetite.@@
+		Her new pregnancy excites her and produces @@.green;very slow improvement in her sexual appetite.@@
 		<<set $slaves[$i].energy += 1>>
 	<<elseif ($slaves[$i].preg <= 5)>>
 		The rigors of early pregnancy do not seem to decrease her sex drive. If anything, it seems to be exciting her.
 	<</if>>
 	<<if $slaves[$i].fetishKnown == 0>>
-		Given her enthusiasm, she appears to have a @@color:lightcoral;pregnancy fetish@@.
+		Given her enthusiasm, she appears to have a @@.lightcoral;pregnancy fetish@@.
 		<<set $slaves[$i].fetishKnown = 1>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].energy < 41)>>
 		<<if ($slaves[$i].preg <= 5)>>
-		  The rigors of early pregnancy @@color:red;reduce her sexual appetite.@@
+		  The rigors of early pregnancy @@.red;reduce her sexual appetite.@@
 		  <<set $slaves[$i].energy -= 3>>
 		<<elseif ($slaves[$i].preg > 30)>>
-		  Her advanced pregnancy @@color:red;greatly suppresses her sexual appetite.@@
+		  Her advanced pregnancy @@.red;greatly suppresses her sexual appetite.@@
 		  <<set $slaves[$i].energy -= 3>>
 		<<elseif ($slaves[$i].preg > 20)>>
-		  Her growing pregnancy @@color:red;suppresses her sexual appetite.@@
+		  Her growing pregnancy @@.red;suppresses her sexual appetite.@@
 		  <<set $slaves[$i].energy -= 2>>
 		<<elseif ($slaves[$i].preg > 10)>>
-		  Her visible pregnancy causes her to feel unattractive, @@color:red;reducing her sex drive.@@
+		  Her visible pregnancy causes her to feel unattractive, @@.red;reducing her sex drive.@@
 		  <<set $slaves[$i].energy -= 1>>
 		<</if>>
 	<<elseif ($slaves[$i].energy < 61)>>
 		<<if ($slaves[$i].preg <= 5)>>
-		  The rigors of early pregnancy @@color:red;slightly reduce her sexual appetite.@@
+		  The rigors of early pregnancy @@.red;slightly reduce her sexual appetite.@@
 		  <<set $slaves[$i].energy -= 1>>
 		<<elseif ($slaves[$i].preg > 30)>>
-		  Her advanced pregnancy @@color:green;increases her libido.@@
+		  Her advanced pregnancy @@.green;increases her libido.@@
 		  <<set $slaves[$i].energy += 1>>
 		<</if>>
 	<<elseif ($slaves[$i].energy < 90)>>
 		<<if ($slaves[$i].preg <= 5)>>
-		  The rigors of early pregnancy @@color:red;reduce her sexual appetite.@@
+		  The rigors of early pregnancy @@.red;reduce her sexual appetite.@@
 		  <<set $slaves[$i].energy -= 3>>
 		<<elseif ($slaves[$i].preg > 30)>>
-		  Her advanced pregnancy comes with a hugely increased libido, @@color:green;greatly increasing her sexual drive.@@
+		  Her advanced pregnancy comes with a hugely increased libido, @@.green;greatly increasing her sexual drive.@@
 		  <<set $slaves[$i].energy += 3>>
 		<<elseif ($slaves[$i].preg > 20)>>
-		  Her growing pregnancy comes with an increased libido, @@color:green;spurring her sexual appetite.@@
+		  Her growing pregnancy comes with an increased libido, @@.green;spurring her sexual appetite.@@
 		  <<set $slaves[$i].energy += 2>>
 		<</if>>
 	<</if>>
@@ -3221,22 +3221,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 		<<if ($slaves[$i].devotion) <= 20 && ($slaves[$i].pregSource == -1)>>
-			She is filled with a feeling of @@color:mediumorchid;revulsion@@ that your child is growing within her body.
+			She is filled with a feeling of @@.mediumorchid;revulsion@@ that your child is growing within her body.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>>
-			She @@color:hotpink;loves@@ that your child is growing within her.
+			She @@.hotpink;loves@@ that your child is growing within her.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<if ($slaves[$i].pregSource == $slaves.relationshipTarget)>>
-			She can't help but feel @@color:mediumaquamarine;satisfaction@@ in carrying her lover's child.
+			She can't help but feel @@.mediumaquamarine;satisfaction@@ in carrying her lover's child.
 			<<set $slaves[$i].trust += 1>>
 		<</if>>
 		<<if $slaves[$i].pregSource == $slaves[$i].ID>>
 			<<if $slaves[$i].sexualQuirk is "perverted">>
-				She's @@color:hotpink;aroused@@ at the mere concept that the baby growing in her belly was concieved by her own sperm.
+				She's @@.hotpink;aroused@@ at the mere concept that the baby growing in her belly was concieved by her own sperm.
 			<<set $slaves[$i].devotion += 1>>
 		<<else>>
-			She often becomes preoccupied with @@color:gold;worry@@ that her self-concieved child will be born unhealthy.
+			She often becomes preoccupied with @@.gold;worry@@ that her self-concieved child will be born unhealthy.
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 		<</if>>
@@ -3245,30 +3245,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<if $slaves[$i].assignment != "get treatment in the clinic" && $Nurse == 0>>
 			<<if $slaves[$i].devotion <= 20 && $slaves[$i].trust <= 50 && $slaves[$i].pregType >= 10>>
 				<<if $slaves[$i].sexualFlaw == "self hating">>
-					She is @@color:hotpink;delirious with joy@@ over her straining womb. Every week she gets bigger, fuller and tighter; in her mind, it won't be long until she bursts, bringing her children into the world.
+					She is @@.hotpink;delirious with joy@@ over her straining womb. Every week she gets bigger, fuller and tighter; in her mind, it won't be long until she bursts, bringing her children into the world.
 					<<set $slaves[$i].devotion += 10>>
 				<<else>>
-					She is @@color:gold;utterly terrified@@ by her straining womb. Every week she gets bigger, fuller and tighter; in her mind, it won't be long until she bursts, bringing her children into @@color:mediumorchid;this wretched world.@@<<if $slaves[$i].pregType >= 20 && $slaves[$i].preg > 30>> She is absolutely huge, her stretchmark streaked orb of a belly keeps her painfully immobilized. She counts every second, hoping that she can make it to the next. Her mind @@color:red;can't handle it and shatters,@@ leaving her nothing more than an overfilled broodmother.<<set $slaves[$i].fetish = "mindbroken">><</if>>
+					She is @@.gold;utterly terrified@@ by her straining womb. Every week she gets bigger, fuller and tighter; in her mind, it won't be long until she bursts, bringing her children into @@.mediumorchid;this wretched world.@@<<if $slaves[$i].pregType >= 20 && $slaves[$i].preg > 30>> She is absolutely huge, her stretchmark streaked orb of a belly keeps her painfully immobilized. She counts every second, hoping that she can make it to the next. Her mind @@.red;can't handle it and shatters,@@ leaving her nothing more than an overfilled broodmother.<<set $slaves[$i].fetish = "mindbroken">><</if>>
 					<<set $slaves[$i].devotion -= 10>>
 					<<set $slaves[$i].trust -= 10>>
 				<</if>>
 			<<elseif $slaves[$i].devotion <= 20 && $slaves[$i].trust <= 20>>
-				She is @@color:gold;utterly terrified@@ by her straining womb and filled @@color:mediumorchid;with disgust@@ that you've turned her into nothing more than a rapid breeding vessel.
+				She is @@.gold;utterly terrified@@ by her straining womb and filled @@.mediumorchid;with disgust@@ that you've turned her into nothing more than a rapid breeding vessel.
 				<<set $slaves[$i].devotion -= 10>>
 				<<set $slaves[$i].trust -= 10>>
 			<<elseif $slaves[$i].devotion <= 80 && $slaves[$i].trust <= 80>>
-				She trusts you, but deep down @@color:gold;she can't help but worry@@ over how fast she is growing.
+				She trusts you, but deep down @@.gold;she can't help but worry@@ over how fast she is growing.
 				<<set $slaves[$i].trust -= 2>>
 			<</if>>
 			<</if>>
 		<<case "labor supressors">>
 			<<if $slaves[$i].devotion <= 20 && ($slaves[$i].pregSource == -1)>>
-				She is filled with @@color:mediumorchid;hate@@ that you're forcing her to continue carrying you child.
+				She is filled with @@.mediumorchid;hate@@ that you're forcing her to continue carrying you child.
 				<<set $slaves[$i].devotion -= 5>>
 			<</if>>
 		<<case "slow gestation">>
 			<<if $slaves[$i].devotion <= 20 && ($slaves[$i].pregSource == -1)>>
-				She is filled with @@color:mediumorchid;hate@@ that you're tormenting her by prolonging her pregnancy.
+				She is filled with @@.mediumorchid;hate@@ that you're tormenting her by prolonging her pregnancy.
 				<<set $slaves[$i].devotion -= 5>>
 			<</if>>
 		<</switch>>
@@ -3289,43 +3289,43 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<set $seed to random(1,4)>>
 			<<if $seed == 1>>
 				<<set $slaves[$i].behavioralFlaw = "odd">>
-				The stress of her growing pregnancy leads her to begin @@color:red;acting oddly@@.
+				The stress of her growing pregnancy leads her to begin @@.red;acting oddly@@.
 			<<elseif $seed == 2>>
 				<<set $slaves[$i].behavioralFlaw = "hates men">>
-				The stress of her growing pregnancy leads her to begin @@color:red;disliking the company of men@@.
+				The stress of her growing pregnancy leads her to begin @@.red;disliking the company of men@@.
 			<<elseif $seed == 3>>
 				<<set $slaves[$i].behavioralFlaw = "hates women">>
-				The stress of her growing pregnancy leads her to begin @@color:red;disliking the company of women@@.
+				The stress of her growing pregnancy leads her to begin @@.red;disliking the company of women@@.
 			<<else>>
 				<<set $slaves[$i].behavioralFlaw = "gluttonous">>
-				The stress of her growing pregnancy leads her to begin @@color:red;taking solace in overeating@@.
+				The stress of her growing pregnancy leads her to begin @@.red;taking solace in overeating@@.
 			<</if>>
 		<<elseif $slaves[$i].sexualFlaw == "none" && $slaves[$i].sexualQuirk == "none">>
 			<<set $seed to random(1,8)>>
 			<<if $seed == 1>>
 				<<set $slaves[$i].sexualFlaw = "hates oral">>
-				The stress of her growing pregnancy leads her to begin @@color:red;rejecting oral sex@@.
+				The stress of her growing pregnancy leads her to begin @@.red;rejecting oral sex@@.
 			<<elseif $seed == 2>>
 				<<set $slaves[$i].sexualFlaw = "hates anal">>
-				The stress of her growing pregnancy leads her to begin @@color:red;rejecting anal sex@@.
+				The stress of her growing pregnancy leads her to begin @@.red;rejecting anal sex@@.
 			<<elseif $seed == 3>>
 				<<set $slaves[$i].sexualFlaw = "hates penetration">>
-				The stress of her growing pregnancy leads her to begin @@color:red;rejecting penetrative sex@@.
+				The stress of her growing pregnancy leads her to begin @@.red;rejecting penetrative sex@@.
 			<<elseif $seed == 4>>
 				<<set $slaves[$i].sexualFlaw = "shamefast">>
-				The stress of her growing pregnancy leads her to become @@color:red;paranoid about her naked body@@.
+				The stress of her growing pregnancy leads her to become @@.red;paranoid about her naked body@@.
 			<<elseif $seed == 5>>
 				<<set $slaves[$i].sexualFlaw = "repressed">>
-				The stress of her growing pregnancy leads her to begin @@color:red;rejecting sex@@.
+				The stress of her growing pregnancy leads her to begin @@.red;rejecting sex@@.
 			<<elseif $seed == 6>>
 				<<set $slaves[$i].sexualFlaw = "apathetic">>
-				The stress of her growing pregnancy causes her to become @@color:red;inert during sex@@.
+				The stress of her growing pregnancy causes her to become @@.red;inert during sex@@.
 			<<elseif $seed == 7>>
 				<<set $slaves[$i].sexualFlaw = "crude">>
-				The stress of her growing pregnancy leads her to @@color:red;become quite crude@@.
+				The stress of her growing pregnancy leads her to @@.red;become quite crude@@.
 			<<else>>
 				<<set $slaves[$i].sexualFlaw = "judgemental">>
-				The stress of her growing pregnancy causes her to become overly @@color:red;judgemental of her partners@@.
+				The stress of her growing pregnancy causes her to become overly @@.red;judgemental of her partners@@.
 			<</if>>
 		<</if>>
 		<</if>>
@@ -3335,7 +3335,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].fetishStrength <= 95)>>
 		<<if ($slaves[$i].oralCount+$slaves[$i].vaginalCount+$slaves[$i].analCount > 200)>>
 		<<if $fetishChangeChance > random(0,100)>>
-			The combination of pregnancy and constant sex has @@color:pink;sexualized pregnancy for her.@@
+			The combination of pregnancy and constant sex has @@.pink;sexualized pregnancy for her.@@
 			<<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>>
 		<</if>>
 		<</if>>
@@ -3346,37 +3346,37 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 	<<if ($slaves[$i].preg > 25) && ($slaves[$i].pregType >= 20) && ((($slaves[$i].assignment is "be your Concubine" || $slaves[$i].assignment is "serve in the master suite") && $masterSuitePregnancySlaveLuxuries is 1) || ($slaves[$i].diet == "high caloric"))>>
 	<<if ($slaves[$i].weight <= 65)>>
-			$pronounCap has @@color:lime;gained weight@@ in order to better sustain <<print $possessive>>self and $possessive children.
+			$pronounCap has @@.lime;gained weight@@ in order to better sustain <<print $possessive>>self and $possessive children.
 			<<set $slaves[$i].weight += 1>>
 		<</if>>
 		<<if (random(1,100) > 80)>>
 		<<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < 10000)>>
-			 $possessiveCap breasts @@color:lime;greatly swell@@ to meet the upcoming demand.
+			 $possessiveCap breasts @@.lime;greatly swell@@ to meet the upcoming demand.
 			<<set $slaves[$i].boobs += 500>>
 			<<if $slaves[$i].boobShape != "saggy">>
 			<<if $slaves[$i].preg > 25>>
-				$possessiveCap immensely engorged @@color:orange;breasts become saggy@@ in the last stages of $possessive pregnancy as her body undergoes changes in anticipation of the forthcoming birth.
+				$possessiveCap immensely engorged @@.orange;breasts become saggy@@ in the last stages of $possessive pregnancy as her body undergoes changes in anticipation of the forthcoming birth.
 				<<set $slaves[$i].boobShape to "saggy">>
 			<</if>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].hips < 2)>>
-			$possessiveCap hips @@color:lime;widen@@ for $possessive upcoming birth.
+			$possessiveCap hips @@.lime;widen@@ for $possessive upcoming birth.
 			<<set $slaves[$i].hips += 1>>
 		<</if>>
 		<<if ($slaves[$i].butt < 14)>>
-			$possessiveCap butt @@color:lime;swells with added fat@@ from $possessive changing body.
+			$possessiveCap butt @@.lime;swells with added fat@@ from $possessive changing body.
 			<<set $slaves[$i].butt += 1>>
 		<</if>>
 		<</if>>
 		<<elseif ($slaves[$i].preg > 25) && ($slaves.pregType >= 10)>>
 		<<if random(1,100) > 80>>
 		<<if ($slaves[$i].boobs - $slaves[$i].boobsImplant) < 7500>>
-		$possessiveCap breasts @@color:lime;swell@@ in preparation for $possessive growing brood.
+		$possessiveCap breasts @@.lime;swell@@ in preparation for $possessive growing brood.
 		<<set $slaves[$i].boobs += 150>>
 		<<if $slaves[$i].boobShape != "saggy">>
 			<<if $slaves[$i].preg > random(25,75)>>
-				$possessiveCap swollen @@color:orange;breasts become saggy@@ in the last stages of $possessive pregnancy as $possessive body undergoes changes in anticipation of the forthcoming birth.
+				$possessiveCap swollen @@.orange;breasts become saggy@@ in the last stages of $possessive pregnancy as $possessive body undergoes changes in anticipation of the forthcoming birth.
 				<<set $slaves[$i].boobShape to "saggy">>
 			<</if>>
 		<</if>>
@@ -3384,11 +3384,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<elseif ($slaves[$i].boobs - $slaves[$i].boobsImplant) < 1000>>
 		<<if random(1,100) > 80>>
-		Pregnancy @@color:lime;causes $possessive breasts to swell somewhat.@@
+		Pregnancy @@.lime;causes $possessive breasts to swell somewhat.@@
 		<<set $slaves[$i].boobs += 50>>
 		<<if $slaves[$i].boobShape != "saggy">>
 		<<if $slaves[$i].preg > random(25,100)>>
-			$possessiveCap @@color:orange;breasts become saggy@@ in the last stages of $possessive pregnancy as $possessive body undergoes changes in anticipation of the forthcoming birth.
+			$possessiveCap @@.orange;breasts become saggy@@ in the last stages of $possessive pregnancy as $possessive body undergoes changes in anticipation of the forthcoming birth.
 			<<set $slaves[$i].boobShape to "saggy">>
 		<</if>>
 		<</if>>
@@ -3408,7 +3408,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<elseif $slaves[$i].weight <= -30>>
 				$pronoun's so skinny that natural lactation is unlikely.
 			<<elseif $slaves[$i].preg > random(18,30)>>
-				Pregnancy @@color:lime;causes $object to begin lactating.@@
+				Pregnancy @@.lime;causes $object to begin lactating.@@
 				<<set $slaves[$i].lactation to 1>>
 			<</if>>
 		<</if>>
@@ -3461,10 +3461,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].fetish is "pregnancy")>>
 	<<if ($slaves[$i].fetishStrength > 60)>>
 	<<if ($slaves[$i].fetishKnown == 0)>>
-		@@color:mediumorchid;She's unhappy@@ that she's on contraceptives, revealing that she has a @@color:lightcoral;deep desire to get pregnant.@@
+		@@.mediumorchid;She's unhappy@@ that she's on contraceptives, revealing that she has a @@.lightcoral;deep desire to get pregnant.@@
 		<<set $slaves[$i].fetishKnown to 1>>
 	<<else>>
-		She badly wants to have a child, so @@color:mediumorchid;she's unhappy@@ that she's on contraceptives.
+		She badly wants to have a child, so @@.mediumorchid;she's unhappy@@ that she's on contraceptives.
 	<</if>>
 	<<set $slaves[$i].devotion -= 4>>
 	<</if>>
@@ -3495,10 +3495,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 		<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
-		She attempts to resist this treatment, and spends most of her days bound securely, with your cum dripping out of her <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. This regimen fills her with @@color:mediumorchid;hatred,@@ @@color:gold;fear,@@ and @@color:lime;a pregnancy.@@
+		She attempts to resist this treatment, and spends most of her days bound securely, with your cum dripping out of her <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. This regimen fills her with @@.mediumorchid;hatred,@@ @@.gold;fear,@@ and @@.lime;a pregnancy.@@
 		<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 		<<if ($slaves[$i].sexualFlaw is "none")>>
-			This unpleasant interlude leaves her @@color:red;hating penetration@@ of her now-pregnant <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>.
+			This unpleasant interlude leaves her @@.red;hating penetration@@ of her now-pregnant <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>.
 			<<if $slaves[$i].mpreg == 1>>
 			<<set $slaves[$i].sexualFlaw to "hates anal">>
 			<<else>>
@@ -3508,14 +3508,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<elseif ($slaves[$i].devotion <= 20)>>
 		She complies fearfully with your use of her body.
 		<<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-		She is @@color:hotpink;absurdly pleased@@ by this treatment, @@color:mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@color:lime;conceives.@@ She's so aroused by the constant insemination that having your dick, wet from another slave, pushed inside her to climax is often enough to bring her to orgasm in turn.
+		She is @@.hotpink;absurdly pleased@@ by this treatment, @@.mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@.lime;conceives.@@ She's so aroused by the constant insemination that having your dick, wet from another slave, pushed inside her to climax is often enough to bring her to orgasm in turn.
 		<<set $slaves[$i].devotion += 5, $slaves[$i].trust += 5>>
 		<<if ($slaves[$i].fetishStrength <= 95)>>
-			Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@
+			Such total satisfaction of her pregnancy fantasies @@.green;strengthens her fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 		<</if>>
 		<<else>>
-		She serves you dutifully in this, @@color:mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@color:lime;conceives.@@
+		She serves you dutifully in this, @@.mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@.lime;conceives.@@
 		<<set $slaves[$i].trust += 5>>
 		<</if>>
 	<</if>>
@@ -3532,14 +3532,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<elseif ($universalRulesImpregnation is "HG") && ($slaves[$i].HGExclude == 0) && ($HGCum > 0) && ($slaves[$i].ID != $HeadGirl.ID) && canBreed($slaves[$i], $HeadGirl)>>
 	It's $HeadGirl.slaveName's responsibility to get $object pregnant, a task your
 	<<if ($HeadGirl.fetish is "pregnancy") && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>>
-	pregnancy fetishist Head Girl is @@color:hotpink;extremely pleased@@ to take on.
+	pregnancy fetishist Head Girl is @@.hotpink;extremely pleased@@ to take on.
 	<<set $HeadGirl.devotion += 2>>
 	<<if ($HeadGirl.fetishStrength <= 95)>>
-		The opportunity @@color:green;strengthens her pregnancy fetish@@ by indulgence.
+		The opportunity @@.green;strengthens her pregnancy fetish@@ by indulgence.
 		<<set $HeadGirl.fetishStrength += 4>>
 	<</if>>
 	<<elseif ($HeadGirl.attrXX > 65) && ($HeadGirl.attrKnown == 1)>>
-	<<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>-hungry Head Girl is @@color:hotpink;happy@@ to take on.
+	<<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>-hungry Head Girl is @@.hotpink;happy@@ to take on.
 	<<set $HeadGirl.devotion += 1>>
 	<<else>>
 	Head Girl approaches dutifully.
@@ -3548,14 +3548,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fetish != "mindbroken">>
 		<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
 		<<if (($HeadGirl.fetish is "sadist") || ($HeadGirl.fetish is "dom")) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>>
-			Her interest is piqued, however, when $slaves[$i].slaveName shows signs of resistance. $HeadGirl.slaveName @@color:hotpink;enthusiastically@@ @@color:mediumorchid;rapes the poor girl@@ pregnant, ejaculating inside her victim more often than is really necessary for @@color:lime;conception.@@
+			Her interest is piqued, however, when $slaves[$i].slaveName shows signs of resistance. $HeadGirl.slaveName @@.hotpink;enthusiastically@@ @@.mediumorchid;rapes the poor girl@@ pregnant, ejaculating inside her victim more often than is really necessary for @@.lime;conception.@@
 			<<set $HeadGirl.devotion += 2, $slaves[$i].devotion -= 5>>
 		<<else>>
-			$slaves[$i].slaveName tries to resist her, so $HeadGirl.slaveName is forced to @@color:mediumorchid;rape the poor girl@@ pregnant, regularly ejaculating inside her until @@color:lime;conception@@ is confirmed.
+			$slaves[$i].slaveName tries to resist her, so $HeadGirl.slaveName is forced to @@.mediumorchid;rape the poor girl@@ pregnant, regularly ejaculating inside her until @@.lime;conception@@ is confirmed.
 			<<set $slaves[$i].devotion -= 4>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw is "none")>>
-			This unpleasant interlude leaves her @@color:red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>.
+			This unpleasant interlude leaves her @@.red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>.
 			<<if $slaves[$i].mpreg == 1>>
 			<<set $slaves[$i].sexualFlaw to "hates anal">>
 			<<else>>
@@ -3564,14 +3564,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 		<<if (($HeadGirl.fetish is "sadist") || ($HeadGirl.fetish is "dom")) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>>
-			Her interest is piqued, however, when it becomes clear that $slaves[$i].slaveName, though fearfully obedient, is not happy with being bred. $HeadGirl.slaveName @@color:hotpink;enthusiastically@@ ensures that her victim @@color:mediumorchid;does not enjoy@@ a week of being @@color:lime;raped pregnant.@@
+			Her interest is piqued, however, when it becomes clear that $slaves[$i].slaveName, though fearfully obedient, is not happy with being bred. $HeadGirl.slaveName @@.hotpink;enthusiastically@@ ensures that her victim @@.mediumorchid;does not enjoy@@ a week of being @@.lime;raped pregnant.@@
 			<<set $HeadGirl.devotion += 2, $slaves[$i].devotion -= 3>>
 		<<else>>
-			$slaves[$i].slaveName, though fearfully obedient, is not happy with being bred, but $HeadGirl.slaveName @@color:mediumorchid;rapes the poor girl@@ pregnant anyway, regularly ejaculating inside her until @@color:lime;conception@@ is confirmed.
+			$slaves[$i].slaveName, though fearfully obedient, is not happy with being bred, but $HeadGirl.slaveName @@.mediumorchid;rapes the poor girl@@ pregnant anyway, regularly ejaculating inside her until @@.lime;conception@@ is confirmed.
 			<<set $slaves[$i].devotion -= 2>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw is "none")>>
-			This unpleasant interlude leaves her @@color:red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>.
+			This unpleasant interlude leaves her @@.red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>.
 			<<if $slaves[$i].mpreg == 1>>
 			<<set $slaves[$i].sexualFlaw to "hates anal">>
 			<<else>>
@@ -3580,25 +3580,25 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<elseif ($slaves[$i].devotion < 75)>>
 		<<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			$slaves[$i].slaveName, a pregnancy fetishist, is @@color:hotpink;very willing to be bred@@ by the Head Girl, and eagerly takes her superior's cock bareback until @@color:lime;conception@@ is verified.
+			$slaves[$i].slaveName, a pregnancy fetishist, is @@.hotpink;very willing to be bred@@ by the Head Girl, and eagerly takes her superior's cock bareback until @@.lime;conception@@ is verified.
 			<<set $slaves[$i].devotion += 2>>
 			<<if ($slaves[$i].fetishStrength <= 95)>>
-			Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@
+			Such total satisfaction of her pregnancy fantasies @@.green;strengthens her fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<else>>
-			$slaves[$i].slaveName is willing to be bred by the Head Girl, and takes her superior's cock bareback until @@color:lime;conception@@ is verified.
+			$slaves[$i].slaveName is willing to be bred by the Head Girl, and takes her superior's cock bareback until @@.lime;conception@@ is verified.
 		<</if>>
 		<<else>>
 		<<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-			$slaves[$i].slaveName, a pregnancy fetishist, considers breeding by the Head Girl @@color:hotpink;a dream come true,@@ and the slaves carry on a torrid affair until @@color:lime;conception@@ is verified.
+			$slaves[$i].slaveName, a pregnancy fetishist, considers breeding by the Head Girl @@.hotpink;a dream come true,@@ and the slaves carry on a torrid affair until @@.lime;conception@@ is verified.
 			<<set $slaves[$i].devotion += 2>>
 			<<if ($slaves[$i].fetishStrength <= 95)>>
-			Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@
+			Such total satisfaction of her pregnancy fantasies @@.green;strengthens her fetish.@@
 			<<set $slaves[$i].fetishStrength += 4>>
 			<</if>>
 		<<else>>
-			$slaves[$i].slaveName is @@color:hotpink;quite willing to be bred@@ by the Head Girl, who she respects, and submissively takes her superior's cock bareback until @@color:lime;conception@@ is verified.
+			$slaves[$i].slaveName is @@.hotpink;quite willing to be bred@@ by the Head Girl, who she respects, and submissively takes her superior's cock bareback until @@.lime;conception@@ is verified.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<</if>>
@@ -3627,26 +3627,26 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 	<<if ($PC.dick == 1) && (random(1,100) > 50)>>
-		As your concubine, she takes care to only share her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>> with you. Her efforts paid off; @@color:lime;she has gotten pregnant with your child.@@
+		As your concubine, she takes care to only share her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>> with you. Her efforts paid off; @@.lime;she has gotten pregnant with your child.@@
 		<<set $slaves[$i].preg to 1>>
 		<<set $slaves[$i].pregSource to -1>>
 	<</if>>
 	<</if>>
 	<</if>>
 <<elseif ($slaves[$i].assignment is "whore") && (random(1,100) > 50) && ($slaves[$i].eggType is "human")>>
-		Due to all the customers cumming in $possessive fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;$pronoun has gotten pregnant.@@
+		Due to all the customers cumming in $possessive fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@.lime;$pronoun has gotten pregnant.@@
 		<<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>>
 <<elseif ($slaves[$i].assignment is "serve the public") && (random(1,100) > 50) && ($slaves[$i].eggType is "human")>>
-		Due to all the guys cumming in $possessive fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;$pronoun has gotten pregnant.@@
+		Due to all the guys cumming in $possessive fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@.lime;$pronoun has gotten pregnant.@@
 		<<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>>
 <<elseif ($slaves[$i].assignment is "work a glory hole") && (random(1,100) > 10) && ($slaves[$i].eggType is "human")>>
-		Due to all the customers cumming in $possessive fertile, restrained <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;$pronoun has gotten pregnant.@@
+		Due to all the customers cumming in $possessive fertile, restrained <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@.lime;$pronoun has gotten pregnant.@@
 		<<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>>
 <<elseif (random(1,100) > 80)>>
 	<<if ($slaves[$i].vaginalCount > 0) || (($slaves[$i].analCount > 0) && ($slaves[$i].mpreg > 0))>>
 	<<if ($slaves[$i].assignment != "rest")>>
 	<<if ($slaves[$i].assignment != "stay confined")>>
-		@@color:lime;$pronounCap has gotten pregnant.@@
+		@@.lime;$pronounCap has gotten pregnant.@@
 		<<set $slaves[$i].preg to 1>>
 		<<for $m to 0; $m < $slaves.length; $m++>>
 			<<if $slaves[$i].relationshipTarget is $slaves[$m].ID>>
@@ -3778,10 +3778,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <</if>>
 <<if $slaves[$i].fetish != "mindbroken" && $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].inflation == 3>>
-		Being so distended with fluids is @@color:mediumorchid;very uncomfortable@@ to $possessive.
+		Being so distended with fluids is @@.mediumorchid;very uncomfortable@@ to $possessive.
 		<<set $slaves[$i].devotion -= 3>>
 		<<if ($slaves[$i].fetish == "none") && ($fetishChangeChance > random(0,100))>>
-			Having such a round, heavy belly leads $object to @@color:lightcoral;begin fantasizing about being pregnant.@@
+			Having such a round, heavy belly leads $object to @@.lightcoral;begin fantasizing about being pregnant.@@
 			<<set $slaves[$i].fetish = "pregnancy">>
 		<</if>>
 	<<elseif $slaves[$i].inflation > 0>>
@@ -3793,7 +3793,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 				<<default>>
 					<<print $slaves[$i].inflationType>>s
 			<</switch>>
-			is completely humiliating, and $pronoun @@color:hotpink;loves it.@@
+			is completely humiliating, and $pronoun @@.hotpink;loves it.@@
 			<<if $slaves[$i].fetishStrength < 100>>
 				<<set $slaves[$i].fetishStrength++>>
 			<</if>>
@@ -3805,27 +3805,27 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 				<<default>>
 					<<print $slaves[$i].inflationType>>s
 			<</switch>>
-			is @@color:mediumorchid;completely humiliating.@@
+			is @@.mediumorchid;completely humiliating.@@
 			<<set $slaves[$i].devotion -= 2>>
 			<<if (($slaves[$i].fetish == "none") || ($slaves[$i].fetishStrength <= 10)) && ($fetishChangeChance > random(0,100))>>
-				However, all the eye's on $object and $possessive jiggling middle @@color:lightcoral;makes $object begin to crave humiliation.@@
+				However, all the eye's on $object and $possessive jiggling middle @@.lightcoral;makes $object begin to crave humiliation.@@
 				<<set $slaves[$i].fetish = "humiliation">>
 			<</if>>
 		<</if>>
 	<</if>>
 	<<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum">>
 		<<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none" && random(1,100) > 70>>
-			Inflating $possessive guts with <<print $slaves[$i].inflationType>> all week @@color:red;drives $object to gluttony.@@
+			Inflating $possessive guts with <<print $slaves[$i].inflationType>> all week @@.red;drives $object to gluttony.@@
 			<<set $slaves[$i].behavioralFlaw = "gluttonous">>
 		<<elseif $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none">>
-			Inflating $possessive guts with <<print $slaves[$i].inflationType>> all week @@color:red;drives $object to hate eating and food.@@
+			Inflating $possessive guts with <<print $slaves[$i].inflationType>> all week @@.red;drives $object to hate eating and food.@@
 			<<set $slaves[$i].behavioralFlaw = "anorexic">>
 		<</if>>
 	<</if>>
 <</if>>
 
 <<if $slaves[$i].inflation == 3 && $seeExtreme == 1 && $slaves[$i].health <= -100>>
-	$pronounCap feels an @@color:red;unusual intense pain@@ in $possessive bloated belly.
+	$pronounCap feels an @@.red;unusual intense pain@@ in $possessive bloated belly.
 	<<set $slaves[$i].burst = 1>>
 <</if>>
 
@@ -3859,7 +3859,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].preg < 10 && $slaves[$i].inflation == 0 && $slaves[$i].bellyImplant < 2000>>
 	<<if $slaves[$i].muscles > 95>>
 		<<if (random(1,100) > 1)>>
-			$possessiveCap stretched, extreme muscles @@color:green;firm up readily@@ after $possessive pregnancy.
+			$possessiveCap stretched, extreme muscles @@.green;firm up readily@@ after $possessive pregnancy.
 			<<set $slaves[$i].bellySag -= 0.5>>
 			<<if $slaves[$i].bellySag < 0>>
 				<<set $slaves[$i].bellySag = 0>>
@@ -3867,7 +3867,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<<elseif $slaves[$i].muscles >= 30>>
 		<<if (random(1,100) > 20)>>
-			$possessiveCap stretched, muscular belly @@color:green;firms up@@ after $possessive pregnancy.
+			$possessiveCap stretched, muscular belly @@.green;firms up@@ after $possessive pregnancy.
 			<<set $slaves[$i].bellySag -= 0.4>>
 			<<if $slaves[$i].bellySag < 0>>
 				<<set $slaves[$i].bellySag = 0>>
@@ -3875,7 +3875,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<<elseif $slaves[$i].muscles >= 5>>
 		<<if (random(1,100) > 40)>>
-			$possessiveCap stretched, toned belly @@color:green;firms up@@ after $possessive pregnancy.
+			$possessiveCap stretched, toned belly @@.green;firms up@@ after $possessive pregnancy.
 			<<set $slaves[$i].bellySag -= 0.3>>
 			<<if $slaves[$i].bellySag < 0>>
 				<<set $slaves[$i].bellySag = 0>>
@@ -3883,7 +3883,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<<else>>
 		<<if (random(1,100) > 60)>>
-			$possessiveCap belly @@color:green;regains some firmness@@ after $possessive pregnancy.
+			$possessiveCap belly @@.green;regains some firmness@@ after $possessive pregnancy.
 			<<set $slaves[$i].bellySag -= 0.2>>
 			<<if $slaves[$i].bellySag < 0>>
 				<<set $slaves[$i].bellySag = 0>>
@@ -3897,7 +3897,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if $slaves[$i].fetish != "mindbroken">>
 	<<if ($slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 10) && $slaves[$i].devotion > 20 && random(1,100) > 75>>
-		Having an implant simulating pregnancy drives her to @@color:lightcoral;begin fantasizing about being actually pregnant.@@
+		Having an implant simulating pregnancy drives her to @@.lightcoral;begin fantasizing about being actually pregnant.@@
 		<<set $slaves[$i].fetish = "pregnancy">>
 	<</if>>
 	<</if>>
@@ -3916,24 +3916,24 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].devotion < -50>>
 	<<if $week-$slaves[$i].weekAcquired > 9>>
 	<<if $slaves[$i].fuckdoll > 50>>
-		Denied all stimulation other than sexual use for longer than a human mind can bear, @@color:red;she, or rather it, has been irretrievably broken.@@
+		Denied all stimulation other than sexual use for longer than a human mind can bear, @@.red;she, or rather it, has been irretrievably broken.@@
 		<<set $slaves[$i].fetish = "mindbroken", $slaves[$i].sexualFlaw = "none", $slaves[$i].behavioralFlaw = "none">>
 	<<else>>
 		<<if random(1,5) == 1>>
-			She has been used as a sexual slave for so long, and is so hopeless that her future as a slave will be anything but torment, that her mind finally slips. @@color:red;She has been irretrievably broken.@@
+			She has been used as a sexual slave for so long, and is so hopeless that her future as a slave will be anything but torment, that her mind finally slips. @@.red;She has been irretrievably broken.@@
 			<<set $slaves[$i].fetish = "mindbroken", $slaves[$i].sexualFlaw = "none", $slaves[$i].behavioralFlaw = "none">>
 		<<else>>
 			She's so unhappy and terrified that the effects of the extreme stress on her mind and body are unpredictable. This week,
 			<<set _stressEffect = random(1,4)>>
 			<<switch _stressEffect>>
 			<<case 1>>
-				@@color:mediumorchid;her hatred of sexual slavery was self-reinforcing.@@
+				@@.mediumorchid;her hatred of sexual slavery was self-reinforcing.@@
 				<<set $slaves[$i].devotion -= 5>>
 			<<case 2>>
-				@@color:mediumorchid;her mental state was bad for her health.@@
+				@@.mediumorchid;her mental state was bad for her health.@@
 				<<set $slaves[$i].health -= 5>>
 			<<case 3>>
-				@@color:orange;her face grew a little more haggard.@@
+				@@.orange;her face grew a little more haggard.@@
 				<<set $slaves[$i].face -= 2>>
 			<<default>>
 				she managed to bear it without lasting harm.
@@ -3951,16 +3951,16 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<set $seed to random(1,4)>>
 			Being so afraid so constantly drives her to find solace in
 			<<if $seed == 1>>
-			self-denial. @@color:red;She has developed anorexia.@@
+			self-denial. @@.red;She has developed anorexia.@@
 			<<set $slaves[$i].behavioralFlaw to "anorexic">>
 			<<elseif $seed is 2>>
-			stress eating. @@color:red;She's now a nervous glutton.@@
+			stress eating. @@.red;She's now a nervous glutton.@@
 			<<set $slaves[$i].behavioralFlaw to "gluttonous">>
 			<<elseif $seed is 3>>
-			the scraps of prayer and superstition she can remember from her life before she was a slave. @@color:red;She's now religious.@@
+			the scraps of prayer and superstition she can remember from her life before she was a slave. @@.red;She's now religious.@@
 			<<set $slaves[$i].behavioralFlaw to "devout">>
 			<<else>>
-			the remnants of modern philosophy and education she can remember from her life before she was a slave. @@color:red;She feels mentally liberated.@@
+			the remnants of modern philosophy and education she can remember from her life before she was a slave. @@.red;She feels mentally liberated.@@
 			<<set $slaves[$i].behavioralFlaw to "liberated">>
 			<</if>>
 		<</if>>
@@ -3973,22 +3973,22 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<set $seed to random(1,6)>>
 			Being so angry at her life as a sex slave has
 			<<if $seed == 1>>
-			driven her into @@color:red;sexual apathy.@@
+			driven her into @@.red;sexual apathy.@@
 			<<set $slaves[$i].sexualFlaw to "apathetic">>
 			<<elseif $seed is 2>>
-			convinced her that the conservative parts of her upbringing were right: sex is evil. @@color:red;She's now repressed.@@
+			convinced her that the conservative parts of her upbringing were right: sex is evil. @@.red;She's now repressed.@@
 			<<set $slaves[$i].sexualFlaw to "repressed">>
 			<<elseif $seed is 3>>
-			given her a dread of being nude. @@color:red;She's now shamefast.@@
+			given her a dread of being nude. @@.red;She's now shamefast.@@
 			<<set $slaves[$i].sexualFlaw to "shamefast">>
 			<<elseif $seed is 4>>
-			deprived her of any motivation to keep sex appealing or even clean. @@color:red;She's now crude.@@
+			deprived her of any motivation to keep sex appealing or even clean. @@.red;She's now crude.@@
 			<<set $slaves[$i].sexualFlaw to "crude">>
 			<<elseif $seed is 5>>
-			driven her to find refuge in high standards. @@color:red;She's now judgemental.@@
+			driven her to find refuge in high standards. @@.red;She's now judgemental.@@
 			<<set $slaves[$i].sexualFlaw to "judgemental">>
 			<<else>>
-			convinced her that sex is only this way here. Convinced that sexual slavery is wrong, @@color:red;She's become sexually idealistic.@@
+			convinced her that sex is only this way here. Convinced that sexual slavery is wrong, @@.red;She's become sexually idealistic.@@
 			<<set $slaves[$i].sexualFlaw to "idealistic">>
 			<</if>>
 		<</if>>
@@ -3999,10 +3999,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if (canTalk($slaves[$i]) == false)>>
 <<if ($slaves[$i].behavioralFlaw is "bitchy")>>
-	If $pronoun has anything bitchy to say, @@color:green;no one can tell,@@ since $pronoun can't talk.
+	If $pronoun has anything bitchy to say, @@.green;no one can tell,@@ since $pronoun can't talk.
 <</if>>
 <<if ($slaves[$i].behavioralQuirk is "cutting")>>
-	If $pronoun has anything witty to say, @@color:red;no one can tell,@@ since $pronoun can't talk.
+	If $pronoun has anything witty to say, @@.red;no one can tell,@@ since $pronoun can't talk.
 <</if>>
 <</if>>
 
@@ -4010,17 +4010,17 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].fuckdoll == 0>>
 <<if $slaves[$i].fetish != "mindbroken">>
 	<<if ($slaves[$i].devotion <= -20)>>
-		She views the mark of the Societal Elite @@color:mediumorchid;with disgust@@ as it brands her as nothing more than your breeding bitch.
+		She views the mark of the Societal Elite @@.mediumorchid;with disgust@@ as it brands her as nothing more than your breeding bitch.
 		<<set $slaves[$i].devotion -= 10>>
 	<<elseif ($slaves[$i].devotion <= 50)>>
-		She bears the mark of the Societal Elite as a sign of her superiority. As such, she @@color:mediumorchid;behaves like a spoiled child@@ and tries to have everything her way.
+		She bears the mark of the Societal Elite as a sign of her superiority. As such, she @@.mediumorchid;behaves like a spoiled child@@ and tries to have everything her way.
 		<<set $slaves[$i].devotion -= 5>>
 		<<if ($slaves[$i].behavioralFlaw == "none") && ($slaves[$i].behavioralQuirk != "confident")>>
-			She has become @@color:red;quite arrogant.@@
+			She has become @@.red;quite arrogant.@@
 			<<set $slaves[$i].behavioralFlaw = "arrogant">>
 		<</if>>
 	<<else>>
-		She bears the mark of the Societal Elite @@color:hotpink;with pride.@@ It signals that she is yours, and yours alone, drawing her ever closer to her beloved owner.
+		She bears the mark of the Societal Elite @@.hotpink;with pride.@@ It signals that she is yours, and yours alone, drawing her ever closer to her beloved owner.
 		<<set $slaves[$i].devotion += 10>>
 	<</if>>
 <</if>>
@@ -4051,24 +4051,24 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].race is $arcologies[0].FSSupremacistRace)>>
 		<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>>
 			<<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>>
-				Society @@color:red;strongly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority.
+				Society @@.red;strongly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority.
 			<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.3>>
-				Society @@color:red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority.
+				Society @@.red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority.
 			<<else>>
-				Society @@color:red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority.
+				Society @@.red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority.
 			<</if>>
 			<<FSChangePorn "Supremacist" -1>>
 			<<switch $slaves[$i].assignment>>
 			<<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep -= $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel)>>
 			<</switch>>
 		<<elseif ($slaves[$i].assignment is "be your Head Girl")>>
-			Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your head girl, advancing the notion that those of the  $arcologies[0].FSSupremacistRace race should be in positions of authority over others.
+			Society @@.green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your head girl, advancing the notion that those of the  $arcologies[0].FSSupremacistRace race should be in positions of authority over others.
 			<<FSChangePorn "Supremacist" 2>>
 		<<elseif ($slaves[$i].assignment is "recruit girls")>>
-			Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your recruiter, advancing the notion that it is only natural that those of the $arcologies[0].FSSupremacistRace race should lead the charge in enslaving others.
+			Society @@.green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your recruiter, advancing the notion that it is only natural that those of the $arcologies[0].FSSupremacistRace race should lead the charge in enslaving others.
 			<<FSChangePorn "Supremacist" 2>>
 		<<elseif ($slaves[$i].assignment is "be your concubine")>>
-			Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of importance as your concubine, advancing the notion that the most favoured of your bedslaves should naturally be of the $arcologies[0].FSSupremacistRace race.
+			Society @@.green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of importance as your concubine, advancing the notion that the most favoured of your bedslaves should naturally be of the $arcologies[0].FSSupremacistRace race.
 			<<FSChangePorn "Supremacist" 2>>
 			/* Code contributed by Anon1888 */
 		<<else>>
@@ -4079,10 +4079,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$i].pregSource == $slaves[$j].ID>>
 				<<if $slaves[$i].race != $slaves[$j].race>>
-					Society @@color:red;strongly disapproves@@ of your allowing a pure $arcologies[0].FSSupremacistRace slave to be miscegenated by $slaves[$j].slaveName.
+					Society @@.red;strongly disapproves@@ of your allowing a pure $arcologies[0].FSSupremacistRace slave to be miscegenated by $slaves[$j].slaveName.
 					<<FSChangePorn "Supremacist" -2>>
 				<<else>>
-					Society @@color:green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propagate the $arcologies[0].FSSupremacistRace race.
+					Society @@.green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propagate the $arcologies[0].FSSupremacistRace race.
 					<<FSChangePorn "Supremacist" 2>>
 				<</if>>
 				<<break>>
@@ -4091,18 +4091,18 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<</if>>
 		<<if $slaves[$i].fuckdoll > 0>>
-			Society @@color:red;strongly disapproves@@ of your owning a $arcologies[0].FSSupremacistRace Fuckdoll.
+			Society @@.red;strongly disapproves@@ of your owning a $arcologies[0].FSSupremacistRace Fuckdoll.
 			<<FSChangePorn "Supremacist" -2>>
 		<</if>>
 	<<else>>
 		<<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.5>>
-			Society @@color:green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority.
+			Society @@.green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority.
 		<<else>>
-			Society @@color:green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority.
+			Society @@.green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority.
 		<</if>>
 		<<FSChangePorn "Supremacist" 1>>
 		<<if $slaves[$i].fuckdoll > 0>>
-			Society @@color:green;approves@@ of your keeping a Fuckdoll of an inferior race.
+			Society @@.green;approves@@ of your keeping a Fuckdoll of an inferior race.
 			<<FSChangePorn "Supremacist" 1>>
 		<</if>>
 	<</if>>
@@ -4111,19 +4111,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $arcologies[0].FSSubjugationist != "unset">>
 	<<if ($slaves[$i].race is $arcologies[0].FSSubjugationistRace)>>
 		<<if $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.5>>
-			Society @@color:green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority.
+			Society @@.green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority.
 		<<else>>
-			Society @@color:green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority.
+			Society @@.green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority.
 		<</if>>
 		<<FSChangePorn "Subjugationist" 1>>
 		<<if $slaves[$i].ovaries == 0>>
 		<<if $slaves[$i].balls == 0>>
-			Society @@color:green;approves@@ of $slaves[$i].slaveName <<if $slaves[$i].balls == 0>>sterilization<<else>>gelding<</if>>, which ensures that $pronoun will not propagate the $arcologies[0].FSSubjugationistRace race.
+			Society @@.green;approves@@ of $slaves[$i].slaveName <<if $slaves[$i].balls == 0>>sterilization<<else>>gelding<</if>>, which ensures that $pronoun will not propagate the $arcologies[0].FSSubjugationistRace race.
 			<<FSChangePorn "Subjugationist" 1>>
 		<</if>>
 		<</if>>
 		<<if $slaves[$i].fuckdoll > 0>>
-			Society @@color:green;approves@@ of your keeping a Fuckdoll of the $arcologies[0].FSSubjugationistRace race.
+			Society @@.green;approves@@ of your keeping a Fuckdoll of the $arcologies[0].FSSubjugationistRace race.
 			<<FSChangePorn "Subjugationist" 1>>
 		<</if>>
 	<<else>>
@@ -4132,7 +4132,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 			<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$i].pregSource == $slaves[$j].ID>>
 				<<if $slaves[$j].race is $arcologies[0].FSSubjugationistRace>>
-					Society @@color:red;strongly disapproves@@ of your allowing $slaves[$j].slaveName to be miscegenated by a $arcologies[0].FSSubjugationistRace subhuman like $slaves[$i].slaveName.
+					Society @@.red;strongly disapproves@@ of your allowing $slaves[$j].slaveName to be miscegenated by a $arcologies[0].FSSubjugationistRace subhuman like $slaves[$i].slaveName.
 					<<FSChangePorn "Subjugationist" -2>>
 				<</if>>
 				<<break>>
@@ -4145,13 +4145,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if $arcologies[0].FSYouthPreferentialist != "unset">>
 	<<if ($slaves[$i].visualAge < 30)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's youthful body; $pronoun furthers the fashion for young slaves.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's youthful body; $pronoun furthers the fashion for young slaves.
 	<<set _youth_rep_change = ((30-$slaves[$i].visualAge)/5)>>
 	<<FSChangePorn "YouthPreferentialist" _youth_rep_change>>
 	<</if>>
 <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
 	<<if ($slaves[$i].visualAge >= 30)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's mature body; $pronoun furthers the fashion for older ladies.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's mature body; $pronoun furthers the fashion for older ladies.
 	<<set _maturity_rep_change = (($slaves[$i].visualAge-25)/5)>>
 	<<FSChangePorn "MaturityPreferentialist" _maturity_rep_change>>
 	<</if>>
@@ -4159,30 +4159,30 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if $arcologies[0].FSGenderRadicalist != "unset">>
 	<<if ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>>
-	Society @@color:green;approves@@ of your heavy hormonal feminization of $slaves[$i].slaveName; this advances public interest in girls with soft little dicks.
+	Society @@.green;approves@@ of your heavy hormonal feminization of $slaves[$i].slaveName; this advances public interest in girls with soft little dicks.
 	<<FSChangePorn "GenderRadicalist" 1>>
 	<<elseif ($slaves[$i].balls > 0) && ($slaves[$i].pubertyXY == 0) && ($slaves[$i].physicalAge >= $potencyAge)>>
-	Society @@color:green;approves@@ of you keeping $slaves[$i].slaveName from going through puberty; this advances public interest in girls with soft little dicks.
+	Society @@.green;approves@@ of you keeping $slaves[$i].slaveName from going through puberty; this advances public interest in girls with soft little dicks.
 	<<FSChangePorn "GenderRadicalist" 2>>
 	<<elseif ($slaves[$i].dick > 0) && ($slaves[$i].balls == 0)>>
-	Society @@color:green;approves@@ of your keeping a gelded slave; this advances public interest in girls with soft dickclits.
+	Society @@.green;approves@@ of your keeping a gelded slave; this advances public interest in girls with soft dickclits.
 	<<FSChangePorn "GenderRadicalist" 1>>
 	<<elseif ($slaves[$i].dick > 0) && ($slaves[$i].anus > 0) && ($slaves[$i].devotion > 20) && ($slaves[$i].trust > -20)>>
-	Society @@color:green;approves@@ of your keeping a contented dickgirl bottom; this advances public interest in girls who get hard when assfucked.
+	Society @@.green;approves@@ of your keeping a contented dickgirl bottom; this advances public interest in girls who get hard when assfucked.
 	<<FSChangePorn "GenderRadicalist" 1>>
 	<</if>>
 <<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
 	<<if ($slaves[$i].preg > 5)>>
-	Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@color:green;approves@@<<else>>@@color:green;approves@@<</if>> of your keeping a pregnant slave; this also supports the idea that slave women should bear babies.
+	Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@.green;approves@@<<else>>@@.green;approves@@<</if>> of your keeping a pregnant slave; this also supports the idea that slave women should bear babies.
 	<<FSChangePorn "GenderFundamentalist" 1>>
 	<<elseif ($slaves[$i].preg == 0)>>
-	Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@color:green;approves@@<<else>>@@color:green;approves@@<</if>> of your keeping a slave fertile; this also supports the idea that slave women should bear babies.
+	Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@.green;approves@@<<else>>@@.green;approves@@<</if>> of your keeping a slave fertile; this also supports the idea that slave women should bear babies.
 	<<FSChangePorn "GenderFundamentalist" 1>>
 	<</if>>
 	<<if canAchieveErection($slaves[$i])>>
 	<<if ($slaves[$i].dickAccessory != "chastity")>>
 	<<if ($slaves[$i].devotion <= 95)>>
-	Society @@color:red;disapproves@@ of $slaves[$i].slaveName's stiff, unrestrained dick, since $pronoun isn't even worshipful of you.
+	Society @@.red;disapproves@@ of $slaves[$i].slaveName's stiff, unrestrained dick, since $pronoun isn't even worshipful of you.
 	<<FSChangePorn "GenderFundamentalist" -1>>
 	<</if>>
 	<</if>>
@@ -4192,131 +4192,131 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $arcologies[0].FSRepopulationFocus != "unset">>
 	<<if $slaves[$i].preg > 30>>
 		<<if $slaves[$i].pregType >= 20>>
-			Society is @@color:green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy.
+			Society is @@.green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy.
 			<<FSChangePorn "Repopulationist" 5>>
 		<<elseif $slaves[$i].pregType >= 10>>
-			Society is @@color:green;pleased@@ by $slaves[$i].slaveName's abnormally large pregnancy.
+			Society is @@.green;pleased@@ by $slaves[$i].slaveName's abnormally large pregnancy.
 			<<FSChangePorn "Repopulationist" 3>>
 		<<else>>
-			Society is @@color:green;pleased@@ by $slaves[$i].slaveName's advanced pregnancy.
+			Society is @@.green;pleased@@ by $slaves[$i].slaveName's advanced pregnancy.
 			<<FSChangePorn "Repopulationist" 2>>
 		<</if>>
 	<<elseif $slaves[$i].preg > 10>>
-		Society is @@color:green;pleased@@ by $slaves[$i].slaveName's pregnancy.
+		Society is @@.green;pleased@@ by $slaves[$i].slaveName's pregnancy.
 		<<FSChangePorn "Repopulationist" 1>>
 	<<elseif $slaves[$i].bellyImplant > 2000 && (($slaves[$i].ovaries == 0 || $slaves[$i].mpreg == 0) || $slaves[$i].preg < -1)>>
-		Society @@color:green;accepts@@ $slaves[$i].slaveName's implant filled belly due to her infertility.
+		Society @@.green;accepts@@ $slaves[$i].slaveName's implant filled belly due to her infertility.
 		<<set $repGain += 0.1*$FSSingleSlaveRep>>
 	<<elseif $fakeBellies.includes($bellyAccessory)>>
-		Society is @@color:green;placated@@ by $slaves[$i].slaveName's fake belly.
+		Society is @@.green;placated@@ by $slaves[$i].slaveName's fake belly.
 		<<set $repGain += 0.01*$FSSingleSlaveRep>>
 	<<elseif !isFertile($slaves[$i]) && ($slaves[$i].preg == 0 || $slaves[$i].preg == -1)>>
-		Society is @@color:red;mildly dissapointed@@ that $slaves[$i].slaveName is unable to become pregnant.
+		Society is @@.red;mildly dissapointed@@ that $slaves[$i].slaveName is unable to become pregnant.
 		<<FSChangePorn "Repopulationist" -1>>
 	<<else>>
-		Society is @@color:red;disapproving@@ of $slaves[$i].slaveName's flat, unimpregnated stomach.
+		Society is @@.red;disapproving@@ of $slaves[$i].slaveName's flat, unimpregnated stomach.
 		<<FSChangePorn "Repopulationist" -2>>
 	<</if>>
 <<elseif $arcologies[0].FSRestart != "unset">>
 	<<if $slaves[$i].vaginalAccessory is "chastity belt">>
-		Society is @@color:green;mildly pleased@@ at you keeping $possessive vagina in check.
+		Society is @@.green;mildly pleased@@ at you keeping $possessive vagina in check.
 		<<FSChangePorn "Eugenics" 1>>
 	<</if>>
 	<<if $slaves[$i].dickAccessory is "chastity">>
-		Society is @@color:green;mildly pleased@@ at you keeping $possessive dick in check.
+		Society is @@.green;mildly pleased@@ at you keeping $possessive dick in check.
 		<<FSChangePorn "Eugenics" 1>>
 	<</if>>
 	<<if $slaves[$i].breedingMark == 1>>
 		<<if $slaves[$i].preg > 5 && $slaves[$i].pregSource == -1>>
-			The Societal Elite @@color:green;are pleased@@ your child is growing in within <<print $object>>. The mark covering $possessive lower belly, coupled with $possessive gravidity and blessing, @@color:green;enamores@@ your populace.
+			The Societal Elite @@.green;are pleased@@ your child is growing in within <<print $object>>. The mark covering $possessive lower belly, coupled with $possessive gravidity and blessing, @@.green;enamores@@ your populace.
 			<<set $failedElite -= 5+$slaves[$i].pregType>>
 			<<FSChangePorn "Eugenics" 3>>
 		<</if>>
 	<<else>>
 	<<if $slaves[$i].preg > 30>>
 		<<if $slaves[$i].pregType >= 20>>
-			Society is @@color:red;furious@@ at $slaves[$i].slaveName's infested womb.
+			Society is @@.red;furious@@ at $slaves[$i].slaveName's infested womb.
 			<<FSChangePorn "Eugenics" -10>>
 		<<elseif $slaves[$i].pregType >= 10>>
-			Society is @@color:red;disgusted@@ by $slaves[$i].slaveName's abnormally large pregnancy.
+			Society is @@.red;disgusted@@ by $slaves[$i].slaveName's abnormally large pregnancy.
 			<<FSChangePorn "Eugenics" -5>>
 		<<else>>
-			Society is @@color:red;greatly displeased@@ by $slaves[$i].slaveName's advanced pregnancy.
+			Society is @@.red;greatly displeased@@ by $slaves[$i].slaveName's advanced pregnancy.
 			<<FSChangePorn "Eugenics" -3>>
 		<</if>>
 	<<elseif $slaves[$i].preg > 10>>
-		Society is @@color:red;very displeased@@ by $slaves[$i].slaveName's pregnancy.
+		Society is @@.red;very displeased@@ by $slaves[$i].slaveName's pregnancy.
 		<<FSChangePorn "Eugenics" -2>>
 	<<elseif $slaves[$i].preg < -1 and $slaves[$i].vagina > -1>>
-		Society is @@color:green;pleased@@ that $slaves[$i].slaveName is unable to become pregnant.
+		Society is @@.green;pleased@@ that $slaves[$i].slaveName is unable to become pregnant.
 		<<FSChangePorn "Eugenics" 2>>
 	<</if>>
 	<<if $slaves[$i].preg > 5>>
-		The Societal Elite @@color:red;judge you@@ for keeping pregnant slaves. It falls to the slave owner to deal with subhuman pregnancies and you are failing your in your duties as a member of the Elite.
+		The Societal Elite @@.red;judge you@@ for keeping pregnant slaves. It falls to the slave owner to deal with subhuman pregnancies and you are failing your in your duties as a member of the Elite.
 		<<set $failedElite += 5+$slaves[$i].pregType>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].balls > 0>>
-		Society @@color:red;disaproves@@ of her working testicles.
+		Society @@.red;disaproves@@ of her working testicles.
 		<<FSChangePorn "Eugenics" $slaves[$i].balls>>
 	<<elseif $slaves[$i].dick > 0 and $slaves[$i].balls == 0>>
-		Society @@color:green;aproves@@ of her lack of testicles.
+		Society @@.green;aproves@@ of her lack of testicles.
 		<<FSChangePorn "Eugenics" 2>>
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSPaternalist != "unset">>
 	<<if ($slaves[$i].intelligenceImplant > 0) && ($slaves[$i].fetish != "mindbroken")>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName being properly educated; this advances ideas about slave improvement.
+	Society @@.green;approves@@ of $slaves[$i].slaveName being properly educated; this advances ideas about slave improvement.
 	<<FSChangePorn "Paternalist" 1>>
 	<<elseif ($slaves[$i].intelligenceImplant == 0) && ($slaves[$i].intelligence < 0) && ($slaves[$i].fetish != "mindbroken")>>
-	Society @@color:red;disapproves@@ of $slaves[$i].slaveName being stupid and uneducated; this holds back ideas about slave improvement.
+	Society @@.red;disapproves@@ of $slaves[$i].slaveName being stupid and uneducated; this holds back ideas about slave improvement.
 	<<FSChangePorn "Paternalist" -1>>
 	<</if>>
 	<<if ($slaves[$i].health > 80)>>
-	Society @@color:green;approves@@ of $possessive shining health; this advances belief in a slaveowner's duty.
+	Society @@.green;approves@@ of $possessive shining health; this advances belief in a slaveowner's duty.
 	<<FSChangePorn "Paternalist" 1>>
 	<</if>>
 	<<if ($slaves[$i].devotion+$slaves[$i].trust > 180)>>
 		<<if ($slaves[$i].relationship is -3)>>
-		Society @@color:green;approves very strongly@@ of $possessive happiness as your wife; this advances paternalistic ideals.
+		Society @@.green;approves very strongly@@ of $possessive happiness as your wife; this advances paternalistic ideals.
 		<<FSChangePorn "Paternalist" 5>>
 		<<elseif ($slaves[$i].relationship is -2)>>
-		Society @@color:green;strongly approves@@ of $possessive emotional bond to you; this advances paternalistic ideals.
+		Society @@.green;strongly approves@@ of $possessive emotional bond to you; this advances paternalistic ideals.
 		<<FSChangePorn "Paternalist" 2>>
 		<<else>>
-		Society @@color:green;approves@@ of $possessive attachment to you; this advances paternalistic ideals.
+		Society @@.green;approves@@ of $possessive attachment to you; this advances paternalistic ideals.
 		<<FSChangePorn "Paternalist" 1>>
 		<</if>>
 	<<else>>
 		<<if ($slaves[$i].devotion > 95)>>
-		Society @@color:green;approves@@ of $possessive attachment to you; this advances paternalistic ideals.
+		Society @@.green;approves@@ of $possessive attachment to you; this advances paternalistic ideals.
 		<<FSChangePorn "Paternalist" 1>>
 		<</if>>
 		<<if ($slaves[$i].trust > 95)>>
-		Society @@color:green;approves@@ of $possessive trust in you; this advances paternalistic ideals.
+		Society @@.green;approves@@ of $possessive trust in you; this advances paternalistic ideals.
 		<<FSChangePorn "Paternalist" 1>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].choosesOwnAssignment == 1)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName being allowed to choose $possessive own job, advancing ideals about slave self-actualization.
+	Society @@.green;approves@@ of $slaves[$i].slaveName being allowed to choose $possessive own job, advancing ideals about slave self-actualization.
 	<<FSChangePorn "Paternalist" 1>>
 	<</if>>
 	<<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>>
-	Society @@color:red;disapproves@@ of $possessive degrading body modifications, which dulls the public interest in letting slaves choose their own appearance.
+	Society @@.red;disapproves@@ of $possessive degrading body modifications, which dulls the public interest in letting slaves choose their own appearance.
 	<<FSChangePorn "Paternalist" -1>>
 	<</if>>
 	<<if $slaves[$i].fuckdoll > 0>>
-		Society @@color:red;strongly disapproves@@ of your owning a Fuckdoll.
+		Society @@.red;strongly disapproves@@ of your owning a Fuckdoll.
 		<<FSChangePorn "Paternalist" -2>>
 	<</if>>
 <<elseif $arcologies[0].FSDegradationist != "unset">>
 	<<if ($slaves[$i].fetish is "mindbroken")>>
-	Society @@color:green;approves@@ of $possessive broken spirit; $pronoun serves as an example of a soulless fuckpuppet.
+	Society @@.green;approves@@ of $possessive broken spirit; $pronoun serves as an example of a soulless fuckpuppet.
 	<<FSChangePorn "Degradationist" 1>>
 	<<else>>
 	<<if ($slaves[$i].trust <= 4)>>
-		Society @@color:green;approves@@ of $slaves[$i].slaveName's fear of you.
+		Society @@.green;approves@@ of $slaves[$i].slaveName's fear of you.
 		<<FSChangePorn "Degradationist" 1>>
 	<<else>>
 		<<if ($slaves[$i].assignment is "be your Head Girl")>>
@@ -4326,192 +4326,192 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<elseif ($slaves[$i].devotion > 95)>>
 			Society reluctantly accepts of $slaves[$i].slaveName trusting you, since $pronoun worshipful of you.
 		<<else>>
-			Society @@color:red;disapproves@@ of $slaves[$i].slaveName being trusting of you; $pronoun is not being properly degraded for $possessive role.
+			Society @@.red;disapproves@@ of $slaves[$i].slaveName being trusting of you; $pronoun is not being properly degraded for $possessive role.
 			<<FSChangePorn "Degradationist" -1>>
 		<</if>>
 	<</if>>
 	<</if>>
 	<<if ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>>
-	Society @@color:green;approves@@ of how $pronoun is restrained for involuntary use, seeing this as the future of sexual relations.
+	Society @@.green;approves@@ of how $pronoun is restrained for involuntary use, seeing this as the future of sexual relations.
 	<<FSChangePorn "Degradationist" 1>>
 	<</if>>
 	<<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>>
-	Society @@color:green;approves@@ of $possessive many body modifications, which advances the public taste for such degradation of slave bodies.
+	Society @@.green;approves@@ of $possessive many body modifications, which advances the public taste for such degradation of slave bodies.
 	<<FSChangePorn "Degradationist" 1>>
 	<</if>>
 	<<if $slaves[$i].voice != 0>>
 	<<if $slaves[$i].lips > 95>>
-		Society @@color:green;approves@@ of the way $possessive mouth, with its useless ability to speak, has been replaced with an appealing hole.
+		Society @@.green;approves@@ of the way $possessive mouth, with its useless ability to speak, has been replaced with an appealing hole.
 		<<FSChangePorn "Degradationist" 1>>
 	<</if>>
 	<</if>>
 	<<if ($slaves[$i].choosesOwnAssignment == 1)>>
-	Society @@color:red;disapproves@@ of $slaves[$i].slaveName being allowed to choose $possessive own job; this holds back ideas about slave degradation.
+	Society @@.red;disapproves@@ of $slaves[$i].slaveName being allowed to choose $possessive own job; this holds back ideas about slave degradation.
 	<<FSChangePorn "Degradationist" -1>>
 	<</if>>
 	<<if $slaves[$i].fuckdoll > 0>>
-		Society @@color:green;approves@@ of your owning a Fuckdoll.
+		Society @@.green;approves@@ of your owning a Fuckdoll.
 		<<FSChangePorn "Degradationist" 1>>
 	<</if>>
 <</if>>
 
 <<if ($slaves[$i].scars != 0) and ($slaves[$i].scars != 6)>>
 <<if $arcologies[0].FSDegradationist != "unset">>
-	Society @@color:green;mildly approves@@ of your slaves scarring; this encourages the further abuse of slaves.
+	Society @@.green;mildly approves@@ of your slaves scarring; this encourages the further abuse of slaves.
 	<<FSChangePorn "Degradationist" 1>>
 <<elseif $arcologies[0].FSPaternalist != "unset">>
-	Society @@color:red;mildly disapproves@@ of your scarred slaves, viewing them as a sign of mistreatment.
+	Society @@.red;mildly disapproves@@ of your scarred slaves, viewing them as a sign of mistreatment.
 	<<FSChangePorn "Paternalist" -1>>
 <</if>>
 <</if>>
 	
 <<if $arcologies[0].FSBodyPurist != "unset">>
 	<<if ($slaves[$i].boobsImplant == 0) && ($slaves[$i].buttImplant == 0) && ($slaves[$i].lipsImplant == 0) && ($slaves[$i].bellyImplant == 0)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's natural body; this supports the fashion for surgically untouched slaves.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's natural body; this supports the fashion for surgically untouched slaves.
 	<<FSChangePorn "BodyPurist" 1>>
 	<<else>>
-	Society @@color:red;disapproves@@ of $slaves[$i].slaveName's implants; this holds back acceptance of the idea that slaves should be all-natural.
+	Society @@.red;disapproves@@ of $slaves[$i].slaveName's implants; this holds back acceptance of the idea that slaves should be all-natural.
 	<<FSChangePorn "BodyPurist" -1>>
 	<</if>>
 	<<if ($slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2)>>
-	Society @@color:green;approves@@ of $possessive unmarked, unblemished skin, advancing the fashion for unspoiled slaves.
+	Society @@.green;approves@@ of $possessive unmarked, unblemished skin, advancing the fashion for unspoiled slaves.
 	<<FSChangePorn "BodyPurist" 1>>
 	<</if>>
 <<elseif $arcologies[0].FSTransformationFetishist != "unset">>
 	<<set _transformed = 0>>
 	<<if ($slaves[$i].boobsImplant > 0) && ($slaves[$i].buttImplant > 0) && ($slaves[$i].lipsImplant > 0)>>
-		Society @@color:green;approves@@ of $slaves[$i].slaveName's thoroughly modified body; this supports the fashion for surgically upgraded slaves.
+		Society @@.green;approves@@ of $slaves[$i].slaveName's thoroughly modified body; this supports the fashion for surgically upgraded slaves.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if ($slaves[$i].bellyImplant > 2000)>>
-		Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's belly bulging implant; this supports interest in more unusual implantations.
+		Society @@.green;mildly approves@@ of $slaves[$i].slaveName's belly bulging implant; this supports interest in more unusual implantations.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if ($slaves[$i].waist > 1) || ($slaves[$i].teeth == "pointy") || ($slaves[$i].amp == 1) || ($slaves[$i].hips == 3)>>
-		Society @@color:green;approves@@ of $possessive extreme surgeries; interest in $object stirs interest in transformations of all kinds.
+		Society @@.green;approves@@ of $possessive extreme surgeries; interest in $object stirs interest in transformations of all kinds.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if ($slaves[$i].amp < 0)>>
-		Society @@color:green;strongly approves@@ of $possessive transhuman body.
+		Society @@.green;strongly approves@@ of $possessive transhuman body.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if ($slaves[$i].dick > 8)>>
-		Society @@color:green;approves@@ of $possessive monolithic dick, since it's such an obvious transformation masterpiece.
+		Society @@.green;approves@@ of $possessive monolithic dick, since it's such an obvious transformation masterpiece.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if ($slaves[$i].lips > 95)>>
-		Society @@color:green;approves@@ of $possessive absurd facepussy as a transformation of $possessive mouth into nothing more than another fuckhole.
+		Society @@.green;approves@@ of $possessive absurd facepussy as a transformation of $possessive mouth into nothing more than another fuckhole.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if $slaves[$i].fuckdoll > 0>>
-		Society @@color:green;approves@@ of your owning a Fuckdoll.
+		Society @@.green;approves@@ of your owning a Fuckdoll.
 		<<FSChangePorn "TransformationFetishist" 1>>
 		<<set _transformed = 1>>
 	<</if>>
 	<<if _transformed == 0>>
-		Society @@color:red;disapproves@@ of $slaves[$i].slaveName's lack of obvious transformations; $pronoun does not advance the ideal of body modification.
+		Society @@.red;disapproves@@ of $slaves[$i].slaveName's lack of obvious transformations; $pronoun does not advance the ideal of body modification.
 		<<FSChangePorn "TransformationFetishist" -1>>
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
 	<<if ($slaves[$i].boobs < 500) && ($slaves[$i].butt < 3) && ($slaves[$i].weight <= 10) && ($slaves[$i].muscles <= 30)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's graceful, girlish form; $pronoun furthers the fashion for slaves like $object.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's graceful, girlish form; $pronoun furthers the fashion for slaves like $object.
 	<<FSChangePorn "SlimnessEnthusiast" 1>>
 	<</if>>
 	<<if ($slaves[$i].butt > 4) && ($slaves[$i].boobs > 800)>>
-	Society @@color:red;disapproves@@ of $slaves[$i].slaveName's boorishly large tits and ass; $pronoun damages the fashion for slender slaves.
+	Society @@.red;disapproves@@ of $slaves[$i].slaveName's boorishly large tits and ass; $pronoun damages the fashion for slender slaves.
 	<<FSChangePorn "SlimnessEnthusiast" -1>>
 	<</if>>
 <<elseif $arcologies[0].FSAssetExpansionist != "unset">>
 	<<if ($slaves[$i].boobs > 2000)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's huge tits; $possessive breasts further the fashion for bouncing boobs on slaves.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's huge tits; $possessive breasts further the fashion for bouncing boobs on slaves.
 	<<FSChangePorn "AssetExpansionist" 1>>
 	<</if>>
 	<<if ($slaves[$i].butt > 7)>>
-	Society @@color:green;approves@@ of $possessive massive ass; $possessive butt furthers the fashion for big behinds on slaves.
+	Society @@.green;approves@@ of $possessive massive ass; $possessive butt furthers the fashion for big behinds on slaves.
 	<<FSChangePorn "AssetExpansionist" 1>>
 	<</if>>
 	<<if ($slaves[$i].dick > 8)>>
-	Society @@color:green;approves@@ of $possessive massive member, which might be nonfunctional, but is a wonder of expansionism.
+	Society @@.green;approves@@ of $possessive massive member, which might be nonfunctional, but is a wonder of expansionism.
 	<<set _Dic = $slaves[$i].dick-8>>
 	<<FSChangePorn "AssetExpansionist" _Dic>>
 	<<elseif ($slaves[$i].dick > 6)>>
-	Society @@color:green;approves@@ of $possessive enormous penis; $possessive cock furthers the fashion for dangling dicks on slaves.
+	Society @@.green;approves@@ of $possessive enormous penis; $possessive cock furthers the fashion for dangling dicks on slaves.
 		<<FSChangePorn "AssetExpansionist" 1>>
 	<</if>>
 	<<if ($slaves[$i].balls > 4)>>
-		Society @@color:green;approves@@ of $possessive swinging balls; $possessive nuts further the fashion for tremendous testicles on slaves.
+		Society @@.green;approves@@ of $possessive swinging balls; $possessive nuts further the fashion for tremendous testicles on slaves.
 		<<FSChangePorn "AssetExpansionist" 1>>
 	<</if>>
 	<<if ($slaves[$i].lips > 95)>>
-		Society @@color:green;approves@@ of $possessive expanded lips.
+		Society @@.green;approves@@ of $possessive expanded lips.
 		<<FSChangePorn "AssetExpansionist" 1>>
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSPastoralist != "unset">>
 	<<if ($slaves[$i].lactation > 0)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's milky udders; the sight of $possessive creamy milk encourages the public taste for dairy straight from the nipple.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's milky udders; the sight of $possessive creamy milk encourages the public taste for dairy straight from the nipple.
 	<<FSChangePorn "Pastoralist" 1>>
 	<</if>>
 	<<if ($slaves[$i].assignment is "get milked") && ($slaves[$i].balls > 0)>>
-	Society @@color:green;approves@@ of how $slaves[$i].slaveName gets cockmilked; the sight of $possessive product encourages experimentation with cum-based concoctions.
+	Society @@.green;approves@@ of how $slaves[$i].slaveName gets cockmilked; the sight of $possessive product encourages experimentation with cum-based concoctions.
 	<<FSChangePorn "Pastoralist" 1>>
 	<</if>>
 <<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
 	<<if ($slaves[$i].muscles > 95)>>
-	Society @@color:green;strongly approves@@ of $slaves[$i].slaveName's glorious muscles; everyone wants to train a slave to look as swole as $object.
+	Society @@.green;strongly approves@@ of $slaves[$i].slaveName's glorious muscles; everyone wants to train a slave to look as swole as $object.
 	<<FSChangePorn "PhysicalIdealist" 2>>
 	<<elseif ($slaves[$i].muscles > 30)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's fit body; physical enthusiasts see $possessive as on $possessive way to something great.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's fit body; physical enthusiasts see $possessive as on $possessive way to something great.
 	<<FSChangePorn "PhysicalIdealist" 1>>
 	<<elseif ($slaves[$i].muscles > 5)>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's toned form; the public sees potential in those guns.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's toned form; the public sees potential in those guns.
 	<<FSChangePorn "PhysicalIdealist" 1>>
 	<</if>>
 	<<if ($slaves[$i].height >= 185)>>
-	Society @@color:green;approves@@ of how tall $pronoun is; the sexual advantages of $possessive height are impressed on  the public mind.
+	Society @@.green;approves@@ of how tall $pronoun is; the sexual advantages of $possessive height are impressed on  the public mind.
 	<<FSChangePorn "PhysicalIdealist" 1>>
 	<</if>>
 	<<if ($slaves[$i].health > 80)>>
-	Society @@color:green;approves@@ of $possessive health; the expectation that slaves should be kept perfectly healthy grows.
+	Society @@.green;approves@@ of $possessive health; the expectation that slaves should be kept perfectly healthy grows.
 	<<FSChangePorn "PhysicalIdealist" 1>>
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSChattelReligionist != "unset">>
 	<<if ($slaves[$i].collar is "tight steel") || ($slaves[$i].collar is "uncomfortable leather") || ($slaves[$i].collar is "cruel retirement counter")>>
-	Society @@color:green;approves@@ of $slaves[$i].slaveName's collar as an expression of the old ideal of mortification of the flesh, advancing the combination of religious originalism and modern slavery.
+	Society @@.green;approves@@ of $slaves[$i].slaveName's collar as an expression of the old ideal of mortification of the flesh, advancing the combination of religious originalism and modern slavery.
 	<<FSChangePorn "ChattelReligionist" 1>>
 	<</if>>
 	<<if ($slaves[$i].clothes is "a chattel habit") || ($slaves[$i].clothes is "a fallen nuns habit") || ($slaves[$i].clothes is "a penitent nuns habit") || ($slaves[$i].clothes is "a hijab and abaya") || ($slaves[$i].clothes is "a succubus outfit")>>
-		Society @@color:green;approves@@ of $possessive religiously themed clothing, strengthening the connection between sexual servitude and faith.
+		Society @@.green;approves@@ of $possessive religiously themed clothing, strengthening the connection between sexual servitude and faith.
 		<<FSChangePorn "ChattelReligionist" 1>>
 	<<elseif ($slaves[$i].clothes is "uncomfortable straps") or ($slaves[$i].clothes is "shibari ropes") or ($slaves[$i].clothes is "a nice maid outfit") or ($slaves[$i].clothes is "nice business attire") or ($slaves[$i].clothes is "a nice nurse outfit") or ($slaves[$i].clothes is "a kimono") or ($slaves[$i].clothes is "conservative clothing") or ($slaves[$i].clothes is "a military uniform") or ($slaves[$i].clothes is "no clothing")>>
 		Society accepts $possessive spartan clothing, seeing it as permissible under the new religious mores.
 	<<elseif ($slaves[$i].fuckdoll == 0)>>
-		Society @@color:red;disapproves@@ of $possessive unnecessarily gaudy attire; this slows acceptance of a link between faith and sexual servitude.
+		Society @@.red;disapproves@@ of $possessive unnecessarily gaudy attire; this slows acceptance of a link between faith and sexual servitude.
 		<<FSChangePorn "ChattelReligionist" -1>>
 	<</if>>
 	<<if ($slaves[$i].devotion > 95)>>
-	Society @@color:green;approves@@ of $possessive devotion to you as a companion to religious devotion, seeing both as the model for holy slaves.
+	Society @@.green;approves@@ of $possessive devotion to you as a companion to religious devotion, seeing both as the model for holy slaves.
 	<<FSChangePorn "ChattelReligionist" 1>>
 	<</if>>
 	<<if ($slaves[$i].trust > 95)>>
-	Society @@color:green;strongly approves@@ of $possessive faith in you as a companion to faith in God, seeing both as the model for righteous slaves of the future.
+	Society @@.green;strongly approves@@ of $possessive faith in you as a companion to faith in God, seeing both as the model for righteous slaves of the future.
 	<<FSChangePorn "ChattelReligionist" 2>>
 	<</if>>
 	<<if ($slaves[$i].behavioralFlaw is "devout")>>
 	Society does not disapprove of $possessive devout adherence to an old world faith, having confidence that you'll bring $object around, and looking forward to seeing $object converted into a holy sex object.
 	<<elseif ($slaves[$i].behavioralQuirk is "sinful")>>
-	Society @@color:green;strongly approves@@ of $possessive eagerness to transgress against the old world religious mores $pronoun once held dear.
+	Society @@.green;strongly approves@@ of $possessive eagerness to transgress against the old world religious mores $pronoun once held dear.
 	<<FSChangePorn "ChattelReligionist" 2>>
 	<</if>>
 <</if>>
@@ -4526,13 +4526,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>>
 	<<if ($slaves[$i].health > -20) && ($slaves[$i].trust > 20) && ($slaves[$i].health > 40)>>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		Society @@color:green;strongly approves@@ of how you've brought a shelter girl health and happiness.
+		Society @@.green;strongly approves@@ of how you've brought a shelter girl health and happiness.
 		<<FSChangePorn "Paternalist" 2>>
 		<<switch $slaves[$i].assignment>>
 		<<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep += 2*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel)>>
 		<</switch>>
 	<<elseif $arcologies[0].FSDegradationist is "unset">>
-		The public knows she's a shelter girl you took in, and is @@color:green;touched@@ that she now seems happy and healthy.
+		The public knows she's a shelter girl you took in, and is @@.green;touched@@ that she now seems happy and healthy.
 		<<set $repGain += 10>>
 		<<switch $slaves[$i].assignment>>
 		<<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep += 10>>
@@ -4550,7 +4550,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].fuckdoll == 0>>
 <<if ($slaves[$i].brand != 0)>>
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>>
-		Since she is in public, your brand against the $slaves[$i].skin skin of her $slaves[$i].brandLocation @@color:green;slightly increases your reputation@@ as a slaveowner.
+		Since she is in public, your brand against the $slaves[$i].skin skin of her $slaves[$i].brandLocation @@.green;slightly increases your reputation@@ as a slaveowner.
 		<<set $repGain += 5>>
 		<<switch $slaves[$i].assignment>>
 		<<case "work in the brothel">><<run getSlaveStatisticData($slaves[$i], $facility.brothel).rep += 5>>
@@ -4569,32 +4569,32 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].eyes != 0>>
 <<if $slaves[$i].eyes is -2>>
 	<<if $slaves[$i].devotion > 50>>
-		Even though she is blind, she is devoted enough to you to allow herself to lower her guard. She becomes @@color:mediumaquamarine;trusting@@ of your ability to keep her safe.
+		Even though she is blind, she is devoted enough to you to allow herself to lower her guard. She becomes @@.mediumaquamarine;trusting@@ of your ability to keep her safe.
 		<<set $slaves[$i].trust += 3>>
 	<<elseif $slaves[$i].devotion > 20>>
-		Since she's blind and on the cusp of devotion, she becomes slightly @@color:hotpink;more reliant@@, but also begins to be @@color:mediumaquamarine;less fearful@@ of what she can't see.
+		Since she's blind and on the cusp of devotion, she becomes slightly @@.hotpink;more reliant@@, but also begins to be @@.mediumaquamarine;less fearful@@ of what she can't see.
 		<<set $slaves[$i].devotion += 3,$slaves[$i].trust += 1>>
 	<<elseif $slaves[$i].assignment is "please you">>
-		She may be blind, but she knows nobody would dare harm her under your watch, @@color:mediumaquamarine;building her trust@@ in you.
+		She may be blind, but she knows nobody would dare harm her under your watch, @@.mediumaquamarine;building her trust@@ in you.
 		<<set $slaves[$i].trust += 2>>
 	<<elseif $slaves[$i].devotion > -20>>
-		Her blindness forces her to @@color:hotpink;rely@@ on your mercy. However, it only @@color:gold;amplifies her fear@@ as she has severely limited capabilities to defend herself.
+		Her blindness forces her to @@.hotpink;rely@@ on your mercy. However, it only @@.gold;amplifies her fear@@ as she has severely limited capabilities to defend herself.
 		<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 10>>
 	<<else>>
-		Being blind forces her to @@color:hotpink;completely rely@@ on your mercy. It does nothing to stem @@color:gold;the terror@@ she faces constantly being unable to tell what will happen to her.
+		Being blind forces her to @@.hotpink;completely rely@@ on your mercy. It does nothing to stem @@.gold;the terror@@ she faces constantly being unable to tell what will happen to her.
 		<<set $slaves[$i].devotion += 10, $slaves[$i].trust -= 25>>
 	<</if>>
 <<elseif $slaves[$i].eyes is -1>>
 	<<if ($slaves[$i].eyewear != "corrective glasses") && ($slaves[$i].eyewear != "corrective contacts")>>
 		<<if $slaves[$i].devotion > 50>>
 	<<elseif $slaves[$i].devotion > 20>>
-		Since she's on the cusp of devotion, her blurred vision makes her @@color:hotpink;slightly more submissive,@@ since she can't always see what's happening to her.
+		Since she's on the cusp of devotion, her blurred vision makes her @@.hotpink;slightly more submissive,@@ since she can't always see what's happening to her.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment != "serve in the club") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>>
-		Her blurred vision @@color:hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck.
+		Her blurred vision @@.hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck.
 		<<set $slaves[$i].devotion += 1>>
 	<<else>>
-		Her blurred vision tends to make her @@color:mediumorchid;a little more fearful,@@ since she can never tell what's about to happen to her.
+		Her blurred vision tends to make her @@.mediumorchid;a little more fearful,@@ since she can never tell what's about to happen to her.
 		<<set $slaves[$i].trust -= 1>>
 	<</if>>
 	<</if>>
@@ -4603,13 +4603,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].devotion > 50>>
 		She tolerates the annoyance of blurred vision induced by her eyewear.
 	<<elseif $slaves[$i].devotion > 20>>
-		Since she's on the cusp of devotion, the blurred vision induced by her eyewear actually makes her @@color:hotpink;slightly more submissive.@@
+		Since she's on the cusp of devotion, the blurred vision induced by her eyewear actually makes her @@.hotpink;slightly more submissive.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment != "serve in the club") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>>
-		The blurred vision induced by her eyewear actually @@color:hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck.
+		The blurred vision induced by her eyewear actually @@.hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck.
 		<<set $slaves[$i].devotion += 1>>
 	<<else>>
-		The blurred vision induced by her eyewear actually @@color:mediumorchid;infuriates her.@@
+		The blurred vision induced by her eyewear actually @@.mediumorchid;infuriates her.@@
 		<<set $slaves[$i].devotion -= 1>>
 	<</if>>
 	<</if>>
@@ -4626,7 +4626,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].intelligence > 0>>
 			but she has the presence of mind to know that it's for her own good, and she doesn't blame you for it.
 		<<else>>
-			and she's stupid enough to @@color:mediumorchid;blame you@@ for the discomfort.
+			and she's stupid enough to @@.mediumorchid;blame you@@ for the discomfort.
 			<<set $slaves[$i].devotion -= 1>>
 		<</if>>
 		<<else>>
@@ -4635,7 +4635,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 	<</if>>
 	<<if random(1,10) == 1>>
-	Her braces @@color:lime;straighten her teeth.@@ They can now be removed to leave her with a beautiful smile, or left on.
+	Her braces @@.lime;straighten her teeth.@@ They can now be removed to leave her with a beautiful smile, or left on.
 	<<set $slaves[$i].teeth to "cosmetic braces">>
 	<</if>>
 <</if>>
@@ -4645,58 +4645,58 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].diet != "fattening">>
 	<<if $slaves[$i].weight < -95>>
 	<<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 750>>
-		$possessiveCap desperately underweight body @@color:orange;burns fat off $possessive plush boobs.@@
+		$possessiveCap desperately underweight body @@.orange;burns fat off $possessive plush boobs.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 3>>
-		$possessiveCap desperately underweight body @@color:orange;burns fat off $possessive plush butt.@@
+		$possessiveCap desperately underweight body @@.orange;burns fat off $possessive plush butt.@@
 		<<set $slaves[$i].butt -= 0.4>>
 	<<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 500>>
-		$possessiveCap desperately underweight body @@color:orange;burns some fat off $possessive healthy boobs.@@
+		$possessiveCap desperately underweight body @@.orange;burns some fat off $possessive healthy boobs.@@
 		<<set $slaves[$i].boobs -= 25>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 2>>
-		$possessiveCap desperately underweight body @@color:orange;burns some fat off $possessive healthy butt.@@
+		$possessiveCap desperately underweight body @@.orange;burns some fat off $possessive healthy butt.@@
 		<<set $slaves[$i].butt -= 0.2>>
 	<</if>>
 	<<elseif $slaves[$i].weight <= -30>>
 	<<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 1000>>
-		$possessiveCap underweight body @@color:orange;burns fat off $possessive big boobs.@@
+		$possessiveCap underweight body @@.orange;burns fat off $possessive big boobs.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 4>>
-		$possessiveCap underweight body @@color:orange;burns fat off $possessive big butt.@@
+		$possessiveCap underweight body @@.orange;burns fat off $possessive big butt.@@
 		<<set $slaves[$i].butt -= 0.4>>
 	<<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 750>>
-		$possessiveCap underweight body @@color:orange;burns some fat off $possessive plush boobs.@@
+		$possessiveCap underweight body @@.orange;burns some fat off $possessive plush boobs.@@
 		<<set $slaves[$i].boobs -= 25>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 3>>
-		$possessiveCap underweight body @@color:orange;burns some fat off $possessive plush butt.@@
+		$possessiveCap underweight body @@.orange;burns some fat off $possessive plush butt.@@
 		<<set $slaves[$i].butt -= 0.2>>
 	<</if>>
 	<<elseif $slaves[$i].weight < -10>>
 	<<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 2000>>
-		$possessiveCap skinny body @@color:orange;burns fat off $possessive huge boobs.@@
+		$possessiveCap skinny body @@.orange;burns fat off $possessive huge boobs.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 6>>
-		$possessiveCap skinny body @@color:orange;burns fat off $possessive huge butt.@@
+		$possessiveCap skinny body @@.orange;burns fat off $possessive huge butt.@@
 		<<set $slaves[$i].butt -= 0.4>>
 	<<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 1000>>
-		$possessiveCap skinny body @@color:orange;burns some fat off $possessive big boobs.@@
+		$possessiveCap skinny body @@.orange;burns some fat off $possessive big boobs.@@
 		<<set $slaves[$i].boobs -= 25>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 4>>
-		$possessiveCap skinny body @@color:orange;burns some fat off $possessive big butt.@@
+		$possessiveCap skinny body @@.orange;burns some fat off $possessive big butt.@@
 		<<set $slaves[$i].butt -= 0.2>>
 	<</if>>
 	<<else>>
 	<<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 5000>>
-		$possessiveCap thin body @@color:orange;burns fat off $possessive monstrous boobs.@@
+		$possessiveCap thin body @@.orange;burns fat off $possessive monstrous boobs.@@
 		<<set $slaves[$i].boobs -= 50>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 8>>
-		$possessiveCap thin body @@color:orange;burns fat off $possessive monstrous butt.@@
+		$possessiveCap thin body @@.orange;burns fat off $possessive monstrous butt.@@
 		<<set $slaves[$i].butt -= 0.4>>
 	<<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 2000>>
-		$possessiveCap thin body @@color:orange;burns some fat off $possessive huge boobs.@@
+		$possessiveCap thin body @@.orange;burns some fat off $possessive huge boobs.@@
 		<<set $slaves[$i].boobs -= 25>>
 	<<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 6>>
-		$possessiveCap thin body @@color:orange;burns some fat off $possessive huge butt.@@
+		$possessiveCap thin body @@.orange;burns some fat off $possessive huge butt.@@
 		<<set $slaves[$i].butt -= 0.2>>
 	<</if>>
 	<</if>>
@@ -4727,31 +4727,31 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].foreskin > 0>>
 <<if $slaves[$i].foreskin - $slaves[$i].dick < -1>>
 	<<if canAchieveErection($slaves[$i])>>
-	$possessiveCap cockhead has grown to the point where it is much too large for $possessive foreskin, making $possessive erections so uncomfortable to achieve that $possessive @@color:red;appetite for sex is reduced@@ by $possessive reluctance to undergo the discomfort.
+	$possessiveCap cockhead has grown to the point where it is much too large for $possessive foreskin, making $possessive erections so uncomfortable to achieve that $possessive @@.red;appetite for sex is reduced@@ by $possessive reluctance to undergo the discomfort.
 	<<set $slaves[$i].energy -= 2>>
 	<<if random(1,300) < $slaves[$i].energy>>
-		Despite this, she spends enough of $possessive time hard that $possessive foreskin @@color:lime;stretches out naturally.@@
+		Despite this, she spends enough of $possessive time hard that $possessive foreskin @@.lime;stretches out naturally.@@
 		<<set $slaves[$i].foreskin += 1>>
 	<</if>>
 	<</if>>
 <<elseif $slaves[$i].foreskin - $slaves[$i].dick < 0>>
 	<<if canAchieveErection($slaves[$i])>>
-	$possessiveCap cockhead has grown to the point where it is too large for $possessive foreskin, making $possessive erections uncomfortable to achieve; $possessive @@color:red;arousal is slightly impeded@@ by $possessive reluctance to undergo the discomfort.
+	$possessiveCap cockhead has grown to the point where it is too large for $possessive foreskin, making $possessive erections uncomfortable to achieve; $possessive @@.red;arousal is slightly impeded@@ by $possessive reluctance to undergo the discomfort.
 	<<set $slaves[$i].energy -= 1>>
 	<<if random(1,500) < $slaves[$i].energy>>
-		Despite this, she spends enough of $possessive time hard that $possessive foreskin @@color:lime;stretches out naturally.@@
+		Despite this, she spends enough of $possessive time hard that $possessive foreskin @@.lime;stretches out naturally.@@
 		<<set $slaves[$i].foreskin += 1>>
 	<</if>>
 	<</if>>
 <<elseif $slaves[$i].foreskin - $slaves[$i].dick > 1>>
 	<<if ($slaves[$i].balls > 0)>>
 	<<if random(30,110) > $slaves[$i].energy>>
-		$possessiveCap penis has gotten so small that even when she's hard, $possessive loose foreskin rarely retracts. Despite $possessive regular erections, @@color:orange;$possessive foreskin atrophies.@@
+		$possessiveCap penis has gotten so small that even when she's hard, $possessive loose foreskin rarely retracts. Despite $possessive regular erections, @@.orange;$possessive foreskin atrophies.@@
 		<<set $slaves[$i].foreskin -= 1>>
 	<</if>>
 	<<else>>
 	<<if random(40,120) > $slaves[$i].energy>>
-		@@color:orange;$possessiveCap foreskin atrophies,@@ which is not surprising, since $possessive penis has shrunk and it's almost never hard.
+		@@.orange;$possessiveCap foreskin atrophies,@@ which is not surprising, since $possessive penis has shrunk and it's almost never hard.
 		<<set $slaves[$i].foreskin -= 1>>
 	<</if>>
 	<</if>>
@@ -4760,42 +4760,42 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].balls > 0>>
 <<if $slaves[$i].scrotum > 0>>
 	<<if $slaves[$i].scrotum - $slaves[$i].balls < -1>>
-	$possessiveCap nuts have grown so large that they are much too big for $possessive ballsack, giving $possessive constant discomfort. $possessiveCap @@color:red;appetite for sex is reduced@@ by how much $possessive junk hurts.
+	$possessiveCap nuts have grown so large that they are much too big for $possessive ballsack, giving $possessive constant discomfort. $possessiveCap @@.red;appetite for sex is reduced@@ by how much $possessive junk hurts.
 	<<set $slaves[$i].energy -= 2>>
 	<<if random(0,2) == 0>>
-		$possessiveCap scrotum @@color:lime;stretches out naturally@@ as $possessive balls force it to accept their size, giving $possessive relief at last.
+		$possessiveCap scrotum @@.lime;stretches out naturally@@ as $possessive balls force it to accept their size, giving $possessive relief at last.
 		<<set $slaves[$i].scrotum += 1>>
 	<</if>>
 	<<elseif $slaves[$i].scrotum - $slaves[$i].balls is -1>>
 	<<if random(0,4) == 0>>
-		$possessiveCap scrotum @@color:lime;stretches out naturally@@ as it adapts to $possessive newly enhanced balls.
+		$possessiveCap scrotum @@.lime;stretches out naturally@@ as it adapts to $possessive newly enhanced balls.
 		<<set $slaves[$i].scrotum += 1>>
 	<</if>>
 	<<elseif $slaves[$i].balls > 5>>
 	<<if ($slaves[$i].scrotum < 7)>>
 		<<if random(0,4) == 0>>
-		$possessiveCap huge, heavy balls tug $possessive scrotum downward, and it @@color:lime;stretches out naturally@@ under their weight.
+		$possessiveCap huge, heavy balls tug $possessive scrotum downward, and it @@.lime;stretches out naturally@@ under their weight.
 		<<set $slaves[$i].scrotum += 1>>
 		<</if>>
 	<</if>>
 	<<elseif $slaves[$i].scrotum - $slaves[$i].balls > 1>>
 	<<if ($slaves[$i].hormones > 0)>>
 		<<if random(0,2) == 0>>
-		@@color:orange;$possessiveCap ballsack atrophies,@@ which is not surprising, since she's on female hormones and $possessive girly balls have gotten so small.
+		@@.orange;$possessiveCap ballsack atrophies,@@ which is not surprising, since she's on female hormones and $possessive girly balls have gotten so small.
 		<<set $slaves[$i].scrotum -= 1>>
 		<</if>>
 	<</if>>
 	<</if>>
 <<else>>
 	<<if $slaves[$i].balls > 2>>
-	$possessiveCap balls have been relocated to $possessive abdomen, and while they still work there, it's not where they're designed to be. Routine scans show that @@color:orange;they've atrophied,@@ <<if $slaves[$i].balls > 3>>and will probably continue to do so until they stabilise at a below-average size<<else>>but are not likely to get any smaller<</if>>.
+	$possessiveCap balls have been relocated to $possessive abdomen, and while they still work there, it's not where they're designed to be. Routine scans show that @@.orange;they've atrophied,@@ <<if $slaves[$i].balls > 3>>and will probably continue to do so until they stabilise at a below-average size<<else>>but are not likely to get any smaller<</if>>.
 	<<set $slaves[$i].balls -= 1>>
 	<</if>>
 <</if>>
 <</if>>
 
 <<if ($slaves[$i].clit > 0)>>
-	$possessiveCap clit is largely vestigial, since she has a penis atop $possessive vagina, so $possessive @@color:orange;clitoris atrophies.@@
+	$possessiveCap clit is largely vestigial, since she has a penis atop $possessive vagina, so $possessive @@.orange;clitoris atrophies.@@
 	<<set $slaves[$i].clit -= 1>>
 <</if>>
 
@@ -4806,10 +4806,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].energy > 5>>
 	<<if $slaves[$i].energy <= 95>>
 		<<if ($slaves[$i].dick == 0)>>
-			$possessiveCap lack of natural sex hormones @@color:red;slightly reduces $possessive sex drive.@@
+			$possessiveCap lack of natural sex hormones @@.red;slightly reduces $possessive sex drive.@@
 			<<set $slaves[$i].energy -= 1>>
 		<<else>>
-			$possessiveCap lack of balls @@color:red;reduces $possessive sex drive.@@
+			$possessiveCap lack of balls @@.red;reduces $possessive sex drive.@@
 			<<set $slaves[$i].energy -= 2>>
 		<</if>>
 	<<else>>
@@ -4857,11 +4857,11 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<</if>>
 	<<if _frustration > 0>>
-		This @@color:red;affects her libido@@ and is
+		This @@.red;affects her libido@@ and is
 		<<if $slaves[$i].devotion > 50>>
 			annoying, but she puts up with it for your sake.
 		<<else>>
-			@@color:mediumorchid;annoying.@@
+			@@.mediumorchid;annoying.@@
 			<<set $slaves[$i].devotion -= _frustration*2>>
 		<</if>>
 		<<set $slaves[$i].energy -= _frustration*3>>
@@ -4873,7 +4873,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].fetish != "mindbroken">>
 <<if ($slaves[$i].devotion > 95)>>
 	<<if ($slaves[$i].energy <= 50)>>
-		She's so worshipful of you that she derives erotic satisfaction simply from being your slave, giving her @@color:green;more of an appetite for sex.@@
+		She's so worshipful of you that she derives erotic satisfaction simply from being your slave, giving her @@.green;more of an appetite for sex.@@
 		<<set $slaves[$i].energy += 1>>
 	<</if>>
 <<elseif ($slaves[$i].devotion > 50)>>
@@ -4882,26 +4882,26 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<elseif ($slaves[$i].energy <= 5)>>
 <<elseif ($slaves[$i].devotion > 20)>>
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>>
-		Her assignment constantly requires her to fuck. She obeys, but @@color:red;her appetite for sex is reduced.@@
+		Her assignment constantly requires her to fuck. She obeys, but @@.red;her appetite for sex is reduced.@@
 		<<set $slaves[$i].energy -= 2>>
 	<<else>>
-		Sometimes, she wishes she weren't a sex slave, @@color:red;reducing her appetite for sex,@@ though less than if her assignment required her to fuck constantly.
+		Sometimes, she wishes she weren't a sex slave, @@.red;reducing her appetite for sex,@@ though less than if her assignment required her to fuck constantly.
 		<<set $slaves[$i].energy -= 1>>
 	<</if>>
 <<elseif ($slaves[$i].devotion >= -20)>>
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>>
-		Her assignment forces her to let herself get fucked constantly, @@color:red;reducing her appetite for sex.@@
+		Her assignment forces her to let herself get fucked constantly, @@.red;reducing her appetite for sex.@@
 		<<set $slaves[$i].energy -= 3>>
 	<<else>>
-		She isn't used to life as a sex slave, and the constant sexual anxiety @@color:red;reduces her appetite for sex,@@ though less than if her assignment forced her to let herself get fucked constantly.
+		She isn't used to life as a sex slave, and the constant sexual anxiety @@.red;reduces her appetite for sex,@@ though less than if her assignment forced her to let herself get fucked constantly.
 		<<set $slaves[$i].energy -= 2>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>>
-		Her assignment subjects her to constant rape, @@color:red;rapidly reducing her appetite for sex.@@
+		Her assignment subjects her to constant rape, @@.red;rapidly reducing her appetite for sex.@@
 		<<set $slaves[$i].energy -= 5>>
 	<<else>>
-		She hates being a sex slave, @@color:red;reducing her appetite for sex,@@ though less than if her assignment subjected her to constant rape.
+		She hates being a sex slave, @@.red;reducing her appetite for sex,@@ though less than if her assignment subjected her to constant rape.
 		<<set $slaves[$i].energy -= 3>>
 	<</if>>
 <</if>>
@@ -4910,13 +4910,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if $slaves[$i].health > 90>>
 	<<if $slaves[$i].energy <= 70>>
-		$possessiveCap outstanding health produces a @@color:green;slow improvement in libido.@@
+		$possessiveCap outstanding health produces a @@.green;slow improvement in libido.@@
 		<<set $slaves[$i].energy += 1>>
 	<</if>>
 	<<if $slaves[$i].face > 80>>
 	<<if $slaves[$i].face <= 95>>
 	<<if $slaves[$i].trust > 95>>
-		$possessiveCap is so healthy and trusting that @@color:lime;the minute flaws in her facial appearance seem to be smoothed away@@ every time she sleeps.
+		$possessiveCap is so healthy and trusting that @@.lime;the minute flaws in her facial appearance seem to be smoothed away@@ every time she sleeps.
 		<<FaceIncrease $slaves[$i] 5>>
 	<</if>>
 	<</if>>
@@ -4926,7 +4926,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].trust > 95>>
 	<<if $slaves[$i].devotion > 95>>
 		<<if $slaves[$i].ageAdjust == 40>>
-			$possessiveCap has been living a happy, healthy and trusting life under you for so long that you swear @@color:lime;she looks a little younger@@ than a girl her age should.
+			$possessiveCap has been living a happy, healthy and trusting life under you for so long that you swear @@.lime;she looks a little younger@@ than a girl her age should.
 			<<set $slaves[$i].visualAge-->>
 			<<set $slaves[$i].ageAdjust = 0>>
 		<<elseif random(1,100) > 60>>
@@ -4938,7 +4938,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 <<elseif ($slaves[$i].health > 60)>>
 	<<if ($slaves[$i].energy <= 50)>>
-		$possessiveCap good health produces a @@color:green;slow improvement in libido.@@
+		$possessiveCap good health produces a @@.green;slow improvement in libido.@@
 		<<set $slaves[$i].energy += 1>>
 	<</if>>
 <</if>>
@@ -4947,7 +4947,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].health > 20>>
 	<<if $slaves[$i].curatives == 0 && $slaves[$i].inflationType != "curative">>
 	<<if $slaves[$i].physicalAge-30 > random(1,100)>>
-		The bloom comes off $possessive excellent health a little. It seems $possessive @@color:red;age@@ may be affecting $object.
+		The bloom comes off $possessive excellent health a little. It seems $possessive @@.red;age@@ may be affecting $object.
 		<<set $slaves[$i].health -= 10>>
 	<</if>>
 	<</if>>
@@ -4955,7 +4955,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].trust < random(1,100)>>
 	<<if $slaves[$i].health < random(1,100)>>
 	<<if $slaves[$i].physicalAge-30 > random(1,100)>>
-		$possessiveCap face looks @@color:orange;just a little older@@ than it did last week. $pronounCap's not getting any younger.
+		$possessiveCap face looks @@.orange;just a little older@@ than it did last week. $pronounCap's not getting any younger.
 		<<set $slaves[$i].face -= 2>>
 	<</if>>
 	<</if>>
@@ -4966,7 +4966,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if $slaves[$i].trust < -20>>
 	<<if $slaves[$i].devotion < -20>>
 		<<if $slaves[$i].ageAdjust == -40>>
-			$pronounCap has been living a miserable life under your feet for so long that you swear @@color:lime;she looks a little older@@ than a girl her age should.
+			$pronounCap has been living a miserable life under your feet for so long that you swear @@.lime;she looks a little older@@ than a girl her age should.
 			<<set $slaves[$i].visualAge++>>
 			<<set $slaves[$i].ageAdjust = 0>>
 		<<elseif random(1,100) > 40>>
@@ -5033,24 +5033,24 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if $slaves[$i].devotion > 50>>
 			the devoted slave bears with equanimity.
 		<<elseif $slaves[$i].devotion > 20>>
-			she can't help @@color:mediumorchid;resenting@@ a little.
+			she can't help @@.mediumorchid;resenting@@ a little.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif $slaves[$i].devotion >= -20>>
-			she @@color:mediumorchid;actively resents.@@
+			she @@.mediumorchid;actively resents.@@
 			<<set $slaves[$i].devotion -= 2>>
 		<<else>>
-			she @@color:mediumorchid;utterly detests.@@
+			she @@.mediumorchid;utterly detests.@@
 			<<set $slaves[$i].devotion -= 2>>
 		<</if>>
 		<<if $slaves[$i].devotion < 10>>
 		<<if $slaves[$i].trust > -20>>
-			She's @@color:gold;aware of her total vulnerability@@ to punishment.
+			She's @@.gold;aware of her total vulnerability@@ to punishment.
 			<<set $slaves[$i].trust -= 1>>
 		<</if>>
 		<</if>>
 		<<if ($slaves[$i].amp == 1)>>
 			<<if $slaves[$i].muscles > 5>>
-				As an amputee she @@color:orange;loses some muscle definition.@@
+				As an amputee she @@.orange;loses some muscle definition.@@
 				<<set $slaves[$i].muscles -= 3>>
 			<</if>>
 		<</if>>
@@ -5060,28 +5060,28 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) || $arcologies[0].FSAssetExpansionistResearch == 0>>
 		<<if ($slaves[$i].drugs != "breast injections" && $FSAssetExpansionistResearch == 0)>>
 		<<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*100))>>
-			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 9000+($slaves[$i].muscles*100), 25000)>>
 		<<else>>
-			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 9000+($slaves[$i].muscles*100), 25000)>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<<if ($slaves[$i].boobs > 20000)>>
-			Her giant breasts are so big they rest upon the floor, taking the weight off her body.  She finds pulling them along @@color:mediumorchid;mildly annoying@@.
+			Her giant breasts are so big they rest upon the floor, taking the weight off her body.  She finds pulling them along @@.mediumorchid;mildly annoying@@.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif ($slaves[$i].boobs > 11000)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				Her giant tits are debilitatingly big.  They are  @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her body.
+				Her giant tits are debilitatingly big.  They are  @@.mediumorchid;very uncomfortable@@ and @@.red;painful@@ for her body.
 					<<set $slaves[$i].devotion -= 3>>
 					<<set $slaves[$i].health -= 5>>
 			<</if>>
 		<<elseif ($slaves[$i].boobs > 8000)>>
 			<<if ($slaves[$i].muscles <= 30)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her slight form.
+				Dragging her huge tits around is @@.mediumorchid;uncomfortable@@ and @@.red;painful@@ for her slight form.
 				<<set $slaves[$i].devotion -= 2>>
 				<<set $slaves[$i].health -= 4>>
 			<</if>>
@@ -5089,7 +5089,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<elseif ($slaves[$i].boobs > 4000)>>
 			<<if ($slaves[$i].muscles <= 30)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form.
+				The weight of her big boobs is @@.mediumorchid;uncomfortable@@ for her slight form.
 				<<set $slaves[$i].devotion -= 2>>
 			<</if>>
 			<</if>>
@@ -5099,35 +5099,35 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) or $arcologies[0].FSAssetExpansionistResearch == 0>>
 		<<if ($slaves[$i].drugs != "breast injections" && $FSAssetExpansionistResearch == 0)>>
 		<<if ($slaves[$i].boobs > 5100+($slaves[$i].muscles*10))>>
-			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 5100+($slaves[$i].muscles*10), 25000)>>
 		<<else>>
-			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 5100+($slaves[$i].muscles*10), 25000)>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<<if ($slaves[$i].boobs > 8000)>>
-			Her giant breasts are so big they rest upon the floor, taking the weight off her tiny body.  She finds pulling them along @@color:mediumorchid;mildly annoying@@.
+			Her giant breasts are so big they rest upon the floor, taking the weight off her tiny body.  She finds pulling them along @@.mediumorchid;mildly annoying@@.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif ($slaves[$i].boobs > 5000)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				Her giant tits are debilitatingly big.  They are  @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her childish form.
+				Her giant tits are debilitatingly big.  They are  @@.mediumorchid;very uncomfortable@@ and @@.red;painful@@ for her childish form.
 			  	<<set $slaves[$i].devotion -= 3>>
 			 	<<set $slaves[$i].health -= 4>>
 		<</if>>
 		<<elseif ($slaves[$i].boobs > 2500)>>
 			<<if ($slaves[$i].muscles <= 80)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				Hauling her huge tits around is @@color:mediumorchid;uncomfortable@@ for her childish form.
+				Hauling her huge tits around is @@.mediumorchid;uncomfortable@@ for her childish form.
 			 	<<set $slaves[$i].devotion -= 2>>
 			<</if>>
 			<</if>>
 		<<elseif ($slaves[$i].boobs > 1000)>>
 			<<if ($slaves[$i].muscles <= 30)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form.
+				The weight of her big boobs is @@.mediumorchid;uncomfortable@@ for her slight form.
 				<<set $slaves[$i].devotion -= 1>>
 			<</if>>
 			<</if>>
@@ -5137,28 +5137,28 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>>
 		<<if ($slaves[$i].drugs != "breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>>
 		<<if ($slaves[$i].boobs > 7000+($slaves[$i].muscles*20))>>
-			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 7000+($slaves[$i].muscles*20), 25000)>>
 		<<else>>
-			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 7000+($slaves[$i].muscles*20), 25000)>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<<if ($slaves[$i].boobs > 12000)>>
-			Her giant breasts are so big they rest upon the floor, taking the weight off her young body.  She finds pulling them along @@color:mediumorchid;mildly annoying@@.
+			Her giant breasts are so big they rest upon the floor, taking the weight off her young body.  She finds pulling them along @@.mediumorchid;mildly annoying@@.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif ($slaves[$i].boobs > 9000)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				Her giant tits are debilitatingly big.  They are  @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her childish form.
+				Her giant tits are debilitatingly big.  They are  @@.mediumorchid;very uncomfortable@@ and @@.red;painful@@ for her childish form.
 				<<set $slaves[$i].devotion -= 3>>
 				<<set $slaves[$i].health -= 5>>
 			<</if>>
 		<<elseif ($slaves[$i].boobs > 5000)>>
 			<<if ($slaves[$i].muscles <= 80)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her childish form.
+				Dragging her huge tits around is @@.mediumorchid;uncomfortable@@ and @@.red;painful@@ for her childish form.
 				<<set $slaves[$i].devotion -= 2>>
 				<<set $slaves[$i].health -= 4>>
 			<</if>>
@@ -5166,7 +5166,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<elseif ($slaves[$i].boobs > 2000)>>
 			<<if ($slaves[$i].muscles <= 30)>>
 			<<if (canWalk($slaves[$i]) is true)>>
-				The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form.
+				The weight of her big boobs is @@.mediumorchid;uncomfortable@@ for her slight form.
 				<<set $slaves[$i].devotion -= 1>>
 			<</if>>
 			<</if>>
@@ -5176,33 +5176,33 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>>
 		<<if ($slaves[$i].drugs != "breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>>
 		<<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*50))>>
-			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 9000+($slaves[$i].muscles*50), 25000)>>
 		<<else>>
-			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@
+			Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
 			<<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 9000+($slaves[$i].muscles*50), 25000)>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<</if>>
 		<<if ($slaves[$i].boobs > 18000)>>
-			Her giant breasts are so big they rest upon the floor, taking the weight off her youthful body.  She finds pulling them along @@color:mediumorchid;mildly annoying@@.
+			Her giant breasts are so big they rest upon the floor, taking the weight off her youthful body.  She finds pulling them along @@.mediumorchid;mildly annoying@@.
 			<<set $slaves[$i].devotion -= 1>>
 		<<elseif ($slaves[$i].boobs > 10000)>>
-			Her giant tits are debilitatingly big.  They are  @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her youthful form.
+			Her giant tits are debilitatingly big.  They are  @@.mediumorchid;very uncomfortable@@ and @@.red;painful@@ for her youthful form.
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].health -= 10>>
 		<<elseif ($slaves[$i].boobs > 7000)>>
 			<<if ($slaves[$i].muscles <= 30)>>
 			<<if canWalk($slaves[$i])>>
-				Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her slight form.
+				Dragging her huge tits around is @@.mediumorchid;uncomfortable@@ and @@.red;painful@@ for her slight form.
 				<<set $slaves[$i].devotion -= 2, $slaves[$i].health -= 3>>
 			<</if>>
 			<</if>>
 		<<elseif ($slaves[$i].boobs > 2000)>>
 			<<if ($slaves[$i].muscles <= 5)>>
 			<<if canWalk($slaves[$i])>>
-				The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form.
+				The weight of her big boobs is @@.mediumorchid;uncomfortable@@ for her slight form.
 				<<set $slaves[$i].devotion -= 1>>
 			<</if>>
 			<</if>>
@@ -5212,52 +5212,52 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].preg > 30)>>
 		<<if ($slaves[$i].physicalAge < 4)>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her womb takes up most of her body and puts tremendous pressure on her skin and organs.  This is @@color:mediumorchid;very worrying@@ to her.  She is in @@color:red;constant pain@@ and each movement within her straining womb causes additional discomfort.  She is @@color:gold;terrified@@ that at any moment she could burst.
+				Her womb takes up most of her body and puts tremendous pressure on her skin and organs.  This is @@.mediumorchid;very worrying@@ to her.  She is in @@.red;constant pain@@ and each movement within her straining womb causes additional discomfort.  She is @@.gold;terrified@@ that at any moment she could burst.
 				<<set $slaves[$i].devotion -= 3>>
 				<<set $slaves[$i].health -= 20>>
 				<<set $slaves[$i].trust -= 8>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
-				Her womb greatly fills her body and compresses her internal organs. She is in constant @@color:mediumorchid;discomfort@@ and @@color:red;pain@@ and can't wait for these children to be born.
+				Her womb greatly fills her body and compresses her internal organs. She is in constant @@.mediumorchid;discomfort@@ and @@.red;pain@@ and can't wait for these children to be born.
 				<<set $slaves[$i].devotion -= 2>>
 				<<set $slaves[$i].health -= 10>>
 			<<else>>
-				Her full womb puts pressure on her organs.  It is quite @@color:mediumorchid;uncomfortable@@ to her.
+				Her full womb puts pressure on her organs.  It is quite @@.mediumorchid;uncomfortable@@ to her.
 				<<set $slaves[$i].devotion -= 2>>
 			<</if>>
 		<<elseif ($slaves[$i].physicalAge < 13)>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her bloated womb is constantly straining to hold together.  This is @@color:mediumorchid;very worrying@@ to her.  She moans @@color:red;painfully@@ with each movement within her.
+				Her bloated womb is constantly straining to hold together.  This is @@.mediumorchid;very worrying@@ to her.  She moans @@.red;painfully@@ with each movement within her.
 				<<set $slaves[$i].devotion -= 3>>
 				<<set $slaves[$i].health -= 10>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
 				<<if ($slaves[$i].muscles <= 30)>>
 				<<if canWalk($slaves[$i]) is true>>
-					Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@color:mediumorchid;very annoying@@ to her.
+					Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@.mediumorchid;very annoying@@ to her.
 					<<set $slaves[$i].devotion -= 2>>
 				<</if>>
 				<<else>>
 				<<if canWalk($slaves[$i]) is true>>
-					Her belly juts out @@color:mediumorchid;annoyingly@@ far.
+					Her belly juts out @@.mediumorchid;annoyingly@@ far.
 					<<set $slaves[$i].devotion -= 1>>
 				<</if>>
 				<</if>>
 			<<else>>
 				<<if ($slaves[$i].muscles <= 5)>>
 				<<if canWalk($slaves[$i]) is true>>
-					Her pregnant belly is quite tiring to carry around, leading her to be @@color:mediumorchid;somewhat annoyed@@.
+					Her pregnant belly is quite tiring to carry around, leading her to be @@.mediumorchid;somewhat annoyed@@.
 					<<set $slaves[$i].devotion -= 1>>
 				<</if>>
 				<</if>>
 			<</if>>
 		<<else>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her straining womb is @@color:mediumorchid;very worrying@@ to her.  She moans @@color:red;painfully@@ everytime one of her brood moves within her.
+				Her straining womb is @@.mediumorchid;very worrying@@ to her.  She moans @@.red;painfully@@ everytime one of her brood moves within her.
 				<<set $slaves[$i].devotion -= 3>>
 				<<set $slaves[$i].health -= 15>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
 				<<if ($slaves[$i].muscles <= 30)>>
 				<<if canWalk($slaves[$i]) is true>>
-					Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@color:mediumorchid;very annoying@@ to her.
+					Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@.mediumorchid;very annoying@@ to her.
 					<<set $slaves[$i].devotion -= 2>>
 				<</if>>
 				<</if>>
@@ -5266,40 +5266,40 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif ($slaves[$i].preg > 20)>>
 		<<if ($slaves[$i].physicalAge < 4)>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her womb is becoming @@color:mediumorchid;distressing@@ to her.  She is in @@color:red;pain@@ with each motion within her straining womb.  She is @@color:gold;terrified@@ of what awaits her at the end of this pregnancy.
+				Her womb is becoming @@.mediumorchid;distressing@@ to her.  She is in @@.red;pain@@ with each motion within her straining womb.  She is @@.gold;terrified@@ of what awaits her at the end of this pregnancy.
 				<<set $slaves[$i].devotion -= 3>>
 				<<set $slaves[$i].health -= 20>>
 				<<set $slaves[$i].trust -= 5>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
-				Her womb is becoming quite full causing her some @@color:mediumorchid;discomfort@@. She is eager to be free of this burden.
+				Her womb is becoming quite full causing her some @@.mediumorchid;discomfort@@. She is eager to be free of this burden.
 				<<set $slaves[$i].devotion -= 2>>
 			<<else>>
 				<<if canWalk($slaves[$i]) is true>>
-				Her big belly on her small body keeps getting in her way, @@color:mediumorchid;annoying her@@.
+				Her big belly on her small body keeps getting in her way, @@.mediumorchid;annoying her@@.
 				<<set $slaves[$i].devotion -= 1>>
 				<</if>>
 			<</if>>
 		<<elseif ($slaves[$i].physicalAge < 13)>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her bloated womb is beginning to get too crowded,  @@color:mediumorchid;worrying@@ her. She moans with @@color:red;discomfort@@ with each movement within her.
+				Her bloated womb is beginning to get too crowded,  @@.mediumorchid;worrying@@ her. She moans with @@.red;discomfort@@ with each movement within her.
 				<<set $slaves[$i].devotion -= 2>>
 				<<set $slaves[$i].health -= 10>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
 				<<if ($slaves[$i].muscles <= 30)>>
 				<<if canWalk($slaves[$i]) is true>>
-					Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her.
+					Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@.mediumorchid;annoying@@ to her.
 					<<set $slaves[$i].devotion -= 1>>
 				<</if>>
 				<</if>>
 			<</if>>
 		<<else>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her swelling womb is @@color:mediumorchid; worrying@@ her.
+				Her swelling womb is @@.mediumorchid; worrying@@ her.
 				<<set $slaves[$i].devotion -= 2>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
 				<<if ($slaves[$i].muscles <= 30)>>
 				<<if canWalk($slaves[$i]) is true>>
-					Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her.
+					Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@.mediumorchid;annoying@@ to her.
 					<<set $slaves[$i].devotion -= 1>>
 				<</if>>
 				<</if>>
@@ -5309,12 +5309,12 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<else>> /* FUCKDOLL PHYSICAL EFFECTS */
 	<<if $slaves[$i].eyes > 0>>
 	<<if $slaves[$i].fuckdoll > random(20,100)>>
-		Its suit blinds it, and its @@color:mediumorchid;vision worsens@@ from long disuse.
+		Its suit blinds it, and its @@.mediumorchid;vision worsens@@ from long disuse.
 		<<set $slaves[$i].eyes = -1>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].curatives == 0 && $slaves[$i].inflationType != "curative">>
-		The extreme physical stress of living in the suit @@color:red;damages its health.@@
+		The extreme physical stress of living in the suit @@.red;damages its health.@@
 		<<set $slaves[$i].health = -10>>
 	<<else>>
 		The <<if $slaves[$i].curatives == 1>>preventatives<<elseif $slaves[$i].inflationType == "curative">>rectal curatives<<else>>curatives<</if>> protect it from the extreme physical stress of living in the suit.
@@ -5326,7 +5326,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].boobs > 7500)>>
 	<<if $boobAccessibility == 1>>
 	<<if ($slaves[$i].devotion > 20)>>
-		She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with gigantic boobs.
+		She's @@.mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with gigantic boobs.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<<else>>
@@ -5334,10 +5334,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].devotion > 50)>>
 		Since she's devoted to you, she just does her best.
 	<<elseif ($slaves[$i].trust > -20)>>
-		This torment makes her @@color:gold;less trusting@@ of your willingness to look after her.
+		This torment makes her @@.gold;less trusting@@ of your willingness to look after her.
 		<<set $slaves[$i].trust -= 2>>
 	<<else>>
-		She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily.
+		She already believes you capable of tormenting her, so this proof of your indifference @@.mediumorchid;angers her@@ daily.
 		<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 	<</if>>
@@ -5347,13 +5347,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if ($slaves[$i].lactation > 1)>>
 <<if ($slaves[$i].boobs < 800)>>
-	The powerful lactation drugs $pronoun's implanted with @@color:lime;rapidly swell $possessive small breasts.@@
+	The powerful lactation drugs $pronoun's implanted with @@.lime;rapidly swell $possessive small breasts.@@
 	<<set $slaves[$i].boobs += 100>>
 <<elseif ($slaves[$i].boobs < 1600)>>
-	The powerful lactation drugs $pronoun's implanted with @@color:lime;slowly swell $possessive big breasts.@@
+	The powerful lactation drugs $pronoun's implanted with @@.lime;slowly swell $possessive big breasts.@@
 	<<set $slaves[$i].boobs += 50>>
 <<elseif ($slaves[$i].boobs < 3000)>>
-	The powerful lactation drugs $pronoun's implanted with @@color:lime;gradually swell $possessive enormous breasts.@@
+	The powerful lactation drugs $pronoun's implanted with @@.lime;gradually swell $possessive enormous breasts.@@
 	<<set $slaves[$i].boobs += 25>>
 <</if>>
 <</if>>
@@ -5363,10 +5363,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].boobsImplant < 500)>>
 	<<if $slaves[$i].physicalAge < random(10,200)>>
 	<<if $slaves[$i].boobShape == "perky">>
-		$possessiveCap @@color:orange;breasts lose their perkiness@@ under their own titanic weight. Their nipples now point forward and $possessive boobs rest more heavily against the chest beneath them.
+		$possessiveCap @@.orange;breasts lose their perkiness@@ under their own titanic weight. Their nipples now point forward and $possessive boobs rest more heavily against the chest beneath them.
 		<<set $slaves[$i].boobShape to "torpedo-shaped">>
 	<<elseif $slaves[$i].boobShape != "saggy">>
-		$possessiveCap @@color:orange;breasts become saggy@@ under their own titanic weight. Their nipples now point downward and $possessive bosom sways pendulously with $possessive every movement.
+		$possessiveCap @@.orange;breasts become saggy@@ under their own titanic weight. Their nipples now point downward and $possessive bosom sways pendulously with $possessive every movement.
 		<<set $slaves[$i].boobShape to "saggy">>
 	<</if>>
 	<</if>>
@@ -5378,13 +5378,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].fetish != "mindbroken">>
 <<if canWalk($slaves[$i])>>
 <<if $slaves[$i].bellyImplant >= 32000>>
-	Her belly implant takes up most of her body cavity, is tremendously heavy, and protrudes massively from her abdomen. Between constantly bumping things and the discomfort of being so extremely full, her belly is @@color:mediumorchid;really frustrating@@ to her.
+	Her belly implant takes up most of her body cavity, is tremendously heavy, and protrudes massively from her abdomen. Between constantly bumping things and the discomfort of being so extremely full, her belly is @@.mediumorchid;really frustrating@@ to her.
 	<<set $slaves[$i].devotion -= 3>>
 <<elseif $slaves[$i].bellyImplant >= 16000>>
-	Her belly implant takes up a good deal of her body cavity, is extremely heavy, and protrudes greatly from her abdomen. Between constantly bumping things and the discomfort of being so very full, her belly is @@color:mediumorchid;very annoying@@ to her.
+	Her belly implant takes up a good deal of her body cavity, is extremely heavy, and protrudes greatly from her abdomen. Between constantly bumping things and the discomfort of being so very full, her belly is @@.mediumorchid;very annoying@@ to her.
 	<<set $slaves[$i].devotion -= 2>>
 <<elseif $slaves[$i].bellyImplant >= 8000>>
-	Her belly implant is quite heavy and tends to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her.
+	Her belly implant is quite heavy and tends to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@.mediumorchid;annoying@@ to her.
 	<<set $slaves[$i].devotion -= 1>>
 <</if>>
 <</if>>
@@ -5393,7 +5393,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if $slaves[$i].cervixImplant == 1>>
 	<<if ($slaves[$i].bellyImplant >= 40000) || (($slaves[$i].bellyImplant > 10000) && ($arcologies[0].FSTransformationFetishistResearch != 1))>>
-		$possessiveCap cervix implant detected that the volume of filler in $slaves[$i].slaveName's belly reached $possessiveCap implant's threshold, and @@color:orange;opens backflow@@ several times throughout week. 
+		$possessiveCap cervix implant detected that the volume of filler in $slaves[$i].slaveName's belly reached $possessiveCap implant's threshold, and @@.orange;opens backflow@@ several times throughout week. 
 		<<if $arcologies[0].FSTransformationFetishistResearch != 1>>
 			<<set $slaves[$i].bellyImplant = 10000>>
 		<<else>>
@@ -5406,37 +5406,37 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $masterSuitePregnancySlaveLuxuries is 1 and $slaves[$i].pregType is 50 and ($slaves[$i].assignment is "serve in the master suite" or $slaves[$i].assignment is "be your Concubine">>
 <<if $slaves[$i].diet != "high caloric">>
 <<if $slaves[$i].preg > 20>>
-	The pregnancy generator places heavy strain on her as her body @@color:red;consumes itself@@ to keep releasing eggs and maintain her many developing babies.
+	The pregnancy generator places heavy strain on her as her body @@.red;consumes itself@@ to keep releasing eggs and maintain her many developing babies.
 	<<set $slaves[$i].health -= 1>>
 	<<if $slaves[$i].weight lt -2>>
 		<<set $slaves[$i].health -= 1>>
 	<</if>>
 	<<set $slaves[$i].chem += 2>>
 	<<if $slaves[$i].weight lt -2>>
-		She is @@color:mediumorchid;gravely concerned@@ over her withered body and @@color:gold;terrified@@ of what will happen next.
+		She is @@.mediumorchid;gravely concerned@@ over her withered body and @@.gold;terrified@@ of what will happen next.
 	  	<<set $slaves[$i].devotion -= 4.0>>
 		<<set $slaves[$i].trust -= 4.0>>
 	<<else>>
-		She is @@color:mediumorchid;concerned@@ by her withering body and @@color:gold;fears@@ her future.
+		She is @@.mediumorchid;concerned@@ by her withering body and @@.gold;fears@@ her future.
 	  	<<set $slaves[$i].devotion -= 1.0>>
 		<<set $slaves[$i].trust -= 1.0>>
 	<</if>>
 	<<if $slaves[$i].physicalAge lt 12>>
 	  Her very young body is decimated by it.
 		<<if random(2,10) gt $slaves[$i].health and $slaves[$i].weight gt -3>>
-		  She has @@color:red;lost weight@@.
+		  She has @@.red;lost weight@@.
 			<<set $slaves[$i].weight -= 2>>
 		<</if>>
 		<<if random(2,10) gt $slaves[$i].health and $slaves[$i].muscles gt 0>>
-		  She has @@color:red;lost muscle mass@@.
+		  She has @@.red;lost muscle mass@@.
 			<<set $slaves[$i].muscles -= 2>>
 		<</if>>
 		<<if random(2,10) gt $slaves[$i].health and $slaves[$i].boobs gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her breasts@@.
 				<<set $slaves[$i].boobs -= 5000>>
 			<<else>>
-			  She has @@color:red;lost breast tissue@@.
+			  She has @@.red;lost breast tissue@@.
 				<<set $slaves[$i].boobs -= 300>>
 			<</if>>
 			<<if $slaves[$i].boobs lt 0>>
@@ -5445,10 +5445,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<if random(2,10) gt $slaves[$i].health and $slaves[$i].butt gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her ass fat@@.
 				<<set $slaves[$i].butt -= 4>>
 			<<else>>
-			  She has @@color:red;lost some ass fat@@.
+			  She has @@.red;lost some ass fat@@.
 				<<set $slaves[$i].butt -= 3>>
 			<</if>>
 			<<if $slaves[$i].butt lt 0>>
@@ -5458,19 +5458,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif $slaves[$i].physicalAge lt 18>>
 	  Her young body suffers greatly from it.
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].weight gt -3>>
-		  She has @@color:red;lost weight@@.
+		  She has @@.red;lost weight@@.
 			<<set $slaves[$i].weight -= 2>>
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>>
-		  She has @@color:red;lost muscle mass@@.
+		  She has @@.red;lost muscle mass@@.
 			<<set $slaves[$i].muscles -= 2>>
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].boobs gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her breasts@@.
 				<<set $slaves[$i].boobs -= 2000>>
 			<<else>>
-			  She has @@color:red;lost breast tissue@@.
+			  She has @@.red;lost breast tissue@@.
 				<<set $slaves[$i].boobs -= 200>>
 			<</if>>
 			<<if $slaves[$i].boobs lt 0>>
@@ -5479,10 +5479,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].butt gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her ass fat@@.
 				<<set $slaves[$i].butt -= 3>>
 			<<else>>
-			  She has @@color:red;lost some ass fat@@.
+			  She has @@.red;lost some ass fat@@.
 				<<set $slaves[$i].butt -= 2>>
 			<</if>>
 			<<if $slaves[$i].butt lt 0>>
@@ -5492,19 +5492,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<elseif $slaves[$i].physicalAge gt 32>>
 	  Her mature body handles it well.
 		<<if random(1,6) gt $slaves[$i].health and $slaves[$i].weight gt -3>>
-		  She has @@color:red;lost weight@@.
+		  She has @@.red;lost weight@@.
 			<<set $slaves[$i].weight -= 1>>
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>>
-		  She has @@color:red;lost muscle mass@@.
+		  She has @@.red;lost muscle mass@@.
 			<<set $slaves[$i].muscles -= 1>>
 		<</if>>
 		<<if random(1,6) gt $slaves[$i].health and $slaves[$i].boobs gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her breasts@@.
 				<<set $slaves[$i].boobs -= 1000>>
 			<<else>>
-			  She has @@color:red;lost breast tissue@@.
+			  She has @@.red;lost breast tissue@@.
 				<<set $slaves[$i].boobs -= 50>>
 			<</if>>
 			<<if $slaves[$i].boobs lt 0>>
@@ -5513,10 +5513,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<if random(1,6) gt $slaves[$i].health and $slaves[$i].butt gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her ass fat@@.
 				<<set $slaves[$i].butt -= 2>>
 			<<else>>
-			  She has @@color:red;lost some ass fat@@.
+			  She has @@.red;lost some ass fat@@.
 				<<set $slaves[$i].butt -= 1>>
 			<</if>>
 			<<if $slaves[$i].butt lt 0>>
@@ -5525,19 +5525,19 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 	<<else>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].weight gt -3>>
-		  She has @@color:red;lost weight@@.
+		  She has @@.red;lost weight@@.
 			<<set $slaves[$i].weight -= 1>>
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>>
-		  She has @@color:red;lost muscle mass@@.
+		  She has @@.red;lost muscle mass@@.
 			<<set $slaves[$i].muscles -= 1>>
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].boobs gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her breasts@@.
 				<<set $slaves[$i].boobs -= 1000>>
 			<<else>>
-			  She has @@color:red;lost breast tissue@@.
+			  She has @@.red;lost breast tissue@@.
 				<<set $slaves[$i].boobs -= 100>>
 			<</if>>
 			<<if $slaves[$i].boobs lt 0>>
@@ -5546,10 +5546,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<</if>>
 		<<if random(1,8) gt $slaves[$i].health and $slaves[$i].butt gt 0>>
 			<<if $slaves[$i].weight lte -3>>
-			  With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@.
+			  With nothing else to draw from, her body @@.red;rapidly consumes her ass fat@@.
 				<<set $slaves[$i].butt -= 2>>
 			<<else>>
-			  She has @@color:red;lost some ass fat@@.
+			  She has @@.red;lost some ass fat@@.
 				<<set $slaves[$i].butt -= 1>>
 			<</if>>
 			<<if $slaves[$i].butt lt 0>>
@@ -5561,29 +5561,29 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].preg gt 30>>
 	<<if $slaves[$i].amp isnot 1>>
 	<<if $slaves[$i].devotion lt -4 and ($slaves[$i].fetish isnot "mindbroken")>>
-	  When she isn't laboring or performing her duties she can be seen pressing down on her grotesque belly desperately trying to coax the device out of her body.  She is  @@color:gold;mortified@@ by her body and @@color:mediumorchid;loathes you@@ for doing this to her.
+	  When she isn't laboring or performing her duties she can be seen pressing down on her grotesque belly desperately trying to coax the device out of her body.  She is  @@.gold;mortified@@ by her body and @@.mediumorchid;loathes you@@ for doing this to her.
 	  	<<set $slaves[$i].devotion -= 4.0>>
 		<<set $slaves[$i].trust -= 4.0>>
 	<<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>>
-	  She runs her hands across her bulging belly, feeling the life within threatening to burst her.  She is  @@color:gold;disgusted@@ by her body and @@color:mediumorchid;hates you@@ for doing this to her.
+	  She runs her hands across her bulging belly, feeling the life within threatening to burst her.  She is  @@.gold;disgusted@@ by her body and @@.mediumorchid;hates you@@ for doing this to her.
 	  	<<set $slaves[$i].devotion -= 3.0>>
 		<<set $slaves[$i].trust -= 3.0>>
 	<<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>>
-	  She runs her hands across her bulging belly, feeling the life within growing larger.  She is  @@color:gold;concerned@@ by her body and @@color:mediumorchid;is uncertain@@ on her situation.
+	  She runs her hands across her bulging belly, feeling the life within growing larger.  She is  @@.gold;concerned@@ by her body and @@.mediumorchid;is uncertain@@ on her situation.
 	  	<<set $slaves[$i].devotion -= 2.0>>
 		<<set $slaves[$i].trust -= 2.0>>
 	<</if>>
 	<<else>>
 	<<if $slaves[$i].devotion lt -4 and ($slaves[$i].fetish isnot "mindbroken")>>
-	  When she isn't laboring or performing her duties she can be seen desperately thrashing trying to coax the device out of her body.  She is  @@color:gold;mortified@@ by her body and @@color:mediumorchid;loathes you@@ for doing this to her.
+	  When she isn't laboring or performing her duties she can be seen desperately thrashing trying to coax the device out of her body.  She is  @@.gold;mortified@@ by her body and @@.mediumorchid;loathes you@@ for doing this to her.
 	  	<<set $slaves[$i].devotion -= 4.0>>
 		<<set $slaves[$i].trust -= 4.0>>
 	<<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>>
-	  She attempts to shift beneath her bulging belly, feeling the life within threatening to burst her.  She is  @@color:gold;disgusted@@ by her body and @@color:mediumorchid;hates you@@ for doing this to her.
+	  She attempts to shift beneath her bulging belly, feeling the life within threatening to burst her.  She is  @@.gold;disgusted@@ by her body and @@.mediumorchid;hates you@@ for doing this to her.
 	  	<<set $slaves[$i].devotion -= 3.0>>
 		<<set $slaves[$i].trust -= 3.0>>
 	<<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>>
-	  She pushes her bulging belly out, feeling the life within growing larger.  She is  @@color:gold;concerned@@ by her body and @@color:mediumorchid;is uncertain@@ on her situation.
+	  She pushes her bulging belly out, feeling the life within growing larger.  She is  @@.gold;concerned@@ by her body and @@.mediumorchid;is uncertain@@ on her situation.
 	  	<<set $slaves[$i].devotion -= 2.0>>
 		<<set $slaves[$i].trust -= 2.0>>
 	<</if>>
@@ -5609,7 +5609,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<</if>>
 <</if>>
 <<else>>
-	Her high-calorie and nutrient filled diet allows her body to handle its demanding pregnancy, though being stuffed only compounds the pressure within her abdomen. She @@color:mediumorchid;resents@@ needing to have her stomach bloated with food at all times, but @@color:mediumaquamarine;appreciates@@ the effort you are putting into keeping her healthy.
+	Her high-calorie and nutrient filled diet allows her body to handle its demanding pregnancy, though being stuffed only compounds the pressure within her abdomen. She @@.mediumorchid;resents@@ needing to have her stomach bloated with food at all times, but @@.mediumaquamarine;appreciates@@ the effort you are putting into keeping her healthy.
 	<<set $slaves[$i].devotion -= 0.2>>
 	<<set $slaves[$i].trust += 0.3>>
 <</if>>
@@ -5624,7 +5624,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].preg > 30 && $slaves[$i].pregType >= 2) || ($slaves[$i].preg > 20 && $slaves[$i].pregType >= 10) || ($slaves[$i].preg > 10 && $slaves[$i].pregType >= 20)>>
   <<if $pregAccessibility == 1>>
     <<if ($slaves[$i].devotion > 20)>>
-      She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to heavily pregnant life.
+      She's @@.mediumaquamarine;thankful@@ to you for providing living spaces adapted to heavily pregnant life.
       <<set $slaves[$i].trust += 1>>
 	<</if>>
   <<else>>
@@ -5632,10 +5632,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
     <<if ($slaves[$i].devotion > 50)>>
       Since she's devoted to you, she just does her best.
     <<elseif ($slaves[$i].trust > -20)>>
-      This torment makes her @@color:gold;less trusting@@ of your willingness to look after her.
+      This torment makes her @@.gold;less trusting@@ of your willingness to look after her.
       <<set $slaves[$i].trust -= 2>>
     <<else>>
-      She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily.
+      She already believes you capable of tormenting her, so this proof of your indifference @@.mediumorchid;angers her@@ daily.
      <<set $slaves[$i].devotion -= 2>>
 	<</if>>
   <</if>>
@@ -5643,7 +5643,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].bellyImplant >= 10000>>
   <<if $pregAccessibility == 1>>
     <<if ($slaves[$i].devotion > 20)>>
-      She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous belly.
+      She's @@.mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous belly.
       <<set $slaves[$i].trust += 1>>
 	<</if>>
   <<else>>
@@ -5651,10 +5651,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
     <<if ($slaves[$i].devotion > 40)>>
       Since she's devoted to you, she just does her best.
     <<elseif ($slaves[$i].trust > -20)>>
-      This torment makes her @@color:gold;less trusting@@ of your willingness to look after her.
+      This torment makes her @@.gold;less trusting@@ of your willingness to look after her.
       <<set $slaves[$i].trust -= 2>>
     <<else>>
-      She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily.
+      She already believes you capable of tormenting her, so this proof of your indifference @@.mediumorchid;angers her@@ daily.
       <<set $slaves[$i].devotion -= 2>>
 	<</if>>
   <</if>>
@@ -5662,14 +5662,14 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if canWalk($slaves[$i]) is true>>
 <<if ($slaves[$i].dick >= 30)>>
-	Her titanic penis rests upon the floor even when she stands. She finds moving @@color:mediumorchid;terrifying@@ since she drags her cock along.
+	Her titanic penis rests upon the floor even when she stands. She finds moving @@.mediumorchid;terrifying@@ since she drags her cock along.
 	<<set $slaves[$i].devotion -= 3>>
 <<elseif ($slaves[$i].dick > 20)>>
-	Her enormous cock is @@color:mediumorchid;very uncomfortable@@ for her to drag around.
+	Her enormous cock is @@.mediumorchid;very uncomfortable@@ for her to drag around.
 	<<set $slaves[$i].devotion -= 2>>
 <<elseif ($slaves[$i].dick >= 10)>>
 	<<if canWalk($slaves[$i]) is true>>
-	Her giant dick is @@color:mediumorchid;uncomfortable@@ for her body.
+	Her giant dick is @@.mediumorchid;uncomfortable@@ for her body.
 	<<set $slaves[$i].devotion -= 1>>
 	<</if>>
 <</if>>
@@ -5678,7 +5678,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].dick >= 20)>>
   <<if $dickAccessibility == 1>>
     <<if ($slaves[$i].devotion > 20)>>
-      She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous dick.
+      She's @@.mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous dick.
       <<set $slaves[$i].trust += 1>>
 	<</if>>
   <<else>>
@@ -5686,10 +5686,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
     <<if ($slaves[$i].devotion > 50)>>
       Since she's devoted to you, she just does her best.
     <<elseif ($slaves[$i].trust > -20)>>
-      This torment makes her @@color:gold;less trusting@@ of your willingness to look after her.
+      This torment makes her @@.gold;less trusting@@ of your willingness to look after her.
       <<set $slaves[$i].trust -= 2>>
     <<else>>
-      She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily.
+      She already believes you capable of tormenting her, so this proof of your indifference @@.mediumorchid;angers her@@ daily.
       <<set $slaves[$i].devotion -= 3>>
 	<</if>>
   <</if>>
@@ -5697,13 +5697,13 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 <<if canWalk($slaves[$i]) is true>>
 <<if ($slaves[$i].balls > 90)>>
-	Her titanic balls rest upon the floor even when she stands.  She finds them @@color:mediumorchid;annoying@@ to lug around.
+	Her titanic balls rest upon the floor even when she stands.  She finds them @@.mediumorchid;annoying@@ to lug around.
 	<<set $slaves[$i].devotion -= 1>>
 <<elseif ($slaves[$i].balls > 50)>>
-	Her enormous balls are @@color:mediumorchid;very uncomfortable@@ for her to carry.
+	Her enormous balls are @@.mediumorchid;very uncomfortable@@ for her to carry.
 	<<set $slaves[$i].devotion -= 2>>
 <<elseif ($slaves[$i].balls > 25)>>
-	Her huge balls are @@color:mediumorchid;uncomfortable@@ for her body.
+	Her huge balls are @@.mediumorchid;uncomfortable@@ for her body.
 	<<set $slaves[$i].devotion -= 1>>
 <</if>>
 <</if>>
@@ -5711,7 +5711,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].balls > 90)>>
   <<if $ballsAccessibility == 1>>
     <<if ($slaves[$i].devotion > 20)>>
-      She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with enormous testicles.
+      She's @@.mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with enormous testicles.
       <<set $slaves[$i].trust += 1>>
 	<</if>>
   <<else>>
@@ -5719,10 +5719,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
     <<if ($slaves[$i].devotion > 50)>>
       Since she's devoted to you, she just does her best.
     <<elseif ($slaves[$i].trust > -20)>>
-      This torment makes her @@color:gold;less trusting@@ of your willingness to look after her.
+      This torment makes her @@.gold;less trusting@@ of your willingness to look after her.
       <<set $slaves[$i].trust -= 2>>
     <<else>>
-      She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily.
+      She already believes you capable of tormenting her, so this proof of your indifference @@.mediumorchid;angers her@@ daily.
       <<set $slaves[$i].devotion -= 3>>
 	<</if>>
   <</if>>
@@ -5733,20 +5733,20 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<if ($slaves[$i].devotion > 50)>>
 		Since she's devoted to you, she embraces her wide body and does everything she can to show it off for you.
 	<<elseif ($slaves[$i].devotion > -20)>>
-		This gait makes her feel like a huge whore, @@color:hotpink;increasing her submissiveness.@@
+		This gait makes her feel like a huge whore, @@.hotpink;increasing her submissiveness.@@
 		<<set $slaves[$i].deoviton += 2>>
 	<<else>>
-		She hates that she is forced to bear such freakish hips and @@color:mediumorchid;blames you@@ for every trip, bumped object, and hip checked slave.
+		She hates that she is forced to bear such freakish hips and @@.mediumorchid;blames you@@ for every trip, bumped object, and hip checked slave.
 		<<set $slaves[$i].devotion -= 3>>
 	<</if>>
 <</if>>
 
 <<if canWalk($slaves[$i]) is true>>
 <<if ($slaves[$i].butt > 15)>>
-	Her butt is a massive burden to her. She dreads walking down narrow hallways and getting dressed in the morning. She live a life of @@color:mediumorchid;annoyance@@ over knocking things over, bumping people, and getting stuck in chairs with her godly ass.
+	Her butt is a massive burden to her. She dreads walking down narrow hallways and getting dressed in the morning. She live a life of @@.mediumorchid;annoyance@@ over knocking things over, bumping people, and getting stuck in chairs with her godly ass.
 	<<set $slaves[$i].devotion -= 2>>
 <<elseif ($slaves[$i].butt > 10)>>
-	Her butt has gotten absolutely enormous. She finds it a  @@color:mediumorchid;massive nuisance@@ to live with.
+	Her butt has gotten absolutely enormous. She finds it a  @@.mediumorchid;massive nuisance@@ to live with.
 	<<set $slaves[$i].devotion -= 1>>
 <</if>>
 <</if>>
@@ -5754,7 +5754,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if ($slaves[$i].butt > 15)>>
   <<if $buttAccessibility == 1>>
     <<if ($slaves[$i].devotion > 20)>>
-      She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with way too much excess junk in the trunk.
+      She's @@.mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with way too much excess junk in the trunk.
       <<set $slaves[$i].trust += 1>>
 	<</if>>
   <<else>>
@@ -5762,10 +5762,10 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
     <<if ($slaves[$i].devotion > 50)>>
       Since she's devoted to you, she just does her best.
     <<elseif ($slaves[$i].trust > -20)>>
-      This torment makes her @@color:gold;less trusting@@ of your willingness to look after her.
+      This torment makes her @@.gold;less trusting@@ of your willingness to look after her.
       <<set $slaves[$i].trust -= 1>>
     <<else>>
-      She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily.
+      She already believes you capable of tormenting her, so this proof of your indifference @@.mediumorchid;angers her@@ daily.
       <<set $slaves[$i].devotion -= 2>>
 	<</if>>
   <</if>>
@@ -5781,25 +5781,25 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<set $slaves[$i].health -= 10>>
 	<<switch $seed>>
 	<<case 1>>
-		A routine medical scan detects a small, benign growth in one of $possessive breasts. The autosurgery removes it with only @@color:red;minor health consequences,@@
+		A routine medical scan detects a small, benign growth in one of $possessive breasts. The autosurgery removes it with only @@.red;minor health consequences,@@
 	<<case 2>>
-		A routine medical scan detects a small, benign growth <<if ($slaves[$i].ovaries == 1)>>on one of $possessive ovaries<<elseif ($slaves[$i].balls > 0)>>in one of $possessive testicles<<else>>in $possessive abdomen<</if>>. The autosurgery removes it with only @@color:red;minor health consequences,@@
+		A routine medical scan detects a small, benign growth <<if ($slaves[$i].ovaries == 1)>>on one of $possessive ovaries<<elseif ($slaves[$i].balls > 0)>>in one of $possessive testicles<<else>>in $possessive abdomen<</if>>. The autosurgery removes it with only @@.red;minor health consequences,@@
 	<<case 3>>
-		$pronounCap experiences a troublingly severe panic attack one morning. It passes with @@color:red;a minor dose of medication,@@
+		$pronounCap experiences a troublingly severe panic attack one morning. It passes with @@.red;a minor dose of medication,@@
 	<<case 4>>
-		$pronounCap suffers a series of severe headaches. they pass with @@color:red;a minor dose of medication,@@
+		$pronounCap suffers a series of severe headaches. they pass with @@.red;a minor dose of medication,@@
 	<<case 5>>
-		$pronounCap experiences recurrent nausea this week. It passes with @@color:red;a minor dose of medication,@@
+		$pronounCap experiences recurrent nausea this week. It passes with @@.red;a minor dose of medication,@@
 	<<case 6>>
-		$pronounCap experiences troublingly severe night terrors several times this week. @@color:red;A minor dose of medication@@ resolves them,
+		$pronounCap experiences troublingly severe night terrors several times this week. @@.red;A minor dose of medication@@ resolves them,
 	<<case 7>>
-		A routine medical scan detects a minor arrhythmia in $possessive heart. @@color:red;A minor dose of medication@@ resolves it,
+		A routine medical scan detects a minor arrhythmia in $possessive heart. @@.red;A minor dose of medication@@ resolves it,
 	<<case 8>>
-		A trivial injury turns serious when $possessive blood takes an unnaturally long time to clot. The autosurgery patches $possessive up with only @@color:red;minor health consequences,@@
+		A trivial injury turns serious when $possessive blood takes an unnaturally long time to clot. The autosurgery patches $possessive up with only @@.red;minor health consequences,@@
 	<<case 9>>
-		An unsightly new vein becomes visible, just under $possessive $slaves[$i].skin skin. The autosurgery removes it with only @@color:red;minor health consequences,@@
+		An unsightly new vein becomes visible, just under $possessive $slaves[$i].skin skin. The autosurgery removes it with only @@.red;minor health consequences,@@
 	<<default>>
-		$pronounCap seems @@color:red;slightly ill@@ this week. $pronounCap recovers quickly,
+		$pronounCap seems @@.red;slightly ill@@ this week. $pronounCap recovers quickly,
 	<</switch>>
 	but it's likely this is a side effect of the heavy drug treatments $pronoun's received.
 	<<if $arcologies[0].FSBodyPuristLaw == 1>>
@@ -5812,7 +5812,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <</if>>
 
 <<if ($slaves[$i].scarheal == 5)>>
-	$slaves[$i].slaveName's wound has @@color:green;healed@@ leaving a big scar. It is still @@color:red;quite ugly@@ but doesn't hurt anymore.
+	$slaves[$i].slaveName's wound has @@.green;healed@@ leaving a big scar. It is still @@.red;quite ugly@@ but doesn't hurt anymore.
 	<<set $slaves[$i].scar -= 1>>
 <</if>>
 
@@ -5859,34 +5859,34 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		<<set $slaves[$i].accent -= 1>>
 		<<set $slaves[$i].speechRules = "accent elimination">>
 		<<if $slaves[$i].voice == 0 || $slaves[$i].lips > 95>>
-			She has managed to pick up enough $language that @@color:green;she could now barely get her point across.@@ If she were able to talk, that is.
+			She has managed to pick up enough $language that @@.green;she could now barely get her point across.@@ If she were able to talk, that is.
 		<<else>>
-			She has managed to pick up enough $language that @@color:green;she can now barely get her point across.@@ Her accent is horrible, but it's a start.
+			She has managed to pick up enough $language that @@.green;she can now barely get her point across.@@ Her accent is horrible, but it's a start.
 		<</if>>
 	<</if>>
 <<elseif $slaves[$i].accent >= 3>>
 	<<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5)>>
 		<<set $slaves[$i].accent -= 1>>
 		<<if $slaves[$i].voice == 0 || $slaves[$i].lips > 95>>
-			She has managed to pick up enough $language that @@color:green;she's now reasonably fluent in the language.@@
+			She has managed to pick up enough $language that @@.green;she's now reasonably fluent in the language.@@
 		<<else>>
-			She has managed to pick up enough $language that @@color:green;she's now reasonably fluent in the language.@@ Her accent is quite heavy, but she can make herself understood.
+			She has managed to pick up enough $language that @@.green;she's now reasonably fluent in the language.@@ Her accent is quite heavy, but she can make herself understood.
 		<</if>>
 	<</if>>
 <<elseif $slaves[$i].accent >= 2>>
 	<<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5) + 5>>
 		<<set $slaves[$i].accent -= 1>>
 		<<if $slaves[$i].voice == 0 || $slaves[$i].lips > 95>>
-			She has heard a great deal of $language as your slave. Were she able to talk, @@color:green;her accent would be pleasantly exotic.@@
+			She has heard a great deal of $language as your slave. Were she able to talk, @@.green;her accent would be pleasantly exotic.@@
 		<<else>>
-			She has heard and spoken a great deal of $language as your slave. @@color:green;Her accent has diminished from heavy to a pleasant exoticism.@@
+			She has heard and spoken a great deal of $language as your slave. @@.green;Her accent has diminished from heavy to a pleasant exoticism.@@
 		<</if>>
 	<</if>>
 <<elseif $slaves[$i].accent >= 1>>
 	<<if $slaves[$i].speechRules is "accent elimination">>
 	<<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5) + 10>>
 		<<set $slaves[$i].accent -= 1>>
-		She does her best to speak proper, unaccented $language, as encouraged by the rules. @@color:green;Her accent has diminished to imperceptibility.@@
+		She does her best to speak proper, unaccented $language, as encouraged by the rules. @@.green;Her accent has diminished to imperceptibility.@@
 	<</if>>
 	<</if>>
 <</if>>
@@ -5897,7 +5897,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 
 /* PRESTIGE */
 <<if ($slaves[$i].prestige > 0)>>
-	Merely owning such a prestigious slave @@color:green;helps your reputation.@@
+	Merely owning such a prestigious slave @@.green;helps your reputation.@@
 	<<set $repGain += (10*$slaves[$i].prestige)>>
 <</if>>
 
@@ -5914,7 +5914,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	<<set $slaves[$i].pornFame += ($slaves[$i].pornFameSpending/1000)>>
 	<<if ($slaves[$i].prestige < 3) && ($slaves[$i].pornFame >= 100) && ($seed < 100)>>
 		<<set $slaves[$i].prestige to 3>>
-		@@color:green;$pronounCap has become world famous for $possessive career in slave pornography!@@ Millions are now intimately familiar with
+		@@.green;$pronounCap has become world famous for $possessive career in slave pornography!@@ Millions are now intimately familiar with
 		<<if $slaves[$i].fuckdoll > 0>>
 			<<set $slaves[$i].prestigeDesc to "It is world famous for its career in slave pornography. Millions are intimately familiar with the sight of it being used.">>
 			the sight of it being used,
@@ -5972,7 +5972,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 		so it is now extremely prestigious to own $object.
 	<<elseif ($slaves[$i].prestige < 2) && ($slaves[$i].pornFame >= 35) && ($seed < 35)>>
 	<<set $slaves[$i].prestige to 2>>
-	@@color:green;$pronounCap has become famous for $possessive recurring role in slave pornography!@@ Her many fans relish
+	@@.green;$pronounCap has become famous for $possessive recurring role in slave pornography!@@ Her many fans relish
 	<<if $slaves[$i].fuckdoll > 0>>
 		<<set $slaves[$i].prestigeDesc to "It is famous for her recurring role in slave pornography. Its many fans relish the sight of it being used.">>
 		the sight of it being used,
@@ -6016,7 +6016,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 	so it is now very prestigious to own $object.
 	<<elseif ($slaves[$i].prestige < 1) && ($slaves[$i].pornFame >= 10) && ($seed < 10)>>
 	<<set $slaves[$i].prestige to 1>>
-	@@color:green;$pronounCap has become well known from slave pornography!@@ Thousands have enjoyed
+	@@.green;$pronounCap has become well known from slave pornography!@@ Thousands have enjoyed
 	<<if $slaves[$i].fuckdoll > 0>>
 		<<set $slaves[$i].prestigeDesc to "It is well known from slave pornography. Its many fans relish the sight of it being used.">>
 		the sight of it being used,
@@ -6116,7 +6116,7 @@ and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restr
 <<if $slaves[$i].breedingMark == 1>>
 	<<if $slaves[$i].preg > 5>>
 		<<if $slaves[$i].pregSource != -1>>
-			$slaves[$i].slaveName's weekly health checkup revealed she is pregnant with an unacceptable child. @@color:red;Its life has been terminated, you have been fined ¤100000, and your rep amoung the Elite has been severely damaged.@@
+			$slaves[$i].slaveName's weekly health checkup revealed she is pregnant with an unacceptable child. @@.red;Its life has been terminated, you have been fined ¤100000, and your rep amoung the Elite has been severely damaged.@@
 			<<set $slaves[$i].preg = 0>>
 			<<set $slaves[$i].pregType = 0>>
 			<<set $slaves[$i].pregSource = 0>>
diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw
index 16a6e93c36b4b9732642c2525ba5a187f67469ed..9543c6140f1d1c9485c86dd21db050c2b7684852 100644
--- a/src/uncategorized/saPleaseYou.tw
+++ b/src/uncategorized/saPleaseYou.tw
@@ -39,46 +39,46 @@ serves you this week.
 		<</if>>
 		<<if ($slaves[$i].trust > -20) && ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; the constant rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object several times a day; the constant rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5>>
 			<<set $slaves[$i].trust -= 15>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object at least once a day; the regular rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object at least once a day; the regular rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 9>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; the threat of rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object on occasion; the threat of rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; submitting to your constant use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object several times a day; submitting to your constant use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object at least once a day; submitting to your regular use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object at least once a day; submitting to your regular use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; submitting to your use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object on occasion; submitting to your use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<<else>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; constant, enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; constant, enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object several times a day; regular, enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; regular, enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object on occasion; enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw == "hates penetration") && ($slaves[$i].devotion > 50)>>
-			The emotional closeness @@color:green;resolves $possessive hatred of penetration.@@
+			The emotional closeness @@.green;resolves $possessive hatred of penetration.@@
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].vaginalSkill < 100)>>
@@ -89,11 +89,11 @@ serves you this week.
 			<<set $slaves[$i].fetish = "submissive">>
 			<<set $slaves[$i].fetishKnown = 1>>
 			<<set $slaves[$i].fetishStrength = 10>>
-			$pronounCap climaxes with your strong hands holding $object and your cock spreading heat through $possessive core, teaching $object that @@color:lightcoral;a girl's role is to please a man.@@
+			$pronounCap climaxes with your strong hands holding $object and your cock spreading heat through $possessive core, teaching $object that @@.lightcoral;a girl's role is to please a man.@@
 		<</if>>
 
 		<<if $slaves[$i].cervixImplant == 1 && _cervixPump > 0 >>
-			$pronounCap notices $possessive @@color:orange;belly swell@@ from vaginal sex throughout the week.
+			$pronounCap notices $possessive @@.orange;belly swell@@ from vaginal sex throughout the week.
 			<<set $slaves[$i].bellyImplant += _cervixPump*20>>
 		<</if>>
 		<</if>>
@@ -119,46 +119,46 @@ serves you this week.
 		<</if>>
 		<<if ($slaves[$i].trust > -20) && ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $possessive butt several times a day; the constant anal rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $possessive butt several times a day; the constant anal rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5>>
 			<<set $slaves[$i].trust -= 15>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $possessive butt at least once a day; the regular anal rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $possessive butt at least once a day; the regular anal rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 9>>
 			<<else>>
-			You have the sexual energy to fuck $possessive butt on occasion; the threat of anal rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $possessive butt on occasion; the threat of anal rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $possessive butt several times a day; constantly allowing you to penetrate $possessive anus @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $possessive butt several times a day; constantly allowing you to penetrate $possessive anus @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $possessive butt at least once a day; regularly allowing you to penetrate $possessive anus @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $possessive butt at least once a day; regularly allowing you to penetrate $possessive anus @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 2>>
 			<<else>>
-			You have the sexual energy to fuck $possessive butt on occasion; allowing you to penetrate $possessive anus @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $possessive butt on occasion; allowing you to penetrate $possessive anus @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<<else>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $possessive butt several times a day; constantly climaxing to your penetration of $possessive anus brings $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $possessive butt several times a day; constantly climaxing to your penetration of $possessive anus brings $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $possessive butt  several times a day; regularly climaxing to your penetration of $possessive anus brings $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $possessive butt  several times a day; regularly climaxing to your penetration of $possessive anus brings $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to fuck $possessive butt on occasion; climaxing to your penetration of $possessive anus brings $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $possessive butt on occasion; climaxing to your penetration of $possessive anus brings $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw == "hates anal") && ($slaves[$i].devotion > 50)>>
-			$pronounCap's devoted enough to derive emotional closeness from buttsex, which @@color:green;resolves $possessive hatred of the act.@@
+			$pronounCap's devoted enough to derive emotional closeness from buttsex, which @@.green;resolves $possessive hatred of the act.@@
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].analSkill < 100)>>
@@ -169,7 +169,7 @@ serves you this week.
 			<<set $slaves[$i].fetishKnown = 1>>
 			<<set $slaves[$i].fetishStrength = 10>>
 			<<set $slaves[$i].fetish = "buttslut">>
-			After repeated anal orgasms, @@color:lightcoral;$pronoun begins to crave $possessive next buttfuck.@@
+			After repeated anal orgasms, @@.lightcoral;$pronoun begins to crave $possessive next buttfuck.@@
 		<</if>>
 		<</if>>
 
@@ -194,54 +194,54 @@ serves you this week.
 		<</if>>
 		<<if ($slaves[$i].trust > -20) && ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>rape $possessive face<<else>>force $object to eat you out<</if>> $object several times a day; the constant sexual abuse fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>rape $possessive face<<else>>force $object to eat you out<</if>> $object several times a day; the constant sexual abuse fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5>>
 			<<set $slaves[$i].trust -= 15>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>rape $possessive face<<else>>force $object to eat you out<</if>> $object at least once a day; the regular sexual abuse fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>rape $possessive face<<else>>force $object to eat you out<</if>> $object at least once a day; the regular sexual abuse fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 9>>
 			<<else>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>rape $possessive face<<else>>force $object to eat you out<</if>> $object on occasion; the threat of sexual abuse fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>rape $possessive face<<else>>force $object to eat you out<</if>> $object on occasion; the threat of sexual abuse fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>use $possessive mouth<<else>>make $object eat you out<</if>> several times a day; constantly performing oral on you @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to <<if ($PC.dick == 1)>>use $possessive mouth<<else>>make $object eat you out<</if>> several times a day; constantly performing oral on you @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>use $possessive mouth<<else>>make $object eat you out<</if>> at least once a day; regularly performing oral on you @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to <<if ($PC.dick == 1)>>use $possessive mouth<<else>>make $object eat you out<</if>> at least once a day; regularly performing oral on you @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 2>>
 			<<else>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>use $possessive mouth<<else>>make $object eat you out<</if>> on occasion; performing oral on you @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to <<if ($PC.dick == 1)>>use $possessive mouth<<else>>make $object eat you out<</if>> on occasion; performing oral on you @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<<else>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>get a blowjob<<if $PC.vagina == 1>> and some pussy licking<</if>> from $object<<else>>let $object eat you out<</if>> several times a day; constantly giving you pleasure brings $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>get a blowjob<<if $PC.vagina == 1>> and some pussy licking<</if>> from $object<<else>>let $object eat you out<</if>> several times a day; constantly giving you pleasure brings $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>get a blowjob from $object<<else>>let $object eat you out<</if>> several times a day; regularly giving you pleasure brings $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>get a blowjob from $object<<else>>let $object eat you out<</if>> several times a day; regularly giving you pleasure brings $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>get a blowjob<<if $PC.vagina == 1>> and some pussy licking<</if>> from $object<<else>>let $object eat you out<</if>> on occasion; giving you pleasure brings $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>get a blowjob<<if $PC.vagina == 1>> and some pussy licking<</if>> from $object<<else>>let $object eat you out<</if>> on occasion; giving you pleasure brings $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw == "hates oral") && ($slaves[$i].devotion > 50)>>
-			$pronounCap's devoted enough to derive emotional closeness from giving you oral, which @@color:green;resolves $possessive hatred of the act.@@
+			$pronounCap's devoted enough to derive emotional closeness from giving you oral, which @@.green;resolves $possessive hatred of the act.@@
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].behavioralFlaw == "hates men") && ($PC.dick == 1) && ($slaves[$i].devotion > 20)>>
-			Spending so much time in close proximity to your dick @@color:green;reconciles $object to serving cocks.@@
+			Spending so much time in close proximity to your dick @@.green;reconciles $object to serving cocks.@@
 			<<set $slaves[$i].behavioralFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].behavioralFlaw == "hates women") && ($PC.vagina == 1) && ($slaves[$i].devotion > 20)>>
-			Spending so much time in close proximity to your womanhood @@color:green;reconciles $object to serving a pussy.@@
+			Spending so much time in close proximity to your womanhood @@.green;reconciles $object to serving a pussy.@@
 			<<set $slaves[$i].behavioralFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].oralSkill < 100)>>
@@ -252,7 +252,7 @@ serves you this week.
 			<<set $slaves[$i].fetishKnown = 1>>
 			<<set $slaves[$i].fetishStrength = 10>>
 			<<set $slaves[$i].fetish = "cumslut">>
-			$pronounCap climaxes with <<if $PC.dick == 1>>your dick in $possessive mouth<<else>>$possessive mouth on your cunt<</if>>, learning that giving @@color:lightcoral;blowjobs is a lot of fun.@@
+			$pronounCap climaxes with <<if $PC.dick == 1>>your dick in $possessive mouth<<else>>$possessive mouth on your cunt<</if>>, learning that giving @@.lightcoral;blowjobs is a lot of fun.@@
 		<</if>>
 		<</if>>
 
@@ -277,57 +277,57 @@ serves you this week.
 		<</if>>
 		<<if ($slaves[$i].trust > -20) && ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>cum on $possessive boobs<<else>>thoroughly grope $possessive boobs<</if>> $object several times a day; the constant sexual abuse fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>cum on $possessive boobs<<else>>thoroughly grope $possessive boobs<</if>> $object several times a day; the constant sexual abuse fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5>>
 			<<set $slaves[$i].trust -= 15>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>cum on $possessive boobs<<else>>thoroughly grope $possessive boobs<</if>> $object at least once a day; the regular sexual abuse fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>cum on $possessive boobs<<else>>thoroughly grope $possessive boobs<</if>> $object at least once a day; the regular sexual abuse fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 9>>
 			<<set $slaves[$i].trust -= 3>>
 			<<else>>
-			You have the sexual energy to <<if ($PC.dick == 1)>>cum on $possessive boobs<<else>>thoroughly grope $possessive boobs<</if>> $object on occasion; the threat of sexual abuse fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to <<if ($PC.dick == 1)>>cum on $possessive boobs<<else>>thoroughly grope $possessive boobs<</if>> $object on occasion; the threat of sexual abuse fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to play with $possessive tits several times a day; constantly submitting to your games @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to play with $possessive tits several times a day; constantly submitting to your games @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to play with $possessive tits at least once a day; regularly submitting to your games @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to play with $possessive tits at least once a day; regularly submitting to your games @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 2>>
 			<<else>>
-			You have the sexual energy to play with $possessive tits on occasion; submitting to your games @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to play with $possessive tits on occasion; submitting to your games @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<<else>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to <<if ($PC.boobs == 1)>>have mutual mammary intercourse until you both orgasm to nipple stimulation<<else>>have mammary intercourse with $object<</if>> several times a day; constantly giving you pleasure @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to <<if ($PC.boobs == 1)>>have mutual mammary intercourse until you both orgasm to nipple stimulation<<else>>have mammary intercourse with $object<</if>> several times a day; constantly giving you pleasure @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to <<if ($PC.boobs == 1)>>have mutual mammary intercourse until you both orgasm to nipple stimulation<<else>>have mammary intercourse with $object<</if>> several times a day; regularly giving you pleasure @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to <<if ($PC.boobs == 1)>>have mutual mammary intercourse until you both orgasm to nipple stimulation<<else>>have mammary intercourse with $object<</if>> several times a day; regularly giving you pleasure @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to <<if ($PC.boobs == 1)>>have mutual mammary intercourse until you both orgasm to nipple stimulation<<else>>have mammary intercourse with $object<</if>> on occasion; giving you pleasure @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to <<if ($PC.boobs == 1)>>have mutual mammary intercourse until you both orgasm to nipple stimulation<<else>>have mammary intercourse with $object<</if>> on occasion; giving you pleasure @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw == "hates oral") && ($slaves[$i].devotion > 50)>>
-			$pronounCap's devoted enough to derive emotional closeness from giving you oral, which @@color:green;resolves $possessive hatred of the act.@@
+			$pronounCap's devoted enough to derive emotional closeness from giving you oral, which @@.green;resolves $possessive hatred of the act.@@
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].behavioralFlaw == "hates men") && ($slaves[$i].devotion > 20)>>
-			Spending so much time in close proximity to your masculinity @@color:green;reconciles $object to serving the male gender.@@
+			Spending so much time in close proximity to your masculinity @@.green;reconciles $object to serving the male gender.@@
 			<<set $slaves[$i].behavioralFlaw = "none">>
 		<</if>>
 		<<if ($slaves[$i].fetishStrength <= 60) && (random(1,500) < 100+$slaves[$i].devotion)>>
 			<<set $slaves[$i].fetishKnown = 1>>
 			<<set $slaves[$i].fetishStrength = 10>>
 			<<set $slaves[$i].fetish = "boobs">>
-			$pronounCap climaxes to nipple stimulation alone, and starts acting as though $pronoun has @@color:lightcoral;three pleasure buttons@@ rather than just one.
+			$pronounCap climaxes to nipple stimulation alone, and starts acting as though $pronoun has @@.lightcoral;three pleasure buttons@@ rather than just one.
 		<</if>>
 		<</if>>
 	<</if>>
@@ -359,40 +359,40 @@ serves you this week.
 
 		<<if ($slaves[$i].trust > -20) && ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; the constant rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object several times a day; the constant rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5>>
 			<<set $slaves[$i].trust -= 15>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object at least once a day; the regular rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object at least once a day; the regular rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 9>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; the threat of rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object on occasion; the threat of rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 			<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; submitting to your constant use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object several times a day; submitting to your constant use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object at least once a day; submitting to your regular use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object at least once a day; submitting to your regular use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; submitting to your use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object on occasion; submitting to your use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<<else>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; constant, enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; constant, enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object several times a day; regular, enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; regular, enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object on occasion; enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
@@ -406,7 +406,7 @@ serves you this week.
 				<<set $PC.pregSource = $slaves[$i].ID>>
 			<</if>>
 		<</if>>
-		Rumors spread that you @@color:red;enjoy taking it from slaves.@@
+		Rumors spread that you @@.red;enjoy taking it from slaves.@@
 		<<set $PC.degeneracy += 2>>
 	<</if>>
 
@@ -428,21 +428,21 @@ serves you this week.
 		<</if>>
 
 	<<elseif ($slaves[$i].anus == 0) && ($slaves[$i].vagina == 0)>>
-		Since you haven't yet decided to sell or take $possessive virginity or $possessive tight little anus, you let $object please you with $possessive mouth. $pronounCap is @@color:mediumaquamarine;duly grateful@@ you let $object keep $possessive innocence for another week, though $possessive throat gets a little sore doing the work of three holes.
+		Since you haven't yet decided to sell or take $possessive virginity or $possessive tight little anus, you let $object please you with $possessive mouth. $pronounCap is @@.mediumaquamarine;duly grateful@@ you let $object keep $possessive innocence for another week, though $possessive throat gets a little sore doing the work of three holes.
 		<<set $slaves[$i].trust += 1>>
 		<<set $seed = random(5,10)>>
 		<<set $slaves[$i].oralCount += $seed>>
 		<<set $oralTotal += $seed>>
 
 	<<elseif ($slaves[$i].vagina == 0) && canDoVaginal($slaves[$i])>>
-		Since you haven't yet decided to sell or take $possessive virginity, but $pronoun's taken it up the ass, you let $object be your anal whore. $pronounCap is @@color:mediumaquamarine;duly grateful@@ you let $possessive keep $possessive innocence for another week, though $possessive butt gets a little sore.
+		Since you haven't yet decided to sell or take $possessive virginity, but $pronoun's taken it up the ass, you let $object be your anal whore. $pronounCap is @@.mediumaquamarine;duly grateful@@ you let $possessive keep $possessive innocence for another week, though $possessive butt gets a little sore.
 		<<set $slaves[$i].trust += 1>>
 		<<set $seed = random(5,10)>>
 		<<set $slaves[$i].analCount += $seed>>
 		<<set $analTotal += $seed>>
 
 	<<elseif ($slaves[$i].anus == 0) && canDoAnal($slaves[$i])>>
-		Since you haven't yet decided to sell or take $possessive tight little anus, you let $object confine $possessive efforts to $possessive <<if canDoVaginal($slaves[$i])>>pussy and <</if>>mouth. $pronounCap is @@color:mediumaquamarine;duly grateful@@ you let $object put off taking it up the butt another week.
+		Since you haven't yet decided to sell or take $possessive tight little anus, you let $object confine $possessive efforts to $possessive <<if canDoVaginal($slaves[$i])>>pussy and <</if>>mouth. $pronounCap is @@.mediumaquamarine;duly grateful@@ you let $object put off taking it up the butt another week.
 		<<set $slaves[$i].trust += 1>>
 		<<set $seed = random(5,10)>>
 		<<set $slaves[$i].oralCount += $seed>>
@@ -469,7 +469,7 @@ serves you this week.
 		<<else>>
 			With $possessive clipped heels,
 		<</if>>
-		$pronoun is your @@color:hotpink;helpless sexual appliance@@ and is @@color:mediumaquamarine;forced to trust you.@@
+		$pronoun is your @@.hotpink;helpless sexual appliance@@ and is @@.mediumaquamarine;forced to trust you.@@
 		<<set $slaves[$i].trust += 4>>
 		<<set $seed = random(3,5)>>
 		<<set $slaves[$i].oralCount += $seed>>
@@ -505,15 +505,15 @@ serves you this week.
 			$pronounCap comes indecently hard whenever $possessive beloved <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> uses $possessive body.
 		<</if>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; constant, loving sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; constant, loving sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object several times a day; regular, loving sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; regular, loving sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; loving sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object on occasion; loving sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
@@ -535,15 +535,15 @@ serves you this week.
 			By the end of the week $pronoun gets a hardon when you use $object.
 		<</if>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; constant, enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; constant, enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 3>>
 			<<set $slaves[$i].trust += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object several times a day; regular, enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object several times a day; regular, enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 2>>
 			<<set $slaves[$i].trust += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; enjoyable sex with you draws $object @@color:hotpink;closer to you@@ and encourages $object to @@color:mediumaquamarine;trust you.@@
+			You have the sexual energy to fuck $object on occasion; enjoyable sex with you draws $object @@.hotpink;closer to you@@ and encourages $object to @@.mediumaquamarine;trust you.@@
 			<<set $slaves[$i].devotion += 1>>
 			<<set $slaves[$i].trust += 1>>
 			<</if>>
@@ -575,13 +575,13 @@ serves you this week.
 			By the end of the week $pronoun gets a hardon when you use $object.
 		<</if>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; submitting to your constant use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object several times a day; submitting to your constant use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 3>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object at least once a day; submitting to your regular use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object at least once a day; submitting to your regular use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 2>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; submitting to your use @@color:hotpink;habituates $object@@ to being your sex slave.
+			You have the sexual energy to fuck $object on occasion; submitting to your use @@.hotpink;habituates $object@@ to being your sex slave.
 			<<set $slaves[$i].devotion += 1>>
 			<</if>>
 		<<set $seed = random(3,5)>>
@@ -602,15 +602,15 @@ serves you this week.
 			$possessiveCap dick stays limp as you rape $object.
 		<</if>>
 			<<if ($fuckSlaves <= $PC.sexualEnergy/2)>>
-			You have the sexual energy to fuck $object several times a day; the constant rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object several times a day; the constant rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 5>>
 			<<set $slaves[$i].trust -= 15>>
 			<<elseif ($fuckSlaves <= $PC.sexualEnergy)>>
-			You have the sexual energy to fuck $object at least once a day; the regular rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object at least once a day; the regular rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 9>>
 			<<set $slaves[$i].trust -= 3>>
 			<<else>>
-			You have the sexual energy to fuck $object on occasion; the threat of rape fills $object with @@color:mediumorchid;revulsion@@ and @@color:gold;fear.@@
+			You have the sexual energy to fuck $object on occasion; the threat of rape fills $object with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@
 			<<set $slaves[$i].devotion -= 3>>
 			<<set $slaves[$i].trust -= 3>>
 			<</if>>
@@ -631,7 +631,7 @@ serves you this week.
 
 	<<if $slaves[$i].fuckdoll == 0>>
 	<<if ($slaves[$i].health < 0) && (random(1,100) > 50)>>
-		Under your personal supervision, @@color:green;$possessive health improves@@.
+		Under your personal supervision, @@.green;$possessive health improves@@.
 		<<set $slaves[$i].health += 10>>
 	<</if>>
 	<<if ($slaves[$i].oralSkill < 100)>>
@@ -768,42 +768,42 @@ Keeping $object as nothing but your personal
 	fucktoy
 <</if>>
 <<if ($slaves[$i].prestige > 0)>>
-	@@color:green;adds considerably to your reputation,@@ since $pronoun's prestigious.
+	@@.green;adds considerably to your reputation,@@ since $pronoun's prestigious.
 <<else>>
-	@@color:green;adds slightly to your reputation@@ as a prosperous citizen.
+	@@.green;adds slightly to your reputation@@ as a prosperous citizen.
 <</if>>
 
 <<if $slaves[$i].fuckdoll == 0>>
 <<if $slaves[$i].relationship == -2>>
-	$possessiveCap satisfaction with $possessive place near you is obvious, @@color:green;bringing attention@@ to how completely you've broken them.
+	$possessiveCap satisfaction with $possessive place near you is obvious, @@.green;bringing attention@@ to how completely you've broken them.
 <<elseif $slaves[$i].relationship == -3>>
-	$possessiveCap satisfaction with $possessive wifely duties is obvious, @@color:green;bringing attention@@ to the slave future you're building.
+	$possessiveCap satisfaction with $possessive wifely duties is obvious, @@.green;bringing attention@@ to the slave future you're building.
 <</if>>
 <<if $arcologies[0].FSRestart > 50 && $slaves[$i].breedingMark == 1>>
-	$possessiveCap's breeding mark and $possessive place near you as a breeding toy is obvious, @@color:green;bringing attention@@ to how beautiful a pairing you make.
+	$possessiveCap's breeding mark and $possessive place near you as a breeding toy is obvious, @@.green;bringing attention@@ to how beautiful a pairing you make.
 <</if>>
 <<if $arcologies[0].FSRepopulationFocus > 50 && bigBellyPreg($slaves[$i])>>
-	$possessiveCap's advanced pregnancy and role as your gravid fucktoy is obvious, @@color:green;bringing attention@@ to a woman's ideal role in $arcologies[0].name.
+	$possessiveCap's advanced pregnancy and role as your gravid fucktoy is obvious, @@.green;bringing attention@@ to a woman's ideal role in $arcologies[0].name.
 <</if>>
 <<if ($slaves[$i].behavioralQuirk == "confident")>>
-	$slaves[$i].slaveName @@color:mediumaquamarine;confidently enjoys@@ the prestige within the slave hierarchy that comes with being your fucktoy.
+	$slaves[$i].slaveName @@.mediumaquamarine;confidently enjoys@@ the prestige within the slave hierarchy that comes with being your fucktoy.
 	<<set $slaves[$i].trust += 1>>
 <<elseif ($slaves[$i].behavioralQuirk == "insecure")>>
-	$slaves[$i].slaveName @@color:mediumaquamarine;constantly reassures herself@@ that $pronoun must be pretty, since you keep $object as a fucktoy.
+	$slaves[$i].slaveName @@.mediumaquamarine;constantly reassures herself@@ that $pronoun must be pretty, since you keep $object as a fucktoy.
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 <<if ($slaves[$i].behavioralQuirk == "adores men")>>
 	<<if ($PC.dick == 1)>>
-	$slaves[$i].slaveName @@color:hotpink;adores your company,@@ and is happy to spend time with you, even when you don't have your cock in $object.
+	$slaves[$i].slaveName @@.hotpink;adores your company,@@ and is happy to spend time with you, even when you don't have your cock in $object.
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 <<elseif ($slaves[$i].behavioralQuirk == "adores women")>>
 	<<if ($PC.vagina == 1)>>
-	$slaves[$i].slaveName @@color:hotpink;adores your company,@@ and is happy to spend time with you, even when you aren't fucking.
+	$slaves[$i].slaveName @@.hotpink;adores your company,@@ and is happy to spend time with you, even when you aren't fucking.
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 <<elseif ($slaves[$i].sexualQuirk == "romantic")>>
-	$slaves[$i].slaveName knows being part of your harem is the best romance $pronoun can realistically expect, and does $possessive best to @@color:mediumaquamarine;be content@@ with it.
+	$slaves[$i].slaveName knows being part of your harem is the best romance $pronoun can realistically expect, and does $possessive best to @@.mediumaquamarine;be content@@ with it.
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 <</if>>
diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw
index f9953cbfe9ce8d4266c7712f874488fad68c9c20..38b78f42c24319ba3655fad64437ad985e5dcaa6 100644
--- a/src/uncategorized/saRecruitGirls.tw
+++ b/src/uncategorized/saRecruitGirls.tw
@@ -27,7 +27,7 @@
 
 <<set $recruiterProgress += random(0,1)>>
 
-uses your online resources and some @@color:yellowgreen;modest funds@@ to convince $recruiterTarget from the old world to immigrate for voluntary enslavement.
+uses your online resources and some @@.yellowgreen;modest funds@@ to convince $recruiterTarget from the old world to immigrate for voluntary enslavement.
 
 <<if $slaves[$i].devotion > 95>>
 	Her extreme devotion to you lends her total cogency.
@@ -129,11 +129,11 @@ uses your online resources and some @@color:yellowgreen;modest funds@@ to convin
 <</if>>
 
 <<if ($slaves[$i].livingRules == "luxurious")>>
-	Being continually trusted with this position @@color:hotpink;increases her devotion to you@@ and encourages her to @@color:mediumaquamarine;trust you in turn.@@
+	Being continually trusted with this position @@.hotpink;increases her devotion to you@@ and encourages her to @@.mediumaquamarine;trust you in turn.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].trust += 4>>
 <<else>>
-	Being continually trusted with this position @@color:hotpink;slightly increases her devotion to you,@@ though she harbors some doubts because she isn't allowed a room of her own to set her apart from the other slaves.
+	Being continually trusted with this position @@.hotpink;slightly increases her devotion to you,@@ though she harbors some doubts because she isn't allowed a room of her own to set her apart from the other slaves.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
@@ -170,7 +170,7 @@ tries to maintain her network of prospects without promising anyone a space in $
 Unfortunately she's just not smart enough to manage such a delicate balance and some potential slaves inevitably drift away.
 <</if>>
 
-She uses her extra time and @@color:yellowgreen;recruitment allowance@@ this week to tour the arcology and post to your household's social media accounts more actively than usual, @@color:green;building up your reputation.@@
+She uses her extra time and @@.yellowgreen;recruitment allowance@@ this week to tour the arcology and post to your household's social media accounts more actively than usual, @@.green;building up your reputation.@@
 
 <<set _seed = 10>>
 <<set _FSmatch = 0>> /* _FSmatch means recruiter's appearance displays FS ideas */
@@ -434,10 +434,10 @@ She uses her extra time and @@color:yellowgreen;recruitment allowance@@ this wee
 <</if>>
 <</if>> /*temp close EWM so next two lines always show */
 <<if _FSmatch > 0>>
-Her personal appearance fits with your social philosophies, making the future you're building @@color:green;more popular.@@
+Her personal appearance fits with your social philosophies, making the future you're building @@.green;more popular.@@
 <</if>>
 <<if _FSdefend > 0>>
-She is able to smartly <<if $arcologies[0].FSPaternalist != "unset">>answer<<else>>deflect<</if>> abolitionist trolls about your arcology's treatment of <<if $arcologies[0].FSPaternalist != "unset">>contracted sex workers<<else>>chattel<</if>>, @@color:green;confirming your ideals@@ in the minds of some wavering individuals.
+She is able to smartly <<if $arcologies[0].FSPaternalist != "unset">>answer<<else>>deflect<</if>> abolitionist trolls about your arcology's treatment of <<if $arcologies[0].FSPaternalist != "unset">>contracted sex workers<<else>>chattel<</if>>, @@.green;confirming your ideals@@ in the minds of some wavering individuals.
 <</if>>
 <<if $showEWM == 1>>
 <<if $arcologies[0].FSSupremacist != "unset">>
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 479e033189c1fd7a47f4191d10da6864c9382f19..608934a3f6785187b4ab865f4728c14232fd14a7 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -6,32 +6,32 @@
 		<<if (_SlaveI.devotion + _SlaveI.trust > 175) && (random(1,3) == 1)>>
 			_SlaveI.slaveName is quite devoted to you, and trusts both you and her place as a slave. Since she does not have a strong relationship with another slave,
 			<<if (_SlaveI.sexualQuirk == "romantic")>>
-				and persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@color:lightgreen;She's become emotionally bonded to you!@@
+				and persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;She's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<<elseif (_SlaveI.assignment == "be your concubine")>>
-				and is your concubine, she almost inevitably comes to view you as much as a lover as an owner. @@color:lightgreen;She's become emotionally bonded to you!@@
+				and is your concubine, she almost inevitably comes to view you as much as a lover as an owner. @@.lightgreen;She's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<<elseif ($masterSuiteUpgradeLuxury == 2) && (_SlaveI.assignment == "serve in the master suite")>>
-				and does nothing but eat, sleep, and make love to your other fucktoys, she slowly loses sight of any distinction between emotional attachment and sexual congress. @@color:lightgreen;She's become an emotional slut!@@
+				and does nothing but eat, sleep, and make love to your other fucktoys, she slowly loses sight of any distinction between emotional attachment and sexual congress. @@.lightgreen;She's become an emotional slut!@@
 				<<set _SlaveI.relationship = -1>>
 			<<elseif (_SlaveI.assignment == "please you") || (_SlaveI.assignment == "serve in the master suite")>>
-				and spends her days worshiping your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>, she begins to focus more and more of her happiness on how happy you are. @@color:lightgreen;She's become emotionally bonded to you!@@
+				and spends her days worshiping your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>, she begins to focus more and more of her happiness on how happy you are. @@.lightgreen;She's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<<elseif (_SlaveI.assignment == "serve the public") || (_SlaveI.assignment == "serve in the club")>>
-				and her life is an endless stream of lovers, she unconsciously loses any sense of emotional attachment outside the intimacy of sex. @@color:lightgreen;She's become an emotional slut!@@
+				and her life is an endless stream of lovers, she unconsciously loses any sense of emotional attachment outside the intimacy of sex. @@.lightgreen;She's become an emotional slut!@@
 				<<set _SlaveI.relationship = -1>>
 			<<elseif (_SlaveI.energy > 95) && ((_SlaveI.analCount + _SlaveI.vaginalCount + _SlaveI.oralCount + _SlaveI.mammaryCount + _SlaveI.penetrativeCount) > ($week - $activeSlave.weekAcquired) * random(20, 30))>>
-				is a total sex addict, and has a spectacularly promiscuous sexual history, she begins to think of sex as her only meaningful emotional connection with people. @@color:lightgreen;She's become an emotional slut!@@
+				is a total sex addict, and has a spectacularly promiscuous sexual history, she begins to think of sex as her only meaningful emotional connection with people. @@.lightgreen;She's become an emotional slut!@@
 				<<set _SlaveI.relationship = -1>>
 			<<else>>
-				and loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@color:lightgreen;She's become emotionally bonded to you!@@
+				and loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@.lightgreen;She's become emotionally bonded to you!@@
 				<<set _SlaveI.relationship = -2>>
 			<</if>>
 		<<elseif _SlaveI.career == "a Futanari Sister" && _SlaveI.relationshipRules == "permissive">>
 			<<for _j = 0; _j < _SL; _j++>>
 				<<set _SlaveJ = $slaves[_j]>>
 				<<if (_SlaveJ.career == "a Futanari Sister") && _SlaveJ.relationshipRules == "permissive" && (_SlaveJ.relationship == 0) && (_SlaveI.rivalryTarget != _SlaveJ.ID) && (_SlaveJ.ID != _SlaveI.ID) && _SlaveJ.fetish != "mindbroken">>
-					_SlaveI.slaveName greets _SlaveJ.slaveName with joy. It's not clear whether they ever knew each other during their lives as Futanari Sisters, but it seems that they believe themselves to be in a relationship by simple virtue of having been Sisters. In any case, _SlaveI.slaveName and _SlaveJ.slaveName @@color:lightgreen;become inseparable lovers@@ instantly, as though there's no possibility they would do anything else. They're even surprised when other slaves ask them about it; it's as though they're unaware that other possibilities even exist.
+					_SlaveI.slaveName greets _SlaveJ.slaveName with joy. It's not clear whether they ever knew each other during their lives as Futanari Sisters, but it seems that they believe themselves to be in a relationship by simple virtue of having been Sisters. In any case, _SlaveI.slaveName and _SlaveJ.slaveName @@.lightgreen;become inseparable lovers@@ instantly, as though there's no possibility they would do anything else. They're even surprised when other slaves ask them about it; it's as though they're unaware that other possibilities even exist.
 					<<set _SlaveJ.relationship = 4, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 4, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 					<<break>>
 				<</if>>
@@ -67,122 +67,122 @@
 				<<if (_SlaveJ.ID != _SlaveI.ID) && (_SlaveJ.relationship == 0) && (_SlaveI.rivalryTarget != _SlaveJ.ID) && (_SlaveJ.assignment != "stay confined") && (_SlaveJ.fetish != "mindbroken")>>
 				<<if (_SlaveJ.ID == $Madam.ID) && (_SlaveI.assignment == "work in the brothel")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName manages to ingratiate herself with the Madam, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName manages to ingratiate herself with the Madam, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Madam, _SlaveJ.slaveName and is @@color:gold;punished@@ by _SlaveJ.slaveName for disrespect.
+							_SlaveI.slaveName tries to strike up a friendship with the Madam, _SlaveJ.slaveName and is @@.gold;punished@@ by _SlaveJ.slaveName for disrespect.
 							<<set _SlaveI.trust -= 4>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID is $DJ.ID) && (_SlaveI.assignment == "serve in the club")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName manages to ingratiate herself with the DJ, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName manages to ingratiate herself with the DJ, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the DJ, _SlaveJ.slaveName and is @@color:gold;punished@@ by _SlaveJ.slaveName for disrespect.
+							_SlaveI.slaveName tries to strike up a friendship with the DJ, _SlaveJ.slaveName and is @@.gold;punished@@ by _SlaveJ.slaveName for disrespect.
 							<<set _SlaveI.trust -= 4>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID == $Milkmaid.ID) && (_SlaveI.assignment == "work in the dairy")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName manages to ingratiate herself with the Milkmaid, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName manages to ingratiate herself with the Milkmaid, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Milkmaid, _SlaveJ.slaveName and is @@color:gold;punished@@ by _SlaveJ.slaveName for disrespect.
+							_SlaveI.slaveName tries to strike up a friendship with the Milkmaid, _SlaveJ.slaveName and is @@.gold;punished@@ by _SlaveJ.slaveName for disrespect.
 							<<set _SlaveI.trust -= 4>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID == $Schoolteacher.ID) && (_SlaveI.assignment == "learn in the schoolroom")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName manages to ingratiate herself with the Schoolteacher, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName manages to ingratiate herself with the Schoolteacher, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Schoolteacher, _SlaveJ.slaveName and is @@color:gold;punished@@ by _SlaveJ.slaveName for disrespect.
+							_SlaveI.slaveName tries to strike up a friendship with the Schoolteacher, _SlaveJ.slaveName and is @@.gold;punished@@ by _SlaveJ.slaveName for disrespect.
 							<<set _SlaveI.trust -= 4>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID == $Attendant.ID) && (_SlaveI.assignment == "rest in the spa")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName basks in the affection and care of the spa attendant, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName basks in the affection and care of the spa attendant, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the spa attendant, _SlaveJ.slaveName. _SlaveJ.slaveName gently @@color:hotpink;counsels@@ her to obey the rules.
+							_SlaveI.slaveName tries to strike up a friendship with the spa attendant, _SlaveJ.slaveName. _SlaveJ.slaveName gently @@.hotpink;counsels@@ her to obey the rules.
 							<<set _SlaveI.devotion += 1>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID == $Stewardess.ID) && (_SlaveI.assignment == "work as a servant")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName manages to ingratiate herself with the Stewardess, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName manages to ingratiate herself with the Stewardess, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Stewardess, _SlaveJ.slaveName and is @@color:gold;punished@@ by _SlaveJ.slaveName for disrespect.
+							_SlaveI.slaveName tries to strike up a friendship with the Stewardess, _SlaveJ.slaveName and is @@.gold;punished@@ by _SlaveJ.slaveName for disrespect.
 							<<set _SlaveI.trust -= 4>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID == $Wardeness.ID) && (_SlaveI.assignment == "be confined in the cellblock")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName manages to earn the respect of the Wardeness, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName manages to earn the respect of the Wardeness, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Wardeness, _SlaveJ.slaveName and is @@color:gold;beaten@@ by _SlaveJ.slaveName for her trouble.
+							_SlaveI.slaveName tries to strike up a friendship with the Wardeness, _SlaveJ.slaveName and is @@.gold;beaten@@ by _SlaveJ.slaveName for her trouble.
 							<<set _SlaveI.trust -= 5>>
 						<</if>>
 					<</if>>
 				<<elseif (_SlaveJ.ID == $Concubine.ID) && (_SlaveI.assignment == "serve in the master suite")>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName becomes especially close to the Concubine, _SlaveJ.slaveName. The two slaves have @@color:lightgreen;struck up a friendship.@@
+						_SlaveI.slaveName becomes especially close to the Concubine, _SlaveJ.slaveName. The two slaves have @@.lightgreen;struck up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if _SlaveI.devotion < -20>>
-							_SlaveI.slaveName tries to strike up a friendship with the Concubine, _SlaveJ.slaveName and is gently @@color:hotpink;counseled@@ by _SlaveJ.slaveName that such things are against the rules.
+							_SlaveI.slaveName tries to strike up a friendship with the Concubine, _SlaveJ.slaveName and is gently @@.hotpink;counseled@@ by _SlaveJ.slaveName that such things are against the rules.
 							<<set _SlaveI.devotion += 1>>
 						<</if>>
 					<</if>>
 				<<elseif _SlaveJ.assignment == _SlaveI.assignment>>
 					<<if random(1, 100) > 50>>
 					<<if _SlaveJ.relationshipRules != "restrictive">>
-						_SlaveI.slaveName and _SlaveJ.slaveName see a lot of each other at work and @@color:lightgreen;strike up a friendship.@@
+						_SlaveI.slaveName and _SlaveJ.slaveName see a lot of each other at work and @@.lightgreen;strike up a friendship.@@
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
 						<<if $resentment == 0>>
-							_SlaveI.slaveName tries to strike up a friendship with _SlaveJ.slaveName and is @@color:gold;punished@@ for breaking the rules against such things; she @@color:mediumorchid;resents@@ being castigated for simple sociability.
+							_SlaveI.slaveName tries to strike up a friendship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; she @@.mediumorchid;resents@@ being castigated for simple sociability.
 							<<set _SlaveI.devotion -= 2, _SlaveI.trust -= 2, $resentment++>>
 						<</if>>
 					<</if>>
 					<</if>>
 				<<elseif mutualChildren(_SlaveI, _SlaveJ, $slaves) > 0>>
 					<<if (_SlaveI.releaseRules != "restrictive") && _SlaveJ.relationshipRules == "permissive">>
-						_SlaveI.slaveName and _SlaveJ.slaveName have <<if mutualChildren(_SlaveI, _SlaveJ, $slaves) == 0>>a child<<else>>children<</if>> living in your penthouse, so it's not surprising that their offsrping brings them together. They have @@color:lightgreen;become friends@@ for their child's sake.
+						_SlaveI.slaveName and _SlaveJ.slaveName have <<if mutualChildren(_SlaveI, _SlaveJ, $slaves) == 0>>a child<<else>>children<</if>> living in your penthouse, so it's not surprising that their offsrping brings them together. They have @@.lightgreen;become friends@@ for their child's sake.
 						<<set _SlaveJ.relationship = 1, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 1, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 						<<break>>
 					<<else>>
-						_SlaveI.slaveName tries to strike up a sexual relationship with _SlaveJ.slaveName and is @@color:gold;punished@@ for breaking the rules against such things; she @@color:mediumorchid;resents@@ being prevented from pursuing her.
+						_SlaveI.slaveName tries to strike up a sexual relationship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; she @@.mediumorchid;resents@@ being prevented from pursuing her.
 						<<set _SlaveI.devotion -= 2, _SlaveI.trust -= 2>>
 					<</if>>
 				<<elseif _SlaveJ.fetish == _SlaveI.fetish>>
 					<<if (_SlaveI.fetish != "none") && (_SlaveI.releaseRules != "restrictive")>>
 						<<if _SlaveJ.relationshipRules == "permissive">>
-							_SlaveI.slaveName and _SlaveJ.slaveName share sexual inclinations, so it's only natural that they @@color:lightgreen;become friends with benefits.@@
+							_SlaveI.slaveName and _SlaveJ.slaveName share sexual inclinations, so it's only natural that they @@.lightgreen;become friends with benefits.@@
 							<<set _SlaveJ.relationship = 3, _SlaveJ.relationshipTarget = _SlaveI.ID, _SlaveI.relationship = 3, _SlaveI.relationshipTarget = _SlaveJ.ID>>
 							<<break>>
 						<<else>>
-							_SlaveI.slaveName tries to strike up a sexual relationship with _SlaveJ.slaveName and is @@color:gold;punished@@ for breaking the rules against such things; she @@color:mediumorchid;resents@@ being prevented from pursuing her.
+							_SlaveI.slaveName tries to strike up a sexual relationship with _SlaveJ.slaveName and is @@.gold;punished@@ for breaking the rules against such things; she @@.mediumorchid;resents@@ being prevented from pursuing her.
 							<<set _SlaveI.devotion -= 2, _SlaveI.trust -= 2>>
 						<</if>>
 					<</if>>
@@ -216,7 +216,7 @@
 			<</if>>
 		<</if>>
 		<<if _SlaveI.fetish == "mindbroken">>
-			Since she is mindbroken, she @@color:lightsalmon;can't really maintain@@ any meaningful relationship with
+			Since she is mindbroken, she @@.lightsalmon;can't really maintain@@ any meaningful relationship with
 			<<if _SlaveJ != null>>
 				_SlaveJ.slaveName
 				<<set _SlaveJ.relationship = 0, _SlaveJ.relationshipTarget = 0>>
@@ -228,7 +228,7 @@
 			/% Relationship with the PC %/
 			<<if _SlaveI.relationship == -1>>
 				<<if (_SlaveI.energy < 90)>>
-					She is no longer such a complete nymphomaniac, and has @@color:lightsalmon;begun to rely less on sex for emotional support@@ than she once did.
+					She is no longer such a complete nymphomaniac, and has @@.lightsalmon;begun to rely less on sex for emotional support@@ than she once did.
 					<<set _SlaveI.relationship = 0>>
 				<<elseif (_SlaveI.assignment == "serve in the master suite") && ($masterSuiteUpgradeLuxury == 2)>>
 					Forming a part of the pile of copulating bodies in $masterSuiteName satisfies her voracious sexual appetite.
@@ -237,11 +237,11 @@
 					<<case "whore" "work in the brothel" "serve the public" "serve in the club">>
 					<<default>>
 						<<if (_SlaveI.devotion > 60)>>
-							She is @@color:mediumorchid;emotionally unfulfilled@@ by her assignment, since it does not afford her the validation of massive promiscuity.
+							She is @@.mediumorchid;emotionally unfulfilled@@ by her assignment, since it does not afford her the validation of massive promiscuity.
 							<<set _SlaveI.devotion-->>
 						<</if>>
 						<<if (_SlaveI.trust > 60)>>
-							She is @@color:gold;impatient@@ with her limited field of potential sexual partners, and would prefer to be a publicly available nympho.
+							She is @@.gold;impatient@@ with her limited field of potential sexual partners, and would prefer to be a publicly available nympho.
 							<<set _SlaveI.trust-->>
 						<</if>>
 					<</switch>>
@@ -250,56 +250,56 @@
 				<<if _SlaveI.mother == -1>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own mother.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her mother is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her mother is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her mother's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her mother's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her mother's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -307,56 +307,56 @@
 				<<elseif _SlaveI.father == -1>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own father.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own father.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own father.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own father.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own father.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her father is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her father is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -364,56 +364,56 @@
 				<<elseif $PC.mother == _SlaveI.ID || $PC.father == _SlaveI.ID>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own daughter.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own daughter.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own daughter.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her daughter is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her daughter is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her daughter's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her daughter's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her daughter's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -437,56 +437,56 @@
 					<</if>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own _PCrelative.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her _PCrelative is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her _PCrelative is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -494,20 +494,20 @@
 				<</if>>
 				<<if (_SlaveI.devotion + _SlaveI.trust < 150)>>
 					<<if random(1, 100) > 50>>
-						She is no longer as devoted to you as she once was, and has @@color:lightsalmon;begun to look elsewhere for emotional support.@@
+						She is no longer as devoted to you as she once was, and has @@.lightsalmon;begun to look elsewhere for emotional support.@@
 						<<set _SlaveI.relationship = 0>>
 					<<elseif (_SlaveI.trust < 75) && (random(1, 100) > 50)>>
-						She is no longer as trusting of you as she once was, and has @@color:lightsalmon;begun to look elsewhere for emotional support.@@
+						She is no longer as trusting of you as she once was, and has @@.lightsalmon;begun to look elsewhere for emotional support.@@
 						<<set _SlaveI.relationship = 0>>
 					<</if>>
 				<</if>>
 				<<if _SlaveI.relationship == -2>>
 					<<switch _SlaveI.assignment>>
 					<<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">>
-						She is @@color:hotpink;happy@@ to be allowed to serve you personally, since it's as close a relationship to you as she can aspire to. In addition, her deep love for you produces a slow but steady increase of both @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust.@@
+						She is @@.hotpink;happy@@ to be allowed to serve you personally, since it's as close a relationship to you as she can aspire to. In addition, her deep love for you produces a slow but steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@
 						<<set _SlaveI.devotion++, _SlaveI.trust++>>
 					<<default>>
-						Her deep love for you produces a slow but steady increase of both @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust.@@
+						Her deep love for you produces a slow but steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@
 						<<set _SlaveI.devotion++, _SlaveI.trust++>>
 					<</switch>>
 				<</if>>
@@ -515,56 +515,56 @@
 				<<if _SlaveI.mother == -1>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own mother.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own mother.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her mother is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her mother is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her mother's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her mother's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her mother's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her mother's that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -572,56 +572,56 @@
 				<<elseif _SlaveI.father == -1>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own father.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own father.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own father.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own father.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own father.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her father is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her father is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her father's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her father's that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -629,56 +629,56 @@
 				<<elseif $PC.mother == _SlaveI.ID || $PC.father == _SlaveI.ID>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own daughter.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own daughter.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own daughter.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own daughter.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her daughter is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her daughter is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her daughter's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her daughter's child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her daughter's child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her daughter's that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -702,56 +702,56 @@
 					<</if>>
 					She
 					<<if _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own _PCrelative.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own mother.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own _PCrelative.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == -1>>
 							<<if _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her _PCrelative is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her _PCrelative is the parent of the daughter<<if _SlaveI.pregType > 1>>s<</if>> she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>> are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her <<print _PCrelative>>'s child<<if _SlaveI.pregType > 1>>ren<</if>>, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the bab<<if _SlaveI.pregType > 1>>ies<<else>>y<</if>> she's carrying is her <<print _PCrelative>>'s that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -759,54 +759,54 @@
 				<</if>>
 				<<if (_SlaveI.devotion + _SlaveI.trust < 150)>>
 					<<if random(1, 100) > 50>>
-						Since she is no longer completely devoted to you, @@color:lightsalmon;your being married to her is no longer socially expedient.@@
+						Since she is no longer completely devoted to you, @@.lightsalmon;your being married to her is no longer socially expedient.@@
 						<<set _SlaveI.relationship = 0>>
 					<<elseif _SlaveI.trust < 75 && random(1, 100) > 50>>
-						Since she is no longer absolutely trusting of you, @@color:lightsalmon;your being married to her is no longer socially expedient.@@
+						Since she is no longer absolutely trusting of you, @@.lightsalmon;your being married to her is no longer socially expedient.@@
 						<<set _SlaveI.relationship = 0>>
 					<</if>>
 				<</if>>
 				<<if _SlaveI.relationship == -3>>
 					<<switch _SlaveI.assignment>>
 					<<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">>
-						She is @@color:hotpink;happy@@ to be allowed to live her life close to you, since she's your wife. In addition, her deep reliance on her formal relationship to you produces a steady increase of both @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust.@@
+						She is @@.hotpink;happy@@ to be allowed to live her life close to you, since she's your wife. In addition, her deep reliance on her formal relationship to you produces a steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@
 						<<set _SlaveI.devotion += 2, _SlaveI.trust += 2>>
 					<<case "whore" "work in the brothel" "serve the public" "serve in the club" "work a glory hole" "be confined in the arcade">>
-						Her reliance on her formal relationship to you produces a slight increase of both @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust,@@ though this is reduced by being on a public sexual assignment rather than being kept for you alone. The public is less forgiving of you ordering your slave wife to fuck random citizens, @@color:red;seriously damaging your reputation.@@
+						Her reliance on her formal relationship to you produces a slight increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust,@@ though this is reduced by being on a public sexual assignment rather than being kept for you alone. The public is less forgiving of you ordering your slave wife to fuck random citizens, @@.red;seriously damaging your reputation.@@
 						<<set _SlaveI.devotion++, _SlaveI.trust++, $rep -= 100>>
 					<<default>>
-						Her deep reliance on her formal relationship to you produces a steady increase of both @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust.@@
+						Her deep reliance on her formal relationship to you produces a steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@
 						<<set _SlaveI.devotion++, _SlaveI.trust++>>
 					<</switch>>
 				<</if>>
 			<</if>>
 		<<elseif _SlaveI.relationshipRules == "restrictive">>
 			<<if _SlaveJ.relationshipRules == "restrictive">>
-				Since the rules forbid the relationship between _SlaveI.slaveName and _SlaveJ.slaveName, they are @@color:lightsalmon;forced apart.@@
+				Since the rules forbid the relationship between _SlaveI.slaveName and _SlaveJ.slaveName, they are @@.lightsalmon;forced apart.@@
 				<<if _SlaveI.relationship > 1>>
 					<<set _SlaveI.relationship--, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<else>>
 					<<set _SlaveJ.relationship = 0, _SlaveJ.relationshipTarget = 0, _SlaveI.relationship = 0, _SlaveI.relationshipTarget = 0>>
 				<</if>>
 				<<if _SlaveI.devotion <= 50>>
-					_SlaveI.slaveName @@color:mediumorchid;resents@@ this.
+					_SlaveI.slaveName @@.mediumorchid;resents@@ this.
 					<<set _SlaveI.devotion -= 2>>
 				<</if>>
 				<<if _SlaveJ.devotion <= 50>>
-					_SlaveJ.slaveName @@color:mediumorchid;resents@@ this.
+					_SlaveJ.slaveName @@.mediumorchid;resents@@ this.
 					<<set _SlaveJ.devotion -= 2>>
 				<</if>>
 			<</if>>
 		<<elseif _SlaveI.relationshipRules == "just friends">>
 			<<if _SlaveI.relationship > 2 && _SlaveJ.relationshipRules == "restrictive">>
-				Since the sexual relationship between _SlaveI.slaveName and _SlaveJ.slaveName is against the rules, they are @@color:lightsalmon;forced to keep their hands to themselves.@@
+				Since the sexual relationship between _SlaveI.slaveName and _SlaveJ.slaveName is against the rules, they are @@.lightsalmon;forced to keep their hands to themselves.@@
 				<<set _SlaveJ.relationship = 2, _SlaveI.relationship = 2>>
 				<<if _SlaveI.devotion <= 50>>
-					_SlaveI.slaveName @@color:mediumorchid;resents@@ this.
+					_SlaveI.slaveName @@.mediumorchid;resents@@ this.
 					<<set _SlaveI.devotion -= 2>>
 				<</if>>
 				<<if _SlaveJ.devotion <= 50>>
-					_SlaveJ.slaveName @@color:mediumorchid;resents@@ this.
+					_SlaveJ.slaveName @@.mediumorchid;resents@@ this.
 					<<set _SlaveJ.devotion -= 2>>
 				<</if>>
 			<</if>>
@@ -819,40 +819,40 @@
 				<<if (_SlaveI.devotion + _SlaveI.trust > 170) && (random(1, 2) == 1)>>
 					She's very devoted to you, and strongly trusts both you and her place as a slave. Since she is just friends with _SlaveJ.slaveName,
 					<<if _SlaveI.sexualQuirk == "romantic">>
-						and persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her	<<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@color:lightgreen;She's become emotionally bonded to you!@@
+						and persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her	<<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;She's become emotionally bonded to you!@@
 						<<set _SlaveI.relationship = -2>>
 					<<elseif _SlaveI.energy > 90>>
-						and is a total sex addict, she begins to think of sex as her only meaningful emotional connection with people. @@color:lightgreen;She's become an emotional slut!@@
+						and is a total sex addict, she begins to think of sex as her only meaningful emotional connection with people. @@.lightgreen;She's become an emotional slut!@@
 						<<set _SlaveI.relationship = -1>>
 					<<else>>
-						and loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@color:lightgreen;She's become emotionally bonded to you!@@
+						and loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@.lightgreen;She's become emotionally bonded to you!@@
 						<<set _SlaveI.relationship = -2>>
 					<</if>>
 					<<set _SlaveJ.relationship = 0, _SlaveJ.relationshipTarget = 0, _SlaveI.relationshipTarget = 0>>
 				<<elseif $familyTesting == 1 && ( _SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > 80)>>
-					They build on their family relationship and become @@color:lightgreen;best friends.@@
+					They build on their family relationship and become @@.lightgreen;best friends.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > 80)>>
-					They build on their family relationship and become @@color:lightgreen;best friends.@@
+					They build on their family relationship and become @@.lightgreen;best friends.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif mutualChildren(_SlaveI, _SlaveJ, $slaves) > 0 && (random(1, 100) < (50+(10*mutualChildren(_SlaveI, _SlaveJ, $slaves))))>>
-					Hoping to benefit of their mutual children, they draw closer together becoming @@color:lightgreen;best friends.@@
+					Hoping to benefit of their mutual children, they draw closer together becoming @@.lightgreen;best friends.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (random(1, 100) > 70)>>
-					_SlaveI.slaveName obviously lusts after her friend, and does everything she can to @@color:lightgreen;draw her closer.@@
+					_SlaveI.slaveName obviously lusts after her friend, and does everything she can to @@.lightgreen;draw her closer.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.attrXX > 85) && (random(1, 100) > 70)>>
 					<<if (_SlaveJ.vagina > -1) || (_SlaveJ.faceShape != "masculine")>>
-						_SlaveI.slaveName obviously lusts after her friend, and does everything she can to @@color:lightgreen;draw her closer.@@
+						_SlaveI.slaveName obviously lusts after her friend, and does everything she can to @@.lightgreen;draw her closer.@@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif (_SlaveI.attrXY > 85) && (random(1, 100) > 70)>>
 					<<if (_SlaveJ.balls > 0) || (_SlaveJ.faceShape == "masculine")>>
-						_SlaveI.slaveName obviously lusts after her friend, and does everything she can to @@color:lightgreen;draw her closer.@@
+						_SlaveI.slaveName obviously lusts after her friend, and does everything she can to @@.lightgreen;draw her closer.@@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif (random(1, 100) > 90)>>
-					They support and reassure each other and become @@color:lightgreen;best friends.@@
+					They support and reassure each other and become @@.lightgreen;best friends.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<</if>>
 			<<case 2>>	/% best friends %/
@@ -864,58 +864,58 @@
 				<<if (_SlaveI.devotion + _SlaveI.trust > 95) && (random(1, 2) == 1)>>
 					_SlaveI.slaveName is totally devoted to you, and implicitly trusts both you and her place as a slave. Since her relationship with _SlaveJ.slaveName has not yet turned sexual, and
 					<<if _SlaveI.sexualQuirk == "romantic">>
-						she persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@color:lightgreen;She's become emotionally bonded to you!@@
+						she persistently interprets sex in the most romantic possible terms, she has decided that she wants to be yours in her heart as well as her <<if _SlaveI.vagina > -1>>pussy<<else>>butthole<</if>>. @@.lightgreen;She's become emotionally bonded to you!@@
 						<<set _SlaveI.relationship = -2>>
 					<<elseif _SlaveI.energy > 90>>
-						she's a total sex addict, she begins to think of sex as her only meaningful emotional connection with people. @@color:lightgreen;She's become an emotional slut!@@
+						she's a total sex addict, she begins to think of sex as her only meaningful emotional connection with people. @@.lightgreen;She's become an emotional slut!@@
 						<<set _SlaveI.relationship = -1>>
 					<<else>>
-						she loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@color:lightgreen;She's become emotionally bonded to you!@@
+						she loves you, she begins to think of you as a woman might think of her lover - or <<if $PC.title != 0>>husband<<else>>wife<</if>>. She knows she cannot hope for more of a relationship with you than she has, but she finds emotional support in serving you nonetheless. @@.lightgreen;She's become emotionally bonded to you!@@
 						<<set _SlaveI.relationship = -2>>
 					<</if>>
 					<<set _SlaveJ.relationship = 0, _SlaveJ.relationshipTarget = 0, _SlaveI.relationshipTarget = 0>>
 				<<elseif mutualChildren(_SlaveI, _SlaveJ, $slaves) > 0 && (random(1, 100) < (50+(10*mutualChildren(_SlaveI, _SlaveJ, $slaves))+$seed))>>
-					Having already had kids together, their relationship turns sexual once again and they become @@color:lightgreen;friends with benefits.@@
+					Having already had kids together, their relationship turns sexual once again and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.energy > 95) && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (90-$seed))>>
-					Driven by nymphomania to attempt to have sex with everyone, _SlaveJ.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+					Driven by nymphomania to attempt to have sex with everyone, _SlaveJ.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 					<<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (90 - $seed))>>
-					Driven by nymphomania to attempt to have sex with everyone, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+					Driven by nymphomania to attempt to have sex with everyone, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (80-$seed))>>
-					Revelling in the taboo nature of her attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces her and they become @@color:lightgreen;friends with benefits.@@
+					Revelling in the taboo nature of her attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces her and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (80 - $seed))>>
-					Reveling in the taboo nature of her attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces her and they become @@color:lightgreen;friends with benefits.@@
+					Reveling in the taboo nature of her attraction to _SlaveJ.slaveName, _SlaveI.slaveName successfully seduces her and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.behavioralQuirk == "sinful") && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (80-$seed))>>
-					Aroused by the chance to commit the sin of incest, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+					Aroused by the chance to commit the sin of incest, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.behavioralQuirk == "sinful") && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (80 - $seed))>>
-					Aroused by the chance to commit the sin of incest, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+					Aroused by the chance to commit the sin of incest, _SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (random(1, 100) > (80 - $seed))>>
-					_SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+					_SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif random(1, 100) > (100 - $seed) - (0.2 * _SlaveI.attrXX)>>
 					<<if (_SlaveJ.vagina > -1) || (_SlaveJ.faceShape != "masculine")>>
-						_SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+						_SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif random(1, 100) > (100 - $seed) - (0.2 * _SlaveI.attrXY)>>
 					<<if (_SlaveJ.balls > 0) || (_SlaveJ.faceShape == "masculine")>>
-						_SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@color:lightgreen;friends with benefits.@@
+						_SlaveI.slaveName successfully seduces _SlaveJ.slaveName and they become @@.lightgreen;friends with benefits.@@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif $familyTesting == 1 && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0)>>
 					<<if random(1,100) > (95-$seed)>>
-						Eventually, they happen to be together and horny, and find themselves fucking without thinking. They have become incestuous @@color:lightgreen;friends with benefits.@@
+						Eventually, they happen to be together and horny, and find themselves fucking without thinking. They have become incestuous @@.lightgreen;friends with benefits.@@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget)>>
 					<<if random(1, 100) > (95 - $seed)>>
-						Eventually, they happen to be together and horny, and find themselves fucking without thinking. They have become incestuous @@color:lightgreen;friends with benefits.@@
+						Eventually, they happen to be together and horny, and find themselves fucking without thinking. They have become incestuous @@.lightgreen;friends with benefits.@@
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif (random(1, 100) > (95 - $seed))>>
@@ -926,7 +926,7 @@
 					<<else>>
 						Living in an atmosphere of omnipresent sexuality,
 					<</if>>
-					they fuck in a weak moment and find themselves becoming @@color:lightgreen;friends with benefits.@@
+					they fuck in a weak moment and find themselves becoming @@.lightgreen;friends with benefits.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<</if>>
 			<<case 3>>	/% FWB %/
@@ -936,25 +936,25 @@
 					<<set _seed = 10>>
 				<</if>>
 				<<if $familyTesting == 1 && _SlaveI.energy > 95 && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (90-$seed))>>
-					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
+					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (90 - $seed))>>
-					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
+					She's such a desperate nympho that constant incest is nothing to her. She develops real feelings for _SlaveJ.slaveName as a romantic partner. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.sexualQuirk is "perverted") && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (80-$seed))>>
-					Revelling in the taboo nature of her sexual relationship with _SlaveJ.slaveName, she not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Their relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
+					Revelling in the taboo nature of her sexual relationship with _SlaveJ.slaveName, she not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.sexualQuirk == "perverted") && (_SlaveI.relation != 0) && (_SlaveI.relationTarget is _SlaveI.relationshipTarget) && (random(1, 100) > (80 - $seed))>>
-					Reveling in the taboo nature of her sexual relationship with _SlaveJ.slaveName, she not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Their relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
+					Reveling in the taboo nature of her sexual relationship with _SlaveJ.slaveName, she not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Their relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif $familyTesting == 1 && (_SlaveI.behavioralQuirk is "sinful") && (_SlaveI.mother == _SlaveJ.ID || _SlaveI.father == _SlaveJ.ID || _SlaveJ.mother == _SlaveI.ID || _SlaveJ.father == _SlaveI.ID || areSisters(_SlaveI, _SlaveJ) > 0) && (random(1,100) > (80-$seed))>>
-					She gets deep, perverse satisfaction by constant commission of the sin of incest, which is extreme enough to appease even her appetite for transgression. Her incestuous relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
+					She gets deep, perverse satisfaction by constant commission of the sin of incest, which is extreme enough to appease even her appetite for transgression. Her incestuous relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.behavioralQuirk == "sinful") && (_SlaveI.relation != 0) && (_SlaveI.relationTarget == _SlaveI.relationshipTarget) && (random(1, 100) > (80 - $seed))>>
-					She gets deep, perverse satisfaction by constant commission of the sin of incest, which is extreme enough to appease even her appetite for transgression. Her incestuous relationship becomes @@color:lightgreen;romantically emotional@@ as well as physical and familial.
+					She gets deep, perverse satisfaction by constant commission of the sin of incest, which is extreme enough to appease even her appetite for transgression. Her incestuous relationship becomes @@.lightgreen;romantically emotional@@ as well as physical and familial.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif mutualChildren(_SlaveI, _SlaveJ, $slaves) > 0 && (random(1, 100) < (50+(10*mutualChildren(_SlaveI, _SlaveJ, $slaves))+$seed))>>
-					Between their children and common sexual flings, they begin seeing each other as a traditional couple. Their relationship becomes @@color:lightgreen;strongly emotional@@ as well as physical.
+					Between their children and common sexual flings, they begin seeing each other as a traditional couple. Their relationship becomes @@.lightgreen;strongly emotional@@ as well as physical.
 					<<if _SlaveI.pregSource == _SlaveJ.ID && _SlaveJ.pregSource == _SlaveI.ID>>
 						Not very surprising, since they both have the others child growing in their womb.
 					<<elseif _SlaveI.pregSource == _SlaveJ.ID>>
@@ -964,20 +964,20 @@
 					<</if>>
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif (_SlaveI.energy > 95) && (random(1, 100) > (80 - $seed))>>
-					She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@color:lightgreen;strongly emotional@@ as well as physical.
+					She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@.lightgreen;strongly emotional@@ as well as physical.
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<<elseif random(1, 100) > (100 - $seed) - (0.2 * _SlaveI.attrXX)>>
 					<<if (_SlaveJ.vagina > -1) || (_SlaveJ.faceShape != "masculine")>>
-						She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@color:lightgreen;strongly emotional@@ as well as physical.
+						She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@.lightgreen;strongly emotional@@ as well as physical.
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif random(1, 100) > (100 - $seed) - (0.2 * _SlaveI.attrXY)>>
 					<<if (_SlaveJ.balls > 0) || (_SlaveJ.faceShape == "masculine")>>
-						She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@color:lightgreen;strongly emotional@@ as well as physical.
+						She not only enjoys _SlaveJ.slaveName's body, but looks after her pleasure, too. Without meaning it to, their relationship becomes @@.lightgreen;strongly emotional@@ as well as physical.
 						<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 					<</if>>
 				<<elseif (random(1, 100) > (95 - $seed))>>
-					They've spent enough time looking after each other's sexual and emotional needs that their relationship has become @@color:lightgreen;very strong.@@
+					They've spent enough time looking after each other's sexual and emotional needs that their relationship has become @@.lightgreen;very strong.@@
 					<<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>>
 				<</if>>
 			<<case 4>>	/% lovers %/
@@ -985,7 +985,7 @@
 			<<default>>	/% slave wives %/
 				has a slave wife, _SlaveJ.slaveName.
 				<<if $arcologies[0].FSChattelReligionist != "unset">>
-					Society @@color:green;approves@@ of their marriage, which advances the slave sacrament.
+					Society @@.green;approves@@ of their marriage, which advances the slave sacrament.
 					<<set $repGain += $FSSingleSlaveRep * ($arcologies[0].FSChattelReligionist / $FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.05 * $FSSingleSlaveRep>>
 				<</if>>
 			<</switch>>
@@ -993,9 +993,9 @@
 				<<if _SlaveI.devotion != _SlaveJ.devotion>>
 					_SlaveI.slaveName absorbs <<if _SlaveI.relationship == 1>>a touch of her friend<<elseif _SlaveI.relationship == 2>>a little of her best friend<<elseif _SlaveI.relationship == 3>>some of her close friend<<elseif _SlaveI.relationship == 4>>a lot of her lover<<else>>much of her wife<</if>>'s
 					<<if _SlaveI.devotion > _SlaveJ.devotion>>
-						@@color:mediumorchid;<<if _SlaveJ.devotion > 50>>remaining doubts about you<<elseif _SlaveJ.devotion > 20>>remaining hesitations about sexual slavery<<elseif _SlaveJ.devotion > -20>>unhappiness about being a sex slave<<else>>anger at being a slave<</if>>.@@
+						@@.mediumorchid;<<if _SlaveJ.devotion > 50>>remaining doubts about you<<elseif _SlaveJ.devotion > 20>>remaining hesitations about sexual slavery<<elseif _SlaveJ.devotion > -20>>unhappiness about being a sex slave<<else>>anger at being a slave<</if>>.@@
 					<<else>>
-						@@color:hotpink;<<if _SlaveJ.devotion > 50>>love for you<<elseif _SlaveJ.devotion > 20>>acceptance of sexual slavery<<elseif _SlaveJ.devotion > -20>>submission to the reality of being a sex slave<<else>>unwillingness to immediately rebel<</if>>.@@
+						@@.hotpink;<<if _SlaveJ.devotion > 50>>love for you<<elseif _SlaveJ.devotion > 20>>acceptance of sexual slavery<<elseif _SlaveJ.devotion > -20>>submission to the reality of being a sex slave<<else>>unwillingness to immediately rebel<</if>>.@@
 					<</if>>
 					<<set _SlaveI.devotion -= Math.trunc((_SlaveI.devotion - _SlaveJ.devotion) * (0.1 * _SlaveI.relationship))>>
 				<</if>>
@@ -1005,10 +1005,10 @@
 			<<if _SlaveI.trust <= 95>>
 				_SlaveI.slaveName
 				<<if _SlaveI.trust < -20>>
-					cares for _SlaveJ.slaveName and is @@color:gold;terrified@@ of what you might do to her if either of them misbehave. She @@color:hotpink;does her best@@ to avoid that.
+					cares for _SlaveJ.slaveName and is @@.gold;terrified@@ of what you might do to her if either of them misbehave. She @@.hotpink;does her best@@ to avoid that.
 					<<set _SlaveI.trust -= _SlaveI.relationship, _SlaveI.devotion += _SlaveI.relationship>>
 				<<else>>
-					@@color:mediumaquamarine;trusts you@@
+					@@.mediumaquamarine;trusts you@@
 					<<if _SlaveI.relationship <= 2>>
 						a little more for allowing her to have a friend.
 					<<elseif _SlaveI.relationship == 3>>
@@ -1055,63 +1055,63 @@
 				<<if $relation != 0>>
 					_SlaveI.slaveName
 					<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling." || _SlaveI.origin == "She offered to become your slave to protect her incestuous relationship.">>
-						is @@color:hotpink;grateful@@ and @@color:mediumaquamarine;trusting@@ towards you for protecting her in her long-standing incestuous relationship.
+						is @@.hotpink;grateful@@ and @@.mediumaquamarine;trusting@@ towards you for protecting her in her long-standing incestuous relationship.
 						<<set _SlaveI.devotion += 2>>
 						<<set _SlaveI.trust += 2>>
 					<<elseif _SlaveI.sexualQuirk is "perverted">>
-						is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own $relationType.
+						is such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own $relationType.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.devotion > 95>>
-						is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own $relationType.
+						is so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own $relationType.
 						<<set _SlaveI.devotion += 1>>
 					<<elseif _SlaveI.behavioralQuirk is "sinful">>
 						is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own $relationType.
 					<<elseif _SlaveI.devotion > 75>>
 						is so devoted to you that she accepts carrying on an incestuous relationship with her own $relationType.
 					<<elseif _SlaveI.devotion > 50>>
-						is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own $relationType.
+						is somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own $relationType.
 						<<set _SlaveI.devotion -= 2>>
 					<<elseif _SlaveI.devotion > 20>>
-						is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own $relationType.
+						is @@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own $relationType.
 						<<set _SlaveI.devotion -= 2>>
 						<<set _SlaveI.trust -= 2>>
 					<<else>>
-						is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own $relationType.
+						is @@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own $relationType.
 						<<set _SlaveI.devotion -= 4>>
 						<<set _SlaveI.trust -= 4>>
 					<</if>>
 					<<if _SlaveI.preg > 0>>
 						<<if _SlaveI.pregSource == $relation.ID>>
 							<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling." || _SlaveI.origin == "She offered to become your slave to protect her incestuous relationship.">>
-								She's @@color:hotpink;overjoyed@@ to be carrying her sister's child.
+								She's @@.hotpink;overjoyed@@ to be carrying her sister's child.
 								<<set _SlaveI.devotion += 2>>
 							<<elseif _SlaveI.sexualQuirk is "perverted">>
-								She's even @@color:hotpink;aroused@@ by the constant awareness that her $relationType is the parent of the daughter she's carrying.
+								She's even @@.hotpink;aroused@@ by the constant awareness that her $relationType is the parent of the daughter she's carrying.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.behavioralQuirk is "sinful">>
-								Her feelings about carrying her <<print $relationType>>'s child are @@color:hotpink;secretly less mixed,@@ though.
+								Her feelings about carrying her <<print $relationType>>'s child are @@.hotpink;secretly less mixed,@@ though.
 								<<set _SlaveI.devotion += 1>>
 							<<elseif _SlaveI.devotion > 95>>
 								She occasionally remembers that she's carrying her <<print $relationType>>'s child, but does her best to accept it by not thinking about it.
 							<<elseif _SlaveI.devotion > 50>>
-								She's @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print $relationType>>'s, though she tries her best not to think about it.
+								She's @@.mediumorchid;disgusted@@ that the baby she's carrying is her <<print $relationType>>'s, though she tries her best not to think about it.
 								<<set _SlaveI.devotion -= 1>>
 							<<elseif _SlaveI.devotion > 20>>
-								She's so @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print $relationType>>'s that she often wakes up crying about it.
+								She's so @@.mediumorchid;disgusted@@ that the baby she's carrying is her <<print $relationType>>'s that she often wakes up crying about it.
 								<<set _SlaveI.devotion -= 2>>
 							<<else>>
-								She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+								She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 								<<set _SlaveI.devotion -= 4>>
 							<</if>>
 						<</if>>
 					<</if>>
 					<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-						Society @@color:green;strongly approves@@ of their incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+						Society @@.green;strongly approves@@ of their incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 						<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>>
 						<<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>>
 						<<if _SlaveI.preg > 0>>
 							<<if _SlaveI.pregSource == $relation.ID>>
-								@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+								@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 								<<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>>
 							<</if>>
 						<</if>>
@@ -1124,56 +1124,56 @@
 		<<if _SlaveI.relation != 0 && (_SlaveI.relationTarget == _SlaveI.relationshipTarget)>>
 			_SlaveI.slaveName is
 			<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
-				@@color:hotpink;grateful@@ and @@color:mediumaquamarine;trusting@@ towards you for protecting her in her long-standing incestuous relationship.
+				@@.hotpink;grateful@@ and @@.mediumaquamarine;trusting@@ towards you for protecting her in her long-standing incestuous relationship.
 				<<set _SlaveI.devotion += 2, _SlaveI.trust += 2>>
 			<<elseif _SlaveI.sexualQuirk == "perverted">>
-				such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
+				such a pervert that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 				<<set _SlaveI.devotion++>>
 			<<elseif _SlaveI.devotion > 95>>
-				so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
+				so inured to the perversities of slavery that she @@.hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 				<<set _SlaveI.devotion++>>
 			<<elseif _SlaveI.behavioralQuirk == "sinful">>
 				torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 			<<elseif _SlaveI.devotion > 75>>
 				so devoted to you that she accepts carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 			<<elseif _SlaveI.devotion > 50>>
-				somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
+				somewhat @@.mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 				<<set _SlaveI.devotion -= 2>>
 			<<elseif _SlaveI.devotion > 20>>
-				@@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
+				@@.mediumorchid;disturbed@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 				<<set _SlaveI.devotion -= 2, _SlaveI.trust -= 2>>
 			<<else>>
-				@@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
+				@@.mediumorchid;revolted@@ and @@.gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord(_SlaveI)>>.
 				<<set _SlaveI.devotion -= 4, _SlaveI.trust -= 4>>
 			<</if>>
 			<<if (_SlaveI.preg > 0) && (_SlaveI.pregSource == _SlaveI.relationTarget)>>
 				<<if _SlaveI.origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">>
-					She's @@color:hotpink;overjoyed@@ to be carrying her sister's child.
+					She's @@.hotpink;overjoyed@@ to be carrying her sister's child.
 					<<set _SlaveI.devotion += 2>>
 				<<elseif _SlaveI.sexualQuirk == "perverted">>
-					She's even @@color:hotpink;aroused@@ by the constant awareness that her <<print relationTargetWord(_SlaveI)>> is the parent of the daughter she's carrying.
+					She's even @@.hotpink;aroused@@ by the constant awareness that her <<print relationTargetWord(_SlaveI)>> is the parent of the daughter she's carrying.
 					<<set _SlaveI.devotion++>>
 				<<elseif _SlaveI.behavioralQuirk == "sinful">>
-					Her feelings about carrying her <<print relationTargetWord(_SlaveI)>>'s child are @@color:hotpink;secretly less mixed,@@ though.
+					Her feelings about carrying her <<print relationTargetWord(_SlaveI)>>'s child are @@.hotpink;secretly less mixed,@@ though.
 					<<set _SlaveI.devotion++>>
 				<<elseif _SlaveI.devotion > 95>>
 					She occasionally remembers that she's carrying her <<print relationTargetWord(_SlaveI)>>'s child, but does her best to accept it by not thinking about it.
 				<<elseif _SlaveI.devotion > 50>>
-					She's @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord(_SlaveI)>>'s, though she tries her best not to think about it.
+					She's @@.mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord(_SlaveI)>>'s, though she tries her best not to think about it.
 					<<set _SlaveI.devotion-->>
 				<<elseif _SlaveI.devotion > 20>>
-					She's so @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord(_SlaveI)>>'s that she often wakes up crying about it.
+					She's so @@.mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord(_SlaveI)>>'s that she often wakes up crying about it.
 					<<set _SlaveI.devotion -= 2>>
 				<<else>>
-					She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
+					She's @@.mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy.
 					<<set _SlaveI.devotion -= 4>>
 				<</if>>
 			<</if>>
 			<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-				Society @@color:green;strongly approves@@ of their incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
+				Society @@.green;strongly approves@@ of their incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.
 				<<set $repGain += 2 * $FSSingleSlaveRep * ($arcologies[0].FSEgyptianRevivalist / $FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.1 * $FSSingleSlaveRep>>
 				<<if (_SlaveI.preg > 0) && (_SlaveI.pregSource == _SlaveI.relationTarget)>>
-					@@color:green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
+					@@.green;The effect is greatly enhanced@@ by _SlaveI.slaveName's pureblooded pregnancy.
 					<<set $repGain += $FSSingleSlaveRep * ($arcologies[0].FSEgyptianRevivalist / $FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05 * $FSSingleSlaveRep * $pornFameBonus>>
 				<</if>>
 			<</if>>
@@ -1183,39 +1183,39 @@
 		<<if _SlaveI.releaseRules != "restrictive">>
 			<<if (_SlaveI.sexualQuirk == "size queen") && (canPenetrate(_SlaveJ))>>
 			<<if _SlaveJ.dick > 5>>
-				She's @@color:hotpink;very happy@@ with her romantic status, since it means she gets monster cock.
+				She's @@.hotpink;very happy@@ with her romantic status, since it means she gets monster cock.
 				<<if ((_SlaveI.anus > 0) && (_SlaveI.anus < 3))>>
-					She's such a size queen that she takes it up her ass as often as she can bear it, despite her poor anus not being used to such abuse. This @@color:lime;stretches out her sphincter.@@
+					She's such a size queen that she takes it up her ass as often as she can bear it, despite her poor anus not being used to such abuse. This @@.lime;stretches out her sphincter.@@
 					<<set _SlaveI.anus++>>
 				<</if>>
-				For her part, _SlaveJ.slaveName @@color:hotpink;can barely believe her luck,@@ their sex life is so good.
+				For her part, _SlaveJ.slaveName @@.hotpink;can barely believe her luck,@@ their sex life is so good.
 				<<set _SlaveI.devotion += 2, _SlaveJ.devotion += 2>>
 			<<elseif _SlaveJ.dick > 4>>
-				She @@color:hotpink;quite likes@@ being in a sexual relationship with a slave who has such an impressive dick.
+				She @@.hotpink;quite likes@@ being in a sexual relationship with a slave who has such an impressive dick.
 				<<if ((_SlaveI.anus > 0) && (_SlaveI.anus < 2))>>
-					She's such a size queen that she takes it up her ass as often as she can bear it, despite her tight butt not being used to such abuse. This @@color:lime;stretches out her sphincter.@@
+					She's such a size queen that she takes it up her ass as often as she can bear it, despite her tight butt not being used to such abuse. This @@.lime;stretches out her sphincter.@@
 					<<set _SlaveI.anus++>>
 				<</if>>
-				For her part, _SlaveJ.slaveName @@color:hotpink;enjoys@@ the benefits of having a lover so interested in her junk.
+				For her part, _SlaveJ.slaveName @@.hotpink;enjoys@@ the benefits of having a lover so interested in her junk.
 				<<set _SlaveI.devotion++, _SlaveJ.devotion++>>
 			<<elseif _SlaveJ.dick > 3>>
-				_SlaveI.slaveName @@color:hotpink;certainly doesn't mind@@ having reliable access to such a nice big dick. For her part, _SlaveJ.slaveName @@color:hotpink;likes@@ having a lover who finds her penis appealing.
+				_SlaveI.slaveName @@.hotpink;certainly doesn't mind@@ having reliable access to such a nice big dick. For her part, _SlaveJ.slaveName @@.hotpink;likes@@ having a lover who finds her penis appealing.
 				<<set _SlaveI.devotion++, _SlaveJ.devotion++>>
 			<</if>>
 			<</if>>
 
 			<<if (_SlaveI.energy <= 90)>>
 				<<if (_SlaveJ.energy > 95)>>
-					_SlaveJ.slaveName is such a sex addict that she drags _SlaveI.slaveName along with her in their enthusiastic sex life, @@color:green;slowly improving her sex drive.@@
+					_SlaveJ.slaveName is such a sex addict that she drags _SlaveI.slaveName along with her in their enthusiastic sex life, @@.green;slowly improving her sex drive.@@
 					<<set _SlaveI.energy += 3>>
 				<<elseif (_SlaveJ.fetish == _SlaveI.fetish) && (_SlaveJ.fetishKnown == 1) && (_SlaveI.fetishKnown == 1)>>
-					_SlaveJ.slaveName and _SlaveI.slaveName enjoy sharing their sexual fetishes so much it @@color:green;improves their sex drives@@ in proportion to the strength of their kinks.
+					_SlaveJ.slaveName and _SlaveI.slaveName enjoy sharing their sexual fetishes so much it @@.green;improves their sex drives@@ in proportion to the strength of their kinks.
 					<<set _SlaveI.energy += 1 + Math.trunc(_SlaveI.fetishStrength / 30)>>
 				<<elseif (_SlaveI.attrXX > 65) && (_SlaveI.attrKnown == 1) && ((_SlaveJ.vagina > -1) || (_SlaveJ.face > 0))>>
-					_SlaveI.slaveName is very much attracted to _SlaveJ.slaveName, and their fulfilling sexual relationship @@color:green;gradually improves _SlaveI.slaveName's sex drive.@@
+					_SlaveI.slaveName is very much attracted to _SlaveJ.slaveName, and their fulfilling sexual relationship @@.green;gradually improves _SlaveI.slaveName's sex drive.@@
 					<<set _SlaveI.energy++>>
 				<<elseif (_SlaveI.attrXY > 65) && (_SlaveI.attrKnown == 1) && (_SlaveJ.dick > 0)>>
-					_SlaveI.slaveName enjoys _SlaveJ.slaveName and her cock, and their fulfilling sexual relationship @@color:green;gradually improves _SlaveI.slaveName's sex drive.@@
+					_SlaveI.slaveName enjoys _SlaveJ.slaveName and her cock, and their fulfilling sexual relationship @@.green;gradually improves _SlaveI.slaveName's sex drive.@@
 					<<set _SlaveI.energy++>>
 				<</if>>
 			<</if>>
@@ -1232,39 +1232,39 @@
 			<<if ((_SlaveJ.fetish != "none") && (_SlaveJ.fetish != "mindbroken")) && (_SlaveI.fetishStrength <= 95) && (_SlaveJ.fetish != _SlaveI.fetish) && ($fetishChangeChance > (random(0, 100) - (_SlaveI.relationship * 5)))>>
 				<<switch _SlaveJ.fetish>>
 				<<case "boobs">>
-					After experiencing _SlaveJ.slaveName's love of breasts, her own and _SlaveI.slaveName's, _SlaveI.slaveName happily joins her as a @@color:lightcoral;boob fanatic.@@
+					After experiencing _SlaveJ.slaveName's love of breasts, her own and _SlaveI.slaveName's, _SlaveI.slaveName happily joins her as a @@.lightcoral;boob fanatic.@@
 					<<set _SlaveI.fetish = "boobs", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "buttslut">>
-					_SlaveJ.slaveName begs _SlaveI.slaveName to fuck her ass so many times that _SlaveI.slaveName reconsiders her stance on buttsex. She becomes just as much of an @@color:lightcoral;anal slut@@ as _SlaveJ.slaveName.
+					_SlaveJ.slaveName begs _SlaveI.slaveName to fuck her ass so many times that _SlaveI.slaveName reconsiders her stance on buttsex. She becomes just as much of an @@.lightcoral;anal slut@@ as _SlaveJ.slaveName.
 					<<set _SlaveI.fetish = "buttslut", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "cumslut">>
-					After sharing blowjobs with _SlaveJ.slaveName enough times, _SlaveI.slaveName develops an @@color:lightcoral;oral fixation@@ of her own.
+					After sharing blowjobs with _SlaveJ.slaveName enough times, _SlaveI.slaveName develops an @@.lightcoral;oral fixation@@ of her own.
 					<<set _SlaveI.fetish = "cumslut", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "submissive">>
 					<<if (_SlaveI.fetish != "dom")>>
-						_SlaveJ.slaveName begs _SlaveI.slaveName to dominate her so many times that _SlaveI.slaveName gets used to domination, and finds she likes it. She becomes just as much of a @@color:lightcoral;sexual dominant@@ as a slave can be.
+						_SlaveJ.slaveName begs _SlaveI.slaveName to dominate her so many times that _SlaveI.slaveName gets used to domination, and finds she likes it. She becomes just as much of a @@.lightcoral;sexual dominant@@ as a slave can be.
 						<<set _SlaveI.fetish = "dom", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 					<</if>>
 				<<case "dom">>
 					<<if (_SlaveI.fetish != "submissive")>>
-						_SlaveJ.slaveName holds _SlaveI.slaveName down and fucks her so many times that _SlaveI.slaveName starts to get off on being used. She becomes a true @@color:lightcoral;sexual submissive@@, and loves _SlaveJ.slaveName all the more for dominating her.
+						_SlaveJ.slaveName holds _SlaveI.slaveName down and fucks her so many times that _SlaveI.slaveName starts to get off on being used. She becomes a true @@.lightcoral;sexual submissive@@, and loves _SlaveJ.slaveName all the more for dominating her.
 						<<set _SlaveI.fetish = "submissive", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 					<</if>>
 				<<case "masochist">>
 					<<if (_SlaveI.fetish != "sadist")>>
-						_SlaveJ.slaveName begs _SlaveI.slaveName to hurt her so many times that _SlaveI.slaveName gets used to sadism, and finds she likes it. She becomes just as much of an @@color:lightcoral;sexual sadist@@ as a slave can be.
+						_SlaveJ.slaveName begs _SlaveI.slaveName to hurt her so many times that _SlaveI.slaveName gets used to sadism, and finds she likes it. She becomes just as much of an @@.lightcoral;sexual sadist@@ as a slave can be.
 						<<set _SlaveI.fetish = "sadist", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 					<</if>>
 				<<case "sadist">>
 					<<if (_SlaveI.fetish != "masochist")>>
-						_SlaveJ.slaveName hits _SlaveI.slaveName during sex so often that _SlaveI.slaveName starts to get off on being beaten. She becomes a true @@color:lightcoral;masochist@@, and loves _SlaveJ.slaveName all the more for abusing her.
+						_SlaveJ.slaveName hits _SlaveI.slaveName during sex so often that _SlaveI.slaveName starts to get off on being beaten. She becomes a true @@.lightcoral;masochist@@, and loves _SlaveJ.slaveName all the more for abusing her.
 						<<set _SlaveI.fetish = "masochist", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 					<</if>>
 				<<case "humiliation">>
-					_SlaveJ.slaveName begs _SlaveI.slaveName to humiliate her sexually so many times that _SlaveI.slaveName can't help but be embarrassed by all the public sex, herself. She gets off on the @@color:lightcoral;humiliation@@ with _SlaveJ.slaveName.
+					_SlaveJ.slaveName begs _SlaveI.slaveName to humiliate her sexually so many times that _SlaveI.slaveName can't help but be embarrassed by all the public sex, herself. She gets off on the @@.lightcoral;humiliation@@ with _SlaveJ.slaveName.
 					<<set _SlaveI.fetish = "humiliation", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<<case "pregnancy">>
-					_SlaveJ.slaveName shares her hopes and dreams of pregnancy and children with _SlaveI.slaveName all the time, and _SlaveI.slaveName can't help but feel her @@color:lightcoral;biological clock@@ tick in time with _SlaveJ.slaveName's.
+					_SlaveJ.slaveName shares her hopes and dreams of pregnancy and children with _SlaveI.slaveName all the time, and _SlaveI.slaveName can't help but feel her @@.lightcoral;biological clock@@ tick in time with _SlaveJ.slaveName's.
 					<<set _SlaveI.fetish = "pregnancy", _SlaveI.fetishKnown = 1, _SlaveI.fetishStrength = 65>>
 				<</switch>>
 			<</if>>
@@ -1283,10 +1283,10 @@
 					a better lover than she is, and they are such good slaves that the senior girl serves as a mentor to the junior, improving her vaginal skills.
 					<<set $skillIncrease = 5>><<VaginalSkillIncrease _SlaveI>>
 				<<elseif (_SlaveJ.trust > _SlaveI.trust)>>
-					a better slave than she is, and they are such obedient slaves that the senior girl serves as a mentor to the junior, @@color:mediumaquamarine;improving her trust.@@
+					a better slave than she is, and they are such obedient slaves that the senior girl serves as a mentor to the junior, @@.mediumaquamarine;improving her trust.@@
 					<<set _SlaveI.trust += 11>>
 				<<else>>
-					a more devoted slave than she is; since they are such obedient slaves, the senior girl serves as a mentor to the junior, @@color:mediumaquamarine;teaching her to better serve you.@@
+					a more devoted slave than she is; since they are such obedient slaves, the senior girl serves as a mentor to the junior, @@.mediumaquamarine;teaching her to better serve you.@@
 					<<set _SlaveI.devotion += 2>>
 				<</if>>
 			<</if>>
@@ -1302,7 +1302,7 @@
 		<<if _SlaveI.trust < -20>>
 			<<if $slaves[_j].mother == _SlaveI.ID || $slaves[_j].father == _SlaveI.ID>>
 				<<if _SlaveI.rivalry != $slaves[_j].ID>>
-				_SlaveI.slaveName is @@color:gold;agonizingly aware@@ that her child $slaves[_j].slaveName is also your slave and might suffer if either of them angers you, and @@color:hotpink;does her best@@ to protect her.
+				_SlaveI.slaveName is @@.gold;agonizingly aware@@ that her child $slaves[_j].slaveName is also your slave and might suffer if either of them angers you, and @@.hotpink;does her best@@ to protect her.
 				<<set _SlaveI.trust -= 2>>
 				<<set _SlaveI.devotion += 6>>
 				<</if>>
@@ -1310,23 +1310,23 @@
 			<<if _SlaveI.mother == $slaves[_j].ID || _SlaveI.father == $slaves[_j].ID || areSisters(_SlaveI, $slaves[_j]) > 0>>
 				<<if _SlaveI.rivalry != $slaves[_j].ID>>
 				<<if _SlaveI.mother == $slaves[_j].ID>>
-					_SlaveI.slaveName is @@color:gold;painfully concious@@ that her mother $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully concious@@ that her mother $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif _SlaveI.father == $slaves[_j].ID>>
-					_SlaveI.slaveName is @@color:gold;painfully concious@@ that her father $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully concious@@ that her father $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 1>>
-					_SlaveI.slaveName is @@color:gold;painfully concious@@ that her twin sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully concious@@ that her twin sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 2>>
-					_SlaveI.slaveName is @@color:gold;painfully concious@@ that her sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully concious@@ that her sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 3>>
-					_SlaveI.slaveName is @@color:gold;painfully concious@@ that her half-sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully concious@@ that her half-sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<</if>>
@@ -1337,67 +1337,67 @@
 				<<if _SlaveI.mother == $slaves[_j].ID>>
 					_SlaveI.slaveName knows that her mother $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for her.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 						is an obedient sex slave, and hopes she'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@color:gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for her.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif _SlaveI.father == $slaves[_j].ID>>
 					_SlaveI.slaveName knows that her father $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for her.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 						is an obedient sex slave, and hopes she'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@color:gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for her.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif $slaves[_j].mother == _SlaveI.ID || $slaves[_j].father == _SlaveI.ID>>
 					_SlaveI.slaveName knows that her daughter $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for her.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 						is an obedient sex slave, and hopes she'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@color:gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for her.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 1>>
 					_SlaveI.slaveName knows that her twin sister $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for her.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 						is an obedient sex slave, and hopes she'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@color:gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for her.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 2>>
 					_SlaveI.slaveName knows that her sister $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for her.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 						is an obedient sex slave, and hopes she'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@color:gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for her.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 3>>
 					_SlaveI.slaveName knows that her half-sister $slaves[_j].slaveName
 					<<if $slaves[_j].devotion > 50>>
-						loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+						loves being your sex slave, and is @@.hotpink;happy@@ for her.
 						<<set _SlaveI.devotion += 4>>
 					<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 						is an obedient sex slave, and hopes she'll avoid punishment.
 					<<else>>
-						hates being a sex slave, and is @@color:gold;afraid@@ for her.
+						hates being a sex slave, and is @@.gold;afraid@@ for her.
 						<<set _SlaveI.trust -= 1>>
 					<</if>>
 				<</if>>
@@ -1413,21 +1413,21 @@
 		_SlaveI.slaveName
 		<<if _SlaveI.trust < -20>>
 			<<if _SlaveI.relation == "mother">>
-				is @@color:gold;agonizingly aware@@ that her child $slaves[_K].slaveName is also your slave and might suffer if either of them angers you, and @@color:hotpink;does her best@@ to protect her.
+				is @@.gold;agonizingly aware@@ that her child $slaves[_K].slaveName is also your slave and might suffer if either of them angers you, and @@.hotpink;does her best@@ to protect her.
 				<<set _SlaveI.trust -= 4, _SlaveI.devotion += 4>>
 			<<else>>
-				is @@color:gold;painfully conscious@@ that her <<if _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+				is @@.gold;painfully conscious@@ that her <<if _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 				<<set _SlaveI.trust -= 2, _SlaveI.devotion += 2>>
 			<</if>>
 		<<else>>
 			knows that her <<if _SlaveI.relation == "mother">>daughter<<elseif _SlaveI.relation == "daughter">>mother<<else>>_SlaveI.relation<</if>> $slaves[_K].slaveName
 			<<if $slaves[_K].devotion > 50>>
-				loves being your sex slave, and is @@color:hotpink;happy@@ for her.
+				loves being your sex slave, and is @@.hotpink;happy@@ for her.
 				<<set _SlaveI.devotion += 2>>
 			<<elseif ($slaves[_K].devotion > 20) || ($slaves[_K].trust < -20)>>
 				is an obedient sex slave, and hopes she'll avoid punishment.
 			<<else>>
-				hates being a sex slave, and is @@color:gold;afraid@@ for her.
+				hates being a sex slave, and is @@.gold;afraid@@ for her.
 				<<set _SlaveI.trust -= 2>>
 			<</if>>
 		<</if>>
diff --git a/src/uncategorized/saRest.tw b/src/uncategorized/saRest.tw
index 59053c6ee1df16cf3fd2637b45a67a8462b62790..2cd6ca34dc6ef25132cb0b2467299296db47b569 100644
--- a/src/uncategorized/saRest.tw
+++ b/src/uncategorized/saRest.tw
@@ -6,7 +6,7 @@ takes the week off.
 <<if $slaves[$i].health > 90>>
 	$possessiveCap health is so outstanding that rest does not improve it.
 <<elseif $slaves[$i].health > -100>>
-	$possessiveCap @@color:green;health recovers@@ with rest.
+	$possessiveCap @@.green;health recovers@@ with rest.
 	<<set $slaves[$i].health += 10>>
 <</if>>
 
@@ -14,18 +14,18 @@ takes the week off.
 <<if $slaves[$i].fetish != "mindbroken">>
 <<if $slaves[$i].devotion > 20>>
 	<<if $slaves[$i].trust <= 20>>
-	Being allowed to rest @@color:mediumaquamarine;reduces $possessive fear@@ of you.
+	Being allowed to rest @@.mediumaquamarine;reduces $possessive fear@@ of you.
 	<<set $slaves[$i].trust += 4>>
 	<<elseif $slaves[$i].trust <= 50>>
-	Being allowed to rest @@color:mediumaquamarine;builds $possessive trust@@ in you.
+	Being allowed to rest @@.mediumaquamarine;builds $possessive trust@@ in you.
 	<<set $slaves[$i].trust += 2>>
 	<<else>>
-	Being allowed to rest @@color:mediumaquamarine;confirms $possessive trust@@ in you.
+	Being allowed to rest @@.mediumaquamarine;confirms $possessive trust@@ in you.
 	<<set $slaves[$i].trust += 2>>
 	<</if>>
 <<else>>
 	<<if $slaves[$i].trust < -20>>
-	Being allowed to rest @@color:mediumaquamarine;reduces $possessive fear@@ of you.
+	Being allowed to rest @@.mediumaquamarine;reduces $possessive fear@@ of you.
 	<<set $slaves[$i].trust += 4>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/saRivalries.tw b/src/uncategorized/saRivalries.tw
index ef3f96648e0f8aa4dfda6bb3357d65e234c81698..482608254cde33697235f863802cc3c5c3fd5dfe 100644
--- a/src/uncategorized/saRivalries.tw
+++ b/src/uncategorized/saRivalries.tw
@@ -19,7 +19,7 @@
 		<<if ($slaves[_j].rivalry == 0)>>
 		<<if ($slaves[$i].relationshipTarget != $slaves[_j].ID)>>
 		<<if random(-100,100) > ($slaves[_j].devotion+$slaves[$i].devotion)>>
-			$slaves[$i].slaveName and $slaves[_j].slaveName see too much of each other and @@color:lightsalmon;start to dislike each other.@@
+			$slaves[$i].slaveName and $slaves[_j].slaveName see too much of each other and @@.lightsalmon;start to dislike each other.@@
 			<<set $slaves[_j].rivalry = 1, $slaves[_j].rivalryTarget = $slaves[$i].ID>>
 			<<set $slaves[$i].rivalry = 1, $slaves[$i].rivalryTarget = $slaves[_j].ID>>
 		<</if>>
@@ -45,61 +45,61 @@
 <<if _SlaveJ != null>>
 
 <<if $slaves[$i].fetish == "mindbroken">>
-	Since she is mindbroken, she @@color:lightsalmon;can't really maintain@@ any meaningful rivalry with _SlaveJ.slaveName.
+	Since she is mindbroken, she @@.lightsalmon;can't really maintain@@ any meaningful rivalry with _SlaveJ.slaveName.
 	<<set _SlaveJ.rivalry = 0,_SlaveJ.rivalryTarget = 0>>
 	<<set $slaves[$i].rivalry = 0, $slaves[$i].rivalryTarget = 0>>
 <<else>>
 
 <<if (random(1,100) > 70)>>
 	<<if (_SlaveJ.assignment != $slaves[$i].assignment) && ($slaves[$i].subTarget != _SlaveJ.ID) && (_SlaveJ.subTarget != $slaves[$i].ID)>>
-		With time apart $slaves[$i].slaveName and _SlaveJ.slaveName @@color:lightgreen;dislike each other less.@@
+		With time apart $slaves[$i].slaveName and _SlaveJ.slaveName @@.lightgreen;dislike each other less.@@
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<<elseif (_SlaveJ.fetish == $slaves[$i].fetish) && (_SlaveJ.fetishKnown == 1) && ($slaves[$i].fetishKnown == 1)>>
-		$slaves[$i].slaveName and _SlaveJ.slaveName share sexual interests, and in the sexual atmosphere of the arcology, it's @@color:lightgreen;difficult for them to keep up their dislike@@ of one another with the mutual attraction.
+		$slaves[$i].slaveName and _SlaveJ.slaveName share sexual interests, and in the sexual atmosphere of the arcology, it's @@.lightgreen;difficult for them to keep up their dislike@@ of one another with the mutual attraction.
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<<elseif (_SlaveJ.devotion > 50) && ($slaves[$i].devotion > 50)>>
-		Since both $slaves[$i].slaveName and _SlaveJ.slaveName are devoted to you, they work together to @@color:lightgreen;get over their feud,@@ since it gets in the way of their duties.
+		Since both $slaves[$i].slaveName and _SlaveJ.slaveName are devoted to you, they work together to @@.lightgreen;get over their feud,@@ since it gets in the way of their duties.
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<<elseif (_SlaveJ.trust < -20) && ($slaves[$i].devotion < -20)>>
-		Since both $slaves[$i].slaveName and _SlaveJ.slaveName are terrified of you, they work together to @@color:lightgreen;get over their feud,@@ since it brings punishment on both of them.
+		Since both $slaves[$i].slaveName and _SlaveJ.slaveName are terrified of you, they work together to @@.lightgreen;get over their feud,@@ since it brings punishment on both of them.
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<<elseif (_SlaveJ.ID == $slaves[$i].relationshipTarget) && ($slaves[$i].relationship > 3)>>
 		<<set _SlaveJ.rivalry = 0, _SlaveJ.rivalryTarget = 0>>
 		<<set $slaves[$i].rivalry = 0, $slaves[$i].rivalryTarget = 0>>
 	<<elseif (random(1,100) > 70)>>
-		$slaves[$i].slaveName and _SlaveJ.slaveName's @@color:lightgreen;feud dissipates a little.@@
+		$slaves[$i].slaveName and _SlaveJ.slaveName's @@.lightgreen;feud dissipates a little.@@
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<</if>>
 <<elseif $familyTesting == 1 && ($slaves[$i].mother == _SlaveJ.ID || $slaves[$i].father == _SlaveJ.ID || _SlaveJ.mother == $slaves[$i].ID || _SlaveJ.father == $slaves[$i].ID || areSisters($slaves[$i], _SlaveJ)) && (random(1,100) > 80)>>
-		$slaves[$i].slaveName and _SlaveJ.slaveName @@color:lightsalmon;pursue their family rivalry.@@
+		$slaves[$i].slaveName and _SlaveJ.slaveName @@.lightsalmon;pursue their family rivalry.@@
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 <<elseif ($slaves[$i].relation != 0) && ($slaves[$i].relationTarget == $slaves[$i].rivalryTarget) && (random(1,100) > 80)>>
-	$slaves[$i].slaveName and _SlaveJ.slaveName @@color:lightsalmon;pursue their family rivalry.@@
+	$slaves[$i].slaveName and _SlaveJ.slaveName @@.lightsalmon;pursue their family rivalry.@@
 	<<set _SlaveJ.rivalry += 1, $slaves[$i].rivalry += 1>>
 <<elseif $familyTesting == 1 && ($slaves[$i].mother == _SlaveJ.ID || $slaves[$i].father == _SlaveJ.ID || _SlaveJ.mother == $slaves[$i].ID || _SlaveJ.father == $slaves[$i].ID || areSisters($slaves[$i], _SlaveJ)) > 0 && (random(1,100) > 80)>>
-		$slaves[$i].slaveName and _SlaveJ.slaveName @@color:lightgreen;patch up their family relationship.@@
+		$slaves[$i].slaveName and _SlaveJ.slaveName @@.lightgreen;patch up their family relationship.@@
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 <<elseif ($slaves[$i].relation != 0) && ($slaves[$i].relationTarget == $slaves[$i].rivalryTarget) && (random(1,100) > 80)>>
-	$slaves[$i].slaveName and _SlaveJ.slaveName @@color:lightgreen;patch up their family relationship.@@
+	$slaves[$i].slaveName and _SlaveJ.slaveName @@.lightgreen;patch up their family relationship.@@
 	<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 <<elseif ($slaves[$i].energy > 95) && (random(1,100) > 60)>>
-	$slaves[$i].slaveName lusts after _SlaveJ.slaveName, and does everything she can to @@color:lightgreen;patch up their differences.@@
+	$slaves[$i].slaveName lusts after _SlaveJ.slaveName, and does everything she can to @@.lightgreen;patch up their differences.@@
 	<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 <<elseif ($slaves[$i].attrXX > 85) && (random(1,100) > 70)>>
 	<<if (_SlaveJ.vagina > -1) || (_SlaveJ.faceShape != "masculine")>>
-		$slaves[$i].slaveName lusts after _SlaveJ.slaveName, and does everything she can to @@color:lightgreen;patch up their differences.@@
+		$slaves[$i].slaveName lusts after _SlaveJ.slaveName, and does everything she can to @@.lightgreen;patch up their differences.@@
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<</if>>
 <<elseif ($slaves[$i].attrXY > 85) && (random(1,100) > 70)>>
 	<<if (_SlaveJ.balls > 0) || (_SlaveJ.faceShape == "masculine")>>
-		$slaves[$i].slaveName lusts after _SlaveJ.slaveName, and does everything she can to @@color:lightgreen;patch up their differences.@@
+		$slaves[$i].slaveName lusts after _SlaveJ.slaveName, and does everything she can to @@.lightgreen;patch up their differences.@@
 		<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 	<</if>>
 <<elseif (random(1,100) > 90)>>
-	$slaves[$i].slaveName and _SlaveJ.slaveName @@color:lightsalmon;bicker@@ and indulge their rivalry whenever they can.
+	$slaves[$i].slaveName and _SlaveJ.slaveName @@.lightsalmon;bicker@@ and indulge their rivalry whenever they can.
 	<<set _SlaveJ.rivalry += 1, $slaves[$i].rivalry += 1>>
 <<elseif (random(1,100) > 90)>>
-	$slaves[$i].slaveName and _SlaveJ.slaveName manage to @@color:lightgreen;de-escalate their little feud.@@
+	$slaves[$i].slaveName and _SlaveJ.slaveName manage to @@.lightgreen;de-escalate their little feud.@@
 	<<set _SlaveJ.rivalry -= 1, $slaves[$i].rivalry -= 1>>
 <</if>>
 <</if>>
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index 9dd1f91b84539e539052a6f14f61a7d0e5f09052..ae6e5fa2140422dfa0481c8a61a3d80e7b7c45bf 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -10,10 +10,10 @@ She
 
 <<if ($release == 1)>>
 	<<if ($slaves[$i].devotion <= 20)>>
-	gets off at work despite her reluctance, @@color:hotpink;habituating her to sexual slavery.@@
+	gets off at work despite her reluctance, @@.hotpink;habituating her to sexual slavery.@@
 	<<set $slaves[$i].devotion += 1>>
 	<<if ($slaves[$i].trust > -20) && ($slaves[$i].devotion <= 20)>>
-		She hates herself for climaxing, and knows the mild aphrodisiacs in the food are forcing her arousal, @@color:gold;frightening her.@@
+		She hates herself for climaxing, and knows the mild aphrodisiacs in the food are forcing her arousal, @@.gold;frightening her.@@
 		<<set $slaves[$i].trust -= 1>>
 	<</if>>
 	<<elseif ($slaves[$i].releaseRules != "permissive")>>
@@ -24,17 +24,17 @@ She
 <<else>>
 	<<if ($slaves[$i].releaseRules == "restrictive")>>
 	<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
-		refuses to come to you for sexual release, and is @@color:gold;severely punished@@ for illicit masturbation.
+		refuses to come to you for sexual release, and is @@.gold;severely punished@@ for illicit masturbation.
 		<<set $slaves[$i].trust -= 2>>
 	<<elseif ($slaves[$i].devotion <= 20)>>
-		occasionally comes to you to beg for sexual release, @@color:hotpink;hating herself@@ for it.
+		occasionally comes to you to beg for sexual release, @@.hotpink;hating herself@@ for it.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].devotion <= 50)>>
-		doesn't mind having to come to you to beg for sexual release, @@color:hotpink;drawing her closer@@ to her <<if $PC.title == 0>>Mistress<<else>>Master<</if>>.
+		doesn't mind having to come to you to beg for sexual release, @@.hotpink;drawing her closer@@ to her <<if $PC.title == 0>>Mistress<<else>>Master<</if>>.
 		<<set $slaves[$i].devotion += 1>>
 	<<else>>
 		<<set $slaves[$i].trust += 1>>
-		happily @@color:mediumaquamarine;relies on you@@ for sexual release, begging you to
+		happily @@.mediumaquamarine;relies on you@@ for sexual release, begging you to
 		<<if ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
 		<<switch $slaves[$i].fetish>>
 		<<case "submissive">>
@@ -70,33 +70,33 @@ She
 			You discover that she really likes it when you
 			<<switch $slaves[$i].fetish>>
 			<<case "submissive">>
-			hold her down and fuck her; @@color:pink;she's a submissive!@@
+			hold her down and fuck her; @@.pink;she's a submissive!@@
 			<<case "cumslut">>
 			<<if $PC.dick == 1>>
-				cum in her mouth; @@color:pink;she's a cumslut!@@
+				cum in her mouth; @@.pink;she's a cumslut!@@
 			<<else>>
-				use your strap-on in her mouth; @@color:pink;she's a cumslut!@@
+				use your strap-on in her mouth; @@.pink;she's a cumslut!@@
 			<</if>>
 			<<case "humiliation">>
-			use her in public; @@color:pink;she's a humiliation fetishist!@@
+			use her in public; @@.pink;she's a humiliation fetishist!@@
 			<<case "buttslut">>
-			fuck her butt; @@color:pink;she's an anal slut!@@
+			fuck her butt; @@.pink;she's an anal slut!@@
 			<<case "boobs">>
-			fondle her breasts; @@color:pink;she's a boob fetishist!@@
+			fondle her breasts; @@.pink;she's a boob fetishist!@@
 			<<case "sadist">>
-			let her help you abuse other slaves; @@color:pink;she's a sadist!@@
+			let her help you abuse other slaves; @@.pink;she's a sadist!@@
 			<<case "masochist">>
-			hurt her; @@color:pink;she's a masochist!@@
+			hurt her; @@.pink;she's a masochist!@@
 			<<case "dom">>
-			let her help you use other slaves; @@color:pink;she's dominant!@@
+			let her help you use other slaves; @@.pink;she's dominant!@@
 			<<case "pregnancy">>
 			<<if $PC.dick == 1>>
-				come inside her; @@color:pink;she's a pregnancy fetishist!@@
+				come inside her; @@.pink;she's a pregnancy fetishist!@@
 			<<else>>
-				talk dirty and call her a heifer; @@color:pink;she's a pregnancy fetishist!@@
+				talk dirty and call her a heifer; @@.pink;she's a pregnancy fetishist!@@
 			<</if>>
 			<<default>>
-			fuck her; @@color:pink;she's got a normal sexuality.@@
+			fuck her; @@.pink;she's got a normal sexuality.@@
 			<</switch>>
 		<</if>>
 		<</if>>
@@ -105,7 +105,7 @@ She
 	<<if $slaves[$i].balls > 0>>
 	<<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>>
 	<<if $slaves[$i].hormones > 0>>
-		She can't seem to get enough cum out of her terribly swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. This forces her to come to you for release many times a day, and she @@color:mediumaquamarine;is desperately reliant@@
+		She can't seem to get enough cum out of her terribly swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. This forces her to come to you for release many times a day, and she @@.mediumaquamarine;is desperately reliant@@
 		<<if $slaves[$i].anus > 0>>
 		on your <<if $PC.dick == 0>>strap-on<<else>>penis<</if>> inside her ass as a source of relief.
 		<<else>>
@@ -113,7 +113,7 @@ She
 		<</if>>
 		<<set $slaves[$i].trust += 2>>
 	<<else>>
-		Her terribly swollen balls force her to come to you for release several times a day, and she @@color:mediumaquamarine;learns to rely@@
+		Her terribly swollen balls force her to come to you for release several times a day, and she @@.mediumaquamarine;learns to rely@@
 		<<if $slaves[$i].anus > 0>>
 		on your <<if $PC.dick == 0>>strap-on<<else>>penis<</if>> inside her ass as a source of relief.
 		<<else>>
@@ -128,7 +128,7 @@ She
 	<<if $slaves[$i].balls > 0>>
 	<<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>>
 	<<if $slaves[$i].hormones > 0>>
-		She can't seem to get enough cum out of her grotesquely swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. This forces her to come to you for release many times a day, and she @@color:mediumaquamarine;is desperately reliant@@
+		She can't seem to get enough cum out of her grotesquely swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. This forces her to come to you for release many times a day, and she @@.mediumaquamarine;is desperately reliant@@
 		<<if $slaves[$i].anus > 0>>
 		on your <<if $PC.dick == 0>>strap-on<<else>>penis<</if>> inside her ass as a source of relief.
 		<<else>>
@@ -136,7 +136,7 @@ She
 		<</if>>
 		<<set $slaves[$i].trust += 2>>
 	<<else>>
-		Her grotesquely swollen balls force her to come to you for release dozens of times a day, and she @@color:mediumaquamarine;is desperately reliant@@
+		Her grotesquely swollen balls force her to come to you for release dozens of times a day, and she @@.mediumaquamarine;is desperately reliant@@
 		<<if $slaves[$i].anus > 0>>
 		on your <<if $PC.dick == 0>>strap-on<<else>>penis<</if>> inside her ass as a source of relief.
 		<<else>>
@@ -152,7 +152,7 @@ She
 	<<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>>
 	<<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>>
 	<<if $PC.dick == 1>> 
-		Her reproductive system is in overdrive leading her to come to you for insemination several times a day; she @@color:mediumaquamarine;desperately hopes@@ for the day your seed takes root in her womb.
+		Her reproductive system is in overdrive leading her to come to you for insemination several times a day; she @@.mediumaquamarine;desperately hopes@@ for the day your seed takes root in her womb.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -163,26 +163,26 @@ She
 	<<if ($universalRulesConsent == 0)>>
 		<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
 		<<if ($slaves[$i].releaseRules == "permissive")>>
-			masturbates whenever she can find a private moment to take care of the urges induced by the food, @@color:mediumaquamarine;slightly reducing her fear@@ of you.
+			masturbates whenever she can find a private moment to take care of the urges induced by the food, @@.mediumaquamarine;slightly reducing her fear@@ of you.
 			<<set $slaves[$i].trust += 1>>
 		<<else>>
-			refuses to use other slaves to get off, and is @@color:gold;severely punished@@ for illicit masturbation.
+			refuses to use other slaves to get off, and is @@.gold;severely punished@@ for illicit masturbation.
 			<<set $slaves[$i].trust -= 2>>
 		<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 		<<if ($slaves[$i].releaseRules == "permissive")>>
-			prefers to masturbate rather than demanding sex from other slaves, @@color:mediumaquamarine;slightly reducing her fear@@ of you.
+			prefers to masturbate rather than demanding sex from other slaves, @@.mediumaquamarine;slightly reducing her fear@@ of you.
 			<<set $slaves[$i].trust += 1>>
 		<<else>>
-			is forced to demand sex from other slaves by the urges induced by the food, and @@color:hotpink;hates herself@@ for it.
+			is forced to demand sex from other slaves by the urges induced by the food, and @@.hotpink;hates herself@@ for it.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<elseif ($slaves[$i].devotion <= 50)>>
-		accepts the need to demand sex from your other slaves, @@color:hotpink;building her acceptance@@ of her life.
+		accepts the need to demand sex from your other slaves, @@.hotpink;building her acceptance@@ of her life.
 		<<set $slaves[$i].devotion += 1>>
 		<<else>>
 		<<set $slaves[$i].trust += 1>>
-		happily @@color:mediumaquamarine;avails herself@@ of your permission to
+		happily @@.mediumaquamarine;avails herself@@ of your permission to
 		<<if ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
 			<<if ($slaves[$i].fetish == "submissive")>>
 			demand that other slaves fuck her.
@@ -190,7 +190,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*40)-($averageDick*5) < random(1,100)>>
-				@@color:lime;Her asshole is loosened@@ during sex with other slaves, since most of the cocks she demands a dominating buttfuck from are very large.
+				@@.lime;Her asshole is loosened@@ during sex with other slaves, since most of the cocks she demands a dominating buttfuck from are very large.
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -200,7 +200,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*40)-($averageDick*5) < random(1,100)>>
-					Since most of the slaves she demands a pounding from are extremely hung, @@color:lime;her cunt gets stretched out.@@
+					Since most of the slaves she demands a pounding from are extremely hung, @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -218,7 +218,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*30)-($averageDick*5) < random(1,100)>>
-				Since most of the slaves she demands anal sex from are extremely hung, @@color:lime;her asshole gets stretched out.@@
+				Since most of the slaves she demands anal sex from are extremely hung, @@.lime;her asshole gets stretched out.@@
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -234,7 +234,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*30)-($averageDick*5) < random(1,100)>>
-				@@color:lime;Her asshole is loosened@@ during sex with hung slaves, since she often relies on painal to address her needs.
+				@@.lime;Her asshole is loosened@@ during sex with hung slaves, since she often relies on painal to address her needs.
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -244,7 +244,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*30)-($averageDick*5) < random(1,100)>>
-					Since she usually demands that hung slaves fuck her hard enough to make her pussy hurt, @@color:lime;her cunt gets stretched out.@@
+					Since she usually demands that hung slaves fuck her hard enough to make her pussy hurt, @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -261,7 +261,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*40)-($averageDick*5) < random(1,100)>>
-					Since she constantly demands to be fucked deeply to get her womb filled with cum, @@color:lime;her cunt gets stretched out.@@
+					Since she constantly demands to be fucked deeply to get her womb filled with cum, @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -274,7 +274,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*30)-($averageDick*5) < random(1,100)>>
-				@@color:lime;Her asshole is loosened@@ during sex with well endowed slaves, since she's so addicted to sex all her holes see heavy traffic.
+				@@.lime;Her asshole is loosened@@ during sex with well endowed slaves, since she's so addicted to sex all her holes see heavy traffic.
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -284,7 +284,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*30)-($averageDick*5) < random(1,100)>>
-					She indulges in non-stop sex with your well endowed slaves, so much so that @@color:lime;her cunt gets stretched out.@@
+					She indulges in non-stop sex with your well endowed slaves, so much so that @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -303,30 +303,30 @@ She
 			<<set $slaves[$i].fetishKnown = 1>>
 			You discover that she really likes it when other girls
 			<<if ($slaves[$i].fetish == "submissive")>>
-				hold her down and fuck her; @@color:pink;she's a submissive!@@
+				hold her down and fuck her; @@.pink;she's a submissive!@@
 			<<elseif ($slaves[$i].fetish == "cumslut")>>
-				cum in her mouth; @@color:pink;she's a cumslut!@@
+				cum in her mouth; @@.pink;she's a cumslut!@@
 			<<elseif ($slaves[$i].fetish == "humiliation")>>
-				use her in public; @@color:pink;she's a humiliation fetishist!@@
+				use her in public; @@.pink;she's a humiliation fetishist!@@
 			<<elseif ($slaves[$i].fetish == "buttslut")>>
 				<<if ($slaves[$i].anus > 0)>>
 				fuck her butt;
 				<<else>>
 				tease her virgin anus;
 				<</if>>
-				@@color:pink;she's an anal slut!@@
+				@@.pink;she's an anal slut!@@
 			<<elseif ($slaves[$i].fetish == "boobs")>>
-				fondle her breasts; @@color:pink;she's a boob fetishist!@@
+				fondle her breasts; @@.pink;she's a boob fetishist!@@
 			<<elseif ($slaves[$i].fetish == "sadist")>>
-				let her help you abuse other slaves; @@color:pink;she's a sadist!@@
+				let her help you abuse other slaves; @@.pink;she's a sadist!@@
 			<<elseif ($slaves[$i].fetish == "masochist")>>
-				hurt her; @@color:pink;she's a masochist!@@
+				hurt her; @@.pink;she's a masochist!@@
 			<<elseif ($slaves[$i].fetish == "dom")>>
-				let her help you use other slaves; @@color:pink;she's dominant!@@
+				let her help you use other slaves; @@.pink;she's dominant!@@
 			<<elseif ($slaves[$i].fetish == "pregnancy")>>
-				come inside her; @@color:pink;she's a pregnancy fetishist!@@
+				come inside her; @@.pink;she's a pregnancy fetishist!@@
 			<<else>>
-				fuck her; @@color:pink;she's got a normal sexuality.@@
+				fuck her; @@.pink;she's got a normal sexuality.@@
 			<</if>>
 			<</if>>
 		<</if>>
@@ -334,33 +334,33 @@ She
 	<<else>>
 		<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
 		<<if ($slaves[$i].releaseRules == "permissive")>>
-			prefers to masturbate rather than asking other slaves for sex, @@color:mediumaquamarine;slightly reducing her fear@@ of you.
+			prefers to masturbate rather than asking other slaves for sex, @@.mediumaquamarine;slightly reducing her fear@@ of you.
 			<<set $slaves[$i].trust += 1>>
 		<<else>>
-			refuses to ask other slaves for sex, and is @@color:gold;severely punished@@ for illicit masturbation.
+			refuses to ask other slaves for sex, and is @@.gold;severely punished@@ for illicit masturbation.
 			<<set $slaves[$i].trust -= 2>>
 		<</if>>
 		<<elseif ($slaves[$i].devotion <= 20)>>
 		<<if ($slaves[$i].releaseRules == "permissive")>>
-			prefers to masturbate rather than trading sex with other slaves, @@color:mediumaquamarine;slightly reducing her fear@@ of you.
+			prefers to masturbate rather than trading sex with other slaves, @@.mediumaquamarine;slightly reducing her fear@@ of you.
 			<<set $slaves[$i].trust += 1>>
 		<<else>>
-			is forced to swap sex with other slaves by the urges induced by the food, and @@color:hotpink;hates herself@@ for it.
+			is forced to swap sex with other slaves by the urges induced by the food, and @@.hotpink;hates herself@@ for it.
 			<<set $slaves[$i].devotion += 1>>
 		<</if>>
 		<<elseif ($slaves[$i].devotion <= 50)>>
-		doesn't mind having to ask other slaves for sex, @@color:mediumaquamarine;building her acceptance@@ of her life.
+		doesn't mind having to ask other slaves for sex, @@.mediumaquamarine;building her acceptance@@ of her life.
 		<<set $slaves[$i].trust += 1>>
 		<<else>>
 		<<set $slaves[$i].trust += 1>>
-		@@color:mediumaquamarine;relies@@ on your other loyal slaves for mutual satisfaction,
+		@@.mediumaquamarine;relies@@ on your other loyal slaves for mutual satisfaction,
 		<<if ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
 			<<if ($slaves[$i].fetish == "submissive")>>
 			usually pairing off with a more dominant slave.
 			<<if $averageDick > 4>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*40)-($averageDick*5) < random(1,100)>>
-				@@color:lime;Her asshole is loosened@@ during sex with other slaves, since most of the cocks she lets dominate her backdoor are very large.
+				@@.lime;Her asshole is loosened@@ during sex with other slaves, since most of the cocks she lets dominate her backdoor are very large.
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -369,7 +369,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*40)-($averageDick*5) < random(1,100)>>
-					Since most of the slaves she takes a pounding from are extremely hung, @@color:lime;her cunt gets stretched out.@@
+					Since most of the slaves she takes a pounding from are extremely hung, @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -393,7 +393,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*30)-($averageDick*5) < random(1,100)>>
-				Since most of the slaves she enjoys anal sex with are extremely hung, @@color:lime;her asshole gets stretched out.@@
+				Since most of the slaves she enjoys anal sex with are extremely hung, @@.lime;her asshole gets stretched out.@@
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -409,7 +409,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*30)-($averageDick*5) < random(1,100)>>
-				@@color:lime;Her asshole is loosened@@, since she begs hung slaves to fuck her butt until she cries.
+				@@.lime;Her asshole is loosened@@, since she begs hung slaves to fuck her butt until she cries.
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -419,7 +419,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*30)-($averageDick*5) < random(1,100)>>
-					Since she eagerly begs hung slaves to fuck her until she cries, @@color:lime;her cunt gets stretched out.@@
+					Since she eagerly begs hung slaves to fuck her until she cries, @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -436,7 +436,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*40)-($averageDick*5) < random(1,100)>>
-					She also takes cock whenever she can, begging to be fucked deeply to get her womb filled with cum, so @@color:lime;her cunt gets stretched out.@@
+					She also takes cock whenever she can, begging to be fucked deeply to get her womb filled with cum, so @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -449,7 +449,7 @@ She
 				<<if $slaves[$i].anus > 0>>
 				<<if $slaves[$i].anus < 3>>
 				<<if ($slaves[$i].anus*30)-($averageDick*5) < random(1,100)>>
-				@@color:lime;Her asshole is loosened@@ during sex with well endowed slaves, since she's so addicted to sex all her holes see heavy traffic.
+				@@.lime;Her asshole is loosened@@ during sex with well endowed slaves, since she's so addicted to sex all her holes see heavy traffic.
 				<<set $slaves[$i].anus += 1>>
 				<</if>>
 				<</if>>
@@ -459,7 +459,7 @@ She
 				<<if $slaves[$i].vagina < 3>>
 				<<if $slaves[$i].vaginalAccessory != "chastity belt">>
 				<<if ($slaves[$i].vagina*30)-($averageDick*5) < random(1,100)>>
-					She indulges in non-stop sex with your well endowed slaves, so much so that @@color:lime;her cunt gets stretched out.@@
+					She indulges in non-stop sex with your well endowed slaves, so much so that @@.lime;her cunt gets stretched out.@@
 					<<set $slaves[$i].vagina += 1>>
 				<</if>>
 				<</if>>
@@ -478,32 +478,32 @@ She
 			<<set $slaves[$i].fetishKnown = 1>>
 			However, one of her partners
 			<<if ($slaves[$i].fetish == "submissive")>>
-				holds her down, and she loves it; @@color:pink;she's a submissive!@@
+				holds her down, and she loves it; @@.pink;she's a submissive!@@
 			<<elseif ($slaves[$i].fetish == "cumslut")>>
-				finally has to push her away to get her to stop sucking; @@color:pink;she's a cumslut!@@
+				finally has to push her away to get her to stop sucking; @@.pink;she's a cumslut!@@
 			<<elseif ($slaves[$i].fetish == "humiliation")>>
-				fucks her in public, and she loves it; @@color:pink;she's a humiliation fetishist!@@
+				fucks her in public, and she loves it; @@.pink;she's a humiliation fetishist!@@
 			<<elseif ($slaves[$i].fetish == "buttslut")>>
 				<<if ($slaves[$i].anus > 0)>>
 				fucks her butt, and she loves it;
 				<<else>>
 				teases her virgin anus, and she loves it;
 				<</if>>
-				@@color:pink;she's an anal slut!@@
+				@@.pink;she's an anal slut!@@
 			<<elseif ($slaves[$i].fetish == "boobs")>>
-				fondles her breasts, and she loves it; @@color:pink;she's a boob fetishist!@@
+				fondles her breasts, and she loves it; @@.pink;she's a boob fetishist!@@
 			<<elseif ($slaves[$i].fetish == "sadist")>>
-				asks $slaves[$i].slaveName to hit her, which $slaves[$i].slaveName enjoys doing; @@color:pink;she's a sadist!@@
+				asks $slaves[$i].slaveName to hit her, which $slaves[$i].slaveName enjoys doing; @@.pink;she's a sadist!@@
 			<<elseif ($slaves[$i].fetish == "masochist")>>
-				hits $slaves[$i].slaveName while fucking her, which only makes her hornier; @@color:pink;she's a masochist!@@
+				hits $slaves[$i].slaveName while fucking her, which only makes her hornier; @@.pink;she's a masochist!@@
 			<<elseif ($slaves[$i].fetish == "dom")>>
-				asks $slaves[$i].slaveName to make her $slaves[$i].slaveName's bitch, which $slaves[$i].slaveName manages like a natural; @@color:pink;she's dominant!@@
+				asks $slaves[$i].slaveName to make her $slaves[$i].slaveName's bitch, which $slaves[$i].slaveName manages like a natural; @@.pink;she's dominant!@@
 			<<elseif ($slaves[$i].fetish == "pregnancy")>>
-				pretends to get her pregnant, which she really enjoys; @@color:pink;she's a pregnancy fetishist!@@
+				pretends to get her pregnant, which she really enjoys; @@.pink;she's a pregnancy fetishist!@@
 			<<elseif ($slaves[$i].energy > 95)>>
-				discovers that she cannot be satisfied; @@color:pink;she's a nympho!@@
+				discovers that she cannot be satisfied; @@.pink;she's a nympho!@@
 			<<else>>
-				discovers that she isn't terribly exciting; @@color:pink;she's got a normal sexuality.@@
+				discovers that she isn't terribly exciting; @@.pink;she's got a normal sexuality.@@
 			<</if>>
 			<</if>>
 		<</if>>
@@ -513,9 +513,9 @@ She
 	<<if $slaves[$i].balls > 0>>
 	<<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>>
 		<<if $slaves[$i].hormones > 0>>
-			She can't seem to get enough cum out of her terribly swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. She is very reliant on your other girls to help her, which @@color:mediumaquamarine;habituates her@@ to slave sex.
+			She can't seem to get enough cum out of her terribly swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. She is very reliant on your other girls to help her, which @@.mediumaquamarine;habituates her@@ to slave sex.
 		<<else>>
-			Her terribly swollen balls force her to rely on other slaves for release several times a day, and jetting cum into and onto your other girls @@color:mediumaquamarine;habituates her@@ to slave sex.
+			Her terribly swollen balls force her to rely on other slaves for release several times a day, and jetting cum into and onto your other girls @@.mediumaquamarine;habituates her@@ to slave sex.
 		<</if>>
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
@@ -525,9 +525,9 @@ She
 	<<if $slaves[$i].balls > 0>>
 	<<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>>
 	<<if $slaves[$i].hormones > 0>>
-		She can't seem to get enough cum out of her grotesquely swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. She is completely dependent on your other girls to help her, which @@color:mediumaquamarine;habituates her@@ to slave sex.
+		She can't seem to get enough cum out of her grotesquely swollen balls in one orgasm to get relieve the pressure: her poor soft dick produces slow, anemic ejaculations, no matter how backed up she is. She is completely dependent on your other girls to help her, which @@.mediumaquamarine;habituates her@@ to slave sex.
 	<<else>>
-		Her grotesquely swollen balls force her to rely on other slaves for release throughout times a day, and swelling your other girls with cum @@color:mediumaquamarine;habituates her@@ to slave sex, though you have to take precautions so she doesn't knock up your entire stock.
+		Her grotesquely swollen balls force her to rely on other slaves for release throughout times a day, and swelling your other girls with cum @@.mediumaquamarine;habituates her@@ to slave sex, though you have to take precautions so she doesn't knock up your entire stock.
 	<</if>>
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
@@ -537,7 +537,7 @@ She
 	<<if $slaves[$i].vagina > 0 || ($slaves[$i].anus > 0 && $slaves[$i].mpreg == 1)>>
 	<<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>>
 	<<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>>
-		Her reproductive system is in overdrive leading her to seek out any dicked girl she can find several times a day. She @@color:mediumaquamarine;desperately longs@@ for the day her efforts fill her womb with child.
+		Her reproductive system is in overdrive leading her to seek out any dicked girl she can find several times a day. She @@.mediumaquamarine;desperately longs@@ for the day her efforts fill her womb with child.
 		<<set $slaves[$i].trust += 1>>
 	<</if>>
 	<</if>>
@@ -548,18 +548,18 @@ She
 
 <<if ($slaves[$i].devotion <= 20)>>
 	<<if $slaves[$i].voice == 0>>
-		Living as a mute @@color:hotpink;molds her@@ to your will.
+		Living as a mute @@.hotpink;molds her@@ to your will.
 	<<elseif $slaves[$i].lips > 95>>
-		Being unable to speak through her facepussy @@color:hotpink;molds her@@ to your will.
+		Being unable to speak through her facepussy @@.hotpink;molds her@@ to your will.
 	<<elseif $slaves[$i].speechRules == "restrictive">>
-		Living under enforced silence @@color:hotpink;molds her@@ to your will.
+		Living under enforced silence @@.hotpink;molds her@@ to your will.
 	<</if>>
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 
 <<if $roomsPopulation > $rooms>>
 <<if $slaves[$i].livingRules == "luxurious">>
-	There are @@color:yellow;too many slaves for the penthouse's individual rooms,@@ so she moves out into the dormitory.
+	There are @@.yellow;too many slaves for the penthouse's individual rooms,@@ so she moves out into the dormitory.
 	<<set $slaves[$i].livingRules = "normal">>
 	<<set $dormitoryPopulation += 1>>
 	<<if $slaves[$i].relationship >= 4>><<set $roomsPopulation -= 0.5>><<else>><<set $roomsPopulation -= 1>><</if>>
@@ -568,37 +568,37 @@ She
 
 <<if ($slaves[$i].devotion <= 20)>>
 	<<if ($slaves[$i].livingRules == "spare")>>
-	The spare living conditions @@color:hotpink;get her used@@ to the routine of
+	The spare living conditions @@.hotpink;get her used@@ to the routine of
 	<<if ($slaves[$i].trust > 20)>>
-		slavery and @@color:gold;keep her aware of her lowly place.@@
+		slavery and @@.gold;keep her aware of her lowly place.@@
 		<<set $slaves[$i].trust -= 1>>
 	<<else>>
 		slavery.
 	<</if>>
 	<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].livingRules == "normal")>>
-	The reasonable living conditions allow her to @@color:mediumaquamarine;feel self-reliant.@@
+	The reasonable living conditions allow her to @@.mediumaquamarine;feel self-reliant.@@
 	<<set $slaves[$i].trust += 1>>
 	<<else>>
-	The luxurious living conditions encourage her to @@color:mediumaquamarine;feel respectable.@@
+	The luxurious living conditions encourage her to @@.mediumaquamarine;feel respectable.@@
 	<<set $slaves[$i].trust += 2>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].ID == $HeadGirl.ID) && ($HGSuite == 1)>>
-	She is @@color:hotpink;very happy@@ with her suite and @@color:mediumaquamarine;trusts@@ you a bit more for providing it.
+	She is @@.hotpink;very happy@@ with her suite and @@.mediumaquamarine;trusts@@ you a bit more for providing it.
 	<<set $slaves[$i].devotion += 1>>
 	<<set $slaves[$i].trust += 1>>
 	<<elseif ($slaves[$i].livingRules == "luxurious")>>
-	She is @@color:hotpink;very happy@@ with her little room and @@color:mediumaquamarine;trusts@@ you a bit more for providing it.
+	She is @@.hotpink;very happy@@ with her little room and @@.mediumaquamarine;trusts@@ you a bit more for providing it.
 	<<set $slaves[$i].devotion += 1>>
 	<<set $slaves[$i].trust += 1>>
 	<<elseif ($slaves[$i].livingRules == "normal")>>
 	She likes her personal space in the dormitory.
 	<<elseif ($slaves[$i].trust > 8)>>
-	The spare living conditions @@color:gold;remind her not to get too comfortable@@ with her life.
+	The spare living conditions @@.gold;remind her not to get too comfortable@@ with her life.
 	<<set $slaves[$i].trust -= 2>>
 	<<elseif ($slaves[$i].trust > 2)>>
-	The spare living conditions @@color:gold;keep her aware of her place.@@
+	The spare living conditions @@.gold;keep her aware of her place.@@
 	<<set $slaves[$i].trust -= 1>>
 	<</if>>
 <</if>>
@@ -608,35 +608,35 @@ She
 	<<set $seed = $dormitoryPopulation - $dormitory>>
 	The slave dormitory is
 	<<if $seed <= 5>>
-		@@color:yellow;somewhat overcrowded.@@ The mild inconvenience
+		@@.yellow;somewhat overcrowded.@@ The mild inconvenience
 		<<if $slaves[$i].trust > 20>>
-			@@color:gold;reduces her trust@@ in you a little.
+			@@.gold;reduces her trust@@ in you a little.
 			<<set $slaves[$i].trust -= 2>>
 		<<else>>
-			@@color:mediumorchid;lowers you@@ a little in her opinion.
+			@@.mediumorchid;lowers you@@ a little in her opinion.
 			<<set $slaves[$i].devotion -= 2>>
 		<</if>>
 	<<elseif $seed <= 10>>
-		@@color:yellow;badly overcrowded.@@ The constant difficulties
+		@@.yellow;badly overcrowded.@@ The constant difficulties
 		<<if $slaves[$i].trust > 20>>
-			@@color:gold;reduces her trust@@ in you
+			@@.gold;reduces her trust@@ in you
 			<<set $slaves[$i].trust -= 3>>
 		<<else>>
-			@@color:mediumorchid;lowers you@@ in her opinion
+			@@.mediumorchid;lowers you@@ in her opinion
 			<<set $slaves[$i].devotion -= 3>>
 		<</if>>
-		and is @@color:red;not good for her,@@ since it's difficult to rest there.
+		and is @@.red;not good for her,@@ since it's difficult to rest there.
 		<<set $slaves[$i].health -= 2>>
 	<<else>>
-		@@color:yellow;extremely overcrowded.@@ The unpleasant situation
+		@@.yellow;extremely overcrowded.@@ The unpleasant situation
 		<<if $slaves[$i].trust > 20>>
-			seriously @@color:gold;reduces her trust@@ in you
+			seriously @@.gold;reduces her trust@@ in you
 			<<set $slaves[$i].trust -= 5>>
 		<<else>>
-			seriously @@color:mediumorchid;lowers you@@ in her opinion
+			seriously @@.mediumorchid;lowers you@@ in her opinion
 			<<set $slaves[$i].devotion -= 5>>
 		<</if>>
-		and is @@color:red;bad for her health.@@
+		and is @@.red;bad for her health.@@
 		<<set $slaves[$i].health -= 4>>
 	<</if>>
 <</if>>
@@ -645,28 +645,28 @@ She
 <<if ($universalRulesConsent == 0)>>
 	<<if ($slaves[$i].devotion <= 20)>>
 	<<if ($slaves[$i].trust > -10)>>
-		Under the rules, she finds herself constantly molested by other slaves, and lives her life constantly @@color:gold;afraid.@@
+		Under the rules, she finds herself constantly molested by other slaves, and lives her life constantly @@.gold;afraid.@@
 		<<set $slaves[$i].trust -= 2>>
 	<<else>>
 		Under the rules, she finds herself constantly molested by other slaves, but she's already in such constant terror it doesn't seriously affect her.
 	<</if>>
 	<<elseif ($slaves[$i].releaseRules != "restrictive")>>
 	<<if ($slaves[$i].energy > 95)>>
-		Under the rules, she's allowed to demand that other slaves to get her off, and she @@color:hotpink;adores@@ you for providing plentiful outlets for her nymphomania.
+		Under the rules, she's allowed to demand that other slaves to get her off, and she @@.hotpink;adores@@ you for providing plentiful outlets for her nymphomania.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
 		<<if ($slaves[$i].fetish == "sadist")>>
-		Under the rules, she's allowed to sexually abuse other slaves, and she @@color:hotpink;adores@@ you for providing a whole penthouse of girls for her to rape.
+		Under the rules, she's allowed to sexually abuse other slaves, and she @@.hotpink;adores@@ you for providing a whole penthouse of girls for her to rape.
 		<<set $slaves[$i].devotion += 1>>
 		<<elseif ($slaves[$i].fetish == "dom")>>
-		Under the rules, she's allowed to force other slaves to have sex with her, and she @@color:hotpink;adores@@ you for providing a whole penthouse of girls for her to dominate.
+		Under the rules, she's allowed to force other slaves to have sex with her, and she @@.hotpink;adores@@ you for providing a whole penthouse of girls for her to dominate.
 		<<set $slaves[$i].devotion += 1>>
 		<</if>>
 	<</if>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].devotion >= -20)>>
-	Since she's low in the slave hierarchy,  @@color:mediumaquamarine;she knows@@ that the rule that slaves must get consent before having sex with her are all that protect her from abuse.
+	Since she's low in the slave hierarchy,  @@.mediumaquamarine;she knows@@ that the rule that slaves must get consent before having sex with her are all that protect her from abuse.
 	<<set $slaves[$i].trust += 1>>
 	<</if>>
 <</if>>
@@ -676,35 +676,35 @@ She
 	<<set $slaves[$i].attrKnown = 1>>
 	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> monitors her as she gets off, analyzing her sexuality. It seems she is
 	<<if $slaves[$i].attrXY <= 5>>
-		@@color:red;disgusted by men@@
+		@@.red;disgusted by men@@
 	<<elseif $slaves[$i].attrXY <= 15>>
-		@@color:red;turned off by men@@
+		@@.red;turned off by men@@
 	<<elseif $slaves[$i].attrXY <= 35>>
-		@@color:red;not attracted to men@@
+		@@.red;not attracted to men@@
 	<<elseif $slaves[$i].attrXY <= 65>>
 		indifferent to men
 	<<elseif $slaves[$i].attrXY <= 85>>
-		@@color:green;attracted to men@@
+		@@.green;attracted to men@@
 	<<elseif $slaves[$i].attrXY <= 95>>
-		@@color:green;aroused by men@@
+		@@.green;aroused by men@@
 	<<else>>
-		@@color:green;passionate about men@@
+		@@.green;passionate about men@@
 	<</if>>
 	and
 	<<if $slaves[$i].attrXX <= 5>>
-		@@color:red;disgusted by women.@@
+		@@.red;disgusted by women.@@
 	<<elseif $slaves[$i].attrXX <= 15>>
-		@@color:red;turned off by women.@@
+		@@.red;turned off by women.@@
 	<<elseif $slaves[$i].attrXX <= 35>>
-		@@color:red;not attracted to women.@@
+		@@.red;not attracted to women.@@
 	<<elseif $slaves[$i].attrXX <= 65>>
 		indifferent to women.
 	<<elseif $slaves[$i].attrXX <= 85>>
-		@@color:green;attracted to women.@@
+		@@.green;attracted to women.@@
 	<<elseif $slaves[$i].attrXX <= 95>>
-		@@color:green;aroused by women.@@
+		@@.green;aroused by women.@@
 	<<else>>
-		@@color:green;passionate about women.@@
+		@@.green;passionate about women.@@
 	<</if>>
 	<</if>>
 <</if>>
@@ -751,14 +751,14 @@ She
 		<<if $slaves[$i].relationship > 0>>
 			She often asks to save these breaks so she can spend them with her <<if $slaves[$i].relationship == 1>>friend<<elseif $slaves[$i].relationship == 2>>best friend<<elseif $slaves[$i].relationship == 3>>friend with benefits<<elseif $slaves[$i].relationship == 4>>sweetheart<<else>>wife<</if>>.
 		<</if>>
-		These breaks are @@color:green;good for her.@@
+		These breaks are @@.green;good for her.@@
 		<<set $slaves[$i].health += _rewards>>
 	<<case "drugs">>
-		She's @@color:hotpink;rewarded@@ with hits of mild recreational drugs, which @@color:red;isn't healthy,@@ but helps bind her to you strongly.
+		She's @@.hotpink;rewarded@@ with hits of mild recreational drugs, which @@.red;isn't healthy,@@ but helps bind her to you strongly.
 		<<set $slaves[$i].health -= _rewards>>
 		<<set $slaves[$i].devotion += _rewards*2>>
 	<<case "orgasm">>
-		She's @@color:hotpink;rewarded@@ with
+		She's @@.hotpink;rewarded@@ with
 		<<if $slaves[$i].clitPiercing >= 3>>
 			sustained orgasm from her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing,
 		<<elseif $activeSlave.releaseRules == "sapphic">>
@@ -766,13 +766,13 @@ She
 		<<else>>
 			a quick climax from a vibrator,
 		<</if>>
-		@@color:green;boosting her libido.@@
+		@@.green;boosting her libido.@@
 		<<if $slaves[$i].energy < 98>><<set $slaves[$i].energy += _rewards>><</if>>
 		<<set $slaves[$i].devotion += _rewards>>
 	<<default>>
-		She's @@color:hotpink;rewarded@@
+		She's @@.hotpink;rewarded@@
 		<<if (_punishments > 0) && ($slaves[$i].standardReward == "situational")>>
-			and @@color:gold;punished@@
+			and @@.gold;punished@@
 		<</if>>
 		situationally, letting her develop normally.
 		<<set $slaves[$i].devotion += _rewards>>
@@ -783,23 +783,23 @@ She
 	<<case "confinement">>
 		When she disobeys, she's
 		<<if $cellblock != 0>>
-			@@color:gold;put in $cellblockName@@<<if $Wardeness != 0>>, where she can experience $Wardeness.slaveName's tender mercies<</if>>.
+			@@.gold;put in $cellblockName@@<<if $Wardeness != 0>>, where she can experience $Wardeness.slaveName's tender mercies<</if>>.
 		<<else>>
-			@@color:gold;shut up in a box@@ until she behaves.
+			@@.gold;shut up in a box@@ until she behaves.
 		<</if>>
 		<<set $slaves[$i].trust -= _punishments>>
 	<<case "whipping">>
-		When she disobeys, she's @@color:gold;whipped,@@ not hard enough to mark her, but hard enough to @@color:red;hurt,@@ breaking her quickly.
+		When she disobeys, she's @@.gold;whipped,@@ not hard enough to mark her, but hard enough to @@.red;hurt,@@ breaking her quickly.
 		<<set $slaves[$i].health -= _punishments>>
 		<<set $slaves[$i].trust -= 2*_punishments>>
 	<<case "chastity">>
-		When she disobeys, she's @@color:gold;denied@@ her next orgasm, @@color:red;reducing her libido@@ but breaking her to @@color:hotpink;sexual obedience.@@
+		When she disobeys, she's @@.gold;denied@@ her next orgasm, @@.red;reducing her libido@@ but breaking her to @@.hotpink;sexual obedience.@@
 		<<if $slaves[$i].energy > 2>><<set $slaves[$i].energy -= 2*_punishments>><</if>>
 		<<set $slaves[$i].devotion += _punishments>>
 		<<set $slaves[$i].trust -= _punishments>>
 	<<default>>
 		<<if (_rewards == 0) || ($slaves[$i].standardReward != "situational")>>
-			When she disobeys, she's @@color:gold;punished@@ situationally, letting her develop normally.
+			When she disobeys, she's @@.gold;punished@@ situationally, letting her develop normally.
 		<</if>>
 		<<set $slaves[$i].trust -= _punishments>>
 	<</switch>>
diff --git a/src/uncategorized/saServant.tw b/src/uncategorized/saServant.tw
index 054334b1b51eddada5509d81fea61611a33c02d9..b7be63882d88a9a066c5f89b002265a611a85d67 100644
--- a/src/uncategorized/saServant.tw
+++ b/src/uncategorized/saServant.tw
@@ -9,24 +9,24 @@ works as a servant. She performs the lowest jobs in your penthouse, cleaning up
 		<<set $servantsQuartersSpots -= 1>>
 	<</if>>
 	<<if ($Stewardess != 0)>>
-		This brings her under $Stewardess.slaveName's supervision. The Stewardess <<if $slaves[$i].devotion < -20>>subjects her to corrective rape when her service is imperfect, or when she feels like raping her, forcing the poor slave to @@color:yellowgreen;find refuge in work.@@<<elseif $slaves[$i].devotion <= 20>>molests her, encouraging the poor slave to keep her head down and @@color:yellowgreen;work harder.@@<<else>>uses sex as a reward, getting her off when she @@color:yellowgreen;works harder.@@<</if>>
+		This brings her under $Stewardess.slaveName's supervision. The Stewardess <<if $slaves[$i].devotion < -20>>subjects her to corrective rape when her service is imperfect, or when she feels like raping her, forcing the poor slave to @@.yellowgreen;find refuge in work.@@<<elseif $slaves[$i].devotion <= 20>>molests her, encouraging the poor slave to keep her head down and @@.yellowgreen;work harder.@@<<else>>uses sex as a reward, getting her off when she @@.yellowgreen;works harder.@@<</if>>
 		<<set $cash += $stewardessBonus>>
 	<</if>>
 	<</if>>
 <</if>>
 
 <<if ($slaves[$i].trust < -20)>>
-	She is frightened of punishment and works very hard, @@color:yellowgreen;reducing the upkeep@@ of your slaves.
+	She is frightened of punishment and works very hard, @@.yellowgreen;reducing the upkeep@@ of your slaves.
 <<elseif ($slaves[$i].devotion < -20)>>
-	She is reluctant, requiring your other slaves to force her services, and does not @@color:yellowgreen;reduce upkeep@@ of your slaves much.
+	She is reluctant, requiring your other slaves to force her services, and does not @@.yellowgreen;reduce upkeep@@ of your slaves much.
 <<elseif ($slaves[$i].devotion <= 20)>>
-	She is hesitant, requiring your other slaves to demand her services, and only slightly @@color:yellowgreen;reduces upkeep@@ of your slaves.
+	She is hesitant, requiring your other slaves to demand her services, and only slightly @@.yellowgreen;reduces upkeep@@ of your slaves.
 <<elseif ($slaves[$i].devotion <= 50)>>
-	She is obedient, offering your other slaves to her services, and moderately @@color:yellowgreen;reduces the upkeep@@ of your slaves.
+	She is obedient, offering your other slaves to her services, and moderately @@.yellowgreen;reduces the upkeep@@ of your slaves.
 <<elseif ($slaves[$i].devotion <= 95)>>
-	She is devoted, happily giving your other slaves her services, and @@color:yellowgreen;reduces the upkeep@@ of your slaves.
+	She is devoted, happily giving your other slaves her services, and @@.yellowgreen;reduces the upkeep@@ of your slaves.
 <<else>>
-	She is so happy to serve your other slaves that she often sees to their needs before they know they have them, and greatly @@color:yellowgreen;reduces the upkeep@@ of your slaves.
+	She is so happy to serve your other slaves that she often sees to their needs before they know they have them, and greatly @@.yellowgreen;reduces the upkeep@@ of your slaves.
 <</if>>
 
 <<set $slaves[$i].oralCount += random(5,10)>>
diff --git a/src/uncategorized/saServeThePublic.tw b/src/uncategorized/saServeThePublic.tw
index 8d0aecd07743416e96a6fe9436ab61cdc102daf4..d186962a7609a471df9a6750ea4a66e8655fc1d0 100644
--- a/src/uncategorized/saServeThePublic.tw
+++ b/src/uncategorized/saServeThePublic.tw
@@ -206,10 +206,10 @@ the public.
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw != "none") && (random(1,100) > 90)>>
-			$DJ.slaveName manages to @@color:green;break@@ $slaves[$i].slaveName of her sexual flaws.
+			$DJ.slaveName manages to @@.green;break@@ $slaves[$i].slaveName of her sexual flaws.
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<<elseif ($slaves[$i].behavioralFlaw != "none") && (random(1,100) > 90)>>
-			$DJ.slaveName manages to @@color:green;break@@ $slaves[$i].slaveName of her flaws.
+			$DJ.slaveName manages to @@.green;break@@ $slaves[$i].slaveName of her flaws.
 			<<set $slaves[$i].behavioralFlaw = "none">>
 		<</if>>
 		<</if>>
@@ -240,14 +240,14 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <</if>>
 
 <<if ($slaves[$i].behavioralQuirk == "advocate")>>
-	$slaves[$i].slaveName @@color:hotpink;really enjoys@@ being able to share her convert's enthusiasm about slavery with new people.
+	$slaves[$i].slaveName @@.hotpink;really enjoys@@ being able to share her convert's enthusiasm about slavery with new people.
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].behavioralQuirk == "funny")>>
-	$slaves[$i].slaveName @@color:hotpink;really enjoys@@ making so many people laugh.
+	$slaves[$i].slaveName @@.hotpink;really enjoys@@ making so many people laugh.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 <<if ($slaves[$i].sexualQuirk is "tease")>>
-	$slaves[$i].slaveName @@color:mediumaquamarine;trusts your judgment@@ in assigning her a job that affords her a chance to tease and flirt.
+	$slaves[$i].slaveName @@.mediumaquamarine;trusts your judgment@@ in assigning her a job that affords her a chance to tease and flirt.
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 
@@ -255,11 +255,11 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <<if ($slaves[$i].curatives > 0) || $slaves[$i].inflationType == "curative">>
 	The drugs <<if $slaves[$i].inflationType == "curative">>she holds within her gut<<else>>she's on<</if>> protect her from the wear of being a slut.
 <<elseif ($slaves[$i].health < -50)>>
-	The stress of being a slut while ill is @@color:red;very hard on her.@@
+	The stress of being a slut while ill is @@.red;very hard on her.@@
 	<<set $slaves[$i].health -= 10>>
 	<<set $injury = 1>>
 <<elseif ($slaves[$i].health < -20) && (random(1,100) > 50)>>
-	The stress of being a slut while ill is @@color:red;hard on her.@@
+	The stress of being a slut while ill is @@.red;hard on her.@@
 	<<set $slaves[$i].health -= 7>>
 	<<set $injury = 1>>
 <<elseif ($slaves[$i].vagina < 0)>>
@@ -267,7 +267,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 	<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
 	She's such an expert public servant that she copes with the stress of being a $desc slut.
 	<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
-	The stress of being a $desc slut is @@color:red;hard on her.@@
+	The stress of being a $desc slut is @@.red;hard on her.@@
 	<<set $slaves[$i].health -= 7>>
 	<<set $injury = 1>>
 	<</if>>
@@ -275,7 +275,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 	<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
 	She's such an expert slut that she copes with the stress of being limited to buttsex and oral.
 	<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
-	The stress of being being limited to buttsex and oral is @@color:red;hard on her.@@
+	The stress of being being limited to buttsex and oral is @@.red;hard on her.@@
 	<<set $slaves[$i].health -= 7>>
 	<<set $injury = 1>>
 	<</if>>
@@ -289,23 +289,23 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 	<<set $seed = random(1,100)>>
 	<<if ($seed > 80)>>
 	<<set $slaves[$i].minorInjury = "sore ass">>
-	Rough anal with a careless citizen left her with a @@color:red;$slaves[$i].minorInjury.@@
+	Rough anal with a careless citizen left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<elseif ($seed > 60)>>
 	<<set $slaves[$i].minorInjury = "black eye">>
-	A violent citizen left her with a @@color:red;$slaves[$i].minorInjury.@@
+	A violent citizen left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<elseif ($seed > 40)>>
 	<<set $slaves[$i].minorInjury = "split lip">>
-	An abusive citizen left her with a @@color:red;$slaves[$i].minorInjury.@@
+	An abusive citizen left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<elseif ($seed > 20)>>
 	<<set $slaves[$i].minorInjury = "bad bruise">>
-	A rough citizen left her with a @@color:red;$slaves[$i].minorInjury.@@
+	A rough citizen left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<else>>
 	<<set $slaves[$i].minorInjury = "sore muscle">>
-	The hard labor of constant sex left her with @@color:red;$slaves[$i].minorInjury.@@
+	The hard labor of constant sex left her with @@.red;$slaves[$i].minorInjury.@@
 	<</if>>
 <</if>>
 
@@ -313,17 +313,17 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <<if canDoVaginal($slaves[$i])>>
 <<if ($slaves[$i].vagina == 0)>>
 	<<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>>
-	Her virginity goes to the citizen who most deserves the gift of a slave's cherry, earning ¤<<print ($beauty*10)>>. She's so full of aphrodisiacs that she @@color:hotpink;enjoys the experience.@@ @@color:lime;Her pussy is now broken in.@@
+	Her virginity goes to the citizen who most deserves the gift of a slave's cherry, earning ¤<<print ($beauty*10)>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ @@.lime;Her pussy is now broken in.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].vagina = 1>>
 	<<set $FResult += 10>>
 	<<elseif ($slaves[$i].devotion > 20)>>
-	Her virginity goes to the citizen who most deserves the gift of a slave's cherry, earning ¤<<print ($beauty*10)>>. Losing her virginity in this way @@color:hotpink;confirms her submission to you.@@ @@color:lime;Her pussy is now broken in.@@
+	Her virginity goes to the citizen who most deserves the gift of a slave's cherry, earning ¤<<print ($beauty*10)>>. Losing her virginity in this way @@.hotpink;confirms her submission to you.@@ @@.lime;Her pussy is now broken in.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].vagina = 1>>
 	<<set $FResult += 10>>
 	<<else>>
-	Her virginity goes to the citizen who most deserves the gift of a slave's cherry, earning ¤<<print ($beauty*10)>>. She tries to resist, and losing her virginity to a rape makes her @@color:mediumorchid;hate@@ and @@color:gold;fear@@ you a great deal. @@color:lime;Her pussy is now broken in.@@
+	Her virginity goes to the citizen who most deserves the gift of a slave's cherry, earning ¤<<print ($beauty*10)>>. She tries to resist, and losing her virginity to a rape makes her @@.mediumorchid;hate@@ and @@.gold;fear@@ you a great deal. @@.lime;Her pussy is now broken in.@@
 	<<set $slaves[$i].devotion -= 10>>
 	<<set $slaves[$i].trust -= 10>>
 	<<set $slaves[$i].vagina = 1>>
@@ -331,7 +331,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 	<</if>>
 <<elseif ($slaves[$i].vagina < 3)>>
 	<<if (random(1,100) > ((170-$beauty)+($slaves[$i].vagina*10)+($slaves[$i].vaginalSkill/3)))>>
-	@@color:lime;Her pussy gets loosened by the intense use.@@
+	@@.lime;Her pussy gets loosened by the intense use.@@
 	<<set $slaves[$i].vagina += 1>>
 	<</if>>
 <</if>>
@@ -341,17 +341,17 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <<if canDoAnal($slaves[$i])>>
 <<if ($slaves[$i].anus == 0)>>
 	<<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>>
-	Her tight little anus goes to the @@color:green;most prominent citizen@@ to show an interest in an anal virgin. She's so full of aphrodisiacs that she @@color:hotpink;enjoys the experience.@@ Her fresh asshole is fucked all week, and by the end of it @@color:lime;she won't sit down.@@
+	Her tight little anus goes to the @@.green;most prominent citizen@@ to show an interest in an anal virgin. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].anus = 2>>
 	<<set $FResult += 5>>
 	<<elseif ($slaves[$i].devotion > 20)>>
-	Her tight little anus goes to the @@color:green;most prominent citizen@@ to show an interest in an anal virgin. The pain and humiliation @@color:hotpink;confirm her submission to you.@@ Her fresh asshole is fucked all week, and by the end of it @@color:lime;she won't sit down.@@
+	Her tight little anus goes to the @@.green;most prominent citizen@@ to show an interest in an anal virgin. The pain and humiliation @@.hotpink;confirm her submission to you.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].anus = 2>>
 	<<set $FResult += 5>>
 	<<else>>
-	Her tight little anus goes to the @@color:green;most prominent citizen@@ to show an interest in an anal virgin. The pain and humiliation increases her @@color:mediumorchid;hatred@@ and @@color:gold;fear@@ for you. Her fresh asshole is fucked all week, and by the end of it @@color:lime;she won't sit down.@@
+	Her tight little anus goes to the @@.green;most prominent citizen@@ to show an interest in an anal virgin. The pain and humiliation increases her @@.mediumorchid;hatred@@ and @@.gold;fear@@ for you. Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@
 	<<set $slaves[$i].devotion -= 5>>
 	<<set $slaves[$i].trust -= 5>>
 	<<set $slaves[$i].anus = 2>>
@@ -360,17 +360,17 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <<elseif ($slaves[$i].anus < 3)>>
 	<<if ($slaves[$i].vagina < 0)>>
 	<<if ((random(1,100) > ((150-$beauty)+($slaves[$i].anus*10)+($slaves[$i].analSkill/6))))>>
-		@@color:lime;Her asshole sees constant use in place of a pussy and loosens.@@
+		@@.lime;Her asshole sees constant use in place of a pussy and loosens.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<<elseif ($slaves[$i].vaginalAccessory == "chastity belt")>>
 	<<if ((random(1,100) > ((150-$beauty)+($slaves[$i].anus*10)+($slaves[$i].analSkill/6))))>>
-		@@color:lime;Her asshole sees constant use in place of her protected pussy and loosens.@@
+		@@.lime;Her asshole sees constant use in place of her protected pussy and loosens.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<<else>>
 	<<if ((random(1,100) > ((160-$beauty)+($slaves[$i].anus*10)+($slaves[$i].analSkill/6))))>>
-		@@color:lime;Her asshole loosens with constant use.@@
+		@@.lime;Her asshole loosens with constant use.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<</if>>
@@ -391,26 +391,26 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <</if>>
 
 <<if $slaves[$i].aphrodisiacs > 1 || ($slaves[$i].inflationType == "aphrodisiac")>>
-	The aphrodisiac cocktail has her so desperately horny that regardless of her personal feelings, she @@color:hotpink;gets off with the public all week.@@ In her drug-addled state she doesn't remember enough to learn sexual skills.
+	The aphrodisiac cocktail has her so desperately horny that regardless of her personal feelings, she @@.hotpink;gets off with the public all week.@@ In her drug-addled state she doesn't remember enough to learn sexual skills.
 	<<set $slaves[$i].devotion += 4>>
 <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].energy <= 95)>>
 	<<if $slaves[$i].trust >= -20>>
-		She tries to refuse being treated as an open slut, so she is restrained for public use. She loses a bit of herself to a week of rape, but remembers enough to know @@color:mediumorchid;you're responsible,@@ and @@color:gold;can force her if necessary.@@
+		She tries to refuse being treated as an open slut, so she is restrained for public use. She loses a bit of herself to a week of rape, but remembers enough to know @@.mediumorchid;you're responsible,@@ and @@.gold;can force her if necessary.@@
 		<<set $slaves[$i].devotion -= 5>>
 		<<set $slaves[$i].trust -= 5>>
 	<<else>>
-		She doesn't show much enthusiasm, but the habit of sexual slavery @@color:hotpink;wears away at her will.@@
+		She doesn't show much enthusiasm, but the habit of sexual slavery @@.hotpink;wears away at her will.@@
 		<<set $slaves[$i].devotion += 4>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].oralSkill + $slaves[$i].analSkill >= 200) && (($slaves[$i].vaginalSkill >= 100) || (canDoVaginal($slaves[$i]) == false))>>
-		She's a @@color:aquamarine;sexual master@@
+		She's a @@.aquamarine;sexual master@@
 		<<if canDoVaginal($slaves[$i])>>
 			whose
 		<<else>>
 			and despite <<if $slaves[$i].vagina < 0>>her lack of a<<else>>the inaccessibility of her<</if>> front hole, her
 		<</if>>
-		charms are only for the @@color:green;most prominent citizens.@@ When she's not
+		charms are only for the @@.green;most prominent citizens.@@ When she's not
 		<<if canDoVaginal($slaves[$i]) && (random(1,4) == 1)>>
 			pleasing high society with her <<if $slaves[$i].prestige > 0>>prestigious<<else>>popular<</if>> pussy,
 		<<elseif ($beauty > 70) && (random(1,3) == 1)>>
@@ -422,7 +422,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 		<</if>>
 		she offers personal training and sexual therapy.
 	<<else>>
-		She shows diligence, and her @@color:green;sexual skills improve,@@ according to what the citizens demand<<if canDoVaginal($slaves[$i]) == false>> and what's possible for her<</if>>.
+		She shows diligence, and her @@.green;sexual skills improve,@@ according to what the citizens demand<<if canDoVaginal($slaves[$i]) == false>> and what's possible for her<</if>>.
 		<<set $skillIncrease = 5+$slaves[$i].intelligence+$oralUseWeight>>
 		<<OralSkillIncrease $slaves[$i]>>
 		<<if canDoAnal($slaves[$i])>>
@@ -915,13 +915,13 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <<if $slaves[$i].devotion < 10>>
 <<if random(1,100) > 70>>
 <<if ($slaves[$i].vaginalSkill <= 30) && ($slaves[$i].vagina != -1) && ($slaves[$i].vaginalAccessory != "chastity belt")>>
-	After being fucked too hard too often, she now @@color:red;dislikes being penetrated.@@
+	After being fucked too hard too often, she now @@.red;dislikes being penetrated.@@
 	<<set $slaves[$i].sexualFlaw = "hates penetration">>
 <<elseif ($slaves[$i].analSkill <= 30)>>
-	After so much anal pain, she now @@color:red;dislikes being buttfucked.@@
+	After so much anal pain, she now @@.red;dislikes being buttfucked.@@
 	<<set $slaves[$i].sexualFlaw = "hates anal">>
 <<elseif ($slaves[$i].oralSkill <= 30)>>
-	After one too many facials, she now @@color:red;dislikes sucking cock.@@
+	After one too many facials, she now @@.red;dislikes sucking cock.@@
 	<<set $slaves[$i].sexualFlaw = "hates oral">>
 <</if>>
 <</if>>
@@ -1081,7 +1081,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 <<elseif ($seed == 2)>>
 	<<set $vignettes.push({text: "the most interesting thing that happened to her at work was that she saw an aphrodisiac addict she knew sell herself into slavery,", type: "rep", effect: 0})>>
 <<elseif ($seed == 3)>>
-	<<set $vignettes.push({text: "the most interesting thing that happened to her at work was that she had to move to follow the @@color:green;most prominent citizens@@ to a newly fashionable hall,", type: "rep", effect: 0})>>
+	<<set $vignettes.push({text: "the most interesting thing that happened to her at work was that she had to move to follow the @@.green;most prominent citizens@@ to a newly fashionable hall,", type: "rep", effect: 0})>>
 <<elseif ($seed == 4)>>
 	<<set $vignettes.push({text: "the most interesting thing that happened to her at work was that a citizen used a new and improved sex toy on her,", type: "rep", effect: 0})>>
 <<elseif ($seed == 5)>>
@@ -1546,9 +1546,9 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
 __This week__ $vignette.text
 <<if ($vignette.type == "cash")>>
 	<<if ($vignette.effect > 0)>>
-		@@color:yellowgreen;making you an extra ¤<<print Math.trunc($FResult*$vignette.effect)>>.@@
+		@@.yellowgreen;making you an extra ¤<<print Math.trunc($FResult*$vignette.effect)>>.@@
 	<<elseif ($vignette.effect < 0)>>
-		@@color:red;losing you ¤<<print Math.abs(Math.trunc($FResult*$vignette.effect))>>.@@
+		@@.red;losing you ¤<<print Math.abs(Math.trunc($FResult*$vignette.effect))>>.@@
 	<<else>>
 		an incident without lasting effect.
 	<</if>>
@@ -1556,23 +1556,23 @@ __This week__ $vignette.text
 <<elseif ($vignette.type == "devotion")>>
 	<<if ($vignette.effect > 0)>>
 		<<if $slaves[$i].devotion > 50>>
-		@@color:hotpink;increasing her devotion to you.@@
+		@@.hotpink;increasing her devotion to you.@@
 		<<elseif $slaves[$i].devotion >= -20>>
-		@@color:hotpink;increasing her acceptance of you.@@
+		@@.hotpink;increasing her acceptance of you.@@
 		<<elseif $slaves[$i].devotion >= -50>>
-		@@color:hotpink;reducing her dislike of you.@@
+		@@.hotpink;reducing her dislike of you.@@
 		<<else>>
-		@@color:hotpink;reducing her hatred of you.@@
+		@@.hotpink;reducing her hatred of you.@@
 		<</if>>
 	<<elseif ($vignette.effect < 0)>>
 		<<if $slaves[$i].devotion > 50>>
-		@@color:mediumorchid;reducing her devotion to you.@@
+		@@.mediumorchid;reducing her devotion to you.@@
 		<<elseif $slaves[$i].devotion >= -20>>
-		@@color:mediumorchid;reducing her acceptance of you.@@
+		@@.mediumorchid;reducing her acceptance of you.@@
 		<<elseif $slaves[$i].devotion >= -50>>
-		@@color:mediumorchid;increasing her dislike of you.@@
+		@@.mediumorchid;increasing her dislike of you.@@
 		<<else>>
-		@@color:mediumorchid;increasing her hatred of you.@@
+		@@.mediumorchid;increasing her hatred of you.@@
 		<</if>>
 	<<else>>
 		an incident without lasting effect.
@@ -1581,19 +1581,19 @@ __This week__ $vignette.text
 <<elseif ($vignette.type == "trust")>>
 	<<if ($vignette.effect > 0)>>
 		<<if $slaves[$i].trust > 20>>
-		@@color:mediumaquamarine;increasing her trust in you.@@
+		@@.mediumaquamarine;increasing her trust in you.@@
 		<<elseif $slaves[$i].trust >= -50>>
-		@@color:mediumaquamarine;reducing her fear of you.@@
+		@@.mediumaquamarine;reducing her fear of you.@@
 		<<else>>
-		@@color:mediumaquamarine;reducing her terror of you.@@
+		@@.mediumaquamarine;reducing her terror of you.@@
 		<</if>>
 	<<elseif ($vignette.effect < 0)>>
 		<<if $slaves[$i].trust > 20>>
-		@@color:gold;reducing her trust in you.@@
+		@@.gold;reducing her trust in you.@@
 		<<elseif $slaves[$i].trust > -20>>
-		@@color:gold;increasing her fear of you.@@
+		@@.gold;increasing her fear of you.@@
 		<<else>>
-		@@color:gold;increasing her terror of you.@@
+		@@.gold;increasing her terror of you.@@
 		<</if>>
 	<<else>>
 		an incident without lasting effect.
@@ -1601,18 +1601,18 @@ __This week__ $vignette.text
 	<<set $slaves[$i].trust += 1*$vignette.effect>>
 <<elseif ($vignette.type == "health")>>
 	<<if ($vignette.effect > 0)>>
-		@@color:green;improving her health.@@
+		@@.green;improving her health.@@
 	<<elseif ($vignette.effect < 0)>>
-		@@color:red;affecting her health.@@
+		@@.red;affecting her health.@@
 	<<else>>
 		an incident without lasting effect.
 	<</if>>
 	<<set $slaves[$i].health += 2*$vignette.effect>>
 <<else>>
 	<<if ($vignette.effect > 0)>>
-		@@color:green;gaining you a bit of reputation.@@
+		@@.green;gaining you a bit of reputation.@@
 	<<elseif ($vignette.effect < 0)>>
-		@@color:red;losing you a bit of reputation.@@
+		@@.red;losing you a bit of reputation.@@
 	<<else>>
 		an incident without lasting effect.
 	<</if>>
@@ -1622,12 +1622,12 @@ __This week__ $vignette.text
 <</if>> /* CLOSES VIGNETTES */
 
 <<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>>
-	Being used sexually all week @@color:lime;increases her sex drive.@@
+	Being used sexually all week @@.lime;increases her sex drive.@@
 	<<set $slaves[$i].energy += 1>>
 <</if>>
 
 <<if $slaves[$i].cervixImplant == 1 && _cervixPump > 0 >>
-	She notices her @@color:orange;belly swell@@ after vaginal sex throughout the week.
+	She notices her @@.orange;belly swell@@ after vaginal sex throughout the week.
 	<<set $slaves[$i].bellyImplant += _cervixPump*20>>
 <</if>>
 
diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw
index 21b310b7085ba0a7726c70b352eefaf5f69270f0..f920cfd9bf19d439368321f749f6b3df5af9572c 100644
--- a/src/uncategorized/saServeYourOtherSlaves.tw
+++ b/src/uncategorized/saServeYourOtherSlaves.tw
@@ -11,44 +11,44 @@
 <<if $domSlave == 0>>
 <<if $slaves[$i].devotion <= 20>>
 	<<if $slaves[$i].trust >= -20>>
-	is forced to serve your other slaves' sexual needs by constant punishment. Being castigated and raped @@color:gold;frightens her into obedience.@@
+	is forced to serve your other slaves' sexual needs by constant punishment. Being castigated and raped @@.gold;frightens her into obedience.@@
 	<<set $slaves[$i].trust -= 5>>
 	<<if $slaves[$i].sexualQuirk == "strugglefuck queen">>
-		She secretly likes being raped @@color:hotpink;and wants more.@@
+		She secretly likes being raped @@.hotpink;and wants more.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].sexualQuirk == "gagfuck queen">>
-		She secretly enjoys the oral abuse @@color:hotpink;and wants more.@@
+		She secretly enjoys the oral abuse @@.hotpink;and wants more.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].sexualQuirk == "painal queen">>
-		She secretly gets off on assrape @@color:hotpink;and wants more.@@
+		She secretly gets off on assrape @@.hotpink;and wants more.@@
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<<else>>
-	is forced to serve your other slaves' sexual needs by her fear. Being used on pain of punishment @@color:hotpink;habituates her to subservience@@ and @@color:gold;keeps her fearful.@@
+	is forced to serve your other slaves' sexual needs by her fear. Being used on pain of punishment @@.hotpink;habituates her to subservience@@ and @@.gold;keeps her fearful.@@
 	<<set $slaves[$i].trust -= 2>>
 	<<set $slaves[$i].devotion += 2>>
 	<<if $slaves[$i].sexualQuirk == "strugglefuck queen">>
-		She privately likes being abused @@color:hotpink;and accepts it.@@
+		She privately likes being abused @@.hotpink;and accepts it.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].sexualQuirk == "gagfuck queen">>
-		She privately likes being an oral toy and @@color:hotpink;and accepts it.@@
+		She privately likes being an oral toy and @@.hotpink;and accepts it.@@
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].sexualQuirk == "painal queen">>
-		She privately likes being an anal toy @@color:hotpink;and accepts it.@@
+		She privately likes being an anal toy @@.hotpink;and accepts it.@@
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<</if>>
 <<else>>
-	obediently serves your other slaves' sexual needs. Being used as a sexual outlet for everyone @@color:hotpink;keeps her in a good frame of mind.@@
+	obediently serves your other slaves' sexual needs. Being used as a sexual outlet for everyone @@.hotpink;keeps her in a good frame of mind.@@
 	<<set $slaves[$i].trust += 2>>
 	<<if $slaves[$i].sexualQuirk == "strugglefuck queen">>
-		She @@color:hotpink;openly enjoys@@ how other slaves can take whatever they want from her.
+		She @@.hotpink;openly enjoys@@ how other slaves can take whatever they want from her.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].sexualQuirk == "gagfuck queen">>
-		She @@color:hotpink;openly enjoys@@ how other slaves can order her to lick, suck or blow anything at all.
+		She @@.hotpink;openly enjoys@@ how other slaves can order her to lick, suck or blow anything at all.
 		<<set $slaves[$i].devotion += 1>>
 	<<elseif $slaves[$i].sexualQuirk == "painal queen">>
-		She @@color:hotpink;openly enjoys@@ how other slaves can shove anything up her butt without asking first.
+		She @@.hotpink;openly enjoys@@ how other slaves can shove anything up her butt without asking first.
 	<</if>>
 <</if>>
 <<if ($slaves[$i].heels == 1)>>
@@ -83,33 +83,33 @@ is serving ''$domSlave.slaveName'' this week.
 <</if>>
 
 <<if ($slaves[$i].devotion < -20) && ($slaves[$i].dick > 0) && canAchieveErection($slaves[$i]) && ($domSlave.fetishKnown == 1) && canDoAnal($domSlave) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "buttslut")>>
-	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself forced to use her stiff prick to please $domSlave.slaveName's insatiable ass. She spends the week trying to avoid $domSlave.slaveName, because $domSlave.slaveName won't stop forcing her to get her <<if $seeRace == 1>>$slaves[$i].race <</if>>dick hard so $domSlave.slaveName can ride her <<if $seeRace == 1>>$domSlave.race <</if>>butt up and down on it.  @@color:hotpink;$domSlave.slaveName enjoys having her own personal cock for the week,@@ even if it does have to be persuaded.
+	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself forced to use her stiff prick to please $domSlave.slaveName's insatiable ass. She spends the week trying to avoid $domSlave.slaveName, because $domSlave.slaveName won't stop forcing her to get her <<if $seeRace == 1>>$slaves[$i].race <</if>>dick hard so $domSlave.slaveName can ride her <<if $seeRace == 1>>$domSlave.race <</if>>butt up and down on it.  @@.hotpink;$domSlave.slaveName enjoys having her own personal cock for the week,@@ even if it does have to be persuaded.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 	<<set $domSlave.analCount += $seed>>
 	<<set $analTotal += $seed>>
 <<elseif ($slaves[$i].devotion <= 50) && canAchieveErection($slaves[$i]) && ($slaves[$i].balls != 0) && ($domSlave.fetishKnown == 1) && canDoAnal($domSlave) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "buttslut")>>
-	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself constantly asked to use her stiff prick to please $domSlave.slaveName's insatiable ass. She spends the week desperately trying to keep herself hard, because $domSlave.slaveName constantly expects her <<if $seeRace == 1>>$slaves[$i].race <</if>>dick to be hard so $domSlave.slaveName can ride her <<if $seeRace == 1>>$domSlave.race <</if>>butt up and down on it.  @@color:hotpink;$domSlave.slaveName enjoys having her own personal cock for the week.@@
+	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself constantly asked to use her stiff prick to please $domSlave.slaveName's insatiable ass. She spends the week desperately trying to keep herself hard, because $domSlave.slaveName constantly expects her <<if $seeRace == 1>>$slaves[$i].race <</if>>dick to be hard so $domSlave.slaveName can ride her <<if $seeRace == 1>>$domSlave.race <</if>>butt up and down on it.  @@.hotpink;$domSlave.slaveName enjoys having her own personal cock for the week.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 	<<set $domSlave.analCount += $seed>>
 	<<set $analTotal += $seed>>
 <<elseif ($slaves[$i].dick > 0) && canAchieveErection($slaves[$i]) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && canDoAnal($domSlave) && canWalk($domSlave) && ($domSlave.fetish == "buttslut")>>
-	$domSlave.slaveName loves anal and $slaves[$i].slaveName has a stiff prick. The two of them have good fun together. <<if $domSlave.amp != 1>>$domSlave.slaveName pulls her anal girltoy into bathrooms and corners constantly<<else>>$domSlave.slaveName has her anal girltoy hold $domSlave.slaveName's limbless torso<</if>> so she can ride that <<if $seeRace == 1>>$slaves[$i].race <</if>>dick with her <<if $seeRace == 1>>$domSlave.race <</if>>butt.  @@color:hotpink;$domSlave.slaveName enjoys a week of constant butt loving.@@
+	$domSlave.slaveName loves anal and $slaves[$i].slaveName has a stiff prick. The two of them have good fun together. <<if $domSlave.amp != 1>>$domSlave.slaveName pulls her anal girltoy into bathrooms and corners constantly<<else>>$domSlave.slaveName has her anal girltoy hold $domSlave.slaveName's limbless torso<</if>> so she can ride that <<if $seeRace == 1>>$slaves[$i].race <</if>>dick with her <<if $seeRace == 1>>$domSlave.race <</if>>butt.  @@.hotpink;$domSlave.slaveName enjoys a week of constant butt loving.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 	<<set $domSlave.analCount += $seed>>
 	<<set $analTotal += $seed>>
 	<<if $slaves[$i].sexualQuirk == "none">>
-		$slaves[$i].slaveName decides that having her dick up someone's ass is the finest pleasure life has to offer. @@color:green;She's now a pervert,@@ constantly scheming to fuck any butt she sees.
+		$slaves[$i].slaveName decides that having her dick up someone's ass is the finest pleasure life has to offer. @@.green;She's now a pervert,@@ constantly scheming to fuck any butt she sees.
 		<<set $slaves[$i].sexualQuirk = "perverted">>
 	<</if>>
 
 <<elseif ($slaves[$i].devotion > -20) && ($slaves[$i].dick > 0) && canAchieveErection($slaves[$i]) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && canDoAnal($domSlave) && ($domSlave.fetish == "submissive") && ($domSlave.anus > 0)>>
-	$domSlave.slaveName loves to submit, and tells $slaves[$i].slaveName to fuck her; when $slaves[$i].slaveName asks how, $domSlave.slaveName tells her to take charge. $domSlave.slaveName finds herself with her face pushed firmly into her bedsheets and her <<if $seeRace == 1>>$domSlave.race <</if>> ass accommodating $slaves[$i].slaveName's eager <<if $seeRace == 1>>$slaves[$i].race <</if>>cock. Afterward, $domSlave.slaveName lavishes kisses on her satisfactory top. $domSlave.slaveName @@color:hotpink;enjoys a week of constant submission,@@ and even though she's technically being used, $slaves[$i].slaveName @@color:hotpink;doesn't mind@@ being expected to fuck a willing asshole.
+	$domSlave.slaveName loves to submit, and tells $slaves[$i].slaveName to fuck her; when $slaves[$i].slaveName asks how, $domSlave.slaveName tells her to take charge. $domSlave.slaveName finds herself with her face pushed firmly into her bedsheets and her <<if $seeRace == 1>>$domSlave.race <</if>> ass accommodating $slaves[$i].slaveName's eager <<if $seeRace == 1>>$slaves[$i].race <</if>>cock. Afterward, $domSlave.slaveName lavishes kisses on her satisfactory top. $domSlave.slaveName @@.hotpink;enjoys a week of constant submission,@@ and even though she's technically being used, $slaves[$i].slaveName @@.hotpink;doesn't mind@@ being expected to fuck a willing asshole.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
@@ -117,7 +117,7 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $analCount += $seed>>
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].devotion >= -20) && ($slaves[$i].clit > 0) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "submissive")>>
-	$domSlave.slaveName loves to submit, and tells $slaves[$i].slaveName to fuck her; when $slaves[$i].slaveName asks how, $domSlave.slaveName tells her to take charge. $domSlave.slaveName finds herself with her back pushed firmly into her bedsheets and $slaves[$i].slaveName's quickly hardening clit being pushed eagerly into her mouth. Afterward, $domSlave.slaveName lavishes kisses on her satisfactory top. $domSlave.slaveName @@color:hotpink;enjoys a week of constant submission,@@ and even though she's technically being used, $slaves[$i].slaveName @@color:hotpink;doesn't mind@@ constant oral attention.
+	$domSlave.slaveName loves to submit, and tells $slaves[$i].slaveName to fuck her; when $slaves[$i].slaveName asks how, $domSlave.slaveName tells her to take charge. $domSlave.slaveName finds herself with her back pushed firmly into her bedsheets and $slaves[$i].slaveName's quickly hardening clit being pushed eagerly into her mouth. Afterward, $domSlave.slaveName lavishes kisses on her satisfactory top. $domSlave.slaveName @@.hotpink;enjoys a week of constant submission,@@ and even though she's technically being used, $slaves[$i].slaveName @@.hotpink;doesn't mind@@ constant oral attention.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
@@ -125,7 +125,7 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $oralCount += $seed>>
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].devotion >= -20) && canWalk($domSlave) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && canDoAnal($domSlave) && ($domSlave.fetish == "submissive") && ($domSlave.anus > 0)>>
-	$domSlave.slaveName loves to submit, and tells $slaves[$i].slaveName to fuck her; when $slaves[$i].slaveName asks how, $domSlave.slaveName tells her to take charge. $domSlave.slaveName finds herself with her face pushed firmly into her bedsheets and her <<if $seeRace == 1>>$domSlave.race <</if>> ass accommodating $slaves[$i].slaveName's thrusting <<if $seeRace == 1>>$slaves[$i].race <</if>>fingers. Afterward, $domSlave.slaveName lavishes kisses on her satisfactory top. $domSlave.slaveName @@color:hotpink;enjoys a week of constant submission,@@ and even though she's technically being used, $slaves[$i].slaveName @@color:hotpink;doesn't mind the fun.@@
+	$domSlave.slaveName loves to submit, and tells $slaves[$i].slaveName to fuck her; when $slaves[$i].slaveName asks how, $domSlave.slaveName tells her to take charge. $domSlave.slaveName finds herself with her face pushed firmly into her bedsheets and her <<if $seeRace == 1>>$domSlave.race <</if>> ass accommodating $slaves[$i].slaveName's thrusting <<if $seeRace == 1>>$slaves[$i].race <</if>>fingers. Afterward, $domSlave.slaveName lavishes kisses on her satisfactory top. $domSlave.slaveName @@.hotpink;enjoys a week of constant submission,@@ and even though she's technically being used, $slaves[$i].slaveName @@.hotpink;doesn't mind the fun.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
@@ -134,44 +134,44 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $slaves[$i].devotion += 1>>
 
 <<elseif ($slaves[$i].devotion >= -20) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "dom") && canWalk($domSlave)>>
-	$domSlave.slaveName loves to dominate, and the first indication $slaves[$i].slaveName gets of what she's in for this week is when $domSlave.slaveName ambushes her in the dormitory, tackles her from behind, and hogties her with sheets. $slaves[$i].slaveName wriggles a little but doesn't really start to attempt escape until $domSlave.slaveName begins to carefully tease her <<if $seeRace == 1>>$slaves[$i].race <</if>><<if $slaves[$i].dick == 0>>clit<<else>>dickhead<</if>>, edging her right up to the point of orgasm and making her beg. It's a long but @@color:hotpink;obedience-building@@ week for $slaves[$i].slaveName, and $domSlave.slaveName certainly @@color:hotpink;enjoys her toy.@@
+	$domSlave.slaveName loves to dominate, and the first indication $slaves[$i].slaveName gets of what she's in for this week is when $domSlave.slaveName ambushes her in the dormitory, tackles her from behind, and hogties her with sheets. $slaves[$i].slaveName wriggles a little but doesn't really start to attempt escape until $domSlave.slaveName begins to carefully tease her <<if $seeRace == 1>>$slaves[$i].race <</if>><<if $slaves[$i].dick == 0>>clit<<else>>dickhead<</if>>, edging her right up to the point of orgasm and making her beg. It's a long but @@.hotpink;obedience-building@@ week for $slaves[$i].slaveName, and $domSlave.slaveName certainly @@.hotpink;enjoys her toy.@@
 	<<set $slaves[$i].devotion += 1>>
 
 <<elseif ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "sadist") && canWalk($domSlave)>>
-	$domSlave.slaveName loves to inflict pain, and the first indication $slaves[$i].slaveName gets of what she's in for this week is when $domSlave.slaveName ambushes her in the dormitory, tackles her from behind, and hogties her with sheets. <<if canTalk($domSlave)>>$domSlave.slaveName bends close to the immobilized $slaves[$i].slaveName's ear and whispers to her that she might as well scream.<<else>>$domSlave.slaveName carefully uses gestures to communicate to her that she might as well scream.<</if>> $slaves[$i].slaveName's struggles to escape become desperate at this, and more desperate still when the week's first @@color:red;beating@@ starts. Later, she tries going limp and unresistant, but that just makes the annoyed $domSlave.slaveName beat her pain slave all the harder until she gets a reaction again. It's a long and @@color:hotpink;will breaking@@ week for $slaves[$i].slaveName, and $domSlave.slaveName certainly @@color:hotpink;enjoys torturing her toy.@@
+	$domSlave.slaveName loves to inflict pain, and the first indication $slaves[$i].slaveName gets of what she's in for this week is when $domSlave.slaveName ambushes her in the dormitory, tackles her from behind, and hogties her with sheets. <<if canTalk($domSlave)>>$domSlave.slaveName bends close to the immobilized $slaves[$i].slaveName's ear and whispers to her that she might as well scream.<<else>>$domSlave.slaveName carefully uses gestures to communicate to her that she might as well scream.<</if>> $slaves[$i].slaveName's struggles to escape become desperate at this, and more desperate still when the week's first @@.red;beating@@ starts. Later, she tries going limp and unresistant, but that just makes the annoyed $domSlave.slaveName beat her pain slave all the harder until she gets a reaction again. It's a long and @@.hotpink;will breaking@@ week for $slaves[$i].slaveName, and $domSlave.slaveName certainly @@.hotpink;enjoys torturing her toy.@@
 	<<set $slaves[$i].devotion += 1>>
 	<<set $slaves[$i].health -= 3>>
 
 <<elseif ($slaves[$i].devotion < -20) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "boobs") && ($domSlave.lactation > 0)>>
-	Since $domSlave.slaveName loves giving milk, $slaves[$i].slaveName finds herself forced to nurse. She spends the week trying to avoid guzzling down milk from $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>nipples with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, but $domSlave.slaveName insists. @@color:hotpink;$domSlave.slaveName enjoys being able to force $slaves[$i].slaveName to drink from her.@@
+	Since $domSlave.slaveName loves giving milk, $slaves[$i].slaveName finds herself forced to nurse. She spends the week trying to avoid guzzling down milk from $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>nipples with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, but $domSlave.slaveName insists. @@.hotpink;$domSlave.slaveName enjoys being able to force $slaves[$i].slaveName to drink from her.@@
 <<elseif ($slaves[$i].devotion <= 50) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "boobs") && ($domSlave.lactation > 0)>>
-	Since $domSlave.slaveName loves giving milk, $slaves[$i].slaveName finds herself constantly nursing. She spends the week obediently taking milk from $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>nipples with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, to $domSlave.slaveName's motherly satisfaction. @@color:hotpink;$domSlave.slaveName enjoys having $slaves[$i].slaveName to drink from her whenever she feels overfull.@@
+	Since $domSlave.slaveName loves giving milk, $slaves[$i].slaveName finds herself constantly nursing. She spends the week obediently taking milk from $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>nipples with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, to $domSlave.slaveName's motherly satisfaction. @@.hotpink;$domSlave.slaveName enjoys having $slaves[$i].slaveName to drink from her whenever she feels overfull.@@
 <<elseif ($domSlave.fetishKnown == 1) && ($domSlave.fetish == "boobs") && ($domSlave.fetishStrength > 60) && ($domSlave.lactation > 0)>>
-	Since $domSlave.slaveName loves giving milk, $slaves[$i].slaveName constantly nurses from her. She spends the week happily taking milk from $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>nipples with her hungry <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, to $domSlave.slaveName's motherly delight. @@color:hotpink;$domSlave.slaveName loves having $slaves[$i].slaveName to feed and fill.@@
+	Since $domSlave.slaveName loves giving milk, $slaves[$i].slaveName constantly nurses from her. She spends the week happily taking milk from $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>nipples with her hungry <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, to $domSlave.slaveName's motherly delight. @@.hotpink;$domSlave.slaveName loves having $slaves[$i].slaveName to feed and fill.@@
 
 <<elseif ($slaves[$i].devotion < -20) && canWalk($domSlave) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "boobs")>>
-	Since $domSlave.slaveName loves having her breasts attended to, $slaves[$i].slaveName finds herself forced to knead, massage, and even suck. She spends the week trying to avoid servicing $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>breasts with her <<if $seeRace == 1>>$slaves[$i].race <</if>>hands, but $domSlave.slaveName insists. @@color:hotpink;$domSlave.slaveName enjoys being able to force $slaves[$i].slaveName to see to her tits.@@
+	Since $domSlave.slaveName loves having her breasts attended to, $slaves[$i].slaveName finds herself forced to knead, massage, and even suck. She spends the week trying to avoid servicing $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>breasts with her <<if $seeRace == 1>>$slaves[$i].race <</if>>hands, but $domSlave.slaveName insists. @@.hotpink;$domSlave.slaveName enjoys being able to force $slaves[$i].slaveName to see to her tits.@@
 <<elseif canWalk($domSlave) && ($slaves[$i].devotion <= 50) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "boobs")>>
-	Since $domSlave.slaveName loves having her breasts attended to, $slaves[$i].slaveName finds herself kneading, massaging, and even sucking. She spends the week obediently servicing $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>breasts with her <<if $seeRace == 1>>$slaves[$i].race <</if>>hands, to $domSlave.slaveName's languorous pleasure. @@color:hotpink;$domSlave.slaveName enjoys having $slaves[$i].slaveName to see to her tits.@@
+	Since $domSlave.slaveName loves having her breasts attended to, $slaves[$i].slaveName finds herself kneading, massaging, and even sucking. She spends the week obediently servicing $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>breasts with her <<if $seeRace == 1>>$slaves[$i].race <</if>>hands, to $domSlave.slaveName's languorous pleasure. @@.hotpink;$domSlave.slaveName enjoys having $slaves[$i].slaveName to see to her tits.@@
 <<elseif canWalk($domSlave) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "boobs")>>
-	Since $domSlave.slaveName loves having her breasts attended to, $slaves[$i].slaveName pampers her breasts shamelessly. She spends the week devotedly massaging $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>breasts with her <<if $seeRace == 1>>$slaves[$i].race <</if>>hands, sucking lovingly at her nipples, and caring for everything with lotions and oils. They sleep together so that $slaves[$i].slaveName can hold her boobs as she goes to sleep, which sometimes results in less sleep for both as the $domSlave.slaveName keeps them at breast play into the night. @@color:hotpink;$domSlave.slaveName enjoys having $slaves[$i].slaveName to see to her tits.@@
+	Since $domSlave.slaveName loves having her breasts attended to, $slaves[$i].slaveName pampers her breasts shamelessly. She spends the week devotedly massaging $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>breasts with her <<if $seeRace == 1>>$slaves[$i].race <</if>>hands, sucking lovingly at her nipples, and caring for everything with lotions and oils. They sleep together so that $slaves[$i].slaveName can hold her boobs as she goes to sleep, which sometimes results in less sleep for both as the $domSlave.slaveName keeps them at breast play into the night. @@.hotpink;$domSlave.slaveName enjoys having $slaves[$i].slaveName to see to her tits.@@
 
 <<elseif ($slaves[$i].devotion < -20) && canDoAnal($domSlave) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "buttslut")>>
-	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself forced to give analingus on command. She spends the week trying to avoid servicing $domSlave.slaveName's insatiable <<if $seeRace == 1>>$domSlave.race <</if>>ass with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, but $domSlave.slaveName insists. @@color:hotpink;$domSlave.slaveName enjoys being able to force $slaves[$i].slaveName to service her butt.@@
+	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself forced to give analingus on command. She spends the week trying to avoid servicing $domSlave.slaveName's insatiable <<if $seeRace == 1>>$domSlave.race <</if>>ass with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth, but $domSlave.slaveName insists. @@.hotpink;$domSlave.slaveName enjoys being able to force $slaves[$i].slaveName to service her butt.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.analCount += $seed>>
 	<<set $analTotal += $seed>>
 <<elseif ($slaves[$i].devotion <= 50) && canDoAnal($domSlave) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "buttslut")>>
-	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself giving analingus on command. She spends the week servicing $domSlave.slaveName's insatiable <<if $seeRace == 1>>$domSlave.race <</if>>ass with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth. @@color:hotpink;$domSlave.slaveName enjoys  having her ass pleasured whenever she wants it.@@
+	Since $domSlave.slaveName loves anal, $slaves[$i].slaveName finds herself giving analingus on command. She spends the week servicing $domSlave.slaveName's insatiable <<if $seeRace == 1>>$domSlave.race <</if>>ass with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth. @@.hotpink;$domSlave.slaveName enjoys  having her ass pleasured whenever she wants it.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.analCount += $seed>>
 	<<set $analTotal += $seed>>
 <<elseif ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "buttslut") && canDoAnal($domSlave)>>
-	Since $domSlave.slaveName loves anal play, $slaves[$i].slaveName lavishes attention on her butt. She spends the week servicing $domSlave.slaveName's insatiable <<if $seeRace == 1>>$domSlave.race <</if>>ass with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth. @@color:hotpink;$domSlave.slaveName enjoys having an enthusiastic anal playmate.@@
+	Since $domSlave.slaveName loves anal play, $slaves[$i].slaveName lavishes attention on her butt. She spends the week servicing $domSlave.slaveName's insatiable <<if $seeRace == 1>>$domSlave.race <</if>>ass with her <<if $seeRace == 1>>$slaves[$i].race <</if>>mouth. @@.hotpink;$domSlave.slaveName enjoys having an enthusiastic anal playmate.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -179,14 +179,14 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $analTotal += $seed>>
 
 <<elseif ($slaves[$i].dick > 0) && canAchieveErection($slaves[$i]) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "cumslut")>>
-	Since $domSlave.slaveName loves cum, and $slaves[$i].slaveName has a dick, $domSlave.slaveName has her own private semen dispenser, even if it's rather limp. $domSlave.slaveName sometimes gets tired of having to work hard for cum, so she spends the week making $slaves[$i].slaveName painstakingly bring her flaccid dick almost to orgasm before $domSlave.slaveName wraps her <<if $seeRace == 1>>$domSlave.race <</if>>lips around $slaves[$i].slaveName's <<if $seeRace == 1>>$slaves[$i].race <</if>>soft dickhead to suck down the cum. @@color:hotpink;$domSlave.slaveName enjoys having a servile dick on demand.@@
+	Since $domSlave.slaveName loves cum, and $slaves[$i].slaveName has a dick, $domSlave.slaveName has her own private semen dispenser, even if it's rather limp. $domSlave.slaveName sometimes gets tired of having to work hard for cum, so she spends the week making $slaves[$i].slaveName painstakingly bring her flaccid dick almost to orgasm before $domSlave.slaveName wraps her <<if $seeRace == 1>>$domSlave.race <</if>>lips around $slaves[$i].slaveName's <<if $seeRace == 1>>$slaves[$i].race <</if>>soft dickhead to suck down the cum. @@.hotpink;$domSlave.slaveName enjoys having a servile dick on demand.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].balls != 0) && ($domSlave.fetishKnown == 1) && ($domSlave.fetishStrength > 60) && ($domSlave.fetish == "cumslut")>>
-	Since $domSlave.slaveName loves cum, and $slaves[$i].slaveName has a dick, $domSlave.slaveName has her own private semen dispenser. $domSlave.slaveName sometimes gets tired of having to work hard for cum, so she spends the week stimulating poor $slaves[$i].slaveName's prostate to force her to climax so $domSlave.slaveName can wrap her <<if $seeRace == 1>>$domSlave.race <</if>>lips around $slaves[$i].slaveName's <<if $seeRace == 1>>$slaves[$i].race <</if>>dickhead to suck down her cum. @@color:hotpink;$domSlave.slaveName enjoys having a servile dick on demand.@@
+	Since $domSlave.slaveName loves cum, and $slaves[$i].slaveName has a dick, $domSlave.slaveName has her own private semen dispenser. $domSlave.slaveName sometimes gets tired of having to work hard for cum, so she spends the week stimulating poor $slaves[$i].slaveName's prostate to force her to climax so $domSlave.slaveName can wrap her <<if $seeRace == 1>>$domSlave.race <</if>>lips around $slaves[$i].slaveName's <<if $seeRace == 1>>$slaves[$i].race <</if>>dickhead to suck down her cum. @@.hotpink;$domSlave.slaveName enjoys having a servile dick on demand.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -194,21 +194,21 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $oralTotal += $seed>>
 
 <<elseif ($slaves[$i].devotion < -20) && ($domSlave.energy > 95)>>
-	Since $domSlave.slaveName loves to fuck, $slaves[$i].slaveName spends the week getting fucked. $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>body atop $slaves[$i].slaveName's resisting <<if $seeRace == 1>>$slaves[$i].race <</if>>form is a frequent sight as $domSlave.slaveName takes her pleasure. @@color:hotpink;$domSlave.slaveName enjoys being able to use $slaves[$i].slaveName.@@
+	Since $domSlave.slaveName loves to fuck, $slaves[$i].slaveName spends the week getting fucked. $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>body atop $slaves[$i].slaveName's resisting <<if $seeRace == 1>>$slaves[$i].race <</if>>form is a frequent sight as $domSlave.slaveName takes her pleasure. @@.hotpink;$domSlave.slaveName enjoys being able to use $slaves[$i].slaveName.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 <<elseif ($slaves[$i].devotion <= 50) && ($domSlave.energy > 95)>>
-	Since $domSlave.slaveName loves to fuck, $slaves[$i].slaveName spends the week getting fucked. $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>body atop $slaves[$i].slaveName's compliant <<if $seeRace == 1>>$slaves[$i].race <</if>>form is a frequent sight as $domSlave.slaveName takes her pleasure. @@color:hotpink;$domSlave.slaveName enjoys being able to use $slaves[$i].slaveName.@@
+	Since $domSlave.slaveName loves to fuck, $slaves[$i].slaveName spends the week getting fucked. $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>body atop $slaves[$i].slaveName's compliant <<if $seeRace == 1>>$slaves[$i].race <</if>>form is a frequent sight as $domSlave.slaveName takes her pleasure. @@.hotpink;$domSlave.slaveName enjoys being able to use $slaves[$i].slaveName.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 <<elseif ($domSlave.energy > 95)>>
-	Since $domSlave.slaveName loves to fuck, $slaves[$i].slaveName spends the week getting fucked. $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>body atop $slaves[$i].slaveName's enthusiastic <<if $seeRace == 1>>$slaves[$i].race <</if>>form is a frequent sight as the two of them share pleasure. @@color:hotpink;$domSlave.slaveName enjoys having an extra outlet for her sexual needs.@@
+	Since $domSlave.slaveName loves to fuck, $slaves[$i].slaveName spends the week getting fucked. $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>body atop $slaves[$i].slaveName's enthusiastic <<if $seeRace == 1>>$slaves[$i].race <</if>>form is a frequent sight as the two of them share pleasure. @@.hotpink;$domSlave.slaveName enjoys having an extra outlet for her sexual needs.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -216,21 +216,21 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $oralTotal += $seed>>
 
 <<elseif ($slaves[$i].devotion < -20) && ($domSlave.dick > 0) && canAchieveErection($domSlave)>>
-	$domSlave.slaveName doesn't get to use her still-functional cock as much as she would like; it often stands stiff and untended while she's being used. Not this week: $slaves[$i].slaveName spends the week with $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>dick between her <<if $seeRace == 1>>$slaves[$i].race <</if>>lips, whenever she feels like forcing it into $slaves[$i].slaveName's unwilling mouth. @@color:hotpink;$domSlave.slaveName loves having someone to facefuck whenever she wants.@@
+	$domSlave.slaveName doesn't get to use her still-functional cock as much as she would like; it often stands stiff and untended while she's being used. Not this week: $slaves[$i].slaveName spends the week with $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>dick between her <<if $seeRace == 1>>$slaves[$i].race <</if>>lips, whenever she feels like forcing it into $slaves[$i].slaveName's unwilling mouth. @@.hotpink;$domSlave.slaveName loves having someone to facefuck whenever she wants.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 <<elseif ($slaves[$i].devotion <= 50) && ($domSlave.dick > 0) && canAchieveErection($domSlave)>>
-	$domSlave.slaveName doesn't get to use her still-functional cock as much as she would like; it often stands stiff and untended while she's being used. Not this week: $slaves[$i].slaveName spends the week with $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>dick between her <<if $seeRace == 1>>$slaves[$i].race <</if>>lips, whenever she feels like putting it into $slaves[$i].slaveName's compliant mouth. @@color:hotpink;$domSlave.slaveName loves having someone to suck her off at last.@@
+	$domSlave.slaveName doesn't get to use her still-functional cock as much as she would like; it often stands stiff and untended while she's being used. Not this week: $slaves[$i].slaveName spends the week with $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>dick between her <<if $seeRace == 1>>$slaves[$i].race <</if>>lips, whenever she feels like putting it into $slaves[$i].slaveName's compliant mouth. @@.hotpink;$domSlave.slaveName loves having someone to suck her off at last.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 <<elseif ($domSlave.dick > 0) && canAchieveErection($domSlave)>>
-	$domSlave.slaveName doesn't get to use her still-functional cock as much as she would like; it often stands stiff and untended while she's being used. Not this week: $slaves[$i].slaveName spends the week with $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>dick between her <<if $seeRace == 1>>$slaves[$i].race <</if>>lips, whenever she feels like receiving an enthusiastic blowjob. @@color:hotpink;$domSlave.slaveName loves having someone to tend to her prick at last.@@
+	$domSlave.slaveName doesn't get to use her still-functional cock as much as she would like; it often stands stiff and untended while she's being used. Not this week: $slaves[$i].slaveName spends the week with $domSlave.slaveName's <<if $seeRace == 1>>$domSlave.race <</if>>dick between her <<if $seeRace == 1>>$slaves[$i].race <</if>>lips, whenever she feels like receiving an enthusiastic blowjob. @@.hotpink;$domSlave.slaveName loves having someone to tend to her prick at last.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -238,21 +238,21 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $penetrativeTotal += $seed>>
 
 <<elseif ($slaves[$i].devotion < -20) && canWalk($domSlave) && ($domSlave.attrXX > 85)>>
-	Since $domSlave.slaveName loves girls, $slaves[$i].slaveName finds herself groped, fingered, and toyed with. She spends the week trying to avoid $domSlave.slaveName's playful <<if $seeRace == 1>>$domSlave.race <</if>>hands, but they rove across her <<if $seeRace == 1>>$slaves[$i].race <</if>>body anyway. @@color:hotpink;$domSlave.slaveName enjoys having a nice little toy right at hand,@@ even if she does have to be forced.
+	Since $domSlave.slaveName loves girls, $slaves[$i].slaveName finds herself groped, fingered, and toyed with. She spends the week trying to avoid $domSlave.slaveName's playful <<if $seeRace == 1>>$domSlave.race <</if>>hands, but they rove across her <<if $seeRace == 1>>$slaves[$i].race <</if>>body anyway. @@.hotpink;$domSlave.slaveName enjoys having a nice little toy right at hand,@@ even if she does have to be forced.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 <<elseif ($slaves[$i].devotion <= 50) && canWalk($domSlave) && ($domSlave.attrXX > 85)>>
-	Since $domSlave.slaveName loves girls, $slaves[$i].slaveName finds herself groped, fingered, and toyed with. She spends the week accepting the attention of  $domSlave.slaveName's playful <<if $seeRace == 1>>$domSlave.race <</if>>hands. They rove across her <<if $seeRace == 1>>$slaves[$i].race <</if>>body, eliciting embarrassed arousal. @@color:hotpink;$domSlave.slaveName enjoys having a nice little toy right at hand,@@ even if she is a little hesitant.
+	Since $domSlave.slaveName loves girls, $slaves[$i].slaveName finds herself groped, fingered, and toyed with. She spends the week accepting the attention of  $domSlave.slaveName's playful <<if $seeRace == 1>>$domSlave.race <</if>>hands. They rove across her <<if $seeRace == 1>>$slaves[$i].race <</if>>body, eliciting embarrassed arousal. @@.hotpink;$domSlave.slaveName enjoys having a nice little toy right at hand,@@ even if she is a little hesitant.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 <<elseif canWalk($domSlave) && ($domSlave.fetishKnown == 1) && ($domSlave.attrXX > 85)>>
-	Since $domSlave.slaveName loves girls, $slaves[$i].slaveName finds herself with a frank and open lover for the week. She spends the week accepting the attention of  $domSlave.slaveName's adoring <<if $seeRace == 1>>$domSlave.race <</if>>hands. They rove across her <<if $seeRace == 1>>$slaves[$i].race <</if>>body, knowing just where to touch and where to press. @@color:hotpink;$domSlave.slaveName enjoys having a compliant girlfriend,@@ and they spend as much time together as they can.
+	Since $domSlave.slaveName loves girls, $slaves[$i].slaveName finds herself with a frank and open lover for the week. She spends the week accepting the attention of  $domSlave.slaveName's adoring <<if $seeRace == 1>>$domSlave.race <</if>>hands. They rove across her <<if $seeRace == 1>>$slaves[$i].race <</if>>body, knowing just where to touch and where to press. @@.hotpink;$domSlave.slaveName enjoys having a compliant girlfriend,@@ and they spend as much time together as they can.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -261,14 +261,14 @@ is serving ''$domSlave.slaveName'' this week.
 
 <<elseif ($slaves[$i].devotion < -20) && ($slaves[$i].dick > 0) && canWalk($domSlave) && ($domSlave.attrXY > 85)>>
 	<<if ($slaves[$i].balls > 0) && ($slaves[$i].hormones <= 0) && ($slaves[$i].dickAccessory != "chastity")>>
-	Since $domSlave.slaveName loves hard cocks, $slaves[$i].slaveName finds herself forced to get hard and fuck. She spends the week trying to avoid $domSlave.slaveName's constant demands. @@color:hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it does have to be forced to stand up for her.
+	Since $domSlave.slaveName loves hard cocks, $slaves[$i].slaveName finds herself forced to get hard and fuck. She spends the week trying to avoid $domSlave.slaveName's constant demands. @@.hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it does have to be forced to stand up for her.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<else>>
-	Since $domSlave.slaveName loves cocks, even soft ones, $slaves[$i].slaveName finds herself being sucked, groped, and cruelly taunted for her impotence. She spends the week trying to avoid $domSlave.slaveName's abuse of her poor useless penis. @@color:hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it's only good for taunting and torture.
+	Since $domSlave.slaveName loves cocks, even soft ones, $slaves[$i].slaveName finds herself being sucked, groped, and cruelly taunted for her impotence. She spends the week trying to avoid $domSlave.slaveName's abuse of her poor useless penis. @@.hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it's only good for taunting and torture.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
@@ -277,14 +277,14 @@ is serving ''$domSlave.slaveName'' this week.
 	<</if>>
 <<elseif ($slaves[$i].devotion <= 50) && ($slaves[$i].dick > 0) && canWalk($domSlave) && ($domSlave.attrXY > 85)>>
 	<<if ($slaves[$i].balls > 0) && ($slaves[$i].hormones <= 0) && ($slaves[$i].dickAccessory != "chastity")>>
-	Since $domSlave.slaveName loves hard cocks, $slaves[$i].slaveName finds herself required to get hard and fuck constantly. She spends the week doing her best to satisfy $domSlave.slaveName's constant demands. @@color:hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ and won't leave it alone.
+	Since $domSlave.slaveName loves hard cocks, $slaves[$i].slaveName finds herself required to get hard and fuck constantly. She spends the week doing her best to satisfy $domSlave.slaveName's constant demands. @@.hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ and won't leave it alone.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<else>>
-	Since $domSlave.slaveName loves cocks, even soft ones, $slaves[$i].slaveName finds herself being sucked, groped, and toyed with. She spends the week complying with $domSlave.slaveName's amusements. @@color:hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it's only good as a soft toy.
+	Since $domSlave.slaveName loves cocks, even soft ones, $slaves[$i].slaveName finds herself being sucked, groped, and toyed with. She spends the week complying with $domSlave.slaveName's amusements. @@.hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it's only good as a soft toy.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
@@ -293,14 +293,14 @@ is serving ''$domSlave.slaveName'' this week.
 	<</if>>
 <<elseif canWalk($domSlave) && ($slaves[$i].dick > 0) && ($domSlave.attrXY > 85)>>
 	<<if ($slaves[$i].balls > 0) && ($slaves[$i].hormones <= 0) && ($slaves[$i].dickAccessory != "chastity")>>
-	Since $domSlave.slaveName loves hard cocks, $slaves[$i].slaveName finds herself asked to get hard and fuck constantly. She spends the week doing her best to satisfy $domSlave.slaveName's constant demands. @@color:hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ and won't leave it alone.
+	Since $domSlave.slaveName loves hard cocks, $slaves[$i].slaveName finds herself asked to get hard and fuck constantly. She spends the week doing her best to satisfy $domSlave.slaveName's constant demands. @@.hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ and won't leave it alone.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
 	<<set $domSlave.oralCount += $seed>>
 	<<set $oralTotal += $seed>>
 	<<else>>
-	Since $domSlave.slaveName loves cocks, even soft ones, $slaves[$i].slaveName finds herself being sucked, groped, and played with until she comes. She spends the week enjoying with $domSlave.slaveName's little games. @@color:hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it's only good as a soft, dripping toy.
+	Since $domSlave.slaveName loves cocks, even soft ones, $slaves[$i].slaveName finds herself being sucked, groped, and played with until she comes. She spends the week enjoying with $domSlave.slaveName's little games. @@.hotpink;$domSlave.slaveName enjoys having a nice dick right at hand,@@ even if it's only good as a soft, dripping toy.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].penetrativeCount += $seed>>
 	<<set $penetrativeTotal += $seed>>
@@ -309,7 +309,7 @@ is serving ''$domSlave.slaveName'' this week.
 	<</if>>
 
 <<elseif !canWalk($slaves[$i])>>
-	$domSlave.slaveName doesn't have any special desires, so she simply uses the helpless $slaves[$i].slaveName for comfort and convenience. $slaves[$i].slaveName finds her helpless <<if $seeRace == 1>>$slaves[$i].race <</if>>torso being used as a bath toy, a bedwarmer, and for sexual convenience. @@color:hotpink;$domSlave.slaveName enjoys the ease and companionship.@@.
+	$domSlave.slaveName doesn't have any special desires, so she simply uses the helpless $slaves[$i].slaveName for comfort and convenience. $slaves[$i].slaveName finds her helpless <<if $seeRace == 1>>$slaves[$i].race <</if>>torso being used as a bath toy, a bedwarmer, and for sexual convenience. @@.hotpink;$domSlave.slaveName enjoys the ease and companionship.@@.
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -317,7 +317,7 @@ is serving ''$domSlave.slaveName'' this week.
 	<<set $oralTotal += $seed>>
 
 <<else>>
-	$domSlave.slaveName doesn't have any special desires $slaves[$i].slaveName can satisfy, so she simply uses $slaves[$i].slaveName for comfort and convenience. $slaves[$i].slaveName washes her superior's <<if $seeRace == 1>>$domSlave.race <</if>>body thoroughly and uses her own <<if $seeRace == 1>>$slaves[$i].race <</if>>body to warm $domSlave.slaveName's bed at night. @@color:hotpink;$domSlave.slaveName enjoys the ease and companionship.@@
+	$domSlave.slaveName doesn't have any special desires $slaves[$i].slaveName can satisfy, so she simply uses $slaves[$i].slaveName for comfort and convenience. $slaves[$i].slaveName washes her superior's <<if $seeRace == 1>>$domSlave.race <</if>>body thoroughly and uses her own <<if $seeRace == 1>>$slaves[$i].race <</if>>body to warm $domSlave.slaveName's bed at night. @@.hotpink;$domSlave.slaveName enjoys the ease and companionship.@@
 	<<set $seed = random(9,12)>>
 	<<set $slaves[$i].oralCount += $seed>>
 	<<set $oralTotal += $seed>>
@@ -328,16 +328,16 @@ is serving ''$domSlave.slaveName'' this week.
 <<set $domSlave.devotion += 4>>
 
 <<if $domSlave.health < 40>>
-	@@color:green;$domSlave.slaveName's health improves@@ with $slaves[$i].slaveName to serve her and help with some of her harder duties.
+	@@.green;$domSlave.slaveName's health improves@@ with $slaves[$i].slaveName to serve her and help with some of her harder duties.
 	<<set $domSlave.health += 10>>
 <</if>>
 
 <<if $slaves[$i].devotion <= 20>>
 	<<if $slaves[$i].trust >= -20>>
-	$slaves[$i].slaveName @@color:gold;is further habituated to subservience@@ by $domSlave.slaveName.
+	$slaves[$i].slaveName @@.gold;is further habituated to subservience@@ by $domSlave.slaveName.
 	<<set $slaves[$i].trust -= 5>>
 	<<if $slaves[$i].sexualQuirk == "strugglefuck queen">>
-		Secretly, though, $slaves[$i].slaveName gets off on being raped, @@color:hotpink;and wants more.@@
+		Secretly, though, $slaves[$i].slaveName gets off on being raped, @@.hotpink;and wants more.@@
 		<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<</if>>
@@ -346,7 +346,7 @@ is serving ''$domSlave.slaveName'' this week.
 <<if $domSlave.dick > 0>>
 <<if $slaves[$i].behavioralFlaw == "hates men">>
 <<if $slaves[$i].devotion > 20>>
-	Spending so much time in close proximity to a slave with a dick @@color:green;reconciles her to getting fucked by them.@@
+	Spending so much time in close proximity to a slave with a dick @@.green;reconciles her to getting fucked by them.@@
 <<set $slaves[$i].behavioralFlaw = "none">>
 <</if>>
 <</if>>
@@ -354,7 +354,7 @@ is serving ''$domSlave.slaveName'' this week.
 <<if $domSlave.vagina != -1>>
 <<if $slaves[$i].behavioralFlaw == "hates women">>
 <<if $slaves[$i].devotion > 20>>
-	Spending so much time in close proximity to a slave with a pussy @@color:green;reconciles her to sex with girls.@@
+	Spending so much time in close proximity to a slave with a pussy @@.green;reconciles her to sex with girls.@@
 <<set $slaves[$i].behavioralFlaw = "none">>
 <</if>>
 <</if>>
@@ -365,13 +365,13 @@ is serving ''$domSlave.slaveName'' this week.
 	<<if $slaves[$i].devotion >= 10>>
 	<<if $domSlave.relationship == 0>>
 	<<if random(1,100) > 50>>
-		$slaves[$i].slaveName and $domSlave.slaveName enjoy spending time together and @@color:lightgreen;strike up a friendship.@@
+		$slaves[$i].slaveName and $domSlave.slaveName enjoy spending time together and @@.lightgreen;strike up a friendship.@@
 		<<set $domSlave.relationship = 1>>
 		<<set $domSlave.relationshipTarget = $slaves[$i].ID>>
 		<<set $slaves[$i].relationship = 1>>
 		<<set $slaves[$i].relationshipTarget = $domSlave.ID>>
 	<<else>>
-		$slaves[$i].slaveName and $domSlave.slaveName find they enjoy their sexual relationship and @@color:lightgreen;become friends with benefits.@@
+		$slaves[$i].slaveName and $domSlave.slaveName find they enjoy their sexual relationship and @@.lightgreen;become friends with benefits.@@
 		<<set $domSlave.relationship = 3>>
 		<<set $domSlave.relationshipTarget = $slaves[$i].ID>>
 		<<set $slaves[$i].relationship = 3>>
@@ -383,18 +383,18 @@ is serving ''$domSlave.slaveName'' this week.
 <<elseif $slaves[$i].relationship > 0>>
 	<<if $slaves[$i].relationshipTarget == $domSlave.ID>>
 	<<if $slaves[$i].devotion >= -20>>
-	$slaves[$i].slaveName likes getting fucked by $domSlave.slaveName and @@color:hotpink;appreciates@@ having it as her job.
+	$slaves[$i].slaveName likes getting fucked by $domSlave.slaveName and @@.hotpink;appreciates@@ having it as her job.
 	<<set $slaves[$i].devotion += 1>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].relationship < 3>>
 	<<if $slaves[$i].relationshipTarget == $domSlave.ID>>
 	<<if $slaves[$i].devotion >= 10>>
-		$slaves[$i].slaveName and $domSlave.slaveName find that they enjoy having sex just as much as they like being friends, and become @@color:lightgreen;friends with benefits.@@
+		$slaves[$i].slaveName and $domSlave.slaveName find that they enjoy having sex just as much as they like being friends, and become @@.lightgreen;friends with benefits.@@
 		<<set $domSlave.relationship = 3>>
 		<<set $slaves[$i].relationship = 3>>
 	<<elseif $slaves[$i].devotion <= 20>>
-		$slaves[$i].slaveName and $domSlave.slaveName's relationship is @@color:lightsalmon;damaged@@ by $domSlave.slaveName having the right to use $slaves[$i].slaveName.
+		$slaves[$i].slaveName and $domSlave.slaveName's relationship is @@.lightsalmon;damaged@@ by $domSlave.slaveName having the right to use $slaves[$i].slaveName.
 		<<set $domSlave.relationship -= 1>>
 		<<set $slaves[$i].relationship -= 1>>
 	<</if>>
@@ -402,7 +402,7 @@ is serving ''$domSlave.slaveName'' this week.
 	<<elseif $slaves[$i].relationship < 4>>
 	<<if $slaves[$i].relationshipTarget == $domSlave.ID>>
 	<<if $slaves[$i].devotion >= 10>>
-		$slaves[$i].slaveName and $domSlave.slaveName don't have to be encouraged to have sex, but with extra time for it, they become @@color:lightgreen;lovers.@@
+		$slaves[$i].slaveName and $domSlave.slaveName don't have to be encouraged to have sex, but with extra time for it, they become @@.lightgreen;lovers.@@
 		<<set $domSlave.relationship += 1>>
 		<<set $slaves[$i].relationship += 1>>
 	<</if>>
@@ -415,7 +415,7 @@ is serving ''$domSlave.slaveName'' this week.
 	<<if $slaves[$i].devotion <= 50>>
 	<<if $domSlave.rivalry == 0>>
 	<<if random(1,100) > 50>>
-	$slaves[$i].slaveName resents $domSlave.slaveName for using her and the two @@color:lightsalmon;start to dislike each other.@@
+	$slaves[$i].slaveName resents $domSlave.slaveName for using her and the two @@.lightsalmon;start to dislike each other.@@
 	<<set $domSlave.rivalry = 1>>
 	<<set $domSlave.rivalryTarget = $slaves[$i].ID>>
 	<<set $slaves[$i].rivalry = 1>>
@@ -427,18 +427,18 @@ is serving ''$domSlave.slaveName'' this week.
 <<else>>
 	<<if $slaves[$i].rivalryTarget == $domSlave.ID>>
 	<<if $slaves[$i].devotion <= 50>>
-	$slaves[$i].slaveName resents subordinating herself to $domSlave.slaveName and @@color:mediumorchid;dislikes@@ having it as her job.
+	$slaves[$i].slaveName resents subordinating herself to $domSlave.slaveName and @@.mediumorchid;dislikes@@ having it as her job.
 	<<set $slaves[$i].devotion -= 2>>
 	<</if>>
 	<</if>>
 	<<if $slaves[$i].rivalry < 3>>
 	<<if $slaves[$i].rivalryTarget == $domSlave.ID>>
 	<<if $slaves[$i].devotion <= 50>>
-	$slaves[$i].slaveName hates being used by her rival $domSlave.slaveName so much that their @@color:lightsalmon;feud worsens.@@
+	$slaves[$i].slaveName hates being used by her rival $domSlave.slaveName so much that their @@.lightsalmon;feud worsens.@@
 	<<set $domSlave.rivalry += 1>>
 	<<set $slaves[$i].rivalry += 1>>
 	<<elseif $slaves[$i].devotion > 50>>
-	$slaves[$i].slaveName serves $domSlave.slaveName so devotedly that they @@color:lightgreen;work out@@ some of their differences through sex.
+	$slaves[$i].slaveName serves $domSlave.slaveName so devotedly that they @@.lightgreen;work out@@ some of their differences through sex.
 	<<set $domSlave.rivalry -= 1>>
 	<<set $slaves[$i].rivalry -= 1>>
 	<</if>>
diff --git a/src/uncategorized/saStayConfined.tw b/src/uncategorized/saStayConfined.tw
index 8eb48898513a4cb1a3d7dab5323aab2753ee3abd..e18237bd0533d55c03246af7643970e1ead0b240 100644
--- a/src/uncategorized/saStayConfined.tw
+++ b/src/uncategorized/saStayConfined.tw
@@ -1,30 +1,30 @@
 :: SA stay confined [nobr]
  
 <<if ($slaves[$i].devotion < -50)>>
-	is kept in solitary confinement whenever she is not being forced to do something else. She still hates her place in the world, but being forced to rely on slave life as her only human contact @@color:hotpink;grinds down her resistance.@@
+	is kept in solitary confinement whenever she is not being forced to do something else. She still hates her place in the world, but being forced to rely on slave life as her only human contact @@.hotpink;grinds down her resistance.@@
 	<<set $slaves[$i].devotion += 2>>
 <<elseif ($slaves[$i].devotion <= 20)>>
-	is kept in solitary confinement whenever she is not being forced to do something else. With nothing to do but look forward to the next time she's let out to serve, @@color:hotpink;she begins to rely on servitude.@@
+	is kept in solitary confinement whenever she is not being forced to do something else. With nothing to do but look forward to the next time she's let out to serve, @@.hotpink;she begins to rely on servitude.@@
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].devotion <= 50)>>
 	accepts solitary confinement whenever she is not being forced to do something else. Since she is obedient, the mental torture neither breaks her further nor causes her to hate you.
 <<else>>
-	accepts solitary confinement whenever she is not being forced to do something else. She spends her time wondering hopelessly how she has failed you, @@color:mediumorchid;damaging her devotion to you.@@
+	accepts solitary confinement whenever she is not being forced to do something else. She spends her time wondering hopelessly how she has failed you, @@.mediumorchid;damaging her devotion to you.@@
 	<<set $slaves[$i].devotion -= 2>>
 <</if>>
 
 <<if ($slaves[$i].trust < -50)>>
 	She is so terrified of you that this confinement does not make her fear you any more.
 <<elseif ($slaves[$i].trust < -20)>>
-	She is already afraid of you, but this confinement makes her @@color:gold;fear you even more.@@
+	She is already afraid of you, but this confinement makes her @@.gold;fear you even more.@@
 	<<set $slaves[$i].trust -= 2>>
 <<elseif ($slaves[$i].trust <= 20)>>
-	This confinement makes her @@color:gold;fear your power@@ over her.
+	This confinement makes her @@.gold;fear your power@@ over her.
 	<<set $slaves[$i].trust -= 4>>
 <<else>>
-	This confinement makes her @@color:gold;trust you less,@@ and fear you more.
+	This confinement makes her @@.gold;trust you less,@@ and fear you more.
 	<<set $slaves[$i].trust -= 5>>
 <</if>>
 
-The stress of confinement @@color:red;damages her health@@.
+The stress of confinement @@.red;damages her health@@.
 <<set $slaves[$i].health -= 10>>
diff --git a/src/uncategorized/saTakeClasses.tw b/src/uncategorized/saTakeClasses.tw
index ba031d04d6b08a0d340e964d75199a7520f94ce3..bfa43954f68f6585c0cfb489e39a00a9dfddaaac 100644
--- a/src/uncategorized/saTakeClasses.tw
+++ b/src/uncategorized/saTakeClasses.tw
@@ -22,13 +22,13 @@
 
 takes courses in slavery<<if $schoolroomUpgradeSkills + $schoolroomUpgradeRemedial + $schoolroomUpgradeLanguage != 0>>, using $schoolroomName's improved educational materials, <</if>> under $assistantName's supervision;
 <<if ($slaves[$i].devotion > 20)>>
-	she is such an obedient slave that your assistant mostly @@color:hotpink;encourages her.@@
+	she is such an obedient slave that your assistant mostly @@.hotpink;encourages her.@@
 	<<set $slaves[$i].devotion += 2>>
 <<elseif ($slaves[$i].trust < -20)>>
-	she obeys out of fear, so your assistant mostly @@color:hotpink;encourages her.@@
+	she obeys out of fear, so your assistant mostly @@.hotpink;encourages her.@@
 	<<set $slaves[$i].devotion += 1>>
 <<else>>
-	she is resistant, so your assistant mostly @@color:gold;punishes her,@@ increasing her @@color:mediumorchid;dislike for slavery.@@
+	she is resistant, so your assistant mostly @@.gold;punishes her,@@ increasing her @@.mediumorchid;dislike for slavery.@@
 	<<set $slaves[$i].devotion -= 2>>
 	<<set $slaves[$i].trust -= 4>>
 <</if>>
@@ -101,7 +101,7 @@ takes courses in slavery<<if $schoolroomUpgradeSkills + $schoolroomUpgradeRemedi
 <<set $skillIncrease = 10+$slaves[$i].intelligence>>
 <<for $j = 0; $j < $learning; $j++>>
 	<<if ($slaves[$i].devotion <= 20) && ($seed == 0)>>
-		Since she is wanting in basic obedience, she suffers through courses on @@color:hotpink;her place@@ in the Free Cities world.
+		Since she is wanting in basic obedience, she suffers through courses on @@.hotpink;her place@@ in the Free Cities world.
 		<<set $slaves[$i].devotion += 10>>
 		<<set $seed = 1>>
 	<<elseif ($slaves[$i].oralSkill <= 10)>>
@@ -147,7 +147,7 @@ takes courses in slavery<<if $schoolroomUpgradeSkills + $schoolroomUpgradeRemedi
 	<<set $slaves[$i].intelligenceImplant += 0.1*$learning>>
 	<<if ($slaves[$i].intelligenceImplant >= 1)>>
 		<<set $slaves[$i].intelligenceImplant = 1>>
-		She has completed a course of slave education, and for most purposes she is now @@color:deepskyblue;more intelligent.@@
+		She has completed a course of slave education, and for most purposes she is now @@.deepskyblue;more intelligent.@@
 		<<if ($slaves[$i].intelligence < 3)>>
 			<<set $slaves[$i].intelligence += 1>>
 		<</if>>
@@ -159,21 +159,21 @@ takes courses in slavery<<if $schoolroomUpgradeSkills + $schoolroomUpgradeRemedi
 	<<if ($slaves[$i].intelligence > random(-4,4))>>
 	<<if ($schoolroomUpgradeLanguage == 0)>>
 		<<if ($slaves[$i].accent > 3)>>
-			She has @@color:green;learned some $language,@@ and can make her point with some gesturing, though she speaks $language horribly.
+			She has @@.green;learned some $language,@@ and can make her point with some gesturing, though she speaks $language horribly.
 			<<set $slaves[$i].accent -= 1>>
 			<<if $slaves[$i].speechRules = "language lessons">>
 				<<set $slaves[$i].speechRules = "accent elimination">>
 			<</if>>
 		<<elseif ($slaves[$i].accent == 3)>>
-		She has @@color:green;learned functional $language,@@ and can make herself understood, though her $slaves[$i].nationality accent is still quite heavy.
+		She has @@.green;learned functional $language,@@ and can make herself understood, though her $slaves[$i].nationality accent is still quite heavy.
 		<<set $slaves[$i].accent -= 1>>
 		<</if>>
 	<<else>>
 		<<if ($slaves[$i].accent > 3)>>
-			She has @@color:green;learned some $language,@@ and can make her point with some gesturing, though she speaks $language horribly.
+			She has @@.green;learned some $language,@@ and can make her point with some gesturing, though she speaks $language horribly.
 			<<set $slaves[$i].accent -= 1>>
 		<<elseif ($slaves[$i].accent >= 2)>>
-		She has @@color:green;learned decent $language,@@ though she retains enough of her $slaves[$i].nationality accent to make her voice distinctly sexy.
+		She has @@.green;learned decent $language,@@ though she retains enough of her $slaves[$i].nationality accent to make her voice distinctly sexy.
 		<<set $slaves[$i].accent = 1>>
 		<</if>>
 	<</if>>
@@ -188,7 +188,7 @@ takes courses in slavery<<if $schoolroomUpgradeSkills + $schoolroomUpgradeRemedi
 <<if ($slaves[$i].entertainSkill > 30) || (($schoolroomUpgradeSkills == 0) && ($slaves[$i].entertainSkill > 10))>>
 <<if ($slaves[$i].analSkill > 30) || (($schoolroomUpgradeSkills == 0) && ($slaves[$i].analSkill > 10))>>
 <<if ($slaves[$i].vaginalSkill > 30) || (($schoolroomUpgradeSkills == 0) && ($slaves[$i].vaginalSkill > 10)) || ($slaves[$i].vagina < 0)>>
-	She can learn little from further classes, so @@color:yellow;her assignment has defaulted to rest.@@
+	She can learn little from further classes, so @@.yellow;her assignment has defaulted to rest.@@
 	<<set $slaves[$i].assignment = "rest", $slaves[$i].assignmentVisible = 1>>
 <</if>>
 <</if>>
diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw
index 30a1c66fcf911458f4f89e583a9df85aff1319cd..842684a446f597c777d53ecf011f7daa6f94c8de 100644
--- a/src/uncategorized/saWhore.tw
+++ b/src/uncategorized/saWhore.tw
@@ -202,10 +202,10 @@ her body.
 			<</if>>
 		<</if>>
 		<<if ($slaves[$i].sexualFlaw != "none") && (random(1,100) > 90)>>
-			$Madam.slaveName manages to @@color:green;break@@ $slaves[$i].slaveName of her sexual flaws.
+			$Madam.slaveName manages to @@.green;break@@ $slaves[$i].slaveName of her sexual flaws.
 			<<set $slaves[$i].sexualFlaw = "none">>
 		<<elseif ($slaves[$i].behavioralFlaw != "none") && (random(1,100) > 90)>>
-			$Madam.slaveName manages to @@color:green;break@@ $slaves[$i].slaveName of her flaws.
+			$Madam.slaveName manages to @@.green;break@@ $slaves[$i].slaveName of her flaws.
 			<<set $slaves[$i].behavioralFlaw = "none">>
 		<</if>>
 		<</if>>
@@ -228,14 +228,14 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <</if>>
 
 <<if ($slaves[$i].behavioralQuirk == "sinful")>>
-	$slaves[$i].slaveName @@color:hotpink;secretly enjoys@@ how utterly sinful and depraved it is for her to sell her body.
+	$slaves[$i].slaveName @@.hotpink;secretly enjoys@@ how utterly sinful and depraved it is for her to sell her body.
 	<<set $slaves[$i].devotion += 1>>
 <<elseif ($slaves[$i].behavioralQuirk == "cutting")>>
-	$slaves[$i].slaveName @@color:hotpink;openly enjoys@@ the direct, frank language of prostitution, and delights customers with cutting remarks even as they fuck her.
+	$slaves[$i].slaveName @@.hotpink;openly enjoys@@ the direct, frank language of prostitution, and delights customers with cutting remarks even as they fuck her.
 	<<set $slaves[$i].devotion += 1>>
 <</if>>
 <<if ($slaves[$i].sexualQuirk is "caring")>>
-	$slaves[$i].slaveName sees her role as helping people with their sexual needs, and she @@color:mediumaquamarine;trusts that her place@@ in society is an important one.
+	$slaves[$i].slaveName sees her role as helping people with their sexual needs, and she @@.mediumaquamarine;trusts that her place@@ in society is an important one.
 	<<set $slaves[$i].trust += 1>>
 <</if>>
 
@@ -243,11 +243,11 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <<if ($slaves[$i].curatives > 0) || $slaves[$i].inflationType == "curative">>
 	The drugs <<if $slaves[$i].inflationType == "curative">>she holds inside her belly<<else>>she's on<</if>> protect her from the wear of whoring.
 <<elseif ($slaves[$i].health < -50)>>
-	The stress of whoring while ill is @@color:red;very hard on her.@@
+	The stress of whoring while ill is @@.red;very hard on her.@@
 	<<set $slaves[$i].health -= 10>>
 	<<set $injury = 1>>
 <<elseif ($slaves[$i].health < -20) && (random(1,100) > 50)>>
-	The stress of whoring while ill is @@color:red;hard on her.@@
+	The stress of whoring while ill is @@.red;hard on her.@@
 	<<set $slaves[$i].health -= 7>>
 	<<set $injury = 1>>
 <<elseif ($slaves[$i].vagina < 0)>>
@@ -255,7 +255,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 	<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
 	She's such an expert whore that she copes with the stress of being a $desc prostitute.
 	<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
-	The stress of being a $desc prostitute is @@color:red;hard on her.@@
+	The stress of being a $desc prostitute is @@.red;hard on her.@@
 	<<set $slaves[$i].health -= 7>>
 	<<set $injury = 1>>
 	<</if>>
@@ -263,7 +263,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 	<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
 	She's such an expert whore that she copes with the stress of being limited to buttsex and oral.
 	<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
-	The stress of being being limited to buttsex and oral is @@color:red;hard on her.@@
+	The stress of being being limited to buttsex and oral is @@.red;hard on her.@@
 	<<set $slaves[$i].health -= 7>>
 	<<set $injury = 1>>
 	<</if>>
@@ -277,23 +277,23 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 	<<set $seed = random(1,100)>>
 	<<if ($seed > 80)>>
 	<<set $slaves[$i].minorInjury = "sore ass">>
-	Rough anal with a careless customer left her with a @@color:red;$slaves[$i].minorInjury.@@
+	Rough anal with a careless customer left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<elseif ($seed > 60)>>
 	<<set $slaves[$i].minorInjury = "black eye">>
-	A violent customer left her with a @@color:red;$slaves[$i].minorInjury.@@
+	A violent customer left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<elseif ($seed > 40)>>
 	<<set $slaves[$i].minorInjury = "split lip">>
-	An abusive customer left her with a @@color:red;$slaves[$i].minorInjury.@@
+	An abusive customer left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<elseif ($seed > 20)>>
 	<<set $slaves[$i].minorInjury = "bad bruise">>
-	A rough customer left her with a @@color:red;$slaves[$i].minorInjury.@@
+	A rough customer left her with a @@.red;$slaves[$i].minorInjury.@@
 	<<include "minor injury response">>
 	<<else>>
 	<<set $slaves[$i].minorInjury = "sore muscle">>
-	The hard labor of constant sex left her with a @@color:red;$slaves[$i].minorInjury.@@
+	The hard labor of constant sex left her with a @@.red;$slaves[$i].minorInjury.@@
 	<</if>>
 <</if>>
 
@@ -301,17 +301,17 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <<if canDoVaginal($slaves[$i])>>
 <<if ($slaves[$i].vagina == 0)>>
 	<<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>>
-	Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. She's so full of aphrodisiacs that she @@color:hotpink;enjoys the experience.@@ @@color:lime;Her pussy is now broken in.@@
+	Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ @@.lime;Her pussy is now broken in.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].vagina = 1>>
 	<<set $FResult += 10>>
 	<<elseif ($slaves[$i].devotion > 20)>>
-	Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. Losing her virginity in this way @@color:hotpink;confirms her submission to you.@@ @@color:lime;Her pussy is now broken in.@@
+	Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. Losing her virginity in this way @@.hotpink;confirms her submission to you.@@ @@.lime;Her pussy is now broken in.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].vagina = 1>>
 	<<set $FResult += 10>>
 	<<else>>
-	Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. She tries to resist, and losing her virginity to a rape makes her @@color:mediumorchid;hate@@ and @@color:gold;fear@@ you a great deal. @@color:lime;Her pussy is now broken in.@@
+	Her virginity goes to the highest bidder, earning ¤<<print ($beauty*10)>>. She tries to resist, and losing her virginity to a rape makes her @@.mediumorchid;hate@@ and @@.gold;fear@@ you a great deal. @@.lime;Her pussy is now broken in.@@
 	<<set $slaves[$i].devotion -= 10>>
 	<<set $slaves[$i].trust -= 10>>
 	<<set $slaves[$i].vagina = 1>>
@@ -319,7 +319,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 	<</if>>
 <<elseif ($slaves[$i].vagina < 3)>>
 	<<if (random(1,100) > ((170-$beauty)+($slaves[$i].vagina*10)+($slaves[$i].vaginalSkill/3)))>>
-	@@color:lime;Her pussy gets loosened by the intense use.@@
+	@@.lime;Her pussy gets loosened by the intense use.@@
 	<<set $slaves[$i].vagina += 1>>
 	<</if>>
 <</if>>
@@ -329,17 +329,17 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <<if canDoAnal($slaves[$i])>>
 <<if ($slaves[$i].anus == 0)>>
 	<<if ($slaves[$i].aphrodisiacs > 1) || ($slaves[$i].inflationType == "aphrodisiac")>>
-	Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. She's so full of aphrodisiacs that she @@color:hotpink;enjoys the experience.@@ Her fresh asshole is fucked all week, and by the end of it @@color:lime;she won't sit down.@@
+	Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. She's so full of aphrodisiacs that she @@.hotpink;enjoys the experience.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].anus = 2>>
 	<<set $FResult += 5>>
 	<<elseif ($slaves[$i].devotion > 20)>>
-	Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. The pain and humiliation @@color:hotpink;confirm her submission to you.@@ Her fresh asshole is fucked all week, and by the end of it @@color:lime;she won't sit down.@@
+	Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. The pain and humiliation @@.hotpink;confirm her submission to you.@@ Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@
 	<<set $slaves[$i].devotion += 4>>
 	<<set $slaves[$i].anus = 2>>
 	<<set $FResult += 5>>
 	<<else>>
-	Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. The pain and humiliation increases her @@color:mediumorchid;hatred@@ and @@color:gold;fear@@ for you. Her fresh asshole is fucked all week, and by the end of it @@color:lime;she won't sit down.@@
+	Her tight little anus goes to the highest bidder, earning ¤<<print ($beauty*5)>>. The pain and humiliation increases her @@.mediumorchid;hatred@@ and @@.gold;fear@@ for you. Her fresh asshole is fucked all week, and by the end of it @@.lime;she won't sit down.@@
 	<<set $slaves[$i].devotion -= 5>>
 	<<set $slaves[$i].trust -= 5>>
 	<<set $slaves[$i].anus = 2>>
@@ -348,17 +348,17 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <<elseif ($slaves[$i].anus < 3)>>
 	<<if ($slaves[$i].vagina < 0)>>
 	<<if ((random(1,100) > ((150-$beauty)+($slaves[$i].anus*10)+($slaves[$i].analSkill/6))))>>
-		@@color:lime;Her asshole sees constant use in place of a pussy and loosens.@@
+		@@.lime;Her asshole sees constant use in place of a pussy and loosens.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<<elseif ($slaves[$i].vaginalAccessory == "chastity belt")>>
 	<<if ((random(1,100) > ((150-$beauty)+($slaves[$i].anus*10)+($slaves[$i].analSkill/6))))>>
-		@@color:lime;Her asshole sees constant use in place of her protected pussy and loosens.@@
+		@@.lime;Her asshole sees constant use in place of her protected pussy and loosens.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<<else>>
 	<<if ((random(1,100) > ((160-$beauty)+($slaves[$i].anus*10)+($slaves[$i].analSkill/6))))>>
-		@@color:lime;Her asshole loosens with constant use.@@
+		@@.lime;Her asshole loosens with constant use.@@
 		<<set $slaves[$i].anus += 1>>
 	<</if>>
 	<</if>>
@@ -380,7 +380,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <<if ($slaves[$i].amp != 1)>>
 <<if ($slaves[$i].whoreSkill < 100)>>
 	<<set $slaves[$i].whoreSkill += 10+$slaves[$i].intelligence>>
-	She @@color:green;gains experience as a public slut,@@ and gets better at
+	She @@.green;gains experience as a public slut,@@ and gets better at
 	<<if ($slaves[$i].whoreSkill <= 30)>>
 		basic street smarts.
 	<<elseif ($slaves[$i].whoreSkill <= 60)>>
@@ -392,26 +392,26 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <</if>>
 
 <<if $slaves[$i].aphrodisiacs > 1 || ($slaves[$i].inflationType == "aphrodisiac")>>
-	The aphrodisiac cocktail has her so desperately horny that regardless of her personal feelings, she @@color:hotpink;gets off with customers all week.@@ In her drug-addled state she doesn't remember enough to learn sexual skills.
+	The aphrodisiac cocktail has her so desperately horny that regardless of her personal feelings, she @@.hotpink;gets off with customers all week.@@ In her drug-addled state she doesn't remember enough to learn sexual skills.
 	<<set $slaves[$i].devotion += 4>>
 <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].energy <= 95)>>
 	<<if $slaves[$i].trust >= -20>>
-		She tries to refuse being sold as a whore, so she is restrained for sale. She loses a bit of herself to a week of rape, but remembers enough to know @@color:mediumorchid;you're responsible,@@ and @@color:gold;can force her if necessary.@@
+		She tries to refuse being sold as a whore, so she is restrained for sale. She loses a bit of herself to a week of rape, but remembers enough to know @@.mediumorchid;you're responsible,@@ and @@.gold;can force her if necessary.@@
 		<<set $slaves[$i].devotion -= 5>>
 		<<set $slaves[$i].trust -= 5>>
 	<<else>>
-		She doesn't show much enthusiasm, but the habit of slave prostitution @@color:hotpink;wears away at her will.@@
+		She doesn't show much enthusiasm, but the habit of slave prostitution @@.hotpink;wears away at her will.@@
 		<<set $slaves[$i].devotion += 4>>
 	<</if>>
 <<else>>
 	<<if ($slaves[$i].oralSkill + $slaves[$i].analSkill >= 200) && (($slaves[$i].vaginalSkill >= 100) || (canDoVaginal($slaves[$i]) == false))>>
-		She's a @@color:aquamarine;sexual master@@
+		She's a @@.aquamarine;sexual master@@
 		<<if canDoVaginal($slaves[$i])>>
 			whose
 		<<else>>
 			and despite <<if $slaves[$i].vagina < 0>>her lack of a<<else>>the inaccessibility of her<</if>> front hole, her
 		<</if>>
-		body commands @@color:yellowgreen;a high price.@@ When she's not
+		body commands @@.yellowgreen;a high price.@@ When she's not
 		<<if canDoVaginal($slaves[$i]) && (random(1,4) == 1)>>
 			pleasing the rich with her <<if $slaves[$i].prestige > 0>>prestigious<<else>>popular<</if>> pussy,
 		<<elseif ($beauty > 70) && (random(1,3) == 1)>>
@@ -911,20 +911,20 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
 <<if $slaves[$i].devotion < 10>>
 <<if random(1,100) > 70>>
 <<if ($slaves[$i].vaginalSkill <= 30) && ($slaves[$i].vagina != -1) && ($slaves[$i].vaginalAccessory != "chastity belt")>>
-	After being fucked too hard too often, she now @@color:red;dislikes being penetrated.@@
+	After being fucked too hard too often, she now @@.red;dislikes being penetrated.@@
 	<<set $slaves[$i].sexualFlaw = "hates penetration">>
 <<elseif ($slaves[$i].analSkill <= 30)>>
-	After so much anal pain, she now @@color:red;dislikes being buttfucked.@@
+	After so much anal pain, she now @@.red;dislikes being buttfucked.@@
 	<<set $slaves[$i].sexualFlaw = "hates anal">>
 <<elseif ($slaves[$i].oralSkill <= 30)>>
-	After one too many facials, she now @@color:red;dislikes sucking cock.@@
+	After one too many facials, she now @@.red;dislikes sucking cock.@@
 	<<set $slaves[$i].sexualFlaw = "hates oral">>
 <</if>>
 <</if>>
 <</if>>
 <</if>>
 
-In total, you were paid @@color:yellowgreen;¤<<print Math.trunc($beauty*$FResult)>>@@ for the use of $slaves[$i].slaveName's body this week.
+In total, you were paid @@.yellowgreen;¤<<print Math.trunc($beauty*$FResult)>>@@ for the use of $slaves[$i].slaveName's body this week.
 <<set $cash += Math.trunc(($beauty*$FResult)*(1+(0.002*$slaves[$i].whoreSkill)))>>
 <<set _incomeStats.income += Math.trunc(($beauty*$FResult)*(1+(0.002*$slaves[$i].whoreSkill)))>>
 
@@ -1572,9 +1572,9 @@ In total, you were paid @@color:yellowgreen;¤<<print Math.trunc($beauty*$FResul
 __This week__ $vignette.text
 <<if ($vignette.type == "cash")>>
 	<<if ($vignette.effect > 0)>>
-		@@color:yellowgreen;making you an extra ¤<<print Math.trunc($FResult*$vignette.effect)>>.@@
+		@@.yellowgreen;making you an extra ¤<<print Math.trunc($FResult*$vignette.effect)>>.@@
 	<<elseif ($vignette.effect < 0)>>
-		@@color:red;losing you ¤<<print Math.abs(Math.trunc($FResult*$vignette.effect))>>.@@
+		@@.red;losing you ¤<<print Math.abs(Math.trunc($FResult*$vignette.effect))>>.@@
 	<<else>>
 		an incident without lasting effect.
 	<</if>>
@@ -1583,23 +1583,23 @@ __This week__ $vignette.text
 <<elseif ($vignette.type == "devotion")>>
 	<<if ($vignette.effect > 0)>>
 		<<if $slaves[$i].devotion > 50>>
-		@@color:hotpink;increasing her devotion to you.@@
+		@@.hotpink;increasing her devotion to you.@@
 		<<elseif $slaves[$i].devotion >= -20>>
-		@@color:hotpink;increasing her acceptance of you.@@
+		@@.hotpink;increasing her acceptance of you.@@
 		<<elseif $slaves[$i].devotion > -10>>
-		@@color:hotpink;reducing her dislike of you.@@
+		@@.hotpink;reducing her dislike of you.@@
 		<<else>>
-		@@color:hotpink;reducing her hatred of you.@@
+		@@.hotpink;reducing her hatred of you.@@
 		<</if>>
 	<<elseif ($vignette.effect < 0)>>
 		<<if $slaves[$i].devotion > 50>>
-		@@color:mediumorchid;reducing her devotion to you.@@
+		@@.mediumorchid;reducing her devotion to you.@@
 		<<elseif $slaves[$i].devotion >= -20>>
-		@@color:mediumorchid;reducing her acceptance of you.@@
+		@@.mediumorchid;reducing her acceptance of you.@@
 		<<elseif $slaves[$i].devotion > -10>>
-		@@color:mediumorchid;increasing her dislike of you.@@
+		@@.mediumorchid;increasing her dislike of you.@@
 		<<else>>
-		@@color:mediumorchid;increasing her hatred of you.@@
+		@@.mediumorchid;increasing her hatred of you.@@
 		<</if>>
 	<<else>>
 		an incident without lasting effect.
@@ -1608,19 +1608,19 @@ __This week__ $vignette.text
 <<elseif ($vignette.type == "trust")>>
 	<<if ($vignette.effect > 0)>>
 		<<if $slaves[$i].trust > 20>>
-		@@color:mediumaquamarine;increasing her trust in you.@@
+		@@.mediumaquamarine;increasing her trust in you.@@
 		<<elseif $slaves[$i].trust > -10>>
-		@@color:mediumaquamarine;reducing her fear of you.@@
+		@@.mediumaquamarine;reducing her fear of you.@@
 		<<else>>
-		@@color:mediumaquamarine;reducing her terror of you.@@
+		@@.mediumaquamarine;reducing her terror of you.@@
 		<</if>>
 	<<elseif ($vignette.effect < 0)>>
 		<<if $slaves[$i].trust > 20>>
-		@@color:gold;reducing her trust in you.@@
+		@@.gold;reducing her trust in you.@@
 		<<elseif $slaves[$i].trust > -20>>
-		@@color:gold;increasing her fear of you.@@
+		@@.gold;increasing her fear of you.@@
 		<<else>>
-		@@color:gold;increasing her terror of you.@@
+		@@.gold;increasing her terror of you.@@
 		<</if>>
 	<<else>>
 		an incident without lasting effect.
@@ -1628,18 +1628,18 @@ __This week__ $vignette.text
 	<<set $slaves[$i].trust += 1*$vignette.effect>>
 <<elseif ($vignette.type == "health")>>
 	<<if ($vignette.effect > 0)>>
-		@@color:green;improving her health.@@
+		@@.green;improving her health.@@
 	<<elseif ($vignette.effect < 0)>>
-		@@color:red;affecting her health.@@
+		@@.red;affecting her health.@@
 	<<else>>
 		an incident without lasting effect.
 	<</if>>
 	<<set $slaves[$i].health += 2*$vignette.effect>>
 <<else>>
 	<<if ($vignette.effect > 0)>>
-		@@color:green;gaining you a bit of reputation.@@
+		@@.green;gaining you a bit of reputation.@@
 	<<elseif ($vignette.effect < 0)>>
-		@@color:red;losing you a bit of reputation.@@
+		@@.red;losing you a bit of reputation.@@
 	<<else>>
 		an incident without lasting effect.
 	<</if>>
@@ -1650,11 +1650,11 @@ __This week__ $vignette.text
 <</if>> /* CLOSES VIGNETTES */
 
 <<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>>
-	Being used sexually all week @@color:lime;increases her sex drive.@@
+	Being used sexually all week @@.lime;increases her sex drive.@@
 	<<set $slaves[$i].energy++>>
 <</if>>
 
 <<if $slaves[$i].cervixImplant == 1 && _cervixPump > 0 >>
-	She notices her @@color:orange;belly has grown@@ from vaginal sex throughout week.
+	She notices her @@.orange;belly has grown@@ from vaginal sex throughout week.
 	<<set $slaves[$i].bellyImplant += _cervixPump*20>>
 <</if>>
diff --git a/src/uncategorized/saWorkAGloryHole.tw b/src/uncategorized/saWorkAGloryHole.tw
index 3f4cfdbfdc13f430e2d4347491bb958567a2a58d..dc44cedb6369e0f1cec6f07f9e3983172f60393a 100644
--- a/src/uncategorized/saWorkAGloryHole.tw
+++ b/src/uncategorized/saWorkAGloryHole.tw
@@ -38,36 +38,36 @@ is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for
 <<if ($slaves[$i].curatives > 0) || $slaves[$i].inflationType == "curative">>
 	The drugs $pronoun's<<if $slaves[$i].inflationType == "curative">> harboring inside $possessive guts<<else>> on<</if>> protect $possessive health from the stress of being used as a sexual appliance.
 <<elseif ($slaves[$i].health < -50)>>
-	The stress of being used while very ill @@color:red;damaged $possessive health.@@
+	The stress of being used while very ill @@.red;damaged $possessive health.@@
 	<<set $slaves[$i].health -= 10>>
 <<elseif ($slaves[$i].health < -10)>>
 	<<if (random(1,100) > 10)>>
-		The stress of being used while weak has @@color:red;damaged $possessive health.@@
+		The stress of being used while weak has @@.red;damaged $possessive health.@@
 		<<set $slaves[$i].health -= 10>>
 	<</if>>
 <<elseif ($slaves[$i].vagina == -1)>>
 	<<if (random(1,100) > 70)>>
-		The stress of being used in only two holes has @@color:red;damaged $possessive health.@@
+		The stress of being used in only two holes has @@.red;damaged $possessive health.@@
 		<<set $slaves[$i].health -= 10>>
 	<</if>>
 <<elseif (random(1,100) > 25)>>
-	The stress of being used has @@color:red;damaged $possessive health.@@
+	The stress of being used has @@.red;damaged $possessive health.@@
 	<<set $slaves[$i].health -= 10>>
 <</if>>
 
 <<if ($slaves[$i].vagina == 0) && canDoVaginal($slaves[$i])>>
-	A <<if $slaves[$i].fuckdoll == 0>>glory hole <</if>>user takes $possessive virginity. He does not notice or care. @@color:lime;$possessiveCap pussy has been broken in@@ in a @@color:gold;painful@@ and @@color:mediumorchid;degrading@@ way.
+	A <<if $slaves[$i].fuckdoll == 0>>glory hole <</if>>user takes $possessive virginity. He does not notice or care. @@.lime;$possessiveCap pussy has been broken in@@ in a @@.gold;painful@@ and @@.mediumorchid;degrading@@ way.
 	<<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 10, $slaves[$i].vagina = 1>>
 <<elseif ($slaves[$i].vagina < 3) && (canDoVaginal($slaves[$i])) && (random(1,100) > ((170-$beauty)+($slaves[$i].vagina*10)))>>
-	@@color:lime;$possessiveCap pussy gets stretched out by the use.@@
+	@@.lime;$possessiveCap pussy gets stretched out by the use.@@
 	<<set $slaves[$i].vagina += 1>>
 <</if>>
 
 <<if ($slaves[$i].anus == 0) && canDoAnal($slaves[$i])>>
-	$possessiveCap anal virginity goes to a <<if $slaves[$i].fuckdoll == 0>>glory hole <</if>>user, who doesn't understand why this particular run at <<if $slaves[$i].fuckdoll == 0>>the glory hole<<else>>a Fuckdoll<</if>> is so great. @@color:lime;$possessiveCap ass has been broken in@@ in a @@color:gold;painful@@ and @@color:mediumorchid;degrading@@ way.
+	$possessiveCap anal virginity goes to a <<if $slaves[$i].fuckdoll == 0>>glory hole <</if>>user, who doesn't understand why this particular run at <<if $slaves[$i].fuckdoll == 0>>the glory hole<<else>>a Fuckdoll<</if>> is so great. @@.lime;$possessiveCap ass has been broken in@@ in a @@.gold;painful@@ and @@.mediumorchid;degrading@@ way.
 	<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5, $slaves[$i].anus = 1>>
 <<elseif ($slaves[$i].anus < 3) && canDoAnal($slaves[$i]) && (random(1,100) > ((150-$beauty)+($slaves[$i].anus*10)))>>
-	@@color:lime;$possessiveCap asshole sees constant use and loosens.@@
+	@@.lime;$possessiveCap asshole sees constant use and loosens.@@
 	<<set $slaves[$i].anus += 1>>
 <</if>>
 
@@ -94,15 +94,15 @@ is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for
 		<</if>>
 		<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
 		<<if ($slaves[$i].devotion > 50)>>
-			$pronounCap does $possessive best to tolerate $possessive sentence to the glory hole, but @@color:mediumorchid;$possessive devotion is hurt@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$pronounCap does $possessive best to tolerate $possessive sentence to the glory hole, but @@.mediumorchid;$possessive devotion is hurt@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<elseif ($slaves[$i].devotion > 20)>>
-			$pronounCap does not understand why $possessive obedience has earned $object a sentence to this torture. @@color:mediumorchid;$possessiveCap obedience is hurt@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$pronounCap does not understand why $possessive obedience has earned $object a sentence to this torture. @@.mediumorchid;$possessiveCap obedience is hurt@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<elseif ($slaves[$i].devotion >= -20)>>
-			$possessiveCap fear of you turns to desperation during $possessive sentence. @@color:mediumorchid;$possessiveCap obedience is reduced@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$possessiveCap fear of you turns to desperation during $possessive sentence. @@.mediumorchid;$possessiveCap obedience is reduced@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<elseif ($slaves[$i].devotion >= -50)>>
-			Though $pronoun is only temporarily sentenced to suffer, @@color:mediumorchid;$possessive resistance is increased@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			Though $pronoun is only temporarily sentenced to suffer, @@.mediumorchid;$possessive resistance is increased@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<else>>
-			$pronounCap has hope $pronoun'll be released after $possessive sentence, but @@color:mediumorchid;$possessive hatred of you is increased@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$pronounCap has hope $pronoun'll be released after $possessive sentence, but @@.mediumorchid;$possessive hatred of you is increased@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<</if>>
 	<<else>>
 		<<if ($slaves[$i].behavioralFlaw != "odd") && (random(1,100) > (70+($slaves[$i].devotion/5)))>>
@@ -111,15 +111,15 @@ is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for
 		<</if>>
 		<<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 10>>
 		<<if ($slaves[$i].devotion > 50)>>
-			$pronounCap feels starved of personal contact. @@color:mediumorchid;$possessiveCap devotion is hurt@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$pronounCap feels starved of personal contact. @@.mediumorchid;$possessiveCap devotion is hurt@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<elseif ($slaves[$i].devotion > 20)>>
-			$pronounCap does not understand why $possessive obedience has earned $object this immurement. @@color:mediumorchid;$possessiveCap obedience is hurt@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$pronounCap does not understand why $possessive obedience has earned $object this immurement. @@.mediumorchid;$possessiveCap obedience is hurt@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<elseif ($slaves[$i].devotion >= -20)>>
-			$possessiveCap fear of you has increased into something like a pathology. @@color:mediumorchid;$possessiveCap obedience is reduced@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$possessiveCap fear of you has increased into something like a pathology. @@.mediumorchid;$possessiveCap obedience is reduced@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<elseif ($slaves[$i].devotion >= -50)>>
-			$possessiveCap resistance is deepening into hatred. @@color:mediumorchid;$possessiveCap resistance is increased@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			$possessiveCap resistance is deepening into hatred. @@.mediumorchid;$possessiveCap resistance is increased@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<<else>>
-			@@color:mediumorchid;$possessiveCap helpless hatred of you is increased@@ and $pronoun is @@color:gold;filled with fear@@ $pronoun won't be let out.
+			@@.mediumorchid;$possessiveCap helpless hatred of you is increased@@ and $pronoun is @@.gold;filled with fear@@ $pronoun won't be let out.
 		<</if>>
 	<</if>>
 <</if>>
@@ -128,7 +128,7 @@ is <<if $slaves[$i].fuckdoll == 0>>restrained in a glory hole<<else>>set out for
 	<<set $FResult += 1>>
 <</if>>
 
-$possessiveCap feelings, skills, and appearance do not matter. $pronounCap is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks $pronoun is required to service. You were paid @@color:yellowgreen;¤<<print ($beauty*$FResult)>>@@ for the use of $slaves[$i].slaveName's holes this week.
+$possessiveCap feelings, skills, and appearance do not matter. $pronounCap is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks $pronoun is required to service. You were paid @@.yellowgreen;¤<<print ($beauty*$FResult)>>@@ for the use of $slaves[$i].slaveName's holes this week.
 
 /* FACILITY DECORATION IMPACTS */
 
@@ -215,6 +215,6 @@ $possessiveCap feelings, skills, and appearance do not matter. $pronounCap is co
 <<set $cash += ($beauty*$FResult)>>
 
 <<if $slaves[$i].cervixImplant == 1 && _cervixPump > 0>>
-	$pronounCap notices $possessive @@color:orange;belly swell@@ after vaginal sex throughout the week.
+	$pronounCap notices $possessive @@.orange;belly swell@@ after vaginal sex throughout the week.
 	<<set $slaves[$i].bellyImplant += _cervixPump*20>>
 <</if>>
diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw
index 75dba0cfa554984c5a82fe6a6dc3c309ecc08130..404c4d6442305c609e3eb03952ab7458a434e80e 100644
--- a/src/uncategorized/schoolroomReport.tw
+++ b/src/uncategorized/schoolroomReport.tw
@@ -59,9 +59,9 @@
 	<<set $Schoolteacher = $slaves[_FLs], $i = _FLs>>
 	&nbsp;&nbsp;&nbsp;&nbsp;$Schoolteacher.slaveName is serving as your schoolteacher.<<if $Schoolteacher.relationship == -3>> As your wife, she tries her best to teach her pupils how to please you.<</if>>
 	<<if (_FLsFetish == 1)>>
-		She's allowed and even expected to use her students for her own sexual gratification, and in their own way her students are complicit, offering sexual favors for an easier time in the classroom. Before long, she's running a hungry eye over the tits and asses of new trainees; she now @@color:lightcoral;more dominant.@@
+		She's allowed and even expected to use her students for her own sexual gratification, and in their own way her students are complicit, offering sexual favors for an easier time in the classroom. Before long, she's running a hungry eye over the tits and asses of new trainees; she now @@.lightcoral;more dominant.@@
 	<<elseif (_FLsFetish == 2)>>
-		Every new student in class is a new target for her personal educational attention. @@color:lightsalmon;She becomes more dominant.@@
+		Every new student in class is a new target for her personal educational attention. @@.lightsalmon;She becomes more dominant.@@
 	<</if>>
 	<<if $schoolteacherCareers.includes($Schoolteacher.career)>>
 		She has experience with students and learning from her life before she was a slave, making her more effective.
@@ -134,7 +134,7 @@
 	<<if ($schoolroomSlaves < $schoolroom)>>
 		<<set _seed = random(1,10)+(($schoolroom-$schoolroomSlaves)*(random(150,170)+(_idleBonus*10)))>>
 		<<set $cash += _seed>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough students to occupy all her time, $schoolroomName takes in citizens' slaves on a contract basis and she teaches them too, earning @@color:yellowgreen;¤_seed.@@<br>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough students to occupy all her time, $schoolroomName takes in citizens' slaves on a contract basis and she teaches them too, earning @@.yellowgreen;¤_seed.@@<br>
 	<</if>>
 	<<if ($schoolroomSlaves > 0)>><br><</if>>
 <</if>>
@@ -153,7 +153,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[_FLs].slaveName@@__'' is serving as your schoolteacher.
+		''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as your schoolteacher.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -231,7 +231,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is studying in $schoolroomName.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is studying in $schoolroomName.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA take classes">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[_i].choosesOwnClothes == 1>>
@@ -275,10 +275,10 @@
 		<<else>>
 			_restedSlaves slaves have
 		<</if>>
-		@@color:green;learned@@ all they can, and will be released from the schoolroom before the end of the week.
+		@@.green;learned@@ all they can, and will be released from the schoolroom before the end of the week.
 	<</if>>
 	<<if $schoolroomDecoration != "standard">>
-		$schoolroomNameCaps's $schoolroomDecoration atmosphere @@color:hotpink;has a minor impact on the students.@@
+		$schoolroomNameCaps's $schoolroomDecoration atmosphere @@.hotpink;has a minor impact on the students.@@
 	<</if>>
 <</if>>
 <<if $schoolroomSlaves || $Schoolteacher>>
diff --git a/src/uncategorized/schoolteacherSelect.tw b/src/uncategorized/schoolteacherSelect.tw
index 1423b34380d5294473179bfaf30ae05d717422c6..a9384bf1dd1c434762b2b4d38460ed46dd705184 100644
--- a/src/uncategorized/schoolteacherSelect.tw
+++ b/src/uncategorized/schoolteacherSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Schoolroom", $showEncyclopedia = 1, $encyclopedia = "Schoolteacher">>
 
 <<if ($Schoolteacher != 0)>>
-	''__@@color:pink;$Schoolteacher.slaveName@@__'' is serving as your Schoolteacher.<br><br>She will help teach your slaves.
+	''__@@.pink;$Schoolteacher.slaveName@@__'' is serving as your Schoolteacher.<br><br>She will help teach your slaves.
 <<else>>
 	You have not selected a Schoolteacher.
 <</if>>
diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw
index 8c2e87c56ac97829478da77ab2dead3ad82a3bb8..0431e4f21725cd1f8ad7ab556b92aae3f60b6fa9 100644
--- a/src/uncategorized/seBirth.tw
+++ b/src/uncategorized/seBirth.tw
@@ -243,7 +243,7 @@
 
 <br>
 <br>
-As a human cow, she @@color:orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled womb barely lost any size. Her body gave life <</if>>
+As a human cow, she @@.orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled womb barely lost any size. Her body gave life <</if>>
 <<if $slaves[$i].pregType == 50>>
   to nearly a dozen calves throughout the week.
 <<elseif $slaves[$i].pregType <= 1>>
@@ -278,14 +278,14 @@ As a human cow, she @@color:orange;gave birth@@<<if $slaves[$i].pregType >= 50>>
 
 <br><br>
 <<if $slaves[$i].mpreg == 1>>
-Childbirth has @@color:lime;stretched out her anus.@@
+Childbirth has @@.lime;stretched out her anus.@@
 <<if ($dairyPregSetting > 1) && ($slaves[$i].anus < 4)>>
 	<<set $slaves[$i].anus += 1>>
 <<elseif ($slaves[$i].anus < 3)>>
 	<<set $slaves[$i].anus += 1>>
 <</if>>
 <<else>>
-Childbirth has @@color:lime;stretched out her vagina.@@
+Childbirth has @@.lime;stretched out her vagina.@@
 <<if ($dairyPregSetting > 1) && ($slaves[$i].vagina < 4)>>
 	<<set $slaves[$i].vagina += 1>>
 <<elseif ($slaves[$i].vagina < 3)>>
@@ -294,7 +294,7 @@ Childbirth has @@color:lime;stretched out her vagina.@@
 <</if>>
 
 <<if ($slaves[$i].devotion) < 20 && $slaves[$i].fetish != "mindbroken">>
-	She @@color:mediumorchid;despises@@ you for using her as a breeder.
+	She @@.mediumorchid;despises@@ you for using her as a breeder.
 	<<set $slaves[$i].devotion -= 10>>
 <</if>>
 
@@ -319,7 +319,7 @@ Childbirth has @@color:lime;stretched out her vagina.@@
 
 <br>
 <br>
-$pronounCap was given @@color:orange;a cesarean section@@ due to health concerns. From $possessive womb,
+$pronounCap was given @@.orange;a cesarean section@@ due to health concerns. From $possessive womb,
 <<if $slaves[$i].pregType <= 1>>
   a single baby,
 <<elseif $slaves[$i].pregType >= 20>>
@@ -354,12 +354,12 @@ entered the world.
 <<if $arcologies[0].FSRestart != "unset">>
 <<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 <br><br>
-	The Societal Elite @@color:green;are pleased@@ at the new additions to their class.
+	The Societal Elite @@.green;are pleased@@ at the new additions to their class.
 	<<set $failedElite -= 2*$slaves[$i].pregType>>
 <<else>>
 <br>
 <br>
-	The Societal Elite @@color:red;are disappointed@@ that you would allow subhuman filth to dirty society under your watch. Society @@color:red;frowns@@ on the unwelcome addition of more subhumans into the world.
+	The Societal Elite @@.red;are disappointed@@ that you would allow subhuman filth to dirty society under your watch. Society @@.red;frowns@@ on the unwelcome addition of more subhumans into the world.
 	<<set $failedElite += 5*$slaves[$i].pregType>>
 	<<set $rep -= 10*$slaves[$i].pregType>>
 <</if>>
@@ -367,27 +367,27 @@ entered the world.
 
 <br>
 <br>
-Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@color:lime;it retained its tightness.@@
+Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@
 
 <<if $slaves[$i].fetish != "mindbroken">>
 <<if $slaves[$i].fuckdoll == 0>>
 <br>
 <<if ($slaves[$i].devotion) < 20 && (($week-$slaves[$i].weekAcquired) >= $slaves[$i].weekAcquired) && ($slaves[$i].pregSource == -1)>>
 <br>
-	She @@color:mediumorchid;despises@@ you for using her body to bear your children.
+	She @@.mediumorchid;despises@@ you for using her body to bear your children.
 	<<set $slaves[$i].devotion -= 10>>
 <<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>>
 <br>
-	She's @@color:hotpink;so proud@@ to have successfully carried children for you.
+	She's @@.hotpink;so proud@@ to have successfully carried children for you.
 	<<set $slaves[$i].devotion += 3>>
 <</if>>
 <<if $slaves[$i].trust <= 20 && (($week-$slaves[$i].weekAcquired) <= $slaves[$i].weekAcquired)>>
 <br>
-	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@color:gold;worry@@ for their future.
+	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@.gold;worry@@ for their future.
 	<<set $slaves[$i].trust -= 5>>
 <<elseif $slaves[$i].trust <= 20>>
 <br>
-	She @@color:gold;fears@@ for the future of her children.
+	She @@.gold;fears@@ for the future of her children.
 	<<set $slaves[$i].trust -= 10>>
 <</if>>
 <</if>>
@@ -400,17 +400,17 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar
 	<<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 		As soon as $possessive child<<if $slaves[$i].pregType > 1>>ren<</if>> were born, the Societal Elite collected them to be raised into upstanding members of the new society.
 	<<elseif ($slaves[$i].relationship == -3)>>
-		As your wife, you make sure $possessive children are cared for.  $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As your wife, you make sure $possessive children are cared for.  $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your Concubine")>>
-		As a member of your harem, $possessive children are guaranteed to be treated well despite the laws you've passed.  $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As a member of your harem, $possessive children are guaranteed to be treated well despite the laws you've passed.  $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<else>>
 		<<if $slaves[$i].pregType == 50>>
-	  	  $possessiveCap babies sold for a total of @@color:yellowgreen;¤<<print 12*(50+$seed)>>@@.
+	  	  $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print 12*(50+$seed)>>@@.
 		  <<set $cash += 12*(50+$seed)>>
 		<<else>>
-		  $possessiveCap babies sold for a total of @@color:yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
+		  $possessiveCap babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
 		  <<set $cash += $slaves[$i].pregType*(50+$seed)>>
 		<</if>>
 	<</if>>
@@ -443,12 +443,12 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar
 <br>
 	Giving birth in such a manner was completely humiliating,
 	<<if $slaves[$i].fetish == "humiliation">>
-		and a complete turn on to $object. $possessiveCap humiliation fetish @@color:lightcoral;strengthens@@ as $pronoun eagerly fantasizes about giving birth in public again.
+		and a complete turn on to $object. $possessiveCap humiliation fetish @@.lightcoral;strengthens@@ as $pronoun eagerly fantasizes about giving birth in public again.
 		<<set $slaves[$i].fetishStrength += 4>>
 	<<elseif $slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 60>>
-		and a curious experience to $object. <<if random(1,5) == 1>>@@color:lightcoral;$possessiveCap has developed a humiliation fetish.@@<<set $slaves[$i].fetish = "humiliation">><<else>>$pronounCap hopes to never repeat it.<</if>>
+		and a curious experience to $object. <<if random(1,5) == 1>>@@.lightcoral;$possessiveCap has developed a humiliation fetish.@@<<set $slaves[$i].fetish = "humiliation">><<else>>$pronounCap hopes to never repeat it.<</if>>
 	<<elseif $slaves[$i].devotion <= 20>>
-		and completely devastating to $possessive image of herself. The experience @@color:hotpink;habituates $object@@ to cruelties of slavery.
+		and completely devastating to $possessive image of herself. The experience @@.hotpink;habituates $object@@ to cruelties of slavery.
 		<<set $slaves[$i].devotion += 5>>
 	<<else>>
 		and $pronoun hopes to never undergo it again.
@@ -457,7 +457,7 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar
 
 <br>
 <br>
-She @@color:orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled womb barely lost any size. Her body gave life <</if>>
+She @@.orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled womb barely lost any size. Her body gave life <</if>>
 <<if $slaves[$i].pregType == 50>>
   to nearly a dozen babies throughout the week,
 <<elseif $slaves[$i].pregType <= 1>>
@@ -496,12 +496,12 @@ $daddy's virile cock and balls.
 <<if $arcologies[0].FSRestart != "unset">>
 <<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 <br><br>
-	The Societal Elite @@color:green;are pleased@@ at the new additions to their class.
+	The Societal Elite @@.green;are pleased@@ at the new additions to their class.
 	<<set $failedElite -= 2*$slaves[$i].pregType>>
 <<else>>
 <br>
 <br>
-	The Societal Elite @@color:red;are disappointed@@ that you would allow subhuman filth to be born under your watch. Society @@color:red;frowns@@ on the birth of more subhumans into the world.
+	The Societal Elite @@.red;are disappointed@@ that you would allow subhuman filth to be born under your watch. Society @@.red;frowns@@ on the birth of more subhumans into the world.
 	<<set $failedElite += 5*$slaves[$i].pregType>>
 	<<set $failedElite -= 10*$slaves[$i].pregType>>
 <</if>>
@@ -512,12 +512,12 @@ $daddy's virile cock and balls.
 <br>
 <br>
 <<if ($slaves[$i].fetish == "masochist")>>
-	Since she was a virgin, giving birth was a @@color:red;terribly painful@@ experience.<<if $slaves[$i].fetishKnown == 0>>She seems to have orgasmed several times during the experience, she appears to @@color:lightcoral;really like pain@@.<<else>> However, due to her masochistic streak, she @@color:hotpink;greatly enjoyed@@ said experience<</if>>.
+	Since she was a virgin, giving birth was a @@.red;terribly painful@@ experience.<<if $slaves[$i].fetishKnown == 0>>She seems to have orgasmed several times during the experience, she appears to @@.lightcoral;really like pain@@.<<else>> However, due to her masochistic streak, she @@.hotpink;greatly enjoyed@@ said experience<</if>>.
 	<<set $slaves[$i].health -= 10>>
 	<<set $slaves[$i].devotion += 2>>
 	<<set $slaves[$i].fetishKnown == 1>>
 <<else>>
-	Since she was a virgin, giving birth was a @@color:red;terribly painful@@ experience. She @@color:mediumorchid;despises@@ you for taking her virginity in such a @@color:gold;horrifying@@ way.
+	Since she was a virgin, giving birth was a @@.red;terribly painful@@ experience. She @@.mediumorchid;despises@@ you for taking her virginity in such a @@.gold;horrifying@@ way.
 	<<set $slaves[$i].health -= 40>>
 	<<set $slaves[$i].devotion -= 25.0>>
 	<<set $slaves[$i].trust -= 25.0>>
@@ -528,88 +528,88 @@ $daddy's virile cock and balls.
 <br>
 <<if $slaves[$i].birthsTotal == 0>>
 <br>
-	$possessiveCap inexperience @@color:red;complicated $possessive first birth@@.
+	$possessiveCap inexperience @@.red;complicated $possessive first birth@@.
 <</if>>
 <<if $slaves[$i].mpreg == 1>>
 <<if $slaves[$i].anus < 2>>
 <br>
-	$possessiveCap tight ass @@color:red;hindered $possessive baby's birth@@.
+	$possessiveCap tight ass @@.red;hindered $possessive baby's birth@@.
 <</if>>
 <<else>>
 <<if $slaves[$i].vagina < 2>>
 <br>
-	$possessiveCap tight vagina @@color:red;hindered $possessive baby's birth@@.
+	$possessiveCap tight vagina @@.red;hindered $possessive baby's birth@@.
 <</if>>
 <<if $slaves[$i].vaginaLube == 0>>
 <br>
-	$possessiveCap dry vagina made pushing $possessive child out @@color:red;painful@@.
+	$possessiveCap dry vagina made pushing $possessive child out @@.red;painful@@.
 <</if>>
 <</if>>
 <<if $slaves[$i].hips < 0>>
 <br>
-	$possessiveCap narrow hips made birth @@color:red;troublesome@@.
+	$possessiveCap narrow hips made birth @@.red;troublesome@@.
 <</if>>
 <<if $slaves[$i].weight < -95>>
 <br>
-	$possessiveCap very thin body @@color:red;was nearly incapable of birthing $possessive child@@.
+	$possessiveCap very thin body @@.red;was nearly incapable of birthing $possessive child@@.
 <<elseif $slaves[$i].weight <= -30>>
 <br>
-	$possessiveCap thin body was @@color:red;ill-suited $possessive childbirth@@.
+	$possessiveCap thin body was @@.red;ill-suited $possessive childbirth@@.
 <</if>>
 <<if $slaves[$i].health < -20>>
 <br>
-	$possessiveCap poor health made laboring @@color:red;exhausting@@.
+	$possessiveCap poor health made laboring @@.red;exhausting@@.
 <</if>>
 <<if $slaves[$i].physicalAge < 6>>
 <br>
-	$possessiveCap very young body was @@color:red;not designed to be able pass a baby@@.
+	$possessiveCap very young body was @@.red;not designed to be able pass a baby@@.
 <<elseif $slaves[$i].physicalAge < 9>>
 <br>
-	$possessiveCap young body had @@color:red;a lot of trouble@@ birthing $possessive baby.
+	$possessiveCap young body had @@.red;a lot of trouble@@ birthing $possessive baby.
 <<elseif $slaves[$i].physicalAge < 13>>
 <br>
-	$possessiveCap young body had @@color:red;trouble birthing@@ $possessive baby.
+	$possessiveCap young body had @@.red;trouble birthing@@ $possessive baby.
 <</if>>
 <<if $slaves[$i].tired > 0>>
 <br>
-	$pronounCap was so tired, $pronoun @@color:red;lacked the energy to effectively push@@.
+	$pronounCap was so tired, $pronoun @@.red;lacked the energy to effectively push@@.
 <</if>>
 <<if $slaves[$i].preg > 40>>
 <br>
-	$possessiveCap's child had extra time to grow @@color:red;greatly complicating childbirth@@.
+	$possessiveCap's child had extra time to grow @@.red;greatly complicating childbirth@@.
 <</if>>
 <<if (($slaves[$i].vagina >= 2 or $slaves[$i].vaginaLube > 0) && $slaves[$i].mpreg == 1) or $slaves[$i].births > 0 or $slaves[$i].hips > 0 or $nurseCareers.includes($slaves[$i].career) or $slaves[$i].intelligenceImplant > 0>>
 <br>However:
 <<if $slaves[$i].mpreg == 1>>
 <<if $slaves[$i].anus >= 2>>
 <br>
-	$possessiveCap @@color:green;loose ass@@ made birthing $possessive child easier.
+	$possessiveCap @@.green;loose ass@@ made birthing $possessive child easier.
 <</if>>
 <<else>>
 <<if $slaves[$i].vagina >= 2>>
 <br>
-	$possessiveCap @@color:green;loose vagina@@ made birthing $possessive child easier.
+	$possessiveCap @@.green;loose vagina@@ made birthing $possessive child easier.
 <</if>>
 <<if $slaves[$i].vaginaLube > 0>>
 <br>
-	$possessiveCap @@color:green;moist vagina@@ hastened $possessive child's birth.
+	$possessiveCap @@.green;moist vagina@@ hastened $possessive child's birth.
 <</if>>
 <</if>>
 <<if $slaves[$i].birthsTotal > 0>>
 <br>
-	$pronounCap has @@color:green;given birth before@@, so $pronoun knows just what to do.
+	$pronounCap has @@.green;given birth before@@, so $pronoun knows just what to do.
 <</if>>
 <<if $slaves[$i].hips > 0>>
 <br>
-	$possessiveCap @@color:green;wide hips@@ greatly aided childbirth.
+	$possessiveCap @@.green;wide hips@@ greatly aided childbirth.
 <</if>>
 <<if $nurseCareers.includes($slaves[$i].career)>>
 <br>
-	Thanks to $possessive @@color:green;previous career@@, childbirth went smoothly.
+	Thanks to $possessive @@.green;previous career@@, childbirth went smoothly.
 <</if>>
 <<if $slaves[$i].intelligenceImplant > 0>>
 <br>
-	$pronounCap was @@color:green;taught how to handle birth@@ in class.
+	$pronounCap was @@.green;taught how to handle birth@@ in class.
 <</if>>
 <</if>>
 
@@ -618,15 +618,15 @@ $daddy's virile cock and balls.
 <<if $slaves[$i].assignment != "work in the dairy" && $slaves[$i].pregType < 50 && $csec == 0>>
 All in all,
 <<if $birthDamage > 15>>
-	childbirth was @@color:red;horrifically difficult for $object and nearly claimed $possessive life@@.
+	childbirth was @@.red;horrifically difficult for $object and nearly claimed $possessive life@@.
 <<elseif $birthDamage > 10>>
-	childbirth was extremely difficult for $object and @@color:red;greatly damaged $possessive health@@.
+	childbirth was extremely difficult for $object and @@.red;greatly damaged $possessive health@@.
 <<elseif $birthDamage > 5>>
-	childbirth was difficult for $object and @@color:red;damaged $possessive health@@.
+	childbirth was difficult for $object and @@.red;damaged $possessive health@@.
 <<elseif $birthDamage > 0>>
-	childbirth was painful for $object, though not abnormally so, and @@color:red;damaged $possessive health@@.
+	childbirth was painful for $object, though not abnormally so, and @@.red;damaged $possessive health@@.
 <<else>>
-	childbirth was @@color:green;no problem@@ for $object.
+	childbirth was @@.green;no problem@@ for $object.
 <</if>>
 <<if $birthDamage > 0>>
 <<set $slaves[$i].health -= Math.round(($birthDamage/2)*10)>>
@@ -637,13 +637,13 @@ All in all,
 <br>
 <<if $slaves[$i].mpreg == 1>>
 <<if ($slaves[$i].anus < 0)>> /* you somehow got a pregnant slave with no vagina catch */
-Childbirth has @@color:lime;has torn $object a gaping anus.@@
+Childbirth has @@.lime;has torn $object a gaping anus.@@
 <<elseif ($slaves[$i].anus == 0)>> /* please stop selling me pregnant virgins, neighbor gender fundamentalist arcology */
-Childbirth has @@color:lime;ruined $possessive virgin ass.@@
+Childbirth has @@.lime;ruined $possessive virgin ass.@@
 <<elseif ($slaves[$i].anus == 1)>>
-Childbirth has @@color:lime;greatly stretched out $possessive ass.@@
+Childbirth has @@.lime;greatly stretched out $possessive ass.@@
 <<elseif ($slaves[$i].anus == 2)>>
-Childbirth has @@color:lime;stretched out $possessive ass.@@
+Childbirth has @@.lime;stretched out $possessive ass.@@
 <<elseif ($slaves[$i].anus == 3)>>
 $possessiveCaps ass was loose enough to not be stretched by childbirth.
 <<elseif ($slaves[$i].anus < 10)>>
@@ -651,17 +651,17 @@ Childbirth stood no chance of stretching $possessive gaping ass.
 <<elseif ($slaves[$i].anus == 10)>>
 Her child could barely stretch $possessive cavernous ass.
 <<else>>
-Childbirth has @@color:lime;stretched out $possessive ass.@@
+Childbirth has @@.lime;stretched out $possessive ass.@@
 <</if>>
 <<else>>
 <<if ($slaves[$i].vagina < 0)>> /* you somehow got a pregnant slave with no vagina catch */
-Childbirth has @@color:lime;has torn $object a gaping vagina.@@
+Childbirth has @@.lime;has torn $object a gaping vagina.@@
 <<elseif ($slaves[$i].vagina == 0)>> /* please stop selling me pregnant virgins, neighbor gender fundamentalist arcology */
-Childbirth has @@color:lime;ruined $possessive virgin vagina.@@
+Childbirth has @@.lime;ruined $possessive virgin vagina.@@
 <<elseif ($slaves[$i].vagina == 1)>>
-Childbirth has @@color:lime;greatly stretched out $possessive vagina.@@
+Childbirth has @@.lime;greatly stretched out $possessive vagina.@@
 <<elseif ($slaves[$i].vagina == 2)>>
-Childbirth has @@color:lime;stretched out $possessive vagina.@@
+Childbirth has @@.lime;stretched out $possessive vagina.@@
 <<elseif ($slaves[$i].vagina == 3)>>
 $possessiveCap vagina was loose enough to not be stretched by childbirth.
 <<elseif ($slaves[$i].vagina < 6)>>
@@ -669,7 +669,7 @@ Childbirth stood no chance of stretching $possessive gaping vagina.
 <<elseif ($slaves[$i].vagina == 10)>>
 Her child could barely stretch $possessive cavernous vagina.
 <<else>>
-Childbirth has @@color:lime;stretched out $possessive vagina.@@
+Childbirth has @@.lime;stretched out $possessive vagina.@@
 <</if>>
 <</if>>
 
@@ -678,20 +678,20 @@ Childbirth has @@color:lime;stretched out $possessive vagina.@@
 <br>
 <<if ($slaves[$i].devotion) < 20 && (($week-$slaves[$i].weekAcquired) >= $slaves[$i].weekAcquired) && ($slaves[$i].pregSource == -1)>>
 <br>
-	She @@color:mediumorchid;despises@@ you for using her body to bear your children.
+	She @@.mediumorchid;despises@@ you for using her body to bear your children.
 	<<set $slaves[$i].devotion -= 10>>
 <<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>>
 <br>
-	She's @@color:hotpink;so proud@@ to have successfully carried children for you.
+	She's @@.hotpink;so proud@@ to have successfully carried children for you.
 	<<set $slaves[$i].devotion += 3>>
 <</if>>
 <<if $slaves[$i].trust <= 20 && (($week-$slaves[$i].weekAcquired) <= $slaves[$i].weekAcquired)>>
 <br>
-	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@color:gold;worry@@ for their future.
+	Even though she knew her child<<if $slaves[$i].pregType > 1>>ren<</if>> would be sent to an orphanage when she became your slave, she can't help but @@.gold;worry@@ for their future.
 	<<set $slaves[$i].trust -= 5>>
 <<elseif $slaves[$i].trust <= 20>>
 <br>
-	She @@color:gold;fears@@ for the future of her children.
+	She @@.gold;fears@@ for the future of her children.
 	<<set $slaves[$i].trust -= 10>>
 <</if>>
 <</if>>
@@ -705,17 +705,17 @@ Childbirth has @@color:lime;stretched out $possessive vagina.@@
 	<<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
 		As soon as her child<<if $slaves[$i].pregType > 1>>ren<</if>> were born, the Societal Elite collected them to be raised into upstanding members of the new society.
 	<<elseif ($slaves[$i].relationship is -3)>>
-		As your wife, you make sure her children are cared for. $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As your wife, you make sure her children are cared for. $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your Concubine")>>
-		As a member of your harem, her children are guaranteed to be treated well despite the laws you've passed.  $slaves[$i].slaveName is @@color:mediumaquamarine;touched@@ by this act of kindness.
+		As a member of your harem, her children are guaranteed to be treated well despite the laws you've passed.  $slaves[$i].slaveName is @@.mediumaquamarine;touched@@ by this act of kindness.
 	<<set $slaves[$i].trust += 3>>
 	<<else>>
 		<<if $slaves[$i].pregType == 50>>
-	  	  Her babies sold for a total of @@color:yellowgreen;¤<<print 12*(50+$seed)>>@@.
+	  	  Her babies sold for a total of @@.yellowgreen;¤<<print 12*(50+$seed)>>@@.
 		  <<set $cash += 12*(50+$seed)>>
 		<<else>>
-		  Her babies sold for a total of @@color:yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
+		  Her babies sold for a total of @@.yellowgreen;¤<<print $slaves[$i].pregType*(50+$seed)>>@@.
 		  <<set $cash += $slaves[$i].pregType*(50+$seed)>>
 		<</if>>
 	<</if>>
@@ -765,7 +765,7 @@ Childbirth has @@color:lime;stretched out $possessive vagina.@@
 <<else>>
 
 <<if $slaves[$i].breedingMark == 1 && $slaves[$i].pregSource == -1>>
-	The Societal Elite @@color:red;are furious@@ you would allow an elite child to perish under your watch.
+	The Societal Elite @@.red;are furious@@ you would allow an elite child to perish under your watch.
 	<<set $failedElite += 100>>
 <</if>>
 <<set $activeSlave = $slaves[$i]>>
@@ -777,7 +777,7 @@ Childbirth has @@color:lime;stretched out $possessive vagina.@@
 
 <<if $slaves[$i].health <= -100>>
 	<br><br>
-	While attempting to recover, $slaves[$i].slaveName @@color:red;passes away@@ from complications. $possessiveCap body was fatally damaged during childbirth, but $possessive offspring is healthy, so $possessive legacy will carry on.
+	While attempting to recover, $slaves[$i].slaveName @@.red;passes away@@ from complications. $possessiveCap body was fatally damaged during childbirth, but $possessive offspring is healthy, so $possessive legacy will carry on.
 	<<set $activeSlave = $slaves[$i]>>
 	<<include "Remove activeSlave">>
 	<<set $slaveDead = 1>>
diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index c03cad3c4adecc61a1c11d8bbdbdfccb50a115e8..6b42a26d8375806567a4a28d06d09b7b840705a3 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -60,7 +60,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.oralSkill = 0>>
 	<<set $activeSlave.analSkill = 0>>
 	<<set $activeSlave.whoreSkill = 0>>
-	is an appealingly young $activeSlave.race girl, and has V symbols drawn over her cunt and on her lower back, in the interests of fairness. She's a @@color:pink;double virgin.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
+	is an appealingly young $activeSlave.race girl, and has V symbols drawn over her cunt and on her lower back, in the interests of fairness. She's a @@.pink;double virgin.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
 <<elseif $origin == "heavily pregnant">>
 	<<set $activeSlaveOneTimeMinAge = $fertilityAge>>
 	<<set $activeSlaveOneTimeMaxAge = 20>>
@@ -77,7 +77,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.analSkill = 0>>
 	<<set $activeSlave.whoreSkill = 0>>
 	<<set $activeSlave.career = $youngCareers.random()>>
-	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race girl, young and healthy but @@color:pink;heavily pregnant.@@ She's probably been selected to be a hare as a joke, or because someone hates her. <<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is attached to her popped navel.<</if>>
+	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race girl, young and healthy but @@.pink;heavily pregnant.@@ She's probably been selected to be a hare as a joke, or because someone hates her. <<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is attached to her popped navel.<</if>>
 <<elseif $origin == "housewife">>
 	<<set $activeSlaveOneTimeMinAge = 35>>
 	<<set $activeSlaveOneTimeMaxAge = 39>>
@@ -99,7 +99,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.analSkill = 15>>
 	<<set $activeSlave.whoreSkill = 35>>
 	<<set $activeSlave.career = either("a housewife", "a trophy wife")>>
-	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race woman, no longer young, but attractive enough in a fake sort of way. She has obviously been crying, and has probably been recently enslaved from a comfortable life, like that of a @@color:pink;housewife or a trophy wife.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
+	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race woman, no longer young, but attractive enough in a fake sort of way. She has obviously been crying, and has probably been recently enslaved from a comfortable life, like that of a @@.pink;housewife or a trophy wife.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
 <<elseif $origin == "disobedient young">>
 	<<set $activeSlaveOneTimeMaxAge = 25>>
 	<<include "Generate XX Slave">>
@@ -118,7 +118,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.energy = 10>>
 	<<set $activeSlave.fetish = "none">>
 	<<set $activeSlave.muscles = either(20, 50)>>
-	is a fit young $activeSlave.race girl, and is far more watchful and alert than her fellow hares. She may be a @@color:pink;disobedient slave@@ here because she was difficult to train.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
+	is a fit young $activeSlave.race girl, and is far more watchful and alert than her fellow hares. She may be a @@.pink;disobedient slave@@ here because she was difficult to train.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
 <<elseif $origin == "disobedient young dickgirl">>
 	<<set $activeSlaveOneTimeMaxAge = 25>>
 	<<include "Generate XY Slave">>
@@ -136,7 +136,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.attrXX = 70>>
 	<<set $activeSlave.fetish = "none">>
 	<<set $activeSlave.muscles = either(20, 50)>>
-	is a strong young $activeSlave.race girl with who retains her cock and balls, and looks determined. Perhaps she's a @@color:pink;resistant dickgirl@@ who's been difficult to turn into a good girl.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her cock.<</if>>
+	is a strong young $activeSlave.race girl with who retains her cock and balls, and looks determined. Perhaps she's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good girl.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her cock.<</if>>
 <<elseif $origin ==s "huge balled">>
 	<<set $activeSlaveOneTimeMaxAge = 25>>
 	<<include "Generate XY Slave">>
@@ -148,7 +148,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.oralSkill = 0>>
 	<<set $activeSlave.analSkill = 0>>
 	<<set $activeSlave.whoreSkill = 0>>
-	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race slave whose distinguishing characteristic is a dangling scrotum and a pair of @@color:pink;huge balls.@@ This impediment bumps against her thighs as she's made ready.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her hefty testicles.<</if>>
+	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race slave whose distinguishing characteristic is a dangling scrotum and a pair of @@.pink;huge balls.@@ This impediment bumps against her thighs as she's made ready.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her hefty testicles.<</if>>
 <<elseif $origin == "feminized">>
 	<<set $activeSlaveOneTimeMaxAge = 25>>
 	<<include "Generate XY Slave">>
@@ -168,7 +168,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
 	<<set $activeSlave.whoreSkill = 15>>
 	<<set $activeSlave.attrXY = 100>>
 	<<set $activeSlave.attrXX = 0>>
-	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race bitch with a tiny dick who has been @@color:pink;heavily feminized,@@ yet seems terrified and very new to slavery. Her fake tits and girly behavior must be from her life before she was a slave.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
+	is <<if $activeSlave.race == "asian">>an<<else>>a<</if>> $activeSlave.race bitch with a tiny dick who has been @@.pink;heavily feminized,@@ yet seems terrified and very new to slavery. Her fake tits and girly behavior must be from her life before she was a slave.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around her neck.<</if>>
 <</if>>
 
 <<set $activeSlave.origin = "Your lurcher " + $Lurcher.slaveName + " caught her coursing; she was a " + $origin + " hare.">>
@@ -247,7 +247,7 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har
 <<if ($Lurcher.dick > 0)>>
 	<<if ($Lurcher.balls > 0) && ($Lurcher.dickAccessory != "chastity") && ($Lurcher.hormones <= 0) && ($Lurcher.dick > 1) && ($Lurcher.energy > 60) && ($Lurcher.devotion > 20)>>
 	<<if ($Lurcher.dick > 4)>>
-		She's sporting an enormous half-erection, which has already been heavily lubricated to prevent permanent damage to the hares' holes. As you bring her up to the mark, she grabs its base and begins to slap it against her thigh, hard. The hares look around to see what the wet smacking noise is, and are understandably frightened; one of them begins to beg openly. Your fellow competitors @@color:green;think this is hilarious.@@
+		She's sporting an enormous half-erection, which has already been heavily lubricated to prevent permanent damage to the hares' holes. As you bring her up to the mark, she grabs its base and begins to slap it against her thigh, hard. The hares look around to see what the wet smacking noise is, and are understandably frightened; one of them begins to beg openly. Your fellow competitors @@.green;think this is hilarious.@@
 		<<set $rep += 50>>
 		<<set $phallus = "huge dick">>
 	<<else>>
@@ -255,24 +255,24 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har
 		<<set $phallus = "dick">>
 	<</if>>
 	<<elseif !canAchieveErection($Lurcher)>>
-	There's no way she's going to be able to achieve an erection, so she's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@color:red;consider it poor form.@@
+	There's no way she's going to be able to achieve an erection, so she's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@
 	<<set $rep -= 50>>
 	<<set $phallus = "dildo">>
 	<<elseif ($Lurcher.energy <= 60) || ($Lurcher.devotion <= 20)>>
-	She looks nervous, and obviously doesn't find the situation arousing. She knows she's to catch a slave and rape her, but may not be able to get hard enough to to do the deed properly. Your fellow competitors and the crowd gathering to spectate @@color:red;are unimpressed@@ by her lack of spirit.
+	She looks nervous, and obviously doesn't find the situation arousing. She knows she's to catch a slave and rape her, but may not be able to get hard enough to to do the deed properly. Your fellow competitors and the crowd gathering to spectate @@.red;are unimpressed@@ by her lack of spirit.
 	<<set $rep -= 50>>
 	<<set $phallus = "fingers">>
 	<<elseif ($Lurcher.energy <= 60) || ($Lurcher.devotion <= 20)>>
-	Her dick is not a fit instrument for sexual assault, so she's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@color:red;consider it poor form.@@
+	Her dick is not a fit instrument for sexual assault, so she's holding a lubricated dildo in one hand. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@
 	<<set $rep -= 50>>
 	<<set $phallus = "dildo">>
 	<</if>>
 <<elseif ($Lurcher.clit > 1) && ($Lurcher.energy > 60) && ($Lurcher.devotion > 20)>>
-	She's gently masturbating as you bring her up to the mark, her enormous clit becoming engorged and stiff. Your fellow competitors and the gathering crowd of spectators @@color:green;are fascinated,@@ realizing that she intends to attempt rape with it.
+	She's gently masturbating as you bring her up to the mark, her enormous clit becoming engorged and stiff. Your fellow competitors and the gathering crowd of spectators @@.green;are fascinated,@@ realizing that she intends to attempt rape with it.
 	<<set $rep += 50>>
 	<<set $phallus = "clit">>
 <<elseif $seeDicks != 0>>
-	She's holding a lubricated dildo in one hand, since she's missing a natural phallus of her own. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@color:red;consider it poor form.@@
+	She's holding a lubricated dildo in one hand, since she's missing a natural phallus of her own. This is technically permitted under the rules, but your fellow competitors and the crowd gathering to spectate @@.red;consider it poor form.@@
 	<<set $rep -= 50>>
 	<<set $phallus = "dildo">>
 <<else>>
@@ -584,7 +584,7 @@ You place your hand on the leash's quick release and whisper your direction into
 	<<if $Lurcher.fetishKnown == 1>>
 	<<if $Lurcher.fetishStrength > 60>>
 	<<if ($Lurcher.fetish == "sadist")>>
-	@@color:hotpink;What is finest in life,@@ in the mind of your sadistic lurcher?
+	@@.hotpink;What is finest in life,@@ in the mind of your sadistic lurcher?
 	<<if $origin == "virgin">>
 		To sodomize a virgin asshole, and to hear screams of anal pain.
 	<<elseif $origin == "heavily pregnant">>
@@ -600,7 +600,7 @@ You place your hand on the leash's quick release and whisper your direction into
 	<</if>>
 	<<set $Lurcher.devotion += 5>>
 	<<elseif $Lurcher.fetish == "pregnancy" && $origin == "heavily pregnant">>
-	You lurcher is @@color:hotpink;thrilled@@ to have had the privilege of chasing down and raping a pregnant woman.
+	You lurcher is @@.hotpink;thrilled@@ to have had the privilege of chasing down and raping a pregnant woman.
 	<<set $Lurcher.devotion += 5>>
 	<</if>>
 	<</if>>
@@ -924,7 +924,7 @@ You place your hand on the leash's quick release and whisper your direction into
 	<<if $Lurcher.fetishKnown == 1>>
 	<<if $Lurcher.fetishStrength > 60>>
 	<<if ($Lurcher.fetish == "sadist")>>
-	@@color:hotpink;What is finest in life,@@ in the mind of your sadistic lurcher?
+	@@.hotpink;What is finest in life,@@ in the mind of your sadistic lurcher?
 	<<if $origin == "virgin">>
 		To sodomize a virgin asshole, and to hear screams of anal pain.
 	<<elseif $origin == "heavily pregnant">>
@@ -940,7 +940,7 @@ You place your hand on the leash's quick release and whisper your direction into
 	<</if>>
 	<<set $Lurcher.devotion += 5>>
 	<<elseif $Lurcher.fetish == "pregnancy" && $origin == "heavily pregnant">>
-	You lurcher is @@color:hotpink;thrilled@@ to have had the privilege of chasing down and raping a pregnant woman.
+	You lurcher is @@.hotpink;thrilled@@ to have had the privilege of chasing down and raping a pregnant woman.
 	<<set $Lurcher.devotion += 5>>
 	<</if>>
 	<</if>>
@@ -1264,7 +1264,7 @@ You place your hand on the leash's quick release and whisper your direction into
 	<<if $Lurcher.fetishKnown == 1>>
 	<<if $Lurcher.fetishStrength > 60>>
 	<<if ($Lurcher.fetish == "sadist")>>
-	@@color:hotpink;What is finest in life,@@ in the mind of your sadistic lurcher?
+	@@.hotpink;What is finest in life,@@ in the mind of your sadistic lurcher?
 	<<if $origin == "virgin">>
 		To sodomize a virgin asshole, and to hear screams of anal pain.
 	<<elseif $origin == "heavily pregnant">>
@@ -1280,7 +1280,7 @@ You place your hand on the leash's quick release and whisper your direction into
 	<</if>>
 	<<set $Lurcher.devotion += 5>>
 	<<elseif $Lurcher.fetish == "pregnancy" && $origin == "heavily pregnant">>
-	You lurcher is @@color:hotpink;thrilled@@ to have had the privilege of chasing down and raping a pregnant woman.
+	You lurcher is @@.hotpink;thrilled@@ to have had the privilege of chasing down and raping a pregnant woman.
 	<<set $Lurcher.devotion += 5>>
 	<</if>>
 	<</if>>
diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw
index dd5a852c12e71793d9c9ff7190a3af1c670ca55c..71f4819fe3d16d401356abb1d3308eddfd608f75 100644
--- a/src/uncategorized/seExpiration.tw
+++ b/src/uncategorized/seExpiration.tw
@@ -24,7 +24,7 @@ $activeSlave.slaveName's indentured servitude is ending this week, meaning that
 	<</if>>
 <</for>>
 <<if $seed == 1>>
-	Those of your slaves who are unhappy with their lives under you are @@color:mediumorchid;envious or angry@@ to see her become free, according to their individual natures.
+	Those of your slaves who are unhappy with their lives under you are @@.mediumorchid;envious or angry@@ to see her become free, according to their individual natures.
 <</if>>
 
 <<set $activeSlave.indenture = 52>>
diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw
index 48e33bf0fd3a286d523338d3688ba1116f34d2bb..b7c9a79f6daed683ffb9985f4c6f587172170b47 100644
--- a/src/uncategorized/seIndependenceDay.tw
+++ b/src/uncategorized/seIndependenceDay.tw
@@ -343,7 +343,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 		You tell the touching story of the arcology's most loving cow, and offer some lessons to slaveowners from it.
 		<</if>>
 	<</if>>
-	You conclude by briefly recounting the story of the founding of the Free City, the building of the arcology, and what is publicly known of your accession to ownership, before a ringing close that reminds your citizens that they have the freedom to decide where their stories in the Free Cities go from there. Your speech is @@color:green;very well received.@@
+	You conclude by briefly recounting the story of the founding of the Free City, the building of the arcology, and what is publicly known of your accession to ownership, before a ringing close that reminds your citizens that they have the freedom to decide where their stories in the Free Cities go from there. Your speech is @@.green;very well received.@@
 	<<if $PC.career == "servant">>
 	<<set $rep += 100>>
 	<<else>>
@@ -359,7 +359,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 	<<replace "#result2">>
 	<<nobr>>
 	<<set $cash -= 10000>>
-	Once darkness falls outside the arcology, a traditional fireworks display erupts from mortars mounted on your penthouse balconies. The noise and light @@color:green;delights@@ your citizens, terrifies the arcology's stupider slaves, and serves a useful ancillary purpose in defense preparedness. The arcology's radar and laser sensors track the display, using it as an opportunity to calibrate the point defense systems on real targets. There is general agreement that this sort of thing should be a yearly tradition here, just like it was in some parts of the old world: old ideas aren't all bad.
+	Once darkness falls outside the arcology, a traditional fireworks display erupts from mortars mounted on your penthouse balconies. The noise and light @@.green;delights@@ your citizens, terrifies the arcology's stupider slaves, and serves a useful ancillary purpose in defense preparedness. The arcology's radar and laser sensors track the display, using it as an opportunity to calibrate the point defense systems on real targets. There is general agreement that this sort of thing should be a yearly tradition here, just like it was in some parts of the old world: old ideas aren't all bad.
 	<<set $rep += 1000>>
 	<</nobr>>
 	<</replace>>
diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index f52bb5cc3d813275858dad25dfaf32033a8b1131..7cefbea70555ac462f75dcf9e5c9752ad4230576 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -49,7 +49,7 @@
 This week's pit fight is between $fighterOne.slaveName and $fighterTwo.slaveName. <<if $pitAudience == "none">>You are alone above the pit, left to watch them kill and die in private.<<elseif $pitAudience == "free">>Your guests line the rim of the pit, joking and betting, nervous and excited by the close prospect of watching a girl die.<<else>>The attendees line the rim of the pit, betting and arguing, nervous and excited by the close prospect of watching a girl die.<</if>>
 
 <<if $arcologies[0].FSRomanRevivalist != "unset">>
-	They @@color:green;passionately approve@@ of your hosting lethal combat between slaves; this advances ideas from antiquity about what public events should be.
+	They @@.green;passionately approve@@ of your hosting lethal combat between slaves; this advances ideas from antiquity about what public events should be.
 	<<set $rep += 20*$FSSingleSlaveRep*($arcologies[0].FSRomanRevivalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSRomanRevivalist += 0.4*$FSSingleSlaveRep>>
 <</if>>
@@ -324,134 +324,134 @@ In any case, both of the slaves have been dosed with aggression enhancers and in
 	_winner.slaveName and _loser.slaveName are both blind making the fight a staredown. Neither slave wants to make the first move, especially with the drowning cacophony coming from the jeering crowd. Slowly, _winner.slaveName moves forward, waving her sword side to side in the hopes of finding her opponent before she herself gets found. _loser.slaveName's sword clips the tip of _winner.slaveName's setting off a surprisingly brutal series of slashes. The two slaves violently lay into each other, suffering more and more strikes as the struggle goes on. Less than a minute from first contact, both slaves are laying in their combined blood. As you begin to call it a draw, you notice _winner.slaveName start to stir. She staggers to her feet, coated in her and _loser.slaveName's blood, before dropping back to her knees. It seems she lived through this fight, odds aren't likely she'll do it again.
 	<<set _winner.health -= 50>>
 	<<if $pitAudience == "paid">>
-		The audience is surprised by the sudden violence after so much standing around, and your @@color:yellowgreen;cut of the betting@@ is modest.
+		The audience is surprised by the sudden violence after so much standing around, and your @@.yellowgreen;cut of the betting@@ is modest.
 		<<set $cash += 5000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;surprised@@ by the sudden violence after so much standing around.
+		The audience is @@.green;surprised@@ by the sudden violence after so much standing around.
 		<<set $rep += 250>>
 	<</if>>
 <<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -4)>>
 	Upon your word the two combatants approach each other. _winner.slaveName drops her sword as she comes, raising only her hands, but these are terrifying, modern weapons themselves. _loser.slaveName tries a probing sweep, but _winner.slaveName catches her blade in one hand, slides it down to the hilt with a shriek of metal on metal, and snaps the blade cleanly. As _loser.slaveName watches this, dumbstruck, _winner.slaveName places a gentle hand under her chin and then extends that arm's integral blade up and through her opponent's skull. Though the fight was short,
 	<<if $pitAudience == "paid">>
-		the audience is quite impressed by the display, and your @@color:yellowgreen;cut of the betting@@ is quite good.
+		the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 		<<set $cash += 10000>>
 	<<elseif $pitAudience == "free">>
-		the audience is @@color:green;very impressed@@ by the display.
+		the audience is @@.green;very impressed@@ by the display.
 		<<set $rep += 500>>
 	<</if>>
 <<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -5)>>
 	Upon your word the two combatants approach each other. _winner.slaveName does not carry a sword, raising only her hands, but these are terrifying, modern weapons themselves. _loser.slaveName tries a probing sweep, but _winner.slaveName catches her blade in one hand, slides it down to the hilt with a shriek of metal on metal, and snaps the blade cleanly. _loser.slaveName watches this, dumbstruck, before regaining composure and taking a fighting stance again. _winner.slaveName manages to touch her opponent's bare skin with her own cybernetics, incapacitating _loser.slaveName with an electric shock. While _loser.slaveName is temporarily stunned, _winner.slaveName strikes _loser.slaveName on the head with deadly force, crushing her opponent's skull. Though the fight was short,
 	<<if $pitAudience == "paid">>
-		the audience is quite impressed by the display, and your @@color:yellowgreen;cut of the betting@@ is quite good.
+		the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 		<<set $cash += 10000>>
 	<<elseif $pitAudience == "free">>
-		the audience is @@color:green;very impressed@@ by the display.
+		the audience is @@.green;very impressed@@ by the display.
 		<<set $rep += 500>>
 	<</if>>
 <<elseif !canSee(_winner)>>
-	_winner.slaveName centers herself and hones in on _loser.slaveName's rapid breath. She readies herself, knowing she has a single chance to live. With heavy steps, _loser.slaveName rushes her, fully prepared to slaughter the helpless combatant. _winner.slaveName gambles everything on a single high slash, a slash that cut _loser.slaveName's undefended neck wide open. _winner.slaveName collapses to the ground, fully aware of _loser.slaveName's final gurgles, and the sword @@color:red;firmly planted in her side@@. She lived this time, barely, but she doubts she can do it again.
+	_winner.slaveName centers herself and hones in on _loser.slaveName's rapid breath. She readies herself, knowing she has a single chance to live. With heavy steps, _loser.slaveName rushes her, fully prepared to slaughter the helpless combatant. _winner.slaveName gambles everything on a single high slash, a slash that cut _loser.slaveName's undefended neck wide open. _winner.slaveName collapses to the ground, fully aware of _loser.slaveName's final gurgles, and the sword @@.red;firmly planted in her side@@. She lived this time, barely, but she doubts she can do it again.
 	<<set _winner.health -= 80>>
 	<<if $pitAudience == "paid">>
-		The audience is awestruck by the blind girl's triumph, and your @@color:yellowgreen;cut of the betting@@ is enormous.
+		The audience is awestruck by the blind girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
 		<<set $cash += 40000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;awestruck@@ by the blind girl's triumph.
+		The audience is @@.green;awestruck@@ by the blind girl's triumph.
 		<<set $rep += 2000>>
 	<</if>>
 <<elseif !canSee(_loser)>>
 	_winner.slaveName sighs at _loser.slaveName's random slashing and calmly struts around the panicking slave. In one quick swoop, she buries her blade in _loser.slaveName's back, ending the poor girl's flailing.
 	<<set _winner.health -= 80>>
 	<<if $pitAudience == "paid">>
-		The audience found the fight embarrassing, and your @@color:yellowgreen;cut of the betting@@ is pitiful.
+		The audience found the fight embarrassing, and your @@.yellowgreen;cut of the betting@@ is pitiful.
 		<<set $cash += 40>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:red;annoyed@@ by this waste of a fight.
+		The audience is @@.red;annoyed@@ by this waste of a fight.
 		<<set $rep -= 20>>
 	<</if>>
 <<elseif (_winnerDeadliness > _loserDeadliness+3)>>
 	<<if (_winner.combatSkill > 0)>>
 		_winner.slaveName wants to win, and she opens the fight with a furious attack. _loser.slaveName manages to get her blade up, blocking a strike with a ringing clash and a few sparks, but by doing so leaves her abdomen open and obscures her vision enough that she is unprepared for the following horizontal slash, which opens her belly wide. The stricken girl collapses, feebly trying to push her viscera back into place. Whether out of mercy or a desire to get it over with, _winner.slaveName quickly removes the dying girl's head.
 		<<if $pitAudience == "paid">>
-			The audience is reasonably impressed by the gore, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+			The audience is reasonably impressed by the gore, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 			<<set $cash += 4000>>
 		<<elseif $pitAudience == "free">>
-			The audience is @@color:green;reasonably impressed@@ by the gore.
+			The audience is @@.green;reasonably impressed@@ by the gore.
 			<<set $rep += 200>>
 		<</if>>
 	<<else>>
-		_winner.slaveName wants to win and is confident she will, but she isn't particularly sure about how to do so. She fights cautiously, swinging her sword in powerful but inaccurate strokes. It is only a matter of time before one of these strikes gets through; it's telling that rather than hitting what she aimed at, _winner.slaveName accidentally opens a massive gash down _loser.slaveName's thigh. Realizing she has to do something, _loser.slaveName makes a desperate counterattack, pouring blood as she goes. _winner.slaveName panics and fails to parry one of the last counterstrikes before loss of blood ends the attack, suffering a @@color:red;terrible cut@@ to her shoulder. Down to one arm, _winner.slaveName is forced to make a long, loud butchery of ending the fight.
+		_winner.slaveName wants to win and is confident she will, but she isn't particularly sure about how to do so. She fights cautiously, swinging her sword in powerful but inaccurate strokes. It is only a matter of time before one of these strikes gets through; it's telling that rather than hitting what she aimed at, _winner.slaveName accidentally opens a massive gash down _loser.slaveName's thigh. Realizing she has to do something, _loser.slaveName makes a desperate counterattack, pouring blood as she goes. _winner.slaveName panics and fails to parry one of the last counterstrikes before loss of blood ends the attack, suffering a @@.red;terrible cut@@ to her shoulder. Down to one arm, _winner.slaveName is forced to make a long, loud butchery of ending the fight.
 		<<set _winner.health -= 20>>
 		<<if $pitAudience == "paid">>
-			The audience is reasonably impressed by the blood, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+			The audience is reasonably impressed by the blood, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 			<<set $cash += 4000>>
 		<<elseif $pitAudience == "free">>
-			The audience is @@color:green;reasonably impressed@@ by the blood.
+			The audience is @@.green;reasonably impressed@@ by the blood.
 			<<set $rep += 200>>
 		<</if>>
 	<</if>>
 <<elseif (_winner.combatSkill > 0) && (_loser.combatSkill > 0)>>
-	Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading thrust and parry, swing and block. _winner.slaveName is slowly pressed back, so she decides to change the nature of the fight. After three tries she manages to force _loser.slaveName to close, suffering a @@color:red;nearly severed ear@@ as she does. _loser.slaveName realizes she only retains an advantage at long range but cannot back up fast enough to avoid close combat. _loser.slaveName is forced back fast enough that she trips; she's barely fallen on her back before she grunts with shock and pain, dying with a look of surprise as she stares at the sword growing out of her chest.
+	Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading thrust and parry, swing and block. _winner.slaveName is slowly pressed back, so she decides to change the nature of the fight. After three tries she manages to force _loser.slaveName to close, suffering a @@.red;nearly severed ear@@ as she does. _loser.slaveName realizes she only retains an advantage at long range but cannot back up fast enough to avoid close combat. _loser.slaveName is forced back fast enough that she trips; she's barely fallen on her back before she grunts with shock and pain, dying with a look of surprise as she stares at the sword growing out of her chest.
 	<<set _winner.health -= 20>>
 	<<if $pitAudience == "paid">>
-		The audience is quite impressed by the expert fight, and your @@color:yellowgreen;cut of the betting@@ is quite good.
+		The audience is quite impressed by the expert fight, and your @@.yellowgreen;cut of the betting@@ is quite good.
 		<<set $cash += 10000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;very impressed@@ by the expert fight.
+		The audience is @@.green;very impressed@@ by the expert fight.
 		<<set $rep += 500>>
 	<</if>>
 <<elseif (_winner.height-_loser.height <= -10)>>
-	_winner.slaveName realizes that _loser.slaveName's wingspan gives her a huge reach advantage. She bores straight in, taking @@color:red;a glancing scalp wound@@ but coming on regardless. _loser.slaveName understands her opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When her back hits a padded wall, _winner.slaveName aims a gutting cut that _loser.slaveName struggles to block. She manages it, but the wall catches her point, so the block is with her wrist, not her sword. The sharp blade cuts almost all the way through the joint, leaving her in agony and totally incapable of defense. _winner.slaveName pushes her head back against the wall and cuts her throat down to the spine.
+	_winner.slaveName realizes that _loser.slaveName's wingspan gives her a huge reach advantage. She bores straight in, taking @@.red;a glancing scalp wound@@ but coming on regardless. _loser.slaveName understands her opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When her back hits a padded wall, _winner.slaveName aims a gutting cut that _loser.slaveName struggles to block. She manages it, but the wall catches her point, so the block is with her wrist, not her sword. The sharp blade cuts almost all the way through the joint, leaving her in agony and totally incapable of defense. _winner.slaveName pushes her head back against the wall and cuts her throat down to the spine.
 	<<set _loser.health -= 20>>
 	<<if $pitAudience == "paid">>
-		The audience is reasonably impressed by the blood, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+		The audience is reasonably impressed by the blood, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 		<<set $cash += 4000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;reasonably impressed@@ by the blood.
+		The audience is @@.green;reasonably impressed@@ by the blood.
 		<<set $rep += 200>>
 	<</if>>
 <<elseif (_winner.muscles > 30)>>
 	_winner.slaveName is so massively muscular that she's actually impeded by her lack of speed and flexibility. _loser.slaveName is properly afraid of her strength, though, so she tries to stay away as much as she can. The few times their blades clash reinforces this approach, since _winner.slaveName is able to beat her opponent's blocks out of the way with contemptuous ease. The fight takes a long, long time, but it takes more out of _loser.slaveName to survive than it takes out of _winner.slaveName to keep swinging. Eventually the gasping, weeping _loser.slaveName trips and does not struggle to her feet in time. It takes her tired opponent several overhead butcher's cleaves to end it.
 	<<if $pitAudience == "paid">>
-		The audience is reasonably impressed by the show of strength, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+		The audience is reasonably impressed by the show of strength, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 		<<set $cash += 1000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;reasonably impressed@@ by the show of strength.
+		The audience is @@.green;reasonably impressed@@ by the show of strength.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif (_loser.preg > 10) && (_loser.pregType >= 20)>>
 	_winner.slaveName wants to live badly enough that she takes and extremely brutal shortcut to victory.  The instant the fight starts, she quickly slices right across _loser.slaveName's massive belly, which is far to large to possibly defend.  _loser.slaveName's belly ruptures like a popped water balloon, showering _winner.slaveName with blood.  _loser.slaveName collapses into the pile of organs and babies released from her body.  _winner.slaveName walks over to the bleeding out slave and quickly cuts her throat.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy kill, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		the audience is @@color:green;not very impressed@@ by this easy kill.
+		the audience is @@.green;not very impressed@@ by this easy kill.
 		<<set $rep += 100>>
 	<</if>>
 <<elseif (_loser.boobs > 1200)>>
 	_winner.slaveName takes an extremely simple shortcut to victory. The instant the fight starts, she slices _loser.slaveName right across her huge tits, which are so large the cannot properly be defended. _loser.slaveName reflexively drops her sword to clasp her hands over her ruined breasts, gushing blood<<if _loser.boobsImplant > 400>> and implant fluid<</if>>. _winner.slaveName's followup is neither artful nor particularly well planned, but it is effective. She hits the distracted girl's neck from the side, almost but not quite separating her head from her body.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy kill, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy kill.
+		The audience is @@.green;not very impressed@@ by this easy kill.
 		<<set $rep += 100>>
 	<</if>>
 <<elseif (_loser.dick > 0)>>
 	_winner.slaveName wants to live badly enough that she takes an extremely brutal shortcut to victory. The instant the fight starts, she furiously swings for _loser.slaveName's face. _loser.slaveName reflexively raises her sword to block, at which point _winner.slaveName simply kicks her in the dick. _loser.slaveName goes down like a marionette with cut strings, her mouth soundlessly opening and closing and tears leaking from her closed eyes. _winner.slaveName walks over to the prostrate slave and cuts her throat without much trouble.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy kill, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy kill.
+		The audience is @@.green;not very impressed@@ by this easy kill.
 		<<set $rep += 100>>
 	<</if>>
 <<else>>
 	_winner.slaveName wants to live badly enough that she takes an extremely brutal shortcut to victory. The instant the fight starts, she furiously swings for _loser.slaveName's face. _loser.slaveName reflexively raises her sword to block, at which point _winner.slaveName simply kicks her in the cunt. _loser.slaveName goes down like a marionette with cut strings, her mouth soundlessly opening and closing and tears leaking from her closed eyes. _winner.slaveName walks over to the prostrate slave and cuts her throat without much trouble.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy kill, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy kill, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy kill.
+		The audience is @@.green;not very impressed@@ by this easy kill.
 		<<set $rep += 1000>>
 	<</if>>
 <</if>>
@@ -467,21 +467,21 @@ You let the winner _winner.slaveName, shaking as she comes off the adrenaline, d
 <<elseif _winner.devotion > 95>>
 	She is so worshipful of you that she does not see killing _loser.slaveName as special in her own internal listing of things that she has willingly done and would willingly do again on your behalf.
 <<elseif _winner.devotion > 80>>
-	She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to @@color:hotpink;subsume her will to yours,@@ telling herself that the killing was to serve and obey you.
+	She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to @@.hotpink;subsume her will to yours,@@ telling herself that the killing was to serve and obey you.
 	<<set _winner.devotion += 10>>
 <<elseif (_winner.fetishKnown == 1) && (_winner.fetishStrength > 60) && (_winner.fetish == "sadist")>>
-	She has sunk even deeper into cruelty, callousness, and a total disregard of the value of other slaves' lives. Going forward, she's even @@color:hotpink;less likely to question@@ even the most abominable commands.
+	She has sunk even deeper into cruelty, callousness, and a total disregard of the value of other slaves' lives. Going forward, she's even @@.hotpink;less likely to question@@ even the most abominable commands.
 	<<set _winner.devotion += 4>>
 <<elseif _winner.devotion > 50>>
 	She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to tell herself that the killing was done on your orders.
 <<else>>
-	She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to @@color:mediumorchid;blame you,@@ telling herself that the killing was the only choice you gave her if she wanted to live.
+	She will never forget having killed _loser.slaveName with her own hands. The only way she will be able to live with herself is to @@.mediumorchid;blame you,@@ telling herself that the killing was the only choice you gave her if she wanted to live.
 	<<set _winner.devotion -= 10>>
 <</if>>
 
 <<if (_winner.fetish != "sadist")>>
 <<if random(1,100) > 50>>
-	Cruelty and callousness seeps its way into her sexuality; she has become a @@color:pink;bloody sadist.@@
+	Cruelty and callousness seeps its way into her sexuality; she has become a @@.pink;bloody sadist.@@
 	<<set _winner.fetish = "sadist">>
 	<<set _winner.fetishKnown = 1>>
 	<<set _winner.fetishStrength = 65>>
@@ -490,86 +490,86 @@ You let the winner _winner.slaveName, shaking as she comes off the adrenaline, d
 
 <<if (_winner.rivalry > 0) && (_loser.ID is _winner.rivalryTarget)>>
 	<<if (_winner.devotion > 75)>>
-	She is so accepting of the low value of slave life that she @@color:hotpink;is pleased@@ to have killed her rival _loser.slaveName.
+	She is so accepting of the low value of slave life that she @@.hotpink;is pleased@@ to have killed her rival _loser.slaveName.
 	<<set _winner.devotion += 4>>
 	<</if>>
 <<elseif (_winner.relationship >= 0) && (_loser.ID is _winner.relationshipTarget)>>
 	<<if (_winner.devotion > 95)>>
-	She is so worshipful of you that she sees the death of her only friend at her own hand as an @@color:hotpink;honorable@@ end to their doomed slave relationship.
+	She is so worshipful of you that she sees the death of her only friend at her own hand as an @@.hotpink;honorable@@ end to their doomed slave relationship.
 	<<set _winner.devotion += 4>>
 	<<else>>
-	She shows little reaction to the death of her only friend at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+	She shows little reaction to the death of her only friend at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 	<<set _winner.fetish = "mindbroken">>
 	<<set _winner.fetishKnown = 1>>
 	<</if>>
 <<elseif _winner.mother == _loser.ID>>
 	<<if (_winner.devotion > 95)>>
-	She is so worshipful of you that she sees the death of her mothern at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+	She is so worshipful of you that she sees the death of her mothern at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 	<<set _winner.devotion += 4>>
 	<<else>>
-	She shows little reaction to the death of her mother at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+	She shows little reaction to the death of her mother at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 	<<set _winner.fetish = "mindbroken">>
 	<<set _winner.fetishKnown = 1>>
 	<</if>>
 <<elseif _winner.father == _loser.ID>>
 	<<if (_winner.devotion > 95)>>
-	She is so worshipful of you that she sees the death of her father at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+	She is so worshipful of you that she sees the death of her father at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 	<<set _winner.devotion += 4>>
 	<<else>>
-	She shows little reaction to the death of her father at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+	She shows little reaction to the death of her father at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 	<<set _winner.fetish = "mindbroken">>
 	<<set _winner.fetishKnown = 1>>
 	<</if>>
 <<elseif _loser.mother == _winner.ID || _loser.father == _winner.ID>>
 	<<if (_winner.devotion > 95)>>
-	She is so worshipful of you that she sees the death of her daughter at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+	She is so worshipful of you that she sees the death of her daughter at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 	<<set _winner.devotion += 4>>
 	<<else>>
-	She shows little reaction to the death of her daughter at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+	She shows little reaction to the death of her daughter at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 	<<set _winner.fetish = "mindbroken">>
 	<<set _winner.fetishKnown = 1>>
 	<</if>>
 <<elseif _winner.sisters > 0>>
 	<<if areSisters(_winner, _loser) == 1>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her twin at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+		She is so worshipful of you that she sees the death of her twin at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her twin at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		She shows little reaction to the death of her twin at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
 	<<elseif areSisters(_winner, _loser) == 2>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her sister at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+		She is so worshipful of you that she sees the death of her sister at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She shows little reaction to the death of her sister at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+		She shows little reaction to the death of her sister at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 		<<set _winner.fetish = "mindbroken">>
 		<<set _winner.fetishKnown = 1>>
 		<</if>>
 	<<elseif areSisters(_winner, _loser) == 3>>
 		<<if (_winner.devotion > 95)>>
-		She is so worshipful of you that she sees the death of her half-sister at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+		She is so worshipful of you that she sees the death of her half-sister at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 		<<set _winner.devotion += 4>>
 		<<else>>
-		She is @@color:mediumorchid;utterly devastated@@ at being forced to take the life of her half-sister.
+		She is @@.mediumorchid;utterly devastated@@ at being forced to take the life of her half-sister.
 		<<set _winner.devotion -= 50>>
 		<</if>>
 	<</if>>
 <<elseif (_winner.relation != 0) && (_loser.ID == _winner.relationTarget)>>
 	<<if (_winner.devotion > 95)>>
-	She is so worshipful of you that she sees the death of her _loser.relation at her own hand as an @@color:hotpink;honorable@@ end to their doomed family.
+	She is so worshipful of you that she sees the death of her _loser.relation at her own hand as an @@.hotpink;honorable@@ end to their doomed family.
 	<<set _winner.devotion += 4>>
 	<<else>>
-	She shows little reaction to the death of her _loser.relation at her own hand. In the coming days, it becomes clear that this is because she is @@color:red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
+	She shows little reaction to the death of her _loser.relation at her own hand. In the coming days, it becomes clear that this is because she is @@.red;no longer capable@@ of reacting to anything on an emotional level. Ever again.
 	<<set _winner.fetish = "mindbroken">>
 	<<set _winner.fetishKnown = 1>>
 	<</if>>
 <</if>>
 
 <<if (_winner.combatSkill == 0)>>
-	With lethal experience in $pitName, _winner.slaveName has @@color:green;learned basic combat skills.@@
+	With lethal experience in $pitName, _winner.slaveName has @@.green;learned basic combat skills.@@
 	<<set _winner.combatSkill += 1>>
 <</if>>
 
diff --git a/src/uncategorized/seNicaeaAnnouncement.tw b/src/uncategorized/seNicaeaAnnouncement.tw
index 7e11c041c9f62de2677372ef366d52112182e379..e647962f0977e3e3a14274e4d62ef4476da36870 100644
--- a/src/uncategorized/seNicaeaAnnouncement.tw
+++ b/src/uncategorized/seNicaeaAnnouncement.tw
@@ -49,7 +49,7 @@ Hosting a new religion's first synod will be expensive and time-consuming, but w
 	<<else>>
 		evangelistic lady slaveowner, "though I must stand against it." She orders the newly consecrated slave whipped in penance for this reverse, and ends the call.
 	<</if>>
-	You announce your opposition to the planned council publicly, using your considerable influence within the developing religion to make your opinion known. Your arguments are couched in the language of the new faith, and emphasize its welcoming and open nature to anyone willing to experience the holy institution of sexual slavery, be it as a slave or a slaveowner. Your force and vigor in the debate @@color:green;enhances your reputation,@@ and helps sway other prominent Chattel Religionists away from attending the council. It's not yet clear whether a weakened council will manage to meet and get anything done, or if you've successfully prevented the idea from coalescing. You'll have to keep working at it and wait at least a week to see what the results of the controversy will be.
+	You announce your opposition to the planned council publicly, using your considerable influence within the developing religion to make your opinion known. Your arguments are couched in the language of the new faith, and emphasize its welcoming and open nature to anyone willing to experience the holy institution of sexual slavery, be it as a slave or a slaveowner. Your force and vigor in the debate @@.green;enhances your reputation,@@ and helps sway other prominent Chattel Religionists away from attending the council. It's not yet clear whether a weakened council will manage to meet and get anything done, or if you've successfully prevented the idea from coalescing. You'll have to keep working at it and wait at least a week to see what the results of the controversy will be.
 	<<set $nicaeaInvolvement = -1>>
 	<<set $rep += 1000>>
 	<</replace>>
diff --git a/src/uncategorized/seNicaeaPreperation.tw b/src/uncategorized/seNicaeaPreperation.tw
index f872efd4fdf19a8137ad7ce40ceec1e5bab7a031..e45d09a5508542a69c3848b6e17037d47f0e34aa 100644
--- a/src/uncategorized/seNicaeaPreperation.tw
+++ b/src/uncategorized/seNicaeaPreperation.tw
@@ -6,7 +6,7 @@
 
 <<if $nicaeaInvolvement == -1>>
 
-Your vigorous opposition to a religious council to establish an agreed upon creed for Chattel Religionism has been successful, but not without cost. The furious controversy @@color:red;cost you friends and damaged your reputation@@ among those of your religious peers who wanted to see Chattel Religionists draw closer together, and as happens in controversies as heated as this, the influence and reputation you gain from those who agree with you doesn't match what you lose among those who think you're standing in the way of progress. Furthermore, not all of your citizens agreed with you, either. A few citizens of consequence have actually left $arcologies[0].name over it, @@color:red;damaging its economic prosperity.@@ Also, Chattel Religionists have had a serious disagreement here for the first time. @@color:red;Full acceptance of slaveowning theocracy in your arcology has been set back.@@ A majority of your citizens still approve and participate, but it will take time to rebuild.
+Your vigorous opposition to a religious council to establish an agreed upon creed for Chattel Religionism has been successful, but not without cost. The furious controversy @@.red;cost you friends and damaged your reputation@@ among those of your religious peers who wanted to see Chattel Religionists draw closer together, and as happens in controversies as heated as this, the influence and reputation you gain from those who agree with you doesn't match what you lose among those who think you're standing in the way of progress. Furthermore, not all of your citizens agreed with you, either. A few citizens of consequence have actually left $arcologies[0].name over it, @@.red;damaging its economic prosperity.@@ Also, Chattel Religionists have had a serious disagreement here for the first time. @@.red;Full acceptance of slaveowning theocracy in your arcology has been set back.@@ A majority of your citizens still approve and participate, but it will take time to rebuild.
 <<set $rep -= 4000, $arcologies[0].prosperity -= 5, $arcologies[0].FSChattelReligionist *= 0.6>>
 <br><br>
 But you did win. Chattel Religionism will remain a free and open faith that accepts any slaveowner willing to declare that they consider holding slaves holy. You'll be remembered by those who opposed you as the arcology owner who kept Chattel Religionism from developing into a great force, and by those who agreed with you as the arcology owner who preserved Chattel Religionism as a welcoming and open as it was always meant to be. You have no doubt that the latter view dominates now and will come to predominate as it becomes settled. After all this, there's no chance that anyone who calls for another Chattel Religionist synod any time soon will get a serious hearing.
@@ -46,7 +46,7 @@ Second, you need to decide whether you intend to engage in a canvassing campaign
 <</link>>
 <br><<link "Leverage reputation into power">>
 	<<replace "#result2">>
-	This isn't an opportunity that will come again. @@color:red;You call in every favor you have.@@ You'll have to rebuild your reputation later.
+	This isn't an opportunity that will come again. @@.red;You call in every favor you have.@@ You'll have to rebuild your reputation later.
 	<<set $rep *= 0.3, $nicaeaInfluence += 1>>
 	<</replace>>
 <</link>> //This will cost a great deal of reputation//
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index fe9e0060a67f54bec620bd3abc44195dd2f8713f..026f726e4ae2fd852b8d0457d31858edbd859174 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -49,7 +49,7 @@
 This week's pit fight is between $fighterOne.slaveName and $fighterTwo.slaveName. <<if $pitAudience == "none">>You are alone above $pitName, left to watch them square off in private.<<elseif $pitAudience == "free">>Your guests line the rim of $pitName, joking and betting.<<else>>The attendees line the rim of $pitName, betting and arguing.<</if>>
 
 <<if $arcologies[0].FSRomanRevivalist != "unset">>
-	They @@color:green;strongly approve@@ of your hosting combat between slaves; this advances ideas from antiquity about what public events should be.
+	They @@.green;strongly approve@@ of your hosting combat between slaves; this advances ideas from antiquity about what public events should be.
 	<<set $rep += 10*$FSSingleSlaveRep*($arcologies[0].FSRomanRevivalist/$FSLockinLevel)>>
 	<<set $arcologies[0].FSRomanRevivalist += 0.2*$FSSingleSlaveRep>>
 <</if>>
@@ -297,19 +297,19 @@ You review the rules - the combatants are wearing light gloves, and the fight wi
 <<if !canSee(_winner) && !canSee(_loser)>>
 	_winner.slaveName and _loser.slaveName are both blind making the fight a staredown. Neither slave wants to make the first move, especially with the drowning cacophony coming from the jeering crowd. Slowly, _winner.slaveName moves forward, waving feeling for her opponent before she herself gets found. _loser.slaveName's hand meets _winner.slaveName's and the two move to grab eachother in a headlock. The two slaves violently thrash against each other, suffering more and more strikes as the struggle goes on. Eventually, _loser.slaveName can take no more and releases her grip on _winner.slaveName neck. It takes a moment for _winner.slaveName to stop wrestling the submitting _loser.slaveName and accepting her victory.
 	<<if $pitAudience == "paid">>
-		The audience is surprised by the sudden wrestling match, and your @@color:yellowgreen;cut of the betting@@ is modest.
+		The audience is surprised by the sudden wrestling match, and your @@.yellowgreen;cut of the betting@@ is modest.
 		<<set $cash += 500>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;surprised@@ by the impromptu wrestling match.
+		The audience is @@.green;surprised@@ by the impromptu wrestling match.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -4)>>
 	Upon your word the two combatants approach each other. _winner.slaveName keeps her artificial limbs up in a protective position. _loser.slaveName probes her with some light blows, puzzled by this ironclad defense. Gradually, she hits harder and harder, her opponent grunting under the impacts but holding steady. Finally, _loser.slaveName overcommits to a body blow, and _winner.slaveName grips her forearm. That is the end. The augmented grip is effectively unbreakable, and _winner.slaveName uses it to pull her opponent in and grab her neck with the other hand, using it to exert just the right amount of pressure to choke her out harmlessly. Though the fight was short,
 	<<if $pitAudience == "paid">>
-		the audience is quite impressed by the display, and your @@color:yellowgreen;cut of the betting@@ is quite good.
+		the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		the audience is @@color:green;very impressed@@ by the display.
+		the audience is @@.green;very impressed@@ by the display.
 		<<set $rep += 100>>
 	<<else>>
 		it was a good test of the slave's enhancements.
@@ -317,10 +317,10 @@ You review the rules - the combatants are wearing light gloves, and the fight wi
 <<elseif (_winnerDeadliness > _loserDeadliness+1) && (_winner.amp == -5)>>
 	Upon your word the two combatants approach each other. _winner.slaveName keeps her advanced cybernetic limbs up in a protective position. _loser.slaveName probes her with some light blows, puzzled by this ironclad defense. Gradually, she hits harder and harder, her opponent grunting under the impacts but holding steady. Finally, _loser.slaveName tires, gets off balance, and _winner.slaveName manages to grab her forearm. _winner.slaveName's limbs emit an electric shock that temporarily incapacitates her opponent. _winner.slaveName uses her grip to pull her stunned opponent in and grab her neck with the other hand, using it to exert just the right amount of pressure to choke her out harmlessly. Though the fight was short,
 	<<if $pitAudience == "paid">>
-		the audience is quite impressed by the display, and your @@color:yellowgreen;cut of the betting@@ is quite good.
+		the audience is quite impressed by the display, and your @@.yellowgreen;cut of the betting@@ is quite good.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		the audience is @@color:green;very impressed@@ by the display.
+		the audience is @@.green;very impressed@@ by the display.
 		<<set $rep += 100>>
 	<<else>>
 		it was a good test of the slave's enhancements.
@@ -328,137 +328,137 @@ You review the rules - the combatants are wearing light gloves, and the fight wi
 <<elseif !canSee(_winner)>>
 	_winner.slaveName centers herself and hones in on _loser.slaveName's rapid breath. She readies herself, knowing she has a single chance to win. With heavy steps, _loser.slaveName rushes her, fully prepared to tackle the helpless combatant. _winner.slaveName gambles everything on a single high punch, a strike that slams _loser.slaveName's undefended neck. _loser.slaveName falls to the ground before the panicking _winner.slaveName, who quickly pins the coughing loser.
 	<<if $pitAudience == "paid">>
-		The audience is awestruck by the blind girl's triumph, and your @@color:yellowgreen;cut of the betting@@ is enormous.
+		The audience is awestruck by the blind girl's triumph, and your @@.yellowgreen;cut of the betting@@ is enormous.
 		<<set $cash += 4000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;awestruck@@ by the blind girl's triumph.
+		The audience is @@.green;awestruck@@ by the blind girl's triumph.
 		<<set $rep += 200>>
 	<</if>>
 <<elseif !canSee(_loser)>>
 	_winner.slaveName grins at _loser.slaveName's random swings and poor form. She centers in on her favorite part of _loser.slaveName's body before rushing between her strikes and tackling her to the ground. _loser.slaveName lays there, helpless to stop _winner.slaveName from molesting her.
 	<<if $pitAudience == "paid">>
-		The audience found the fight embarrassing, and your @@color:yellowgreen;cut of the betting@@ is pitiful.
+		The audience found the fight embarrassing, and your @@.yellowgreen;cut of the betting@@ is pitiful.
 		<<set $cash += 40>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:red;annoyed@@ by this lack of a fight.
+		The audience is @@.red;annoyed@@ by this lack of a fight.
 		<<set $rep -= 20>>
 	<</if>>
 <<elseif (_winnerDeadliness > _loserDeadliness+3)>>
 	<<if (_winner.combatSkill > 0)>>
 		_winner.slaveName wants to win, and she opens the fight with a furious attack. _loser.slaveName manages to get her forearms up, blocking a few blows, but by doing so leaves her abdomen open and obscures her vision enough that she is unprepared for the following kidney strike, which brings her gasping to one knee. _winner.slaveName lets her rise just a little before delivering a calculated hard right that sends _loser.slaveName to the mat.
 		<<if $pitAudience == "paid">>
-			The audience is not very impressed by this execution, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+			The audience is not very impressed by this execution, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 			<<set $cash += 500>>
 		<<elseif $pitAudience == "free">>
-			The audience is @@color:green;not very impressed@@ by this execution.
+			The audience is @@.green;not very impressed@@ by this execution.
 			<<set $rep += 25>>
 		<</if>>
 	<<else>>
-		_winner.slaveName wants to win and is confident she will, but she isn't particularly sure about how to do so. She fights cautiously, mostly hitting _loser.slaveName from afar. Slowly, the rain of blows begins to tell, opening _loser.slaveName's lip, giving her a bloody nose, and bruising her face. Realizing she has to do something, _loser.slaveName makes a desperate counterattack, @@color:red;dripping blood@@ as she goes. As she does she manages to get her face in the way of another of _winner.slaveName's inexpert strikes and goes down hard. She makes to rise, but _winner.slaveName decides the fight by the simple expedient of kicking her in the crotch.
+		_winner.slaveName wants to win and is confident she will, but she isn't particularly sure about how to do so. She fights cautiously, mostly hitting _loser.slaveName from afar. Slowly, the rain of blows begins to tell, opening _loser.slaveName's lip, giving her a bloody nose, and bruising her face. Realizing she has to do something, _loser.slaveName makes a desperate counterattack, @@.red;dripping blood@@ as she goes. As she does she manages to get her face in the way of another of _winner.slaveName's inexpert strikes and goes down hard. She makes to rise, but _winner.slaveName decides the fight by the simple expedient of kicking her in the crotch.
 		<<set _loser.health -= 10>>
 		<<if $pitAudience == "paid">>
-			The audience is reasonably impressed by the beating, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+			The audience is reasonably impressed by the beating, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 			<<set $cash += 100>>
 		<<elseif $pitAudience == "free">>
-			The audience is @@color:green;reasonably impressed@@ by the beating.
+			The audience is @@.green;reasonably impressed@@ by the beating.
 			<<set $rep += 50>>
 		<</if>>
 	<</if>>
 <<elseif (((_winner.preg > 30) && (_winner.pregType >= 20)) || _winner.bellyImplant >= 32000) && (((_loser.preg > 30) && (_loser.pregType >= 20)) || _loser.bellyImplant >= 32000)>>
-	_winner.slaveName and _loser.slaveName stare each other down and both come to a realization.  Neither can reach the other around their massive bellies. Instead, they choose to ram their bulk into each other in hopes of toppling the weaker. After a drawn out struggle, both slaves' middles are @@color:red;dark red and shuddering@@, ready to burst open.  Rather than continue, _loser.slaveName lets the next strike down her hoping that the outcome of this fight isn't fatal.
+	_winner.slaveName and _loser.slaveName stare each other down and both come to a realization.  Neither can reach the other around their massive bellies. Instead, they choose to ram their bulk into each other in hopes of toppling the weaker. After a drawn out struggle, both slaves' middles are @@.red;dark red and shuddering@@, ready to burst open.  Rather than continue, _loser.slaveName lets the next strike down her hoping that the outcome of this fight isn't fatal.
 	<<set _winner.health -= 50>>
 	<<set _loser.health -= 50>>
 	<<if $pitAudience == "paid">>
-		The audience is very impressed by the showdown, and your @@color:yellowgreen;cut of the betting@@ is good.
+		The audience is very impressed by the showdown, and your @@.yellowgreen;cut of the betting@@ is good.
 		<<set $cash += 1500>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;very impressed@@ by the showdown.
+		The audience is @@.green;very impressed@@ by the showdown.
 		<<set $rep += 75>>
 	<</if>>
 <<elseif (((_winner.preg > 30) && (_winner.pregType >= 20)) || _winner.bellyImplant >= 32000) && (_loser.preg < 10)>>
 	_loser.slaveName spies an easy win against her massively bloated opponent and rushes in to topple _winner.slaveName. In an effort to defend herself, _winner.slaveName hoists her belly and turns suddenly, accidentally impacting _loser.slaveName with her massive middle and knocking her to the ground. Seeing an oppertunity, _winner.slaveName releases her grip and slams her weighty womb down on _loser.slaveName, bashing the wind out of her. _loser.slaveName struggles to slip out from under the mass, but the weight is too great and she passes out.
 	<<if $pitAudience == "paid">>
-		The audience is impressed by this absurd win, and your @@color:yellowgreen;cut of the betting@@ is reasonably.
+		The audience is impressed by this absurd win, and your @@.yellowgreen;cut of the betting@@ is reasonably.
 		<<set $cash += 1000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;impressed@@ by this absurd win.
+		The audience is @@.green;impressed@@ by this absurd win.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif (_winner.combatSkill > 0) && (_loser.combatSkill > 0)>>
-	Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading expert blows. _winner.slaveName is getting the worst of it, so she decides to change the nature of the fight. After three tries she manages to bring _loser.slaveName to the ground, suffering a @@color:red;broken nose@@ as she does. _loser.slaveName tries to break the imperfect hold but only earns herself an elbow to the face. She's furious and _winner.slaveName is obliged to wrench her arm @@color:red;to the point of damage@@ before she allows herself to go limp.
+	Upon your word the two combatants approach each other warily, both knowing the other is reasonably competent. Before long they are trading expert blows. _winner.slaveName is getting the worst of it, so she decides to change the nature of the fight. After three tries she manages to bring _loser.slaveName to the ground, suffering a @@.red;broken nose@@ as she does. _loser.slaveName tries to break the imperfect hold but only earns herself an elbow to the face. She's furious and _winner.slaveName is obliged to wrench her arm @@.red;to the point of damage@@ before she allows herself to go limp.
 	<<set _loser.health -= 10>>
 	<<set _winner.health -= 10>>
 	<<if $pitAudience == "paid">>
-		The audience is quite impressed by the expert fight, and your @@color:yellowgreen;cut of the betting@@ is quite good.
+		The audience is quite impressed by the expert fight, and your @@.yellowgreen;cut of the betting@@ is quite good.
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;very impressed@@ by the expert fight.
+		The audience is @@.green;very impressed@@ by the expert fight.
 		<<set $rep += 100>>
 	<</if>>
 <<elseif (_winner.height-_loser.height >= 10)>>
-	_winner.slaveName realizes that _loser.slaveName's wingspan gives her a huge reach advantage. She bores straight in, taking a hit or two but coming on regardless. _loser.slaveName understands her opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When her back hits a padded wall, _winner.slaveName manages to land a light hit to her stomach that leaves _loser.slaveName winded enough that a hard kick to the side of her knee goes undefended. It causes @@color:red;considerable damage,@@ dropping her and ending the fight.
+	_winner.slaveName realizes that _loser.slaveName's wingspan gives her a huge reach advantage. She bores straight in, taking a hit or two but coming on regardless. _loser.slaveName understands her opponent's intention and backs off, but the pit is small and there isn't much room to retreat. When her back hits a padded wall, _winner.slaveName manages to land a light hit to her stomach that leaves _loser.slaveName winded enough that a hard kick to the side of her knee goes undefended. It causes @@.red;considerable damage,@@ dropping her and ending the fight.
 	<<set _loser.health -= 10>>
 	<<if $pitAudience == "paid">>
-		The audience is reasonably impressed by the takedown, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+		The audience is reasonably impressed by the takedown, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 		<<set $cash += 1000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;reasonably impressed@@ by the takedown.
+		The audience is @@.green;reasonably impressed@@ by the takedown.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif (_loser.eyebrowPiercing > 0)>>
-	The fight starts slowly, with the girls trading jabs. Just as the spectators are getting bored, _loser.slaveName takes a glancing blow to the eyebrow. Her piercing catches on _winner.slaveName's glove and tears out. _loser.slaveName goes after her tormentor in fury, streaming blood, the piercing forgotten on the mat. Any tendency _winner.slaveName might have had to feel badly about this is extinguished by the assault, and soon _winner.slaveName is even willing to follow up on the success by targeting pierced body parts. The fight ends with poor _loser.slaveName writhing in pain on the mat, @@color:red;leaking blood@@ from several terribly shredded areas.
+	The fight starts slowly, with the girls trading jabs. Just as the spectators are getting bored, _loser.slaveName takes a glancing blow to the eyebrow. Her piercing catches on _winner.slaveName's glove and tears out. _loser.slaveName goes after her tormentor in fury, streaming blood, the piercing forgotten on the mat. Any tendency _winner.slaveName might have had to feel badly about this is extinguished by the assault, and soon _winner.slaveName is even willing to follow up on the success by targeting pierced body parts. The fight ends with poor _loser.slaveName writhing in pain on the mat, @@.red;leaking blood@@ from several terribly shredded areas.
 	<<set _loser.health -= 10>>
 	<<if $pitAudience == "paid">>
-		The audience is reasonably impressed by the gory spectacle, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+		The audience is reasonably impressed by the gory spectacle, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 		<<set $cash += 1000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;reasonably impressed@@ by the gory spectacle.
+		The audience is @@.green;reasonably impressed@@ by the gory spectacle.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif (_winner.muscles > 30)>>
-	_winner.slaveName is so massively muscular that she's actually impeded by her size. _loser.slaveName is properly afraid of her strength, though, so she tries to stay away as much as she can. The pit isn't large, however, and eventually _winner.slaveName manages to lay a hand on her. She pulls her down, and then it's all over but the beating. _loser.slaveName rains blows on her huge oppressor, but all _winner.slaveName has to do is hold on with one arm and deliver damage with the other. By the time she gives up and goes limp, _loser.slaveName has collected @@color:red;many minor injuries.@@
+	_winner.slaveName is so massively muscular that she's actually impeded by her size. _loser.slaveName is properly afraid of her strength, though, so she tries to stay away as much as she can. The pit isn't large, however, and eventually _winner.slaveName manages to lay a hand on her. She pulls her down, and then it's all over but the beating. _loser.slaveName rains blows on her huge oppressor, but all _winner.slaveName has to do is hold on with one arm and deliver damage with the other. By the time she gives up and goes limp, _loser.slaveName has collected @@.red;many minor injuries.@@
 	<<set _loser.health -= 10>>
 	<<if $pitAudience == "paid">>
-		The audience is reasonably impressed by the show of strength, and your @@color:yellowgreen;cut of the betting@@ is reasonable.
+		The audience is reasonably impressed by the show of strength, and your @@.yellowgreen;cut of the betting@@ is reasonable.
 		<<set $cash += 1000>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;reasonably impressed@@ by the show of strength.
+		The audience is @@.green;reasonably impressed@@ by the show of strength.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif ((_loser.preg > 10) && (_loser.pregType >= 10)) || _loser.bellyImplant >= 16000>>
 	_winner.slaveName wants to win badly enough that she takes and extremely brutal shortcut to victory.  The instant the fight starts, she quickly knees _loser.slaveName in the stomach. The massively swollen _loser.slaveName goes down with a loud thud and plenty of jiggling. _winner.slaveName gloats over the struggling _loser.slaveName watching as she is unable to pull her bloated form off the ground.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy win, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 500>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy win.
+		The audience is @@.green;not very impressed@@ by this easy win.
 		<<set $rep += 50>>
 	<</if>>
 <<elseif (_loser.boobs > 1200)>>
 	_winner.slaveName wants to win badly enough that she takes an extremely simple shortcut to victory. The instant the fight starts, she hits _loser.slaveName right in her huge tits, as hard as she can. This is a sucker punch of the worst kind; _loser.slaveName's boobs are so big that she has no real chance of defending them. She gasps with pain and wraps her arms around her aching bosom, giving _winner.slaveName a clear opening to deliver a free and easy blow to the jaw that sends the poor top-heavy slave to the mat. Any chance of _loser.slaveName rising is extinguished by her breasts; it takes her so long to muster an attempt to get up that _winner.slaveName can rain hits on her while she does.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy win, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 500>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy win.
+		The audience is @@.green;not very impressed@@ by this easy win.
 		<<set $rep += 25>>
 	<</if>>
 <<elseif (_loser.dick > 0)>>
 	_winner.slaveName wants to win badly enough that she takes an extremely brutal shortcut to victory. The instant the fight starts, she furiously goes for _loser.slaveName's face. _loser.slaveName defends herself with her arms, at which point _winner.slaveName delivers a mighty kick to the dick. _loser.slaveName goes down like a marionette with cut strings, her mouth soundlessly opening and closing and tears leaking from her closed eyes. _winner.slaveName winds up to kick her again but hesitates, wondering whether it's even necessary.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy win, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 500>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy win.
+		The audience is @@.green;not very impressed@@ by this easy win.
 		<<set $rep += 25>>
 	<</if>>
 <<else>>
 	_winner.slaveName wants to win badly enough that she takes an extremely unpleasant shortcut to victory. The instant the fight starts, she furiously goes for _loser.slaveName's eyes, hands forming claws. _loser.slaveName defends herself with her arms, at which point _winner.slaveName delivers a mighty cunt punt. _loser.slaveName goes straight down, her mouth soundlessly opening and closing and tears leaking from her closed eyes while her hands desperately shield her outraged pussy. _winner.slaveName follows her down and puts the unresisting girl's head in a simple lock.
 	<<if $pitAudience == "paid">>
-		The audience is not very impressed by this easy win, and your @@color:yellowgreen;cut of the betting@@ is unimpressive.
+		The audience is not very impressed by this easy win, and your @@.yellowgreen;cut of the betting@@ is unimpressive.
 		<<set $cash += 500>>
 	<<elseif $pitAudience == "free">>
-		The audience is @@color:green;not very impressed@@ by this easy win.
+		The audience is @@.green;not very impressed@@ by this easy win.
 		<<set $rep += 25>>
 	<</if>>
 <</if>>
@@ -510,51 +510,51 @@ You throw the victor's strap-on down to _winner.slaveName.
 <</if>>
 
 <<if (_winner.energy > 95)>>
-	_winner.slaveName doesn't have to feign willingness to rape a slave girl. She uses _loser.slaveName for her @@color:hotpink;pleasure@@, groping her, kissing her unwilling mouth, and showing off for the spectators. The audience @@color:green;greatly enjoys@@ the depraved spectacle.
+	_winner.slaveName doesn't have to feign willingness to rape a slave girl. She uses _loser.slaveName for her @@.hotpink;pleasure@@, groping her, kissing her unwilling mouth, and showing off for the spectators. The audience @@.green;greatly enjoys@@ the depraved spectacle.
 	<<set _winner.devotion += 1>>
 	<<set $rep += 50>>
 <<elseif (_winner.fetish == "sadist") && (_winner.fetishStrength > 60)>>
-	_winner.slaveName doesn't have to feign willingness abuse and violate a slave girl. She uses _loser.slaveName for her @@color:hotpink;pleasure@@, slapping her cruelly, pinching her until she draws blood, and showing off for the spectators. The audience @@color:green;greatly enjoys@@ the depraved spectacle.
+	_winner.slaveName doesn't have to feign willingness abuse and violate a slave girl. She uses _loser.slaveName for her @@.hotpink;pleasure@@, slapping her cruelly, pinching her until she draws blood, and showing off for the spectators. The audience @@.green;greatly enjoys@@ the depraved spectacle.
 	<<set _winner.devotion += 1>>
 	<<set $rep += 50>>
 <<elseif (_winner.devotion > 75)>>
-	_winner.slaveName is so broken to slavery that she @@color:hotpink;enjoys@@ winning the fight and raping _loser.slaveName. The audience @@color:green;greatly enjoys@@ the depraved spectacle.
+	_winner.slaveName is so broken to slavery that she @@.hotpink;enjoys@@ winning the fight and raping _loser.slaveName. The audience @@.green;greatly enjoys@@ the depraved spectacle.
 	<<set _winner.devotion += 1>>
 	<<set $rep += 50>>
 <<elseif (_winner.devotion > 20)>>
-	_winner.slaveName understands her role and thoroughly rapes _loser.slaveName. The audience @@color:green;enjoys@@ the spectacle.
+	_winner.slaveName understands her role and thoroughly rapes _loser.slaveName. The audience @@.green;enjoys@@ the spectacle.
 	<<set $rep += 25>>
 <<else>>
-	_winner.slaveName is unenthusiastic and just thrusts mechanically, to avoid being punished. She @@color:mediumorchid;resents@@ having to fight and fuck. The audience barely pays attention.
+	_winner.slaveName is unenthusiastic and just thrusts mechanically, to avoid being punished. She @@.mediumorchid;resents@@ having to fight and fuck. The audience barely pays attention.
 	<<set _winner.devotion -= 2>>
 <</if>>
 <<if (_winner.rivalry > 0) && (_loser.ID == _winner.rivalryTarget)>>
-	She @@color:hotpink;relishes@@ the chance to abuse _loser.slaveName, who she dislikes.
+	She @@.hotpink;relishes@@ the chance to abuse _loser.slaveName, who she dislikes.
 	<<set _winner.devotion += 5>>
 <<elseif (_winner.relationship >= 0) && (_loser.ID == _winner.relationshipTarget) && (_winner.devotion >= 20)>>
 	She accepts having to abuse _loser.slaveName, and plans to make it up to her later.
 <<elseif (_winner.relationship >= 0) && (_loser.ID == _winner.relationshipTarget)>>
-	She @@color:mediumorchid;hates@@ having to abuse _loser.slaveName.
+	She @@.mediumorchid;hates@@ having to abuse _loser.slaveName.
 	<<set _winner.devotion -= 10>>
 <<elseif _winner.mother == _loser.ID>>
 	<<if _winner.devotion >= 20>>
 		She accepts having to abuse her mother, _loser.slaveName, and plans to make it up to her later.
 	<<else>>
-		She @@color:mediumorchid;hates@@ having to abuse her mother, _loser.slaveName.
+		She @@.mediumorchid;hates@@ having to abuse her mother, _loser.slaveName.
 		<<set _winner.devotion -= 10>>
 	<</if>>
 <<elseif _winner.father == _loser.ID>>
 	<<if _winner.devotion >= 20>>
 		She accepts having to abuse her father, _loser.slaveName, and plans to make it up to her later.
 	<<else>>
-		She @@color:mediumorchid;hates@@ having to abuse her father, _loser.slaveName.
+		She @@.mediumorchid;hates@@ having to abuse her father, _loser.slaveName.
 		<<set _winner.devotion -= 10>>
 	<</if>>
 <<elseif _loser.mother == _winner.ID || _loser.father == _winner.ID>>
 	<<if _winner.devotion >= 20>>
 		She accepts having to abuse her daughter, _loser.slaveName, and plans to make it up to her later.
 	<<else>>
-		She @@color:mediumorchid;hates@@ having to abuse her daughter, _loser.slaveName.
+		She @@.mediumorchid;hates@@ having to abuse her daughter, _loser.slaveName.
 		<<set _winner.devotion -= 10>>
 	<</if>>
 <<elseif _winner.sisters > 0>>
@@ -562,113 +562,113 @@ You throw the victor's strap-on down to _winner.slaveName.
 		<<if _winner.devotion >= 20>>
 			She accepts having to abuse her twin sister, _loser.slaveName, and plans to make it up to her later.
 		<<else>>
-			She @@color:mediumorchid;hates@@ having to abuse her twin sister, _loser.slaveName.
+			She @@.mediumorchid;hates@@ having to abuse her twin sister, _loser.slaveName.
 			<<set _winner.devotion -= 10>>
 		<</if>>
 	<<elseif areSisters(_winner, _loser) == 2>>
 		<<if _winner.devotion >= 20>>
 			She accepts having to abuse her sister, _loser.slaveName, and plans to make it up to her later.
 		<<else>>
-			She @@color:mediumorchid;hates@@ having to abuse her sister, _loser.slaveName.
+			She @@.mediumorchid;hates@@ having to abuse her sister, _loser.slaveName.
 			<<set _winner.devotion -= 10>>
 		<</if>>
 	<<elseif areSisters(_winner, _loser) == 3>>
 		<<if _winner.devotion >= 20>>
 			She accepts having to abuse her half-sister, _loser.slaveName, and plans to make it up to her later.
 		<<else>>
-			She @@color:mediumorchid;hates@@ having to abuse her half-sister, _loser.slaveName.
+			She @@.mediumorchid;hates@@ having to abuse her half-sister, _loser.slaveName.
 			<<set _winner.devotion -= 10>>
 		<</if>>
 	<</if>>
 <<elseif (_winner.relation != 0) && (_loser.ID is _winner.relationTarget) && (_winner.devotion >= 20)>>
 	She accepts having to abuse _loser.slaveName, and plans to make it up to her later.
 <<elseif (_winner.relation != 0) && (_loser.ID is _winner.relationTarget)>>
-	She @@color:mediumorchid;hates@@ having to abuse _loser.slaveName.
+	She @@.mediumorchid;hates@@ having to abuse _loser.slaveName.
 	<<set _winner.devotion -= 10>>
 <</if>>
 
 <<if (_loser.fetish == "masochist") && (_loser.fetishKnown == 1) && (_loser.fetishStrength > 60)>>
-	_loser.slaveName @@color:hotpink;gets off@@ on being beaten and molested.
+	_loser.slaveName @@.hotpink;gets off@@ on being beaten and molested.
 	<<set _loser.devotion += 5>>
 <<elseif (_loser.fetish == "humiliation") && (_loser.fetishKnown == 1) && (_loser.fetishStrength > 60)>>
-	_loser.slaveName @@color:hotpink;enjoys@@ the humiliation of being openly beaten and raped.
+	_loser.slaveName @@.hotpink;enjoys@@ the humiliation of being openly beaten and raped.
 	<<set _loser.devotion += 5>>
 <<elseif (_loser.devotion <= 50)>>
-	_loser.slaveName @@color:mediumorchid;resents@@ being beaten and molested and @@color:gold;fears@@ that it will happen again.
+	_loser.slaveName @@.mediumorchid;resents@@ being beaten and molested and @@.gold;fears@@ that it will happen again.
 	<<set _loser.devotion -= 10>>
 	<<set _loser.trust -= 10>>
 <</if>>
 <<if (_loser.rivalry > 0) && (_winner.ID == _loser.rivalryTarget)>>
-	She is @@color:mediumorchid;embarrassed@@ by losing to and being raped by _winner.slaveName, who she dislikes, and @@color:gold;fears@@ that it will happen again.
+	She is @@.mediumorchid;embarrassed@@ by losing to and being raped by _winner.slaveName, who she dislikes, and @@.gold;fears@@ that it will happen again.
 	<<set _loser.devotion -= 10>>
 	<<set _loser.trust -= 10>>
 <<elseif (_loser.relationship >= 0) && (_winner.ID == _loser.relationshipTarget) && (_loser.devotion >= 4)>>
 	She accepts _winner.slaveName having to rape her.
 <<elseif (_loser.relationship >= 0) && (_winner.ID == _loser.relationshipTarget)>>
-	She @@color:mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+	She @@.mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 	<<set _loser.trust -= 10>>
 	<<set _loser.devotion -= 10>>
 <<elseif _loser.mother == _winner.ID>>
 	<<if _loser.devotion >= 20>>
-		She accepts her mother, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
+		She accepts her mother, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
 	<<else>>
-		She @@color:mediumorchid;hates@@ having to accept rape from her own mother, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+		She @@.mediumorchid;hates@@ having to accept rape from her own mother, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
 	<</if>>
 <<elseif _loser.father == _winner.ID>>
 	<<if _loser.devotion >= 20>>
-		She accepts her father, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
+		She accepts her father, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
 	<<else>>
-		She @@color:mediumorchid;hates@@ having to accept rape from her own father, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+		She @@.mediumorchid;hates@@ having to accept rape from her own father, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
 	<</if>>
 <<elseif _winner.mother == _loser.ID || _winner.father == _loser.ID>>
 	<<if _loser.devotion >= 20>>
-		She accepts her daughter, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
+		She accepts her daughter, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
 		<<set _loser.trust -= 10>>
 	<<else>>
-		She @@color:mediumorchid;hates@@ having to accept rape from her own daughter, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+		She @@.mediumorchid;hates@@ having to accept rape from her own daughter, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 		<<set _loser.devotion -= 10>>
 		<<set _loser.trust -= 10>>
 	<</if>>
 <<elseif _loser.sisters > 0>>
 	<<if areSisters(_winner, _loser) == 1>>
 		<<if _loser.devotion >= 20>>
-			She accepts her twin sister, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
+			She accepts her twin sister, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
 		<<else>>
-			She @@color:mediumorchid;hates@@ having to accept rape from her own twin, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+			She @@.mediumorchid;hates@@ having to accept rape from her own twin, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
 		<</if>>
 	<<elseif areSisters(_winner, _loser) == 2>>
 		<<if _loser.devotion >= 20>>
-			She accepts her sister, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
+			She accepts her sister, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
 		<<else>>
-			She @@color:mediumorchid;hates@@ having to accept rape from her own sister, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+			She @@.mediumorchid;hates@@ having to accept rape from her own sister, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
 		<</if>>
 	<<elseif areSisters(_winner, _loser) == 3>>
 		<<if _loser.devotion >= 20>>
-			She accepts her half-sister, _winner.slaveName, having to rape her, but she @@color:gold;fears@@ that it will happen again.
+			She accepts her half-sister, _winner.slaveName, having to rape her, but she @@.gold;fears@@ that it will happen again.
 			<<set _loser.trust -= 10>>
 		<<else>>
-			She @@color:mediumorchid;hates@@ having to accept rape from her own half-sister, _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+			She @@.mediumorchid;hates@@ having to accept rape from her own half-sister, _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 			<<set _loser.devotion -= 10>>
 			<<set _loser.trust -= 10>>
 		<</if>>
 	<</if>>
 <<elseif (_loser.relation != 0) && (_winner.ID is _loser.relationTarget) && (_loser.devotion >= 20)>>
-	She accepts _winner.slaveName having to rape her, but she @@color:gold;fears@@ that it will happen again.
+	She accepts _winner.slaveName having to rape her, but she @@.gold;fears@@ that it will happen again.
 	<<set _loser.trust -= 10>>
 <<elseif (_loser.relation != 0) && (_winner.ID == _loser.relationTarget)>>
-	She @@color:mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@color:gold;fears@@ that it will happen again.
+	She @@.mediumorchid;hates@@ having to accept rape from _winner.slaveName, and @@.gold;fears@@ that it will happen again.
 	<<set _loser.devotion -= 10>>
 	<<set _loser.trust -= 10>>
 <</if>>
@@ -676,7 +676,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 <<if (_loser.relationship != 0)>>
 <<if (_loser.relationship <= 4)>>
 <<if (_loser.relationshipTarget == _winner.ID)>>
-	Fighting and rape have @@color:lightsalmon;damaged@@ the relationship between the slaves.
+	Fighting and rape have @@.lightsalmon;damaged@@ the relationship between the slaves.
 	<<set _loser.relationship -= 1>>
 	<<set _winner.relationship -= 1>>
 <</if>>
@@ -685,7 +685,7 @@ You throw the victor's strap-on down to _winner.slaveName.
 
 <<if (_winner.combatSkill == 0)>>
 <<if random(1,100) < (20+_winner.devotion)>>
-	With experience in $pitName, _winner.slaveName has @@color:green;learned basic combat skills.@@
+	With experience in $pitName, _winner.slaveName has @@.green;learned basic combat skills.@@
 	<<set _winner.combatSkill += 1>>
 <</if>>
 <</if>>
diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw
index 6b15f1df32d1836c505881b08d18f5b1bd6b79b5..a5dd2d1a23cc82fbc6116c1e2005aa6ef17e6a2e 100644
--- a/src/uncategorized/seRetirement.tw
+++ b/src/uncategorized/seRetirement.tw
@@ -17,14 +17,14 @@ $activeSlave.slaveName is retiring from sexual slavery this week,
 
 <<if $CitizenRetirement == 1>>
 
-in a way that will fill the rest of your property with envy and @@color:mediumaquamarine;trust.@@
+in a way that will fill the rest of your property with envy and @@.mediumaquamarine;trust.@@
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<set $slaves[$i].trust += 3>>
 <</for>>
 <<if $activeSlave.relationship > 3>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID == $activeSlave.relationshipTarget>>
-	($slaves[$i].slaveName, for her part, is @@color:hotpink;overjoyed,@@ though also a bit sad. She looks forward to joining $activeSlave.slaveName one day.)
+	($slaves[$i].slaveName, for her part, is @@.hotpink;overjoyed,@@ though also a bit sad. She looks forward to joining $activeSlave.slaveName one day.)
 	<<set $slaves[$i].devotion += 10>>
 	<</if>>
 <</for>>
@@ -162,11 +162,11 @@ As she takes her leave, heading the short distance down to her modest little apa
 	<</for>>
 	<br><br>
 	<<if $arcologies[0].FSPaternalist != "unset">>
-		Of course, your paternalistic arcology thinks this @@color:green;almost too romantic,@@ and there are jesting suggestions that outcomes this adorable ought to be illegal. The pair become celebrated citizens immediately.
+		Of course, your paternalistic arcology thinks this @@.green;almost too romantic,@@ and there are jesting suggestions that outcomes this adorable ought to be illegal. The pair become celebrated citizens immediately.
 		<<set $rep += 10*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel)>>
 		<<set $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep>>
 	<<else>>
-		Though it is not ordinarily paternalistic, even your society thinks this is @@color:green;pretty romantic.@@
+		Though it is not ordinarily paternalistic, even your society thinks this is @@.green;pretty romantic.@@
 		<<set $rep += 5*$FSSingleSlaveRep>>
 	<</if>>
 	<</replace>>
@@ -182,14 +182,14 @@ Your arcology has gained a citizen.
 
 <<elseif $BioreactorRetirement == 1>>
 
-in a way that will inevitably fill the rest of your property with @@color:gold;fear.@@
+in a way that will inevitably fill the rest of your property with @@.gold;fear.@@
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<set $slaves[$i].trust -= 3>>
 <</for>>
 <<if $activeSlave.relationship > 3>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID == $activeSlave.relationshipTarget>>
-	($slaves[$i].slaveName, for her part, is @@color:mediumorchid;horrified.@@)
+	($slaves[$i].slaveName, for her part, is @@.mediumorchid;horrified.@@)
 	<<set $slaves[$i].devotion -= 20>>
 	<</if>>
 <</for>>
@@ -220,19 +220,19 @@ It will take her some time to reach full production, a state that she'll be kept
 </span>
 
 <br><br>
-You have @@color:yellowgreen;gained a standard bioreactor.@@
+You have @@.yellowgreen;gained a standard bioreactor.@@
 <<set $menialBioreactors += 1>>
 
 <<elseif $ArcadeRetirement == 1>>
 
-in a way that will inevitably fill the rest of your property with @@color:gold;fear.@@
+in a way that will inevitably fill the rest of your property with @@.gold;fear.@@
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<set $slaves[$i].trust -= 3>>
 <</for>>
 <<if $activeSlave.relationship > 3>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID == $activeSlave.relationshipTarget>>
-	($slaves[$i].slaveName, for her part, is @@color:mediumorchid;horrified.@@)
+	($slaves[$i].slaveName, for her part, is @@.mediumorchid;horrified.@@)
 	<<set $slaves[$i].devotion -= 20>>
 	<</if>>
 <</for>>
@@ -294,7 +294,7 @@ and, a disturbingly short time later, there is a new Fuckdoll, a humanoid figure
 </span>
 
 <br><br>
-You have @@color:yellowgreen;gained a fuckdoll.@@
+You have @@.yellowgreen;gained a fuckdoll.@@
 <<set $fuckdolls += 1>>
 
 <<else>>
@@ -303,7 +303,7 @@ into a life of menial drudgery. This has little impact on your other human prope
 <<if $activeSlave.relationship > 3>>
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].ID == $activeSlave.relationshipTarget>>
-	($slaves[$i].slaveName, for her part, is @@color:mediumorchid;saddened,@@ but not seriously affected. She knew this was coming.)
+	($slaves[$i].slaveName, for her part, is @@.mediumorchid;saddened,@@ but not seriously affected. She knew this was coming.)
 	<<set $slaves[$i].devotion -= 5>>
 	<</if>>
 <</for>>
@@ -311,7 +311,7 @@ into a life of menial drudgery. This has little impact on your other human prope
 There are a thousand things a slave like her can usefully do around the arcology, and she'll do them. But she's reached the age where it's time for you and the arcology's citizens to fuck younger girls.
 
 <br><br>
-You have @@color:yellowgreen;gained a menial slave.@@
+You have @@.yellowgreen;gained a menial slave.@@
 <<set $helots += 1>>
 
 <</if>>
diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw
index da3cafa6094c0ec6c291ffbb532064352f6d28af..65d83b4ac94241f28e367df222a7ff1f137f1294 100644
--- a/src/uncategorized/seWedding.tw
+++ b/src/uncategorized/seWedding.tw
@@ -73,7 +73,7 @@
 	<br><br>
 	When she's in front of you, <<if $activeSlave.amp == 1>>the slave carrying her limbless torso sets her down on the floor in front of you and props her up so her head is level with your crotch<<else>>she gets down on her knees so her head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for her, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around her neck, since she lacks fingers to wear it on<<else>>on her finger<</if>>. There is no ring for you, since this marriage does not bind you.
 	<br><br>
-	Then, you <<if $activeSlave.amp == 1>>gather her up and hold her in front of you, pulling her panties off as you do. Showing considerable dexterity, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>><<else>>take her hand and pull her to her feet while she shimmies out of her panties. She cocks her hips for you and you slide your cock inside her before taking her knees and drawing them up to hold her in midair, impaled on you<</if>>. She is left to face your guests, watching raptly as you fuck her fertile cunt. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, it's @@color:mediumaquamarine;concrete proof that she's special to you.@@ She gasps when your seed flows into her, orgasming herself to @@color:green;applause from your guests.@@ You'll fuck her repeatedly over the next few days, ensuring impregnation.
+	Then, you <<if $activeSlave.amp == 1>>gather her up and hold her in front of you, pulling her panties off as you do. Showing considerable dexterity, you maneuver your dick inside her while holding her against your <<if $PC.boobs == 1>>breasts<<else>>chest<</if>><<else>>take her hand and pull her to her feet while she shimmies out of her panties. She cocks her hips for you and you slide your cock inside her before taking her knees and drawing them up to hold her in midair, impaled on you<</if>>. She is left to face your guests, watching raptly as you fuck her fertile cunt. Though her face is towards the crowd, her mind is concentrated on your hard cock, pumping in and out of her at an angle; to her, it's @@.mediumaquamarine;concrete proof that she's special to you.@@ She gasps when your seed flows into her, orgasming herself to @@.green;applause from your guests.@@ You'll fuck her repeatedly over the next few days, ensuring impregnation.
 	<<set $activeSlave.preg = 1>>
 	<<if ($activeSlave.drugs == "super fertility drugs")>>
 		<<if ($activeSlave.hormones == 2)>>
@@ -92,13 +92,13 @@
 	<</if>>
 	<<set $activeSlave.pregSource = -1>>
 	<<if ($activeSlave.vagina == 0)>>
-		Naturally, the ceremony @@color:lime;took her virginity,@@ @@color:hotpink;pleasing her.@@
+		Naturally, the ceremony @@.lime;took her virginity,@@ @@.hotpink;pleasing her.@@
 		<<set $activeSlave.vagina = 1>>
 		<<set $activeSlave.devotion += 5>>
 	<</if>>
 	<<if ($activeSlave.fetish == "pregnancy")>>
 	<<if ($activeSlave.fetishStrength > 60)>>
-		As a pregnancy fetishist, @@color:hotpink;she confidently believes this wedding will be the high point of her life.@@
+		As a pregnancy fetishist, @@.hotpink;she confidently believes this wedding will be the high point of her life.@@
 		<<set $activeSlave.devotion += 20>>
 	<</if>>
 	<</if>>
@@ -108,11 +108,11 @@
 	<<set $desc = "a framed shot of you impregnating " + $activeSlave.slaveName + " at your wedding">>
 	<<set $trinkets.push($desc)>>
 	<<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 0>>
-		You have @@color:red;angered@@ the Societal Elite by this public showing of everything they stand against.
+		You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against.
 		<<set $failedElite += 250>>
 	<</if>>
 <<elseif $weddingPlanned == 2>>
-	The ceremony to bind $activeSlave.slaveName to you as your slave wife is an all-day affair. She spent the day before resting and preparing herself, and this was a necessary precaution. She spends most of the daylong party at the center of a nonstop gangbang. The theory is that she'll be bound to you as your slave wife from this day onward, so she must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@color:green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside her, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, she's extracted and taken off to be bathed.
+	The ceremony to bind $activeSlave.slaveName to you as your slave wife is an all-day affair. She spent the day before resting and preparing herself, and this was a necessary precaution. She spends most of the daylong party at the center of a nonstop gangbang. The theory is that she'll be bound to you as your slave wife from this day onward, so she must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside her, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, she's extracted and taken off to be bathed.
 	<br><br>
 	She returns shortly, looking exhausted but rather proud of herself for getting through all that. She's naked still, her skin clean and $activeSlave.skin, and comes confidently to stand by you for the ceremony. The only evident signs that she's had sex with more than a hundred people today is her ass, which looks rather well-traveled, and her tiredness. She does her best to conceal how ready to sleep she is, but she leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for her, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around her neck, since she lacks fingers to wear it on<<else>>on her finger<</if>>. There is no ring for you, since this marriage does not bind you.
 	<br><br>
@@ -128,7 +128,7 @@
 	<</if>>
 	<<if $activeSlave.anus < 3>>
 		<<set $activeSlave.anus += 1>>
-		You can feel her ass, still somewhat gaped from its ordeal. It's been @@color:lime;loosened@@ by her wedding party.
+		You can feel her ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by her wedding party.
 	<</if>>
 	<<set $activeSlave.oralCount += 50>>
 	<<set $oralTotal += 50>>
@@ -207,7 +207,7 @@
 	<br><br>
 	When she's in front of you, <<if $activeSlave.amp == 1>>the slave carrying her limbless torso sets her down on the floor in front of you and props her up so her head is level with your crotch<<else>>she gets down on her knees so her head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for her, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around her neck, since she lacks fingers to wear it on<<else>>on her finger<</if>>. There is no ring for you, since this marriage does not bind you.
 	<br><br>
-	Then, you flip her veil over her head so she can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. She approaches her task <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down her throat<<else>>covering her face in girlcum<</if>>. Your guests and their attendant slaves @@color:green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry her back into the master bedroom. She rests her head against <<if $PC.boobs == 1>>your breasts<<else>>your strong chest<</if>> as you cradle her in your arms, staring up at you.
+	Then, you flip her veil over her head so she can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. She approaches her task <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down her throat<<else>>covering her face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry her back into the master bedroom. She rests her head against <<if $PC.boobs == 1>>your breasts<<else>>your strong chest<</if>> as you cradle her in your arms, staring up at you.
 	<<set $activeSlave.oralCount += 1>>
 	<<set $oralTotal += 1>>
 	<<set $rep += 750>>
diff --git a/src/uncategorized/securityForceEOWReport.tw b/src/uncategorized/securityForceEOWReport.tw
index c9818523c8ccefb0695ee82189bb8ee23f54472b..acc487d0c7431abebe99a70411518ef05cfd9404 100644
--- a/src/uncategorized/securityForceEOWReport.tw
+++ b/src/uncategorized/securityForceEOWReport.tw
@@ -184,7 +184,7 @@
 	<</silently>>
 	__Status and Activities of the $securityForceName __:
 	This week, the $securityForceName, $securityForcePersonnel strong, focused on <<if $securityForceFocus == "recruit">>recruiting and training more personnel. Smaller parties ventured out to protect the arcology's trade routes and strike targets of opportunity.<<elseif $securityForceFocus == "secure">>securing the trade routes between the arcology and the surrounding area. Smaller parties ventured out to strike targets of opportunity and process new recruits.
-	<<elseif $securityForceFocus == "raiding">>locating and striking targets of opportunity, capturing both material loot and new slaves. Smaller parties secured the most important of the arcology's trade routes and processed new recruits. <</if>> These activities have, overall, @@color:green;improved@@ your arcology's prosperity. <<if $securityForceProfitable == 1>>The goods procured by the $securityForceName this week, after accounting for the spoils retained by individual soldiers, were @@color:green;more than sufficient@@ to cover expenses. Excess material and human assets totalling @@color:yellowgreen;¤$securityForceIncome@@ (after liquidation) were transferred to your accounts. <<else>>The goods procured by the security force were, after accounting for the spoils retained by individual soldiers, @@color:red;barely enough@@ to cover expenses. More growth will be needed to ensure profitability.<</if>> The $securityForceName managed to recruit $securityForceRecruit new soldiers this week, and your reputation has @@color:green;improved@@ through the improvement of trade security.
+	<<elseif $securityForceFocus == "raiding">>locating and striking targets of opportunity, capturing both material loot and new slaves. Smaller parties secured the most important of the arcology's trade routes and processed new recruits. <</if>> These activities have, overall, @@.green;improved@@ your arcology's prosperity. <<if $securityForceProfitable == 1>>The goods procured by the $securityForceName this week, after accounting for the spoils retained by individual soldiers, were @@.green;more than sufficient@@ to cover expenses. Excess material and human assets totalling @@.yellowgreen;¤$securityForceIncome@@ (after liquidation) were transferred to your accounts. <<else>>The goods procured by the security force were, after accounting for the spoils retained by individual soldiers, @@.red;barely enough@@ to cover expenses. More growth will be needed to ensure profitability.<</if>> The $securityForceName managed to recruit $securityForceRecruit new soldiers this week, and your reputation has @@.green;improved@@ through the improvement of trade security.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Your instructions to the Colonel://
 		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deployment focus: <span id="focus"><<if $securityForceFocus == "recruit">>''Recruiting and Training''<<elseif $securityForceFocus == "secure">>''Securing Trade Routes''<<else>>''Raiding and Slaving''<</if>></span>.&nbsp;&nbsp; <<link "Recruit and Train">><<set $securityForceFocus = "recruit">><<replace "#focus">>''Recruiting and Training''<</replace>><</link>> | <<link "Secure Trade Routes">><<set $securityForceFocus = "secure">><<replace "#focus">>''Securing Trade Routes''<</replace>><</link>> | <<link "Raiding and Slaving">><<set $securityForceFocus = "raiding">><<replace "#focus">>''Raiding and Slaving''<</replace>><</link>>
 		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rules of Engagement: <span id="roe"><<if $securityForceRulesOfEngagement == "hold">>''Hold Fire''<<elseif $securityForceRulesOfEngagement == "limited">>''Limited Fire''<<else>>''Free Fire''<</if>></span>.&nbsp;&nbsp; <<link "Hold Fire">><<set $securityForceRulesOfEngagement = "hold">><<replace "#roe">>''Hold Fire''<</replace>><</link>> | <<link "Limited Fire">><<set $securityForceRulesOfEngagement = "limited">><<replace "#roe">>''Limited Fire''<</replace>><</link>> | <<link "Free Fire">><<set $securityForceRulesOfEngagement = "free">><<replace "#roe">>''Free Fire''<</replace>><</link>>
diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw
index ff8aa05a7a62281d9e245aff6d370abcd371e528..7f45e92701236c3468ca0c414b3fb443fa88bd57 100644
--- a/src/uncategorized/servantsQuartersReport.tw
+++ b/src/uncategorized/servantsQuartersReport.tw
@@ -77,18 +77,18 @@
 		<</if>>
 	<</if>>
 	<<if _FLsFetish == 1>>
-		She's allowed and even expected to use her charges for her own gratification, and sometimes they'll even instigate submissive sex with her just to ingratiate themselves. She becomes comfortable with the role of a @@color:lightcoral;sexual dominant.@@
+		She's allowed and even expected to use her charges for her own gratification, and sometimes they'll even instigate submissive sex with her just to ingratiate themselves. She becomes comfortable with the role of a @@.lightcoral;sexual dominant.@@
 	<<elseif _FLsFetish == 2>>
-		Having a legion of girls jumping to obey her daily commands @@color:lightsalmon;makes her more dominant.@@
+		Having a legion of girls jumping to obey her daily commands @@.lightsalmon;makes her more dominant.@@
 	<</if>>
 	<<if ($Stewardess.health < 10)>>
 		Though $Stewardess.slaveName tries to watch the servants, her lack of good health inhibits her.
 	<<elseif ($Stewardess.health < 80)>>
 		<<set $stewardessBonus += 50>>
-		Her good health allows her to work long hours and @@color:yellowgreen;drive@@ the servants hard.
+		Her good health allows her to work long hours and @@.yellowgreen;drive@@ the servants hard.
 	<<else>>
 		<<set $stewardessBonus += 75>>
-		Her perfect health allows her to work exhaustive hours and @@color:yellowgreen;drive@@ the servants very hard.
+		Her perfect health allows her to work exhaustive hours and @@.yellowgreen;drive@@ the servants very hard.
 	<</if>>
 	<<if $stewardessCareers.includes($Stewardess.career)>>
 		<<set $stewardessBonus += 25>>
@@ -181,9 +181,9 @@
 		<</if>>
 	<</for>>
 		<<if ($Stewardess.fetishKnown == 1) && ($Stewardess.fetish == "dom")>>
-			She walks among the cowering servants as a queen among peasants, playing the role of dominant to perfection and increasing her charges' @@color:hotpink;obedience.@@
+			She walks among the cowering servants as a queen among peasants, playing the role of dominant to perfection and increasing her charges' @@.hotpink;obedience.@@
 		<<elseif ($Stewardess.energy > 95)>>
-			She walks among the cowering servants looking for an excuse to extract sex from shirkers as @@color:hotpink;punishment.@@
+			She walks among the cowering servants looking for an excuse to extract sex from shirkers as @@.hotpink;punishment.@@
 		<</if>>
 		/% Get it out of the loop %/
 		<<set $cash += ($stewardessBonus * $servantsQuartersSlaves)>>
@@ -192,11 +192,11 @@
 <</if>>
 
 <<if _stewardessImpregnated == 1>>
-	The Societal Elite know you've ordered $Stewardess.slaveName to impregnate your maids. @@color:red;They are not amused by your disenterest in eugenics.@@
+	The Societal Elite know you've ordered $Stewardess.slaveName to impregnate your maids. @@.red;They are not amused by your disenterest in eugenics.@@
 	<<set $failedElite += 10>>
 <</if>>
 <<if ($servantsQuartersSlaves > 0)>>
-	&nbsp;&nbsp;&nbsp;&nbsp;<<if ($servantsQuartersSlaves != 1)>>''There are $servantsQuartersSlaves slaves working out of the servants' quarters.'' They work to<<else>>''There is one slave working out of the servants' quarters.'' She works to<</if>> @@color:yellowgreen;reduce@@ your household expenses; having a well-staffed house slightly @@color:green;increases@@ your reputation.
+	&nbsp;&nbsp;&nbsp;&nbsp;<<if ($servantsQuartersSlaves != 1)>>''There are $servantsQuartersSlaves slaves working out of the servants' quarters.'' They work to<<else>>''There is one slave working out of the servants' quarters.'' She works to<</if>> @@.yellowgreen;reduce@@ your household expenses; having a well-staffed house slightly @@.green;increases@@ your reputation.
 <</if>>
 
 <<if ($Stewardess != 0)>>
@@ -209,7 +209,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[_FLs].slaveName@@__'' is serving as your stewardess.
+		''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as your stewardess.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[_FLs].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -280,7 +280,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is working out of the servants' quarters.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is working out of the servants' quarters.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA servant">>
 		<<if ($servantMilkers == 1) && ($slaves[_i].lactation > 0)>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA get milked">>
@@ -329,10 +329,10 @@
 		<br><br>&nbsp;&nbsp;&nbsp;
 	<</if>>
 	<<if _SQMilk > 0>>
-		Since your lactating servants spend most of their time working in the penthouse, they use the milkers there, giving _SQMilk liters of milk over the week, which is sold for @@color:yellowgreen;¤_SQMilkSale.@@
+		Since your lactating servants spend most of their time working in the penthouse, they use the milkers there, giving _SQMilk liters of milk over the week, which is sold for @@.yellowgreen;¤_SQMilkSale.@@
 	<</if>>
 	<<if $servantsQuartersDecoration != "standard">>
-		$servantsQuartersNameCaps's $servantsQuartersDecoration atmosphere @@color:hotpink;has a minor impact on your servants.@@
+		$servantsQuartersNameCaps's $servantsQuartersDecoration atmosphere @@.hotpink;has a minor impact on your servants.@@
 	<</if>>
 
 	<<set $servantMilkersMultiplier = 1, $repGain += $servantsQuartersSlaves*20>>
diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw
index 35f211fd34a13961a713815bc6e11962c144e0ac..f0446c7ab0b02cc3bd2ee0ecd9c4b0a3fe98b37f 100644
--- a/src/uncategorized/slaveAssignmentsReport.tw
+++ b/src/uncategorized/slaveAssignmentsReport.tw
@@ -12,23 +12,23 @@
 <</if>>
 
 <<if ndef $slaves[_i].whoreSkill>>
-	@@color:yellow;Reset bad whore skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
+	@@.yellow;Reset bad whore skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
 	<<set $slaves[_i].whoreSkill = 0>>
 <</if>>
 <<if ndef $slaves[_i].entertainSkill>>
-	@@color:yellow;Reset bad entertain skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
+	@@.yellow;Reset bad entertain skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
 	<<set $slaves[_i].entertainSkill = 0>>
 <</if>>
 <<if ndef $slaves[_i].vaginalSkill>>
-	@@color:yellow;Reset bad vaginal skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
+	@@.yellow;Reset bad vaginal skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
 	<<set $slaves[_i].vaginalSkill = 0>>
 <</if>>
 <<if ndef $slaves[_i].analSkill>>
-	@@color:yellow;Reset bad anal skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
+	@@.yellow;Reset bad anal skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
 	<<set $slaves[_i].analSkill = 0>>
 <</if>>
 <<if ndef $slaves[_i].oralSkill>>
-	@@color:yellow;Reset bad skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
+	@@.yellow;Reset bad skill for $slaves[_i].slaveName.@@ Report this as a bug if it reoccurs.<br>
 	<<set $slaves[_i].oralSkill = 0>>
 <</if>>
 
@@ -40,22 +40,22 @@
 <<case "be your Head Girl">>
 	<<set $HeadGirl = $slaves[_i]>>
 	<<if $HeadGirl.fetish == "mindbroken">>
-		''__@@color:pink;$HeadGirl.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your head girl any more.@@<br>
+		''__@@.pink;$HeadGirl.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your head girl any more.@@<br>
 		<<set $HeadGirl = 0>>
 	<<elseif canTalk($HeadGirl) == false>>
-		''__@@color:pink;$HeadGirl.slaveName@@__'' can't give slaves verbal orders @@color:yellow;and cannot serve as your head girl any more.@@<br>
+		''__@@.pink;$HeadGirl.slaveName@@__'' can't give slaves verbal orders @@.yellow;and cannot serve as your head girl any more.@@<br>
 		<<set $HeadGirl = 0>>
 	<<elseif canWalk($HeadGirl) != true>>
-		''__@@color:pink;$HeadGirl.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your head girl any more.@@<br>
+		''__@@.pink;$HeadGirl.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your head girl any more.@@<br>
 		<<set $HeadGirl = 0>>
 	<<elseif canSee($HeadGirl) != true>>
-		''__@@color:pink;$HeadGirl.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your head girl any more.@@<br>
+		''__@@.pink;$HeadGirl.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your head girl any more.@@<br>
 		<<set $HeadGirl = 0>>
 	<<elseif $HeadGirl.preg > 31 && $HeadGirl.pregType == 50>>
-		''__@@color:pink;$HeadGirl.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your head girl any longer@@.
+		''__@@.pink;$HeadGirl.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your head girl any longer@@.
 		<<set $HeadGirl = 0>>
 	<<elseif $HeadGirl.devotion <= 20>>
-		''__@@color:pink;$HeadGirl.slaveName@@__'' is no longer even accepting of you, @@color:yellow;and cannot serve as your head girl any more.@@<br>
+		''__@@.pink;$HeadGirl.slaveName@@__'' is no longer even accepting of you, @@.yellow;and cannot serve as your head girl any more.@@<br>
 		<<set $HeadGirl = 0>>
 	<</if>>
 	<<if $HeadGirl != 0>>
@@ -88,19 +88,19 @@
 <<case "recruit girls">>
 	<<set $Recruiter = $slaves[_i]>>
 	<<if $Recruiter.fetish == "mindbroken">>
-		''__@@color:pink;$Recruiter.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your recruiter any more.@@<br>
+		''__@@.pink;$Recruiter.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your recruiter any more.@@<br>
 		<<set $Recruiter = 0>>
 	<<elseif canTalk($Recruiter) == false>>
-		''__@@color:pink;$Recruiter.slaveName@@__'' can't verbally entice marks @@color:yellow;and cannot serve as your recruiter any more.@@<br>
+		''__@@.pink;$Recruiter.slaveName@@__'' can't verbally entice marks @@.yellow;and cannot serve as your recruiter any more.@@<br>
 		<<set $Recruiter = 0>>
 	<<elseif $Recruiter.preg > 31 && $Recruiter.pregType == 50>>
-		''__@@color:pink;$Recruiter.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your recruiter any longer@@.
+		''__@@.pink;$Recruiter.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your recruiter any longer@@.
 		<<set $Recruiter = 0>>
 	<<elseif canWalk($Recruiter) != true>>
-		''__@@color:pink;$Recruiter.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your recruiter any more.@@<br>
+		''__@@.pink;$Recruiter.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your recruiter any more.@@<br>
 		<<set $Recruiter = 0>>
 	<<elseif canSee($Recruiter) != true>>
-		''__@@color:pink;$Recruiter.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your recruiter any more.@@<br>
+		''__@@.pink;$Recruiter.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your recruiter any more.@@<br>
 		<<set $Recruiter = 0>>
 	<</if>>
 	<<if $Recruiter == 0>>
@@ -109,19 +109,19 @@
 <<case "be the Madam">>
 	<<set $Madam = $slaves[_i]>>
 	<<if canTalk($Madam) == false>>
-		''__@@color:pink;$Madam.slaveName@@__'' can't give whores verbal orders @@color:yellow;and cannot serve as your Madam any more.@@<br>
+		''__@@.pink;$Madam.slaveName@@__'' can't give whores verbal orders @@.yellow;and cannot serve as your Madam any more.@@<br>
 		<<set $Madam = 0>>
 	<<elseif $Madam.preg > 31 && $Madam.pregType == 50>>
-		''__@@color:pink;$Madam.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Madam any longer@@.
+		''__@@.pink;$Madam.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Madam any longer@@.
 		<<set $Madam = 0>>
 	<<elseif $Madam.fetish == "mindbroken">>
-		''__@@color:pink;$Madam.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your Madam any more.@@<br>
+		''__@@.pink;$Madam.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Madam any more.@@<br>
 		<<set $Madam = 0>>
 	<<elseif canWalk($Madam) != true>>
-		''__@@color:pink;$Madam.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your Madam any more.@@<br>
+		''__@@.pink;$Madam.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Madam any more.@@<br>
 		<<set $Madam = 0>>
 	<<elseif canSee($Madam) != true>>
-		''__@@color:pink;$Madam.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Madam any more.@@<br>
+		''__@@.pink;$Madam.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Madam any more.@@<br>
 		<<set $Madam = 0>>
 	<</if>>
 	<<if $Madam == 0>>
@@ -130,16 +130,16 @@
 <<case "be the DJ">>
 	<<set $DJ = $slaves[_i]>>
 	<<if canTalk($DJ) == false>>
-		''__@@color:pink;$DJ.slaveName@@__'' can't speak @@color:yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$DJ.slaveName@@__'' can't speak @@.yellow;and cannot serve as your DJ any more.@@<br>
 		<<set $DJ = 0>>
 	<<elseif $DJ.preg > 31 && $DJ.pregType == 50>>
-		''__@@color:pink;$DJ.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your DJ any longer@@.
+		''__@@.pink;$DJ.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your DJ any longer@@.
 		<<set $DJ = 0>>
 	<<elseif $DJ.fetish == "mindbroken">>
-		''__@@color:pink;$DJ.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$DJ.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your DJ any more.@@<br>
 		<<set $DJ = 0>>
 	<<elseif canWalk($DJ) != true>>
-		''__@@color:pink;$DJ.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your DJ any more.@@<br>
+		''__@@.pink;$DJ.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your DJ any more.@@<br>
 		<<set $DJ = 0>>
 	<</if>>
 	<<if $DJ == 0>>
@@ -148,16 +148,16 @@
 <<case "be the Milkmaid">>
 	<<set $Milkmaid = $slaves[_i]>>
 	<<if $Milkmaid.fetish == "mindbroken">>
-		''__@@color:pink;$Milkmaid.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your Milkmaid any more.@@<br>
+		''__@@.pink;$Milkmaid.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Milkmaid any more.@@<br>
 		<<set $Milkmaid = 0>>
 	<<elseif $Milkmaid.preg > 31 && $Milkmaid.pregType == 50>>
-		''__@@color:pink;$Milkmaid.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Milkmaid any longer@@.
+		''__@@.pink;$Milkmaid.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Milkmaid any longer@@.
 		<<set $Milkmaid = 0>>
 	<<elseif canWalk($Milkmaid) != true>>
-		''__@@color:pink;$Milkmaid.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your Milkmaid any more.@@<br>
+		''__@@.pink;$Milkmaid.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Milkmaid any more.@@<br>
 		<<set $Milkmaid = 0>>
 	<<elseif canSee($Milkmaid) != true>>
-		''__@@color:pink;$Milkmaid.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Milkmaid any more.@@<br>
+		''__@@.pink;$Milkmaid.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Milkmaid any more.@@<br>
 		<<set $Milkmaid = 0>>
 	<</if>>
 	<<if $Milkmaid == 0>>
@@ -166,19 +166,19 @@
 <<case "be the Stewardess">>
 	<<set $Stewardess = $slaves[_i]>>
 	<<if canTalk($Stewardess) == false>>
-		''__@@color:pink;$Stewardess.slaveName@@__'' can't give servants verbal orders @@color:yellow;and cannot serve as your Stewardess any more.@@<br>
+		''__@@.pink;$Stewardess.slaveName@@__'' can't give servants verbal orders @@.yellow;and cannot serve as your Stewardess any more.@@<br>
 		<<set $Stewardess = 0>>
 	<<elseif $Stewardess.preg > 31 && $Stewardess.pregType == 50>>
-		''__@@color:pink;$Stewardess.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Stewardess any longer@@.
+		''__@@.pink;$Stewardess.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Stewardess any longer@@.
 		<<set $Stewardess = 0>>
 	<<elseif $Stewardess.fetish == "mindbroken">>
-		''__@@color:pink;$Stewardess.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your Stewardess any more.@@<br>
+		''__@@.pink;$Stewardess.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Stewardess any more.@@<br>
 		<<set $Stewardess = 0>>
 	<<elseif canWalk($Stewardess) != true>>
-		''__@@color:pink;$Stewardess.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your Stewardess any more.@@<br>
+		''__@@.pink;$Stewardess.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Stewardess any more.@@<br>
 		<<set $Stewardess = 0>>
 	<<elseif canSee($Stewardess) != true>>
-		''__@@color:pink;$Stewardess.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Stewardess any more.@@<br>
+		''__@@.pink;$Stewardess.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Stewardess any more.@@<br>
 		<<set $Stewardess = 0>>
 	<</if>>
 	<<if $Stewardess == 0>>
@@ -187,16 +187,16 @@
 <<case "be the Schoolteacher">>
 	<<set $Schoolteacher = $slaves[_i]>>
 	<<if canTalk($Schoolteacher) == false>>
-		''__@@color:pink;$Schoolteacher.slaveName@@__'' can't give verbal instruction @@color:yellow;and cannot serve as your Schoolteacher any more.@@<br>
+		''__@@.pink;$Schoolteacher.slaveName@@__'' can't give verbal instruction @@.yellow;and cannot serve as your Schoolteacher any more.@@<br>
 		<<set $Schoolteacher = 0>>
 	<<elseif $Schoolteacher.preg > 31 && $Schoolteacher.pregType == 50>>
-		''__@@color:pink;$Schoolteacher.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Schoolteacher any longer@@.
+		''__@@.pink;$Schoolteacher.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Schoolteacher any longer@@.
 		<<set $Schoolteacher = 0>>
 	<<elseif $Schoolteacher.fetish == "mindbroken">>
-		''__@@color:pink;$Schoolteacher.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your Schoolteacher any more.@@<br>
+		''__@@.pink;$Schoolteacher.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Schoolteacher any more.@@<br>
 		<<set $Schoolteacher = 0>>
 	<<elseif canSee($Schoolteacher) != true>>
-		''__@@color:pink;$Schoolteacher.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Schoolteacher any more.@@<br>
+		''__@@.pink;$Schoolteacher.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Schoolteacher any more.@@<br>
 		<<set $Schoolteacher = 0>>
 	<</if>>
 	<<if $Schoolteacher == 0>>
@@ -205,13 +205,13 @@
 <<case "be the Wardeness">>
 	<<set $Wardeness = $slaves[_i]>>
 	<<if canWalk($Wardeness) != true>>
-		''__@@color:pink;$Wardeness.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your Wardeness any more.@@<br>
+		''__@@.pink;$Wardeness.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Wardeness any more.@@<br>
 		<<set $Wardeness = 0>>
 	<<elseif $Wardeness.preg > 31 && $Wardeness.pregType == 50>>
-		''__@@color:pink;$Wardeness.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Wardeness any longer@@.
+		''__@@.pink;$Wardeness.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Wardeness any longer@@.
 		<<set $Wardeness = 0>>
 	<<elseif canSee($Wardeness) != true>>
-		''__@@color:pink;$Wardeness.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Wardeness any more.@@<br>
+		''__@@.pink;$Wardeness.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Wardeness any more.@@<br>
 		<<set $Wardeness = 0>>
 	<</if>>
 	<<if $Wardeness == 0>>
@@ -220,13 +220,13 @@
 <<case "be the Attendant">>
 	<<set $Attendant = $slaves[_i]>>
 	<<if $Attendant.fetish == "mindbroken">>
-		''__@@color:pink;$Attendant.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your Attendant any more.@@<br>
+		''__@@.pink;$Attendant.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Attendant any more.@@<br>
 		<<set $Attendant = 0>>
 	<<elseif $Attendant.preg > 31 && $Attendant.pregType == 50>>
-		''__@@color:pink;$Attendant.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Attendant any longer@@.
+		''__@@.pink;$Attendant.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Attendant any longer@@.
 		<<set $Attendant = 0>>
 	<<elseif canWalk($Attendant) != true>>
-		''__@@color:pink;$Attendant.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your Attendant any more.@@<br>
+		''__@@.pink;$Attendant.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Attendant any more.@@<br>
 		<<set $Attendant = 0>>
 	<</if>>
 	<<if $Attendant == 0>>
@@ -235,16 +235,16 @@
 <<case "be the Nurse">>
 	<<set $Nurse = $slaves[_i]>>
 	<<if $Nurse.fetish == "mindbroken">>
-		''__@@color:pink;$Nurse.slaveName@@__'' is mindbroken @@color:yellow;and cannot serve as your Nurse any more.@@<br>
+		''__@@.pink;$Nurse.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Nurse any more.@@<br>
 		<<set $Nurse = 0>>
 	<<elseif $Nurse.preg > 31 && $Nurse.pregType == 50>>
-		''__@@color:pink;$Nurse.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your Nurse any longer@@.
+		''__@@.pink;$Nurse.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Nurse any longer@@.
 		<<set $Nurse = 0>>
 	<<elseif canWalk($Nurse) != true>>
-		''__@@color:pink;$Nurse.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your Nurse any more.@@<br>
+		''__@@.pink;$Nurse.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Nurse any more.@@<br>
 		<<set $Nurse = 0>>
 	<<elseif canSee($Nurse) != true>>
-		''__@@color:pink;$Nurse.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Nurse any more.@@<br>
+		''__@@.pink;$Nurse.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Nurse any more.@@<br>
 		<<set $Nurse = 0>>
 	<</if>>
 	<<if $Nurse == 0>>
@@ -253,13 +253,13 @@
 <<case "guard you">>
 	<<set $Bodyguard = $slaves[_i]>>
 	<<if canWalk($Bodyguard) != true>>
-		''__@@color:pink;$Bodyguard.slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot serve as your bodyguard any more.@@<br>
+		''__@@.pink;$Bodyguard.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your bodyguard any more.@@<br>
 		<<set $Bodyguard = 0>>
 	<<elseif $Bodyguard.preg > 31 && $Bodyguard.pregType == 50>>
-		''__@@color:pink;$Bodyguard.slaveName@@__'' spends so much time giving birth and laboring that @@color:yellow;she cannot effectively serve as your bodyguard any longer@@.
+		''__@@.pink;$Bodyguard.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your bodyguard any longer@@.
 		<<set $Bodyguard = 0>>
 	<<elseif canSee($Bodyguard) != true>>
-		''__@@color:pink;$Bodyguard.slaveName@@__'' can no longer see @@color:yellow;and cannot serve as your Bodyguard any more.@@<br>
+		''__@@.pink;$Bodyguard.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Bodyguard any more.@@<br>
 		<<set $Bodyguard = 0>>
 	<</if>>
 	<<if $Bodyguard == 0>>
@@ -275,10 +275,10 @@
 	<<if $slaves[_i].ID == $Lurcher.ID>>
 		<<set $Lurcher = $slaves[_i]>>
 		<<if canWalk($Lurcher) != true>>
-			''__@@color:pink;$Lurcher.slaveName@@__'' is no longer able to run @@color:yellow;and cannot course as a lurcher.@@<br>
+			''__@@.pink;$Lurcher.slaveName@@__'' is no longer able to run @@.yellow;and cannot course as a lurcher.@@<br>
 			<<set $Lurcher = 0>>
 		<<elseif $Lurcher.preg > 31 && $Lurcher.pregType >= 10>>
-			''__@@color:pink;$Lurcher.slaveName@@__'' is too pregnant to run @@color:yellow;and cannot course as a lurcher.@@
+			''__@@.pink;$Lurcher.slaveName@@__'' is too pregnant to run @@.yellow;and cannot course as a lurcher.@@
 			<<set $Lurcher = 0>>
 		<</if>>
 	<</if>>
@@ -286,7 +286,7 @@
 
 <<if $fighterIDs.includes($slaves[_i])>>
 	<<if canWalk($slaves[_i]) != true>>
-		''__@@color:pink;$slaves[_i].slaveName@@__'' is no longer independently mobile @@color:yellow;and cannot fight any more.@@ She has been removed from $pitName roster<br>.
+		''__@@.pink;$slaves[_i].slaveName@@__'' is no longer independently mobile @@.yellow;and cannot fight any more.@@ She has been removed from $pitName roster<br>.
 		<<for _k = 0; _k < $fighterIDs.length; _k++>>
 		<<if $slaves[_i].ID == $fighterIDs[_k]>>
 			<<set _dump = $fighterIDs.deleteAt(_k)>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index df68675d3ba92bf94ab7ec6ff4b70ad6162dd51b..efc1b8ab21c33aa7a7905dec958ca99f33ebad1d 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -42,7 +42,7 @@
 
 <<include "Place In Line">>
 <center>
-@@color:cyan;[?,Q] @@<span id="prevSlave"><strong><<link "Prev">><<goto "Previous Slave In Line">><</link>></strong></span>&nbsp;&nbsp;&nbsp;&nbsp;''__@@color:pink;$activeSlave.slaveName@@__''&nbsp;&nbsp;&nbsp;&nbsp;<span id="nextSlave"><strong><<link "Next">><<goto "Next Slave In Line">><</link>></strong></span>@@color:cyan; [E,?]@@
+@@.cyan;[?,Q] @@<span id="prevSlave"><strong><<link "Prev">><<goto "Previous Slave In Line">><</link>></strong></span>&nbsp;&nbsp;&nbsp;&nbsp;''__@@.pink;$activeSlave.slaveName@@__''&nbsp;&nbsp;&nbsp;&nbsp;<span id="nextSlave"><strong><<link "Next">><<goto "Next Slave In Line">><</link>></strong></span>@@.cyan; [E,?]@@
 </center>
 <br>
 <<if $seeDetails == 1>>
@@ -1206,9 +1206,9 @@ __Required Bloating__: <strong><span id="inflate"><<if $activeSlave.inflation is
 
 <br><br>
 <<if ($slaveCostFactor > 1)>>
-	@@color:yellow;The slave market is bullish; the price of slaves is high.@@
+	@@.yellow;The slave market is bullish; the price of slaves is high.@@
 <<elseif ($slaveCostFactor < 1)>>
-	@@color:yellow;The slave market is bearish; the price of slaves is low.@@
+	@@.yellow;The slave market is bearish; the price of slaves is low.@@
 <</if>>
 
 <<if (_SL > 1)>>
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index 44c706b2c3cbd5e051d98677da57c40e8726f553..76031a28b7b2a5a49d8ffbdcb8693a82f8db547a 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -7,35 +7,35 @@
 	<<if $familyTesting == 1>>
 		<<for $j = 0; $j < $slaves.length; $j++>>
 			<<if $activeSlave.mother == $slaves[$j].ID>>
-				$slaves[$j].slaveName is @@color:mediumorchid;grieved@@ that you are selling her daughter.
+				$slaves[$j].slaveName is @@.mediumorchid;grieved@@ that you are selling her daughter.
 				<br><br>
 				<<set $slaves[$j].devotion -= 20>>
 			<</if>>
 			<<if $activeSlave.father == $slaves[$j].ID>>
-				$slaves[$j].slaveName is @@color:mediumorchid;disappointed@@ that you are selling her daughter.
+				$slaves[$j].slaveName is @@.mediumorchid;disappointed@@ that you are selling her daughter.
 				<br><br>
 				<<set $slaves[$j].devotion -= 10>>
 			<</if>>
 			<<if $activeSlave.ID == $slaves[$j].father>>
-				$slaves[$j].slaveName is @@color:mediumorchid;saddened@@ that you are selling her father.
+				$slaves[$j].slaveName is @@.mediumorchid;saddened@@ that you are selling her father.
 				<br><br>
 				<<set $slaves[$j].devotion -= 10>>
 			<</if>>
 			<<if $activeSlave.ID == $slaves[$j].mother>>
-				$slaves[$j].slaveName is @@color:mediumorchid;grieved@@ that you are selling her mother.
+				$slaves[$j].slaveName is @@.mediumorchid;grieved@@ that you are selling her mother.
 				<br><br>
 				<<set $slaves[$j].devotion -= 20>>
 			<</if>>
 			<<if areSisters($activeSlave, $slaves[$j]) == 1>>
-				$slaves[$j].slaveName is @@color:mediumorchid;devastated@@ that you are selling her twin.
+				$slaves[$j].slaveName is @@.mediumorchid;devastated@@ that you are selling her twin.
 				<br><br>
 				<<set $slaves[$j].devotion -= 30>>
 			<<elseif areSisters($activeSlave, $slaves[$j]) == 2>>
-				$slaves[$j].slaveName is @@color:mediumorchid;grieved@@ that you are selling her sister.
+				$slaves[$j].slaveName is @@.mediumorchid;grieved@@ that you are selling her sister.
 				<br><br>
 				<<set $slaves[$j].devotion -= 20>>
 			<<elseif areSisters($activeSlave, $slaves[$j]) == 3>>
-				$slaves[$j].slaveName is @@color:mediumorchid;disheartened@@ that you are selling her half-sister.
+				$slaves[$j].slaveName is @@.mediumorchid;disheartened@@ that you are selling her half-sister.
 				<br><br>
 				<<set $slaves[$j].devotion -= 10>>
 			<</if>>
@@ -45,7 +45,7 @@
 		<<for $j = 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID == $activeSlave.relationTarget>>
 			<<if $slaves[$j].fetish != "mindbroken">>
-				$slaves[$j].slaveName is @@color:mediumorchid;grieved@@ that you are selling her $activeSlave.relation.
+				$slaves[$j].slaveName is @@.mediumorchid;grieved@@ that you are selling her $activeSlave.relation.
 			<br><br>
 				<<set $slaves[$j].devotion -= 20>>
 				<<set $display to 1>>
@@ -59,7 +59,7 @@
 		<<for $j = 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID == $activeSlave.relationshipTarget>>
 			<<if $slaves[$j].fetish != "mindbroken">>
-				$slaves[$j].slaveName is @@color:mediumorchid;grieved@@ that you are selling her best source of comfort and companionship in a life of bondage.
+				$slaves[$j].slaveName is @@.mediumorchid;grieved@@ that you are selling her best source of comfort and companionship in a life of bondage.
 			<br><br>
 				<<set $slaves[$j].devotion -= $slaves[$j].relationship>>
 				<<set $display = 1>>
@@ -68,7 +68,7 @@
 			<</if>>
 		<</for>>
 	<<elseif $activeSlave.relationship == -3>>
-		Selling one of your slave wives is @@color:red;socially unacceptable.@@ In addition, your other devoted slaves are @@color:gold;worried@@ that you may not respect their status.
+		Selling one of your slave wives is @@.red;socially unacceptable.@@ In addition, your other devoted slaves are @@.gold;worried@@ that you may not respect their status.
 	<br><br>
 		<<set $rep -= 200>>
 		<<set $display = 1>>
@@ -82,7 +82,7 @@
 		<<for $j = 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID == $activeSlave.rivalryTarget>>
 			<<if $slaves[$j].fetish != "mindbroken">>
-				$slaves[$j].slaveName is @@color:hotpink;pleased@@ that she won't have to see her rival any more.
+				$slaves[$j].slaveName is @@.hotpink;pleased@@ that she won't have to see her rival any more.
 			<br><br>
 				<<set $slaves[$j].devotion += $slaves[$j].rivalry*0.3>>
 				<<set $display = 1>>
@@ -106,7 +106,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other older, obedient slaves are @@color:mediumaquamarine;reassured@@ that if they're sold, they can hope for better than life in a cheap brothel.
+	Your other older, obedient slaves are @@.mediumaquamarine;reassured@@ that if they're sold, they can hope for better than life in a cheap brothel.
 	<</if>>
 
 <<case "buttbreaker">>
@@ -118,7 +118,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other anal virgins @@color:gold;fear for their asses@@ should you decide to sell them.
+	Your other anal virgins @@.gold;fear for their asses@@ should you decide to sell them.
 	<</if>>
 
 <<case "cheap brothel">>
@@ -130,7 +130,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other slave prostitutes @@color:gold;fear they'll be condemned@@ to similar exploitation in their turn.
+	Your other slave prostitutes @@.gold;fear they'll be condemned@@ to similar exploitation in their turn.
 	<</if>>
 
 <<case "nice brothel">>
@@ -142,7 +142,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other slave prostitutes @@color:mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them.
+	Your other slave prostitutes @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them.
 	<</if>>
 
 <<case "factory farm">>
@@ -154,7 +154,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other slaves are @@color:gold;afraid they'll end up like that too,@@ since the factory farms will buy almost anyone. Only your devoted slaves trust you to spare them such a fate.
+	Your other slaves are @@.gold;afraid they'll end up like that too,@@ since the factory farms will buy almost anyone. Only your devoted slaves trust you to spare them such a fate.
 	<</if>>
 
 <<case "elite auction">>
@@ -166,7 +166,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your non-chosen slaves @@color:mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is recieving.
+	Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is recieving.
 	<</if>>
 
 <<case "free range">>
@@ -178,7 +178,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other cows @@color:mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them.
+	Your other cows @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them.
 	<</if>>
 
 <<case "volume breeder">>
@@ -190,7 +190,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other fertile slaves @@color:gold;fear they'll be sold as breeding stock@@ if they fail to make themselves useful to you otherwise.
+	Your other fertile slaves @@.gold;fear they'll be sold as breeding stock@@ if they fail to make themselves useful to you otherwise.
 	<</if>>
 
 <<case "preg fetishist">>
@@ -204,7 +204,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves with pregnancy fetishes envy her, and @@color:mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life.
+	Your slaves with pregnancy fetishes envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life.
 	<</if>>
 
 <<case "nipple fetishist">>
@@ -218,7 +218,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves with breast fetishes envy her, and @@color:mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life.
+	Your slaves with breast fetishes envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life.
 	<</if>>
 
 <<case "anal fetishist">>
@@ -232,7 +232,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your buttsluts envy her, and @@color:mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves orgasming with dicks up their asses anyway.
+	Your buttsluts envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves orgasming with dicks up their asses anyway.
 	<</if>>
 
 <<case "oral fetishist">>
@@ -246,7 +246,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your cumsluts envy her, and @@color:mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves filled with cum every day.
+	Your cumsluts envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves filled with cum every day.
 	<</if>>
 
 <<case "pain fetishist">>
@@ -260,7 +260,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your masochists envy her, and @@color:mediumaquamarine;trust that even if you decide to sell them,@@ they'll never lack for the abuse they need.
+	Your masochists envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll never lack for the abuse they need.
 	<</if>>
 
 <<case "sadism fetishist">>
@@ -274,7 +274,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your sadists consider such a life scarcely capable of improvement, and @@color:mediumaquamarine;trust that if you decide to sell them,@@ they'll get a chance to abuse other slaves.
+	Your sadists consider such a life scarcely capable of improvement, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll get a chance to abuse other slaves.
 	<</if>>
 
 <<case "dom fetishist">>
@@ -288,7 +288,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your sexually dominant slaves do their best to follow her success, and @@color:mediumaquamarine;trust that if you decide to sell them,@@ they'll stand a chance of winning a place in which they can fuck as well as get fucked.
+	Your sexually dominant slaves do their best to follow her success, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll stand a chance of winning a place in which they can fuck as well as get fucked.
 	<</if>>
 
 <<case "sub fetishist">>
@@ -302,7 +302,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your sexually submissive slaves secretly envy her simple life, and @@color:mediumaquamarine;trust that if you decide to sell them,@@ there are places where a sub can be valuable and safe.
+	Your sexually submissive slaves secretly envy her simple life, and @@.mediumaquamarine;trust that if you decide to sell them,@@ there are places where a sub can be valuable and safe.
 	<</if>>
 
 <<case "supremacist arcology">>
@@ -314,7 +314,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	All your slaves who are not devoted to you @@color:mediumorchid;like you a little less@@ in the light of this thin beam of freedom you've allowed to shine into $arcologies[0].name.
+	All your slaves who are not devoted to you @@.mediumorchid;like you a little less@@ in the light of this thin beam of freedom you've allowed to shine into $arcologies[0].name.
 	<</if>>
 
 <<case "subjugationist arcology">>
@@ -326,7 +326,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Those of your slaves who are intelligent enough to understand the implications of the scheme @@color:gold;fear all slaveholders more, and especially you,@@ since you've shown yourself willing to subject them to eugenics.
+	Those of your slaves who are intelligent enough to understand the implications of the scheme @@.gold;fear all slaveholders more, and especially you,@@ since you've shown yourself willing to subject them to eugenics.
 	<</if>>
 
 <<case "gender radicalist arcology">>
@@ -340,7 +340,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves who retain dicks, and are not yet broken to your will, @@color:gold;fear the implication@@ that feminization is inescapable: either you'll turn them into girly sluts, or someone else will.
+	Your slaves who retain dicks, and are not yet broken to your will, @@.gold;fear the implication@@ that feminization is inescapable: either you'll turn them into girly sluts, or someone else will.
 	<</if>>
 
 <<case "gender fundamentalist arcology">>
@@ -352,7 +352,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Most of your slaves could scarcely care less, but your most intelligent girls are @@color:mediumorchid;privately skeptical of her fate;@@ she's become one more cookie cutter bimbo in a place that uses and discards such sluts.
+	Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately skeptical of her fate;@@ she's become one more cookie cutter bimbo in a place that uses and discards such sluts.
 	<</if>>
 
 <<case "paternalist arcology">>
@@ -366,7 +366,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your unbroken, uneducated slaves who hear about this are @@color:mediumorchid;quietly resentful,@@ not understanding that she was only sold to a paternalist arcology because she was obedient.
+	Your unbroken, uneducated slaves who hear about this are @@.mediumorchid;quietly resentful,@@ not understanding that she was only sold to a paternalist arcology because she was obedient.
 	<</if>>
 
 <<case "degradationist arcology">>
@@ -378,7 +378,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other devoted or just obedient slaves are @@color:gold;suddenly afraid@@ that their obedience and their devotion is as nothing next to the fact that they are sex slaves relying on your whim.
+	Your other devoted or just obedient slaves are @@.gold;suddenly afraid@@ that their obedience and their devotion is as nothing next to the fact that they are sex slaves relying on your whim.
 	<</if>>
 
 <<case "slimness enthusiast arcology">>
@@ -390,7 +390,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Most of your slaves could scarcely care less, but your most intelligent girls are @@color:mediumorchid;privately dubious of your tacit support@@ for an arcology owner whose tastes they wonder about.
+	Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately dubious of your tacit support@@ for an arcology owner whose tastes they wonder about.
 	<</if>>
 
 <<case "asset expansionist arcology">>
@@ -402,7 +402,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your unbroken slaves who hear about the grotesque display of pharmacological art are @@color:gold;somewhat afraid@@ that they will suffer similar chemical invasion.
+	Your unbroken slaves who hear about the grotesque display of pharmacological art are @@.gold;somewhat afraid@@ that they will suffer similar chemical invasion.
 	<</if>>
 	
 <<case "organ crafter">>
@@ -414,7 +414,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other anally fertile slaves @@color:gold;are concerned @@ that they may end up carrying children in more than just their bellies.
+	Your other anally fertile slaves @@.gold;are concerned @@ that they may end up carrying children in more than just their bellies.
 	<</if>>
 	
 <<case "abortion TV">>
@@ -428,7 +428,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other hyper pregnant slaves @@color:gold;are terrified that their children will be ripped from them@@ if they don't please you.
+	Your other hyper pregnant slaves @@.gold;are terrified that their children will be ripped from them@@ if they don't please you.
 	<</if>>
 	
 <<case "womb filler">>
@@ -442,7 +442,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other virgins @@color:gold;are terrified they'll meet a similar fate@@ if they cannot convince you to fill their wombs with your children.
+	Your other virgins @@.gold;are terrified they'll meet a similar fate@@ if they cannot convince you to fill their wombs with your children.
 	<</if>>
 	
 <<case "repopulationist arcology">>
@@ -458,7 +458,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other pregnancy fetishists @@color:mediumorchid;are jealous@@ of $activeSlave.slaveName's good fortune.
+	Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of $activeSlave.slaveName's good fortune.
 	<</if>>
 	
 <<case "eugenics arcology">>
@@ -472,7 +472,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your more idiotic slaves are @@color:mediumorchid;deeply jealous@@ of $activeSlave.slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics.
+	Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics.
 	<</if>>
 	
 <<case "transformation fetishist arcology">>
@@ -484,7 +484,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your unbroken slaves who hear about how severely she's about to be cut up are @@color:gold;somewhat afraid@@ that they will suffer similar surgical invasion.
+	Your unbroken slaves who hear about how severely she's about to be cut up are @@.gold;somewhat afraid@@ that they will suffer similar surgical invasion.
 	<</if>>
 
 <<case "physical idealist arcology">>
@@ -498,7 +498,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	However, your stupider slaves consider a life of rigorous dieting and punishing exercise daunting, and are filled with @@color:gold;minor fears@@ that they will be made to starve and sweat, too.
+	However, your stupider slaves consider a life of rigorous dieting and punishing exercise daunting, and are filled with @@.gold;minor fears@@ that they will be made to starve and sweat, too.
 	<</if>>
 
 <<case "pastoralist arcology">>
@@ -512,7 +512,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves who are already lactating know that her role is to be a relatively easy and decent one, and your obedient girls accept it regardless. Others however @@color:gold;fear being transformed into livestock@@ a little.
+	Your slaves who are already lactating know that her role is to be a relatively easy and decent one, and your obedient girls accept it regardless. Others however @@.gold;fear being transformed into livestock@@ a little.
 	<</if>>
 
 <<case "chattel religionist arcology">>
@@ -524,7 +524,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your sexually experienced slaves are too inured to industrial lovemaking to be affected by her fate, but your more innocent slaves @@color:gold;fear being required to fuck@@ at that pace.
+	Your sexually experienced slaves are too inured to industrial lovemaking to be affected by her fate, but your more innocent slaves @@.gold;fear being required to fuck@@ at that pace.
 	<</if>>
 
 <<case "roman revivalist arcology">>
@@ -536,7 +536,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	A gladiatrix's life expectancy in an arcology that enjoys lethal combats is punishingly low. Your other slaves with combat skill @@color:gold;worry they'll follow her@@ out onto the sand.
+	A gladiatrix's life expectancy in an arcology that enjoys lethal combats is punishingly low. Your other slaves with combat skill @@.gold;worry they'll follow her@@ out onto the sand.
 	<</if>>
 
 <<case "egyptian revivalist arcology">>
@@ -548,7 +548,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Most of your slaves quietly envy her good fortune. The stupidest however tend to resent their intellectual superiors and @@color:mediumorchid;actively resent@@ how obvious her advantage over them proved to be.
+	Most of your slaves quietly envy her good fortune. The stupidest however tend to resent their intellectual superiors and @@.mediumorchid;actively resent@@ how obvious her advantage over them proved to be.
 	<</if>>
 
 <<case "virgin trader">>
@@ -562,7 +562,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other virgins @@color:gold;fear they'll be subjected to similar abuse@@ if they cannot make their virginities otherwise valuable or appealing to you.
+	Your other virgins @@.gold;fear they'll be subjected to similar abuse@@ if they cannot make their virginities otherwise valuable or appealing to you.
 	<</if>>
 
 <<case "body purist arcology">>
@@ -576,7 +576,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves burdened with gigantic implants who aren't devoted enough to bear them cheerfully @@color:mediumorchid;resent you somewhat@@ for keeping them here with aching backs.
+	Your slaves burdened with gigantic implants who aren't devoted enough to bear them cheerfully @@.mediumorchid;resent you somewhat@@ for keeping them here with aching backs.
 	<</if>>
 
 <<case "trainer staffing">>
@@ -588,7 +588,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other intelligent slaves @@color:mediumaquamarine;trust that their skills will be valued@@ even should you decide to sell them.
+	Your other intelligent slaves @@.mediumaquamarine;trust that their skills will be valued@@ even should you decide to sell them.
 	<</if>>
 
 <<case "teaching trainer">>
@@ -600,7 +600,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other uneducated slaves @@color:gold;fear the abusive indoctrination@@ they will apparently suffer under should you decide to sell them.
+	Your other uneducated slaves @@.gold;fear the abusive indoctrination@@ they will apparently suffer under should you decide to sell them.
 	<</if>>
 
 <<case "implanting trainer">>
@@ -612,7 +612,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your unimplanted slaves @@color:gold;fear they'll go under the knife@@ for invasive surgery like $activeSlave.slaveName suffered, should you ever decide to sell them.
+	Your unimplanted slaves @@.gold;fear they'll go under the knife@@ for invasive surgery like $activeSlave.slaveName suffered, should you ever decide to sell them.
 	<</if>>
 
 <<case "purifying trainer">>
@@ -624,7 +624,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves who are carrying around huge implants @@color:mediumaquamarine;hope they'll be allowed to lay down their burdens@@ should you decide to sell them.
+	Your slaves who are carrying around huge implants @@.mediumaquamarine;hope they'll be allowed to lay down their burdens@@ should you decide to sell them.
 	<</if>>
 
 <<case "D virgin asspussy">>
@@ -636,7 +636,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves who enjoy having things shoved up their assholes @@color:mediumaquamarine;hope that if they're sold,@@ their new masters will be like that too.
+	Your slaves who enjoy having things shoved up their assholes @@.mediumaquamarine;hope that if they're sold,@@ their new masters will be like that too.
 	<</if>>
 
 <<case "D startled the witch">>
@@ -648,7 +648,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your properly broken slaves are so inured to strange tastes that they pay no attention, but the others are just @@color:mediumaquamarine;glad she won't frighten them@@ any more. They thought she was scary.
+	Your properly broken slaves are so inured to strange tastes that they pay no attention, but the others are just @@.mediumaquamarine;glad she won't frighten them@@ any more. They thought she was scary.
 	<</if>>
 
 <<case "D milf staffing">>
@@ -660,7 +660,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your older slaves are @@color:mediumaquamarine;happy for her,@@ since it isn't always easy for older ladies.
+	Your older slaves are @@.mediumaquamarine;happy for her,@@ since it isn't always easy for older ladies.
 	<</if>>
 
 <<case "D hucow">>
@@ -672,7 +672,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other milkers are sometimes concerned about being sold to a cruel stockyard, and her pleasant life encourages them to @@color:mediumaquamarine;stop being so worried.@@
+	Your other milkers are sometimes concerned about being sold to a cruel stockyard, and her pleasant life encourages them to @@.mediumaquamarine;stop being so worried.@@
 	<</if>>
 
 <<case "D r9k">>
@@ -684,7 +684,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your other less experienced slaves persistently find this romantic, and @@color:mediumaquamarine;hope something like that will happen to them,@@ too.
+	Your other less experienced slaves persistently find this romantic, and @@.mediumaquamarine;hope something like that will happen to them,@@ too.
 	<</if>>
 
 <<case "slimming trainer">>
@@ -696,7 +696,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your chubby slaves take note, and @@color:gold;fear they'll have to suffer too@@ should you ever decide to sell them.
+	Your chubby slaves take note, and @@.gold;fear they'll have to suffer too@@ should you ever decide to sell them.
 	<</if>>
 
 <<case "broadening trainer">>
@@ -708,7 +708,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	When they hear about her, your slim slaves are @@color:gold;disgusted and afraid,@@ fearing they'll be forced to eat themselves plush if sold.
+	When they hear about her, your slim slaves are @@.gold;disgusted and afraid,@@ fearing they'll be forced to eat themselves plush if sold.
 	<</if>>
 
 <<case "cow trainer">>
@@ -720,7 +720,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Even your slaves who normally enjoy breast expansion are @@color:gold;disgusted and afraid@@ they'll be treated as pharmaceutical mixing machines if you sell them to the same company. Only your cows are inured to lactation to the point they're unaffected.
+	Even your slaves who normally enjoy breast expansion are @@.gold;disgusted and afraid@@ they'll be treated as pharmaceutical mixing machines if you sell them to the same company. Only your cows are inured to lactation to the point they're unaffected.
 	<</if>>
 
 <<case "clipping trainer">>
@@ -732,7 +732,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your slaves who retain their testicles are @@color:gold;afraid@@ of displeasing you, knowing that castration is a distinct possibility on the open market.
+	Your slaves who retain their testicles are @@.gold;afraid@@ of displeasing you, knowing that castration is a distinct possibility on the open market.
 	<</if>>
 
 <<case "reassignment trainer">>
@@ -744,7 +744,7 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your less feminized slaves @@color:gold;fear similar treatment;@@ even those who aspire to be better slave girls are shocked by the rapidity and totality of the surgical transformation.
+	Your less feminized slaves @@.gold;fear similar treatment;@@ even those who aspire to be better slave girls are shocked by the rapidity and totality of the surgical transformation.
 	<</if>>
 
 <<case "arcade">>
@@ -756,29 +756,29 @@
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your devoted slaves are fairly confident they will escape such a fate, but everyone else @@color:gold;is terrified of ending that way.@@
+	Your devoted slaves are fairly confident they will escape such a fate, but everyone else @@.gold;is terrified of ending that way.@@
 	<</if>>
 
 <<case "D cannibal">>
-	$activeSlave.slaveName is never seen again. Her buyer prefers to keep whatever happened to her private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@color:gold;terrify@@ your other slaves.
+	$activeSlave.slaveName is never seen again. Her buyer prefers to keep whatever happened to her private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<set $slaves[$j].trust -= 2>>
 	<</for>>
 
 <<case "harvester">>
-	Though $activeSlave.slaveName's fate as a source of organs for transplantation is not announced, rumors of what happens to girls who @@color:gold;fail to be valuable to you@@ pass among your slaves.
+	Though $activeSlave.slaveName's fate as a source of organs for transplantation is not announced, rumors of what happens to girls who @@.gold;fail to be valuable to you@@ pass among your slaves.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<set $slaves[$j].trust -= 2>>
 	<</for>>
 
 <<case "D amazon hunter">>
-	When $activeSlave.slaveName's buyer appears, the big girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps her into a tight hug. She accepts the embrace meekly. Your other slaves find this @@color:mediumaquamarine;very romantic.@@
+	When $activeSlave.slaveName's buyer appears, the big girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps her into a tight hug. She accepts the embrace meekly. Your other slaves find this @@.mediumaquamarine;very romantic.@@
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<set $slaves[$j].trust += 1>>
 	<</for>>
 
 <<case "D oral servants">>
-	$activeSlave.slaveName is an occasional sight around the arcology; she's never seen outside the company of her new slave superior. This is one of her new master's more favored slaves. She has a huge cock, and $activeSlave.slaveName usually crouches down, hugging one of her superior's legs and keeping her mouth obediently near that dick. Your cumsluts are @@color:mediumaquamarine;rather envious.@@
+	$activeSlave.slaveName is an occasional sight around the arcology; she's never seen outside the company of her new slave superior. This is one of her new master's more favored slaves. She has a huge cock, and $activeSlave.slaveName usually crouches down, hugging one of her superior's legs and keeping her mouth obediently near that dick. Your cumsluts are @@.mediumaquamarine;rather envious.@@
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<if ($slaves[$j].fetishKnown == 1)>>
 	<<if ($slaves[$j].fetish == "cumslut")>>
@@ -788,7 +788,7 @@
 	<</for>>
 
 <<case "D trap lover">>
-	$activeSlave.slaveName becomes a frequent sight around the arcology, accompanying her new master. She's clearly happy, and is frequently seen to offer her butt to him with a smile. Your girls with dicks who've accepted their lot in life find this @@color:mediumaquamarine;encouraging.@@
+	$activeSlave.slaveName becomes a frequent sight around the arcology, accompanying her new master. She's clearly happy, and is frequently seen to offer her butt to him with a smile. Your girls with dicks who've accepted their lot in life find this @@.mediumaquamarine;encouraging.@@
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<if ($slaves[$j].dick > 0)>>
 	<<if ($slaves[$j].devotion > 20)>>
@@ -798,7 +798,7 @@
 	<</for>>
 
 <<case "D butt bury">>
-	$activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. Your buttsluts giggle over what he's got in store for her, and @@color:mediumaquamarine;envy@@ her new owner a little.
+	$activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. Your buttsluts giggle over what he's got in store for her, and @@.mediumaquamarine;envy@@ her new owner a little.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<if ($slaves[$j].fetish == "buttslut")>>
 	<<if ($slaves[$j].fetishKnown == 1)>>
@@ -808,7 +808,7 @@
 	<</for>>
 
 <<case "D milky herm">>
-	$activeSlave.slaveName's buyer arrives and seems pleased with her lovely feminine appearance; he verifies her lactation and her ability to achieve erection despite her lack of visible balls. Your other feminine girls with dicks @@color:mediumaquamarine;trust@@ they'll go to owners that will value them, should they be sold.
+	$activeSlave.slaveName's buyer arrives and seems pleased with her lovely feminine appearance; he verifies her lactation and her ability to achieve erection despite her lack of visible balls. Your other feminine girls with dicks @@.mediumaquamarine;trust@@ they'll go to owners that will value them, should they be sold.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<if ($slaves[$j].dick > 0)>>
 	<<if ($slaves[$j].boobs > 400)>>
@@ -818,7 +818,7 @@
 	<</for>>
 
 <<case "D shorty breeder">>
-	$activeSlave.slaveName's lithe, muscular form is rarely seen after her buyer takes charge of her, since she seems to spend most of her time at home making babies. Your slaves with pregnancy fetishes @@color:mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too.
+	$activeSlave.slaveName's lithe, muscular form is rarely seen after her buyer takes charge of her, since she seems to spend most of her time at home making babies. Your slaves with pregnancy fetishes @@.mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<if ($slaves[$j].fetish == "pregnancy")>>
 	<<if ($slaves[$j].fetishKnown == 1)>>
@@ -831,7 +831,7 @@
 	$activeSlave.slaveName is rarely seen after her buyer takes charge of her, since he prefers to keep his beloved at home. Though she seems to be well treated, arcology society finds him repellent enough that your other slaves do not envy her.
 
 <<case "fuckdoll">>
-	Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of her body will for ever after be encased in thick latex, rumors of what happens to girls who @@color:gold;fail to be valuable to you@@ pass among your slaves.
+	Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of her body will for ever after be encased in thick latex, rumors of what happens to girls who @@.gold;fail to be valuable to you@@ pass among your slaves.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<set $slaves[$j].trust -= 2>>
 	<</for>>
@@ -847,7 +847,7 @@
 	<</if>>
 	<</for>>
 	<<if $seed == 1>>
-		Your less then intelligent slaves are @@color:mediumorchid;deeply envious@@ of $activeSlave.slaveName, completely failing to comprehend what they saw were not special effects.
+		Your less then intelligent slaves are @@.mediumorchid;deeply envious@@ of $activeSlave.slaveName, completely failing to comprehend what they saw were not special effects.
 	<</if>>
 	
 <<default>>
diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw
index cc4f22b8fefed18cd2ffccdd1f40ecebc63941bb..a5662f9727b94f3d4770b0e1659adf189adbba43 100644
--- a/src/uncategorized/slaveSummary.tw
+++ b/src/uncategorized/slaveSummary.tw
@@ -449,7 +449,7 @@
 <<case "New Game Plus">>
 <<if $Flag == 0>>
 	<<if _Slave.assignment != "be imported">>
-		<br>__''@@color:pink;_Slave.slaveName@@''__
+		<br>__''@@.pink;_Slave.slaveName@@''__
 	<<else>>
 		<<continue>>
 	<</if>>
@@ -457,7 +457,7 @@
 	<<if _Slave.assignment != "be imported">>
 		<<continue>>
 	<<else>>
-		<br>__''@@color:pink;_Slave.slaveName@@''__
+		<br>__''@@.pink;_Slave.slaveName@@''__
 	<</if>>
 <</if>>
 <<case "Rules Slave Select">>
@@ -534,9 +534,9 @@
 
 will
 <<if (_Slave.assignment == "rest") && (_Slave.health >= -20)>>
-	''__@@color:lawngreen;rest.@@__''
+	''__@@.lawngreen;rest.@@__''
 <<elseif (_Slave.assignment == "stay confined") && ((_Slave.devotion > 20) || ((_Slave.trust < -20) && (_Slave.devotion >= -20)) || ((_Slave.trust < -50) && (_Slave.devotion >= -50)))>>
-	''__@@color:lawngreen;stay confined.@@__''
+	''__@@.lawngreen;stay confined.@@__''
 <<else>>
 	_Slave.assignment<<if _Slave.sentence > 0>> (_Slave.sentence)<</if>>.
 <</if>>
@@ -602,42 +602,42 @@ will
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
 
 <<if $abbreviateDevotion == 1>>
-	<<if _Slave.fetish is "mindbroken">>@@color:red;MB@@
-	<<elseif _Slave.devotion < -95>>@@color:darkviolet;VHate<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
-	<<elseif _Slave.devotion < -50>>@@color:darkviolet;Hate<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
-	<<elseif _Slave.devotion < -20>>@@color:mediumorchid;Res<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
-	<<elseif _Slave.devotion <= 20>>@@color:yellow;Ambiv<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
-	<<elseif _Slave.devotion <= 50>>@@color:hotpink;Accept<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
-	<<elseif _Slave.devotion <= 95>>@@color:deeppink;Devo<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
-	<<else>>@@color:magenta;Wor<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<if _Slave.fetish is "mindbroken">>@@.red;MB@@
+	<<elseif _Slave.devotion < -95>>@@.darkviolet;VHate<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<elseif _Slave.devotion < -50>>@@.darkviolet;Hate<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<elseif _Slave.devotion < -20>>@@.mediumorchid;Res<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<elseif _Slave.devotion <= 20>>@@.yellow;Ambiv<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<elseif _Slave.devotion <= 50>>@@.hotpink;Accept<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<elseif _Slave.devotion <= 95>>@@.deeppink;Devo<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
+	<<else>>@@.magenta;Wor<<if $summaryStats == 1>>[_Slave.devotion]<</if>>@@
 	<</if>>
 	<<if _Slave.fetish is "mindbroken">>
-	<<elseif _Slave.trust < -95>>@@color:darkgoldenrod;ETerr<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
-	<<elseif _Slave.trust < -50>>@@color:goldenrod;Terr<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
-	<<elseif _Slave.trust < -20>>@@color:gold;Fright<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
-	<<elseif _Slave.trust <= 20>>@@color:yellow;Fear<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
-	<<elseif _Slave.trust <= 50>>@@color:mediumaquamarine;Caref<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
-	<<elseif _Slave.trust < 95>>@@color:mediumseagreen;Trust<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
-	<<else>>@@color:seagreen;VTrust<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<elseif _Slave.trust < -95>>@@.darkgoldenrod;ETerr<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<elseif _Slave.trust < -50>>@@.goldenrod;Terr<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<elseif _Slave.trust < -20>>@@.gold;Fright<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<elseif _Slave.trust <= 20>>@@.yellow;Fear<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<elseif _Slave.trust <= 50>>@@.mediumaquamarine;Caref<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<elseif _Slave.trust < 95>>@@.mediumseagreen;Trust<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
+	<<else>>@@.seagreen;VTrust<<if $summaryStats == 1>>[_Slave.trust]<</if>>@@
 	<</if>>
 <<elseif $abbreviateDevotion is 2>>
-	<<if _Slave.fetish is "mindbroken">>@@color:red;Mindbroken.@@
-	<<elseif _Slave.devotion < -95>>@@color:darkviolet;Very hateful<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
-	<<elseif _Slave.devotion < -50>>@@color:darkviolet;Hateful<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
-	<<elseif _Slave.devotion < -20>>@@color:mediumorchid;Resistant<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
-	<<elseif _Slave.devotion <= 20>>@@color:yellow;Ambivalent<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
-	<<elseif _Slave.devotion <= 50>>@@color:hotpink;Accepting<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
-	<<elseif _Slave.devotion <= 95>>@@color:deeppink;Devoted<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
-	<<else>>@@color:magenta;Worshipful<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<if _Slave.fetish is "mindbroken">>@@.red;Mindbroken.@@
+	<<elseif _Slave.devotion < -95>>@@.darkviolet;Very hateful<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<elseif _Slave.devotion < -50>>@@.darkviolet;Hateful<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<elseif _Slave.devotion < -20>>@@.mediumorchid;Resistant<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<elseif _Slave.devotion <= 20>>@@.yellow;Ambivalent<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<elseif _Slave.devotion <= 50>>@@.hotpink;Accepting<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<elseif _Slave.devotion <= 95>>@@.deeppink;Devoted<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
+	<<else>>@@.magenta;Worshipful<<if $summaryStats == 1>> [_Slave.devotion]<</if>>.@@
 	<</if>>
 	<<if _Slave.fetish is "mindbroken">>
-	<<elseif _Slave.trust < -95>>@@color:darkgoldenrod;Extremely terrified<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
-	<<elseif _Slave.trust < -50>>@@color:goldenrod;Terrified<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
-	<<elseif _Slave.trust < -20>>@@color:gold;Frightened<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
-	<<elseif _Slave.trust <= 20>>@@color:yellow;Fearful<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
-	<<elseif _Slave.trust <= 50>>@@color:mediumaquamarine;Careful<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
-	<<elseif _Slave.trust < 95>>@@color:mediumseagreen;Trusting<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
-	<<else>>@@color:seagreen;Profoundly trusting<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<elseif _Slave.trust < -95>>@@.darkgoldenrod;Extremely terrified<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<elseif _Slave.trust < -50>>@@.goldenrod;Terrified<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<elseif _Slave.trust < -20>>@@.gold;Frightened<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<elseif _Slave.trust <= 20>>@@.yellow;Fearful<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<elseif _Slave.trust <= 50>>@@.mediumaquamarine;Careful<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<elseif _Slave.trust < 95>>@@.mediumseagreen;Trusting<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
+	<<else>>@@.seagreen;Profoundly trusting<<if $summaryStats == 1>> [_Slave.trust]<</if>>.@@
 	<</if>>
 <</if>>
 
@@ -713,12 +713,12 @@ Release rules: _Slave.releaseRules.
 
 <<if $abbreviateDiet == 1>>
 	<<if _Slave.weight < -95>>
-		''@@color:red;W---<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
+		''@@.red;W---<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
 	<<elseif _Slave.weight < -30>>
 		<<if _Slave.hips < -1>>
 			''W--<<if $summaryStats == 1>>[_Slave.weight]<</if>>''
 		<<else>>
-			''@@color:red;W--<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
+			''@@.red;W--<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
 		<</if>>
 	<<elseif _Slave.weight < -10>>
 		''W-<<if $summaryStats == 1>>[_Slave.weight]<</if>>''
@@ -730,23 +730,23 @@ Release rules: _Slave.releaseRules.
 		<<if _Slave.hips > 1>>
 			''W++<<if $summaryStats == 1>>[_Slave.weight]<</if>>''
 		<<else>>
-			''@@color:red;W++<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
+			''@@.red;W++<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
 		<</if>>
 	<<else>>
 		<<if _Slave.hips >= 2>>
 			''W+++<<if $summaryStats == 1>>[_Slave.weight]<</if>>''
 		<<else>>
-		''@@color:red;W+++<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
+		''@@.red;W+++<<if $summaryStats == 1>>[_Slave.weight]<</if>>@@''
 		<</if>>
 	<</if>>
 <<elseif $abbreviateDiet is 2>>
 	<<if _Slave.weight < -95>>
-		@@color:red;Emaciated<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
+		@@.red;Emaciated<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
 	<<elseif _Slave.weight < -30>>
 		<<if _Slave.hips < -1>>
 			Model-thin<<if $summaryStats == 1>> [_Slave.weight]<</if>>.
 		<<else>>
-			@@color:red;Very thin<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
+			@@.red;Very thin<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
 		<</if>>
 	<<elseif _Slave.weight < -10>>
 		Thin<<if $summaryStats == 1>> [_Slave.weight]<</if>>.
@@ -758,13 +758,13 @@ Release rules: _Slave.releaseRules.
 		<<if _Slave.hips > 1>>
 			Nicely chubby<<if $summaryStats == 1>> [_Slave.weight]<</if>>.
 		<<else>>
-			@@color:red;Overweight<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
+			@@.red;Overweight<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
 		<</if>>
 	<<else>>
 		<<if _Slave.hips >= 2>>
 			Pleasantly soft and shapely<<if $summaryStats == 1>> [_Slave.weight]<</if>>.
 		<<else>>
-		@@color:red;Fat<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
+		@@.red;Fat<<if $summaryStats == 1>> [_Slave.weight]<</if>>.@@
 		<</if>>
 	<</if>>
 <</if>>
@@ -819,7 +819,7 @@ Release rules: _Slave.releaseRules.
 		Cum production.
 	<</switch>>
 	<<if _Slave.dietCum == 2>>
-		Diet Base: @@color:cyan;Cum Based.@@
+		Diet Base: @@.cyan;Cum Based.@@
 	<<elseif ((_Slave.dietCum == 1) && (_Slave.dietMilk == 0))>>
 		Diet Base: Cum Added.
 	<<elseif ((_Slave.dietCum == 1) && (_Slave.dietMilk == 1))>>
@@ -827,33 +827,33 @@ Release rules: _Slave.releaseRules.
 	<<elseif ((_Slave.dietCum == 0) && (_Slave.dietMilk == 1))>>
 		Diet Base: Milk Added.
 	<<elseif (_Slave.dietMilk == 2)>>
-		Diet Base: @@color:cyan;Milk Based.@@
+		Diet Base: @@.cyan;Milk Based.@@
 	<</if>>
 <</if>>
 
 <<if $abbreviateHealth == 1>>
 	<<if _Slave.health < -20>>
-		''@@color:red;H<<if $summaryStats == 1>>[_Slave.health]<</if>>@@''
+		''@@.red;H<<if $summaryStats == 1>>[_Slave.health]<</if>>@@''
 	<<elseif _Slave.health <= 20>>
-		''@@color:yellow;H<<if $summaryStats == 1>>[_Slave.health]<</if>>@@''
+		''@@.yellow;H<<if $summaryStats == 1>>[_Slave.health]<</if>>@@''
 	<<elseif _Slave.health > 20>>
-		''@@color:green;H<<if $summaryStats == 1>>[_Slave.health]<</if>>@@''
+		''@@.green;H<<if $summaryStats == 1>>[_Slave.health]<</if>>@@''
 	<</if>>
 <<elseif $abbreviateHealth is 2>>
 	<<if _Slave.health < -90>>
-		@@color:red;On the edge of death<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.red;On the edge of death<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<<elseif _Slave.health < -50>>
-		@@color:red;Extremely unhealthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.red;Extremely unhealthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<<elseif _Slave.health < -20>>
-		@@color:red;Unhealthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.red;Unhealthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<<elseif _Slave.health <= 20>>
-		@@color:yellow;Healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.yellow;Healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<<elseif _Slave.health <= 50>>
-		@@color:green;Very healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.green;Very healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<<elseif _Slave.health <= 90>>
-		@@color:green;Extremely healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.green;Extremely healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<<else>>
-		@@color:green;Unnaturally healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
+		@@.green;Unnaturally healthy<<if $summaryStats == 1>> [_Slave.health]<</if>>.@@
 	<</if>>
 <</if>>
 
@@ -927,7 +927,7 @@ Release rules: _Slave.releaseRules.
 	<</if>>
 	<</if>>
 	<<if _Slave.addict != 0>>
-		@@color:cyan;Add@@
+		@@.cyan;Add@@
 	<</if>>
 	<<if _Slave.hormones > 1>>
 		''Ho:F+''
@@ -983,7 +983,7 @@ Release rules: _Slave.releaseRules.
 		On <<if _Slave.aphrodisiacs > 1>>extreme <</if>>aphrodisiacs.
 	<</if>>
 	<<if _Slave.addict != 0>>
-		@@color:cyan;Addict.@@
+		@@.cyan;Addict.@@
 	<</if>>
 	<<if _Slave.hormones > 1>>
 		''Heavy female hormones.''
@@ -1053,10 +1053,10 @@ Release rules: _Slave.releaseRules.
 <<set $seed = $desc.substring(0,1)>>
 <<set $seed = $seed.toUpperCase()>>
 <<set $desc = $seed + $desc.substring(1)>>
-''@@color:coral;$desc<<if $abbreviatePhysicals == 2>>.<</if>>@@''
+''@@.coral;$desc<<if $abbreviatePhysicals == 2>>.<</if>>@@''
 
 <<if $seeRace == 1>>
-@@color:tan;
+@@.tan;
 <<if $abbreviateRace == 1>>
 <<switch _Slave.race>>
 <<case "white">>
@@ -1120,7 +1120,7 @@ Release rules: _Slave.releaseRules.
 <</if>>
 
 <<if $abbreviateNationality == 1>>
-@@color:tan;
+@@.tan;
 <<switch _Slave.nationality>>
 <<case "American">>
 	US
@@ -1323,7 +1323,7 @@ Release rules: _Slave.releaseRules.
 <</switch>>
 @@
 <<elseif $abbreviateNationality == 2>>
-@@color:tan;
+@@.tan;
 <<switch _Slave.nationality>>
 <<case "Zimbabwean">>
 	<<if _Slave.race == "white">>
@@ -1340,7 +1340,7 @@ Release rules: _Slave.releaseRules.
 <</if>>
 
 <<if $abbreviatePhysicals == 1>>
-@@color:pink;
+@@.pink;
 	<<switch _Slave.skin>>
 	<<case "light brown">>
 		L. Br
@@ -1359,7 +1359,7 @@ Release rules: _Slave.releaseRules.
 <</if>>
 <<if $abbreviateGenitalia == 1>>
 <<if _Slave.dick > 0>>
-@@color:pink;
+@@.pink;
 <<if _Slave.balls == 0>>
 	Geld
 <</if>>
@@ -1391,14 +1391,14 @@ Release rules: _Slave.releaseRules.
 @@
 <</if>>
 <<if _Slave.vagina == 0>>
-	@@color:lime;VV@@
+	@@.lime;VV@@
 <<elseif (_Slave.preg > 0) && canWalk(_Slave) && (_Slave.clothes == "no clothing") && (_Slave.shoes == "none")>>
-	@@color:pink;NBP@@
+	@@.pink;NBP@@
 <</if>>
 <<if _Slave.anus == 0>>
-	@@color:lime;AV@@
+	@@.lime;AV@@
 <</if>>
-@@color:pink;
+@@.pink;
 <<if (_Slave.vagina > 3) && (_Slave.anus > 3)>>
 	V++A++
 <<elseif (_Slave.vagina > 2) && (_Slave.anus > 2)>>
@@ -1415,7 +1415,7 @@ Release rules: _Slave.releaseRules.
 @@
 <<elseif $abbreviateGenitalia == 2>>
 <<if _Slave.dick > 0>>
-@@color:pink;
+@@.pink;
 <<if _Slave.balls == 0>>
 	Gelded.
 <</if>>
@@ -1445,14 +1445,14 @@ Release rules: _Slave.releaseRules.
 @@
 <</if>>
 <<if _Slave.vagina == 0>>
-	@@color:lime;Virgin.@@
+	@@.lime;Virgin.@@
 <<elseif (_Slave.preg > 0) && canWalk(_Slave) && (_Slave.clothes == "no clothing") && (_Slave.shoes == "none")>>
-	@@color:pink;Naked, barefoot, and pregnant.@@
+	@@.pink;Naked, barefoot, and pregnant.@@
 <</if>>
 <<if _Slave.anus == 0>>
-	@@color:lime;Anal virgin.@@
+	@@.lime;Anal virgin.@@
 <</if>>
-@@color:pink;
+@@.pink;
 <<if (_Slave.vagina > 3) && (_Slave.anus > 3)>>
 	Blown out holes.
 <<elseif (_Slave.vagina > 2) && (_Slave.anus > 2)>>
@@ -1470,7 +1470,7 @@ Release rules: _Slave.releaseRules.
 <</if>>
 
 <<if $abbreviatePhysicals == 1>>
-@@color:pink;
+@@.pink;
 <<if $showAgeDetail == 1>>
 	_Slave.actualAge
 <<elseif _Slave.actualAge >= 40>>
@@ -1493,24 +1493,24 @@ Release rules: _Slave.releaseRules.
 	Lks<<print _Slave.visualAge>>
 <</if>>
 <<if _Slave.face < -95>>
-	@@color:red;Face---<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
+	@@.red;Face---<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
 <<elseif _Slave.face < -40>>
-	@@color:red;Face--<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
+	@@.red;Face--<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
 <<elseif _Slave.face < -10>>
-	@@color:red;Face-<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
+	@@.red;Face-<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
 <<elseif _Slave.face <= 10>>
 	Face<<if $summaryStats == 1>>[_Slave.face]<</if>>
 <<elseif _Slave.face <= 40>>
-	@@color:pink;Face+<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
+	@@.pink;Face+<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
 <<elseif _Slave.face <= 95>>
-	@@color:pink;Face++<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
+	@@.pink;Face++<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
 <<else>>
-	@@color:pink;Face+++<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
+	@@.pink;Face+++<<if $summaryStats == 1>>[_Slave.face]<</if>>@@
 <</if>>
 <<if _Slave.eyes == -2>>
-	@@color:red;Blind@@
+	@@.red;Blind@@
 <<elseif _Slave.eyes == -1 && (_Slave.eyewear != "corrective glasses") && (_Slave.eyewear != "corrective contacts")>>
-	@@color:yellow;Sight-@@
+	@@.yellow;Sight-@@
 <</if>>
 <<if _Slave.lips > 95>>
 	Facepussy
@@ -1523,10 +1523,10 @@ Release rules: _Slave.releaseRules.
 <<elseif _Slave.lips > 10>>
 	Lips<<if $summaryStats == 1>>[_Slave.lips]<</if>>
 <<else>>
-	@@color:red;Lips-@@<<if $summaryStats == 1>>[_Slave.lips]<</if>>
+	@@.red;Lips-@@<<if $summaryStats == 1>>[_Slave.lips]<</if>>
 <</if>>
 <<if _Slave.teeth == "crooked">>
-	@@color:yellow;Cr Teeth@@
+	@@.yellow;Cr Teeth@@
 <<elseif _Slave.teeth == "cosmetic braces">>
 	Cos Braces
 <<elseif _Slave.teeth == "straightening braces">>
@@ -1544,11 +1544,11 @@ Release rules: _Slave.releaseRules.
 	Toned<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
 <<elseif _Slave.muscles > -6>>
 <<elseif _Slave.muscles > -31>>
-	@@color:red;weak@@<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
+	@@.red;weak@@<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
 <<elseif _Slave.muscles > -96>>
-	@@color:red;weak+@@<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
+	@@.red;weak+@@<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
 <<else>>
-	@@color:red;weak++@@<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
+	@@.red;weak++@@<<if $summaryStats == 1>>[_Slave.muscles]<</if>>
 <</if>>
 <<if _Slave.amp != 0>>
   <<if _Slave.amp == -1>>
@@ -1573,19 +1573,19 @@ Release rules: _Slave.releaseRules.
 <</if>>
 @@
 <<if _Slave.voice == 0>>
-	@@color:pink;Mute@@
+	@@.pink;Mute@@
 <<else>>
 	<<if _Slave.accent == 3>>
-		@@color:red;Acc--@@
+		@@.red;Acc--@@
 	<<elseif _Slave.accent == 2>>
 		Acc-
 	<<elseif _Slave.accent == 4>>
 		Acc--
 	<<elseif _Slave.accent == 1>>
-		@@color:pink;Acc@@
+		@@.pink;Acc@@
 	<</if>>
 <</if>>
-@@color:pink;
+@@.pink;
 <<if (_Slave.boobs >= 10000) && (_Slave.butt > 9)>>
 	T&A+++
 <<elseif (_Slave.boobs > 4000) && (_Slave.butt > 8)>>
@@ -1614,7 +1614,7 @@ Release rules: _Slave.releaseRules.
 	Ass
 <</if>>
 @@
-@@color:red;
+@@.red;
 <<if _Slave.hips < -1>>
 <<if _Slave.butt > 2 && $arcologies[0].FSTransformationFetishist < 20>>
 	Disp
@@ -1649,15 +1649,15 @@ Release rules: _Slave.releaseRules.
 <</if>>
 <</if>>
 @@
-<<if _Slave.waist > 95>>@@color:red;Wst---<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
-<<elseif _Slave.waist > 40>>@@color:red;Wst--<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
-<<elseif _Slave.waist > 10>>@@color:red;Wst-<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
+<<if _Slave.waist > 95>>@@.red;Wst---<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
+<<elseif _Slave.waist > 40>>@@.red;Wst--<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
+<<elseif _Slave.waist > 10>>@@.red;Wst-<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
 <<elseif _Slave.waist >= -10>>Wst<<if $summaryStats == 1>>[_Slave.waist]<</if>>
-<<elseif _Slave.waist >= -40>>@@color:pink;Wst+<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
-<<elseif _Slave.waist >= -95>>@@color:pink;Wst++<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
-<<else>>@@color:pink;Wst+++<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
+<<elseif _Slave.waist >= -40>>@@.pink;Wst+<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
+<<elseif _Slave.waist >= -95>>@@.pink;Wst++<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
+<<else>>@@.pink;Wst+++<<if $summaryStats == 1>>[_Slave.waist]<</if>>@@
 <</if>>
-@@color:pink;
+@@.pink;
 <<if (_Slave.boobsImplant == 0) && (_Slave.buttImplant == 0) && (_Slave.waist >= -95) && (_Slave.lipsImplant == 0) && (_Slave.faceImplant < 2) && (_Slave.bellyImplant == 0)>>
 	Natr
 <<else>>
@@ -1682,7 +1682,7 @@ Release rules: _Slave.releaseRules.
 <</if>>
 @@
 <<elseif $abbreviatePhysicals == 2>>
-@@color:pink;
+@@.pink;
 <<if $showAgeDetail == 1>>
 	Age _Slave.actualAge.
 <<elseif _Slave.actualAge >= 40>>
@@ -1709,25 +1709,25 @@ Release rules: _Slave.releaseRules.
 	Looks _Slave.visualAge.
 <</if>>
 <<if _Slave.face < -95>>
-	@@color:red;Very ugly<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
+	@@.red;Very ugly<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
 <<elseif _Slave.face < -40>>
-	@@color:red;Ugly<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
+	@@.red;Ugly<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
 <<elseif _Slave.face < -10>>
-	@@color:red;Unattractive<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
+	@@.red;Unattractive<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
 <<elseif _Slave.face <= 10>>
 	Average<<if $summaryStats == 1>> [_Slave.face]<</if>>
 <<elseif _Slave.face <= 40>>
-	@@color:pink;Attractive<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
+	@@.pink;Attractive<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
 <<elseif _Slave.face <= 95>>
-	@@color:pink;Beautiful<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
+	@@.pink;Beautiful<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
 <<else>>
-	@@color:pink;Very beautiful<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
+	@@.pink;Very beautiful<<if $summaryStats == 1>> [_Slave.face]<</if>>@@
 <</if>>
 _Slave.faceShape face.
 <<if _Slave.eyes <= -2>>
-	@@color:red;Blind.@@
+	@@.red;Blind.@@
 <<elseif _Slave.eyes <= -1>>
-	@@color:yellow;Nearsighted.@@
+	@@.yellow;Nearsighted.@@
 <</if>>
 <<if _Slave.lips > 95>>
 	Facepussy.
@@ -1740,11 +1740,11 @@ _Slave.faceShape face.
 <<elseif _Slave.lips > 10>>
 	Normal lips.
 <<else>>
-	@@color:red;Thin lips.@@
+	@@.red;Thin lips.@@
 <</if>>
 <<if $summaryStats == 1>>[_Slave.lips]<</if>>
 <<if _Slave.teeth == "crooked">>
-	@@color:yellow;Crooked teeth.@@
+	@@.yellow;Crooked teeth.@@
 <<elseif _Slave.teeth == "cosmetic braces">>
 	Cosmetic braces.
 <<elseif _Slave.teeth == "straightening braces">>
@@ -1762,11 +1762,11 @@ _Slave.faceShape face.
 	Toned.
 <<elseif _Slave.muscles > -6>>
 <<elseif _Slave.muscles > -31>>
-	@@color:red;Weak.@@
+	@@.red;Weak.@@
 <<elseif _Slave.muscles > -96>>
-	@@color:red;Very weak.@@
+	@@.red;Very weak.@@
 <<else>>
-	@@color:red;Frail.@@
+	@@.red;Frail.@@
 <</if>>
 <<if $summaryStats == 1>>[_Slave.muscles]<</if>>
 <<if _Slave.amp != 0>>
@@ -1792,19 +1792,19 @@ _Slave.faceShape face.
 <</if>>
 @@
 <<if _Slave.voice == 0>>
-	@@color:pink;Mute.@@
+	@@.pink;Mute.@@
 <<else>>
 	<<if _Slave.accent == 3>>
-		@@color:red;Bad accent.@@
+		@@.red;Bad accent.@@
 	<<elseif _Slave.accent == 4>>
-		@@color:red;No language skills.@@
+		@@.red;No language skills.@@
 	<<elseif _Slave.accent == 2>>
 		Accent.
 	<<elseif _Slave.accent == 1>>
-		@@color:pink;Cute accent.@@
+		@@.pink;Cute accent.@@
 	<</if>>
 <</if>>
-@@color:pink;
+@@.pink;
 <<if (_Slave.boobs >= 10000) && (_Slave.butt > 9)>>
 	Hyper T&A.
 <<elseif (_Slave.boobs > 4000) && (_Slave.butt > 8)>>
@@ -1833,7 +1833,7 @@ _Slave.faceShape face.
 	Big ass.
 <</if>>
 @@
-@@color:red;
+@@.red;
 <<if _Slave.hips < -1>>
 <<if _Slave.butt > 2 && $arcologies[0].FSTransformationFetishist < 20>>
 	Disproportionately big butt.
@@ -1868,15 +1868,15 @@ _Slave.faceShape face.
 <</if>>
 <</if>>
 @@
-<<if _Slave.waist > 95>>@@color:red;Masculine waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
-<<elseif _Slave.waist > 40>>@@color:red;Ugly waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
-<<elseif _Slave.waist > 10>>@@color:red;Unattractive waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
+<<if _Slave.waist > 95>>@@.red;Masculine waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
+<<elseif _Slave.waist > 40>>@@.red;Ugly waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
+<<elseif _Slave.waist > 10>>@@.red;Unattractive waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
 <<elseif _Slave.waist >= -10>>Average waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.
-<<elseif _Slave.waist >= -40>>@@color:pink;Feminine waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
-<<elseif _Slave.waist >= -95>>@@color:pink;Hourglass waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
-<<else>>@@color:pink;Absurdly narrow waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
+<<elseif _Slave.waist >= -40>>@@.pink;Feminine waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
+<<elseif _Slave.waist >= -95>>@@.pink;Hourglass waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
+<<else>>@@.pink;Absurdly narrow waist<<if $summaryStats == 1>> [_Slave.waist]<</if>>.@@
 <</if>>
-@@color:pink;
+@@.pink;
 <<if (_Slave.boobsImplant != 0) || (_Slave.buttImplant != 0) || (_Slave.lipsImplant != 0) || (_Slave.bellyImplant != 0)>>
 	Implants.
 <<elseif (_Slave.faceImplant >= 2) || (_Slave.waist < -95)>>
@@ -1911,41 +1911,41 @@ _Slave.faceShape face.
 <<elseif _Slave.intelligenceImplant == 1>>
 <<switch _Slave.intelligence>>
 <<case 3>>
-	@@color:deepskyblue;I+++(e)@@
+	@@.deepskyblue;I+++(e)@@
 <<case 2>>
-	@@color:deepskyblue;I++(e)@@
+	@@.deepskyblue;I++(e)@@
 <<case 1>>
-	@@color:deepskyblue;I+(e)@@
+	@@.deepskyblue;I+(e)@@
 <<case -1>>
-	@@color:orangered;I-(e)@@
+	@@.orangered;I-(e)@@
 <<case -2>>
-	@@color:orangered;I--(e)@@
+	@@.orangered;I--(e)@@
 <<case -3>>
-	@@color:orangered;I---(e)@@
+	@@.orangered;I---(e)@@
 <<default>>
 	I(e)
 <</switch>>
 <<else>>
 <<switch _Slave.intelligence>>
 <<case 3>>
-	@@color:deepskyblue;I+++@@
+	@@.deepskyblue;I+++@@
 <<case 2>>
-	@@color:deepskyblue;I++@@
+	@@.deepskyblue;I++@@
 <<case 1>>
-	@@color:deepskyblue;I+@@
+	@@.deepskyblue;I+@@
 <<case -1>>
-	@@color:orangered;I-@@
+	@@.orangered;I-@@
 <<case -2>>
-	@@color:orangered;I--@@
+	@@.orangered;I--@@
 <<case -3>>
-	@@color:orangered;I---@@
+	@@.orangered;I---@@
 <<default>>
 	I
 <</switch>>
 <</if>>
 
 <<set _SSkills = _Slave.analSkill+_Slave.oralSkill>>
-@@color:aquamarine;
+@@.aquamarine;
 <<if ((_SSkills+_Slave.whoreSkill+_Slave.entertainSkill) >= 400) && ((_Slave.vagina < 0) || (_Slave.vaginalSkill >= 100))>>
 	MSS
 <<else>>
@@ -1960,7 +1960,7 @@ _Slave.faceShape face.
 <</if>>
 @@
 <<if _Slave.prestige > 0>>
-@@color:green;
+@@.green;
 <<if _Slave.prestige > 2>>
 	Prest++
 <<elseif _Slave.prestige == 2>>
@@ -1975,40 +1975,40 @@ _Slave.faceShape face.
 <<elseif _Slave.intelligenceImplant == 1>>
 <<switch _Slave.intelligence>>
 <<case 3>>
-	@@color:deepskyblue;Brilliant, educated.@@
+	@@.deepskyblue;Brilliant, educated.@@
 <<case 2>>
-	@@color:deepskyblue;Very smart, educated.@@
+	@@.deepskyblue;Very smart, educated.@@
 <<case 1>>
-	@@color:deepskyblue;Smart, educated.@@
+	@@.deepskyblue;Smart, educated.@@
 <<case -1>>
-	@@color:orangered;Slow, educated.@@
+	@@.orangered;Slow, educated.@@
 <<case -2>>
-	@@color:orangered;Very slow, educated.@@
+	@@.orangered;Very slow, educated.@@
 <<case -3>>
-	@@color:orangered;Moronic, educated.@@
+	@@.orangered;Moronic, educated.@@
 <<default>>
 	Average intelligence, educated.
 <</switch>>
 <<else>>
 <<switch _Slave.intelligence>>
 <<case 3>>
-	@@color:deepskyblue;Brilliant.@@
+	@@.deepskyblue;Brilliant.@@
 <<case 2>>
-	@@color:deepskyblue;Very smart.@@
+	@@.deepskyblue;Very smart.@@
 <<case 1>>
-	@@color:deepskyblue;Smart.@@
+	@@.deepskyblue;Smart.@@
 <<case -1>>
-	@@color:orangered;Slow.@@
+	@@.orangered;Slow.@@
 <<case -2>>
-	@@color:orangered;Very slow.@@
+	@@.orangered;Very slow.@@
 <<case -3>>
-	@@color:orangered;Moronic.@@
+	@@.orangered;Moronic.@@
 <<default>>
 	Average intelligence.
 <</switch>>
 <</if>>
 <<set _SSkills = (_Slave.analSkill+_Slave.oralSkill)>>
-@@color:aquamarine;
+@@.aquamarine;
 <<if ((_SSkills+_Slave.whoreSkill+_Slave.entertainSkill) >= 400) && ((_Slave.vagina < 0) || (_Slave.vaginalSkill >= 100))>>
 	Masterful Sex Slave.
 <<else>>
@@ -2051,7 +2051,7 @@ _Slave.faceShape face.
 <</if>>
 @@
 <<if _Slave.prestige > 0>>
-@@color:green;
+@@.green;
 <<if _Slave.prestige > 2>>
 	Extremely prestigious.
 <<elseif _Slave.prestige == 2>>
@@ -2066,7 +2066,7 @@ _Slave.faceShape face.
 <<if $abbreviateMental == 1>>
 	<<if _Slave.fetish != "mindbroken">>
 	<<if _Slave.fetishKnown == 1>>
-	@@color:lightcoral;
+	@@.lightcoral;
 	<<switch _Slave.fetish>>
 	<<case "submissive">>
 	<<if _Slave.fetishStrength > 95>>
@@ -2148,55 +2148,55 @@ _Slave.faceShape face.
 	<</if>>
 	<<if _Slave.attrKnown == 1>>
 	<<if _Slave.attrXY <= 5>>
-		@@color:red;XY---<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
+		@@.red;XY---<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
 	<<elseif _Slave.attrXY <= 15>>
-		@@color:red;XY--<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
+		@@.red;XY--<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
 	<<elseif _Slave.attrXY <= 35>>
-		@@color:red;XY-<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
+		@@.red;XY-<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
 	<<elseif _Slave.attrXY <= 65>>
 		XY<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>
 	<<elseif _Slave.attrXY <= 85>>
-		@@color:green;XY+<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
+		@@.green;XY+<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
 	<<elseif _Slave.attrXY <= 95>>
-		@@color:green;XY++<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
+		@@.green;XY++<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
 	<<elseif _Slave.attrXX > 95>>
 		<<if _Slave.energy <= 95>>
-			@@color:green;Omni!@@
+			@@.green;Omni!@@
 		<<else>>
-			@@color:green;Omni+Nympho!!@@
+			@@.green;Omni+Nympho!!@@
 		<</if>>
 	<<else>>
-		@@color:green;XY+++<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
+		@@.green;XY+++<<if $summaryStats == 1>>[_Slave.attrXY]<</if>>@@
 	<</if>>
 	<<if _Slave.attrXX <= 5>>
-		@@color:red;XX---<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
+		@@.red;XX---<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
 	<<elseif _Slave.attrXX <= 15>>
-		@@color:red;XX--<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
+		@@.red;XX--<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
 	<<elseif _Slave.attrXX <= 35>>
-		@@color:red;XX-<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
+		@@.red;XX-<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
 	<<elseif _Slave.attrXX <= 65>>
 		XX<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>
 	<<elseif _Slave.attrXX <= 85>>
-		@@color:green;XX+<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
+		@@.green;XX+<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
 	<<elseif _Slave.attrXX <= 95>>
-		@@color:green;XX++<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
+		@@.green;XX++<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
 	<<elseif _Slave.attrXY <= 95>>
-		@@color:green;XX+++<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
+		@@.green;XX+++<<if $summaryStats == 1>>[_Slave.attrXX]<</if>>@@
 	<</if>>
 	<<if _Slave.energy > 95>>
 		<<if (_Slave.attrXY <= 95) || (_Slave.attrXX <= 95)>>
-			@@color:green;Nympho!@@
+			@@.green;Nympho!@@
 		<</if>>
 	<<elseif _Slave.energy > 80>>
-		@@color:green;SD++<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
+		@@.green;SD++<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
 	<<elseif _Slave.energy > 60>>
-		@@color:green;SD+<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
+		@@.green;SD+<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
 	<<elseif _Slave.energy > 40>>
-		@@color:yellow;SD<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
+		@@.yellow;SD<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
 	<<elseif _Slave.energy > 20>>
-		@@color:red;SD-<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
+		@@.red;SD-<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
 	<<else>>
-		@@color:red;SD--<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
+		@@.red;SD--<<if $summaryStats == 1>>[_Slave.energy]<</if>>@@
 	<</if>>
 	<</if>>
 	<</if>>
@@ -2283,7 +2283,7 @@ _Slave.faceShape face.
 		<</if>>
 	<</if>>
 	<</if>>
-	@@color:red;
+	@@.red;
 	<<switch _Slave.behavioralFlaw>>
 	<<case "arrogant">>
 		Arrog
@@ -2309,45 +2309,45 @@ _Slave.faceShape face.
 	@@
 	<<switch _Slave.sexualFlaw>>
 	<<case "hates oral">>
-		@@color:red;Oral-@@
+		@@.red;Oral-@@
 	<<case "hates anal">>
-		@@color:red;Anal-@@
+		@@.red;Anal-@@
 	<<case "hates penetration">>
-		@@color:red;Fuck-@@
+		@@.red;Fuck-@@
 	<<case "shamefast">>
-		@@color:red;Shame@@
+		@@.red;Shame@@
 	<<case "idealistic">>
-		@@color:red;Ideal@@
+		@@.red;Ideal@@
 	<<case "repressed">>
-		@@color:red;Repre@@
+		@@.red;Repre@@
 	<<case "apathetic">>
-		@@color:red;Apath@@
+		@@.red;Apath@@
 	<<case "crude">>
-		@@color:red;Crude@@
+		@@.red;Crude@@
 	<<case "judgemental">>
-		@@color:red;Judge@@
+		@@.red;Judge@@
 	<<case "cum addict">>
-		@@color:yellow;CumAdd@@
+		@@.yellow;CumAdd@@
 	<<case "anal addict">>
-		@@color:yellow;AnalAdd@@
+		@@.yellow;AnalAdd@@
 	<<case "attention whore">>
-		@@color:yellow;Attention@@
+		@@.yellow;Attention@@
 	<<case "breast growth">>
-		@@color:yellow;BoobObsess@@
+		@@.yellow;BoobObsess@@
 	<<case "abusive">>
-		@@color:yellow;Abusive@@
+		@@.yellow;Abusive@@
 	<<case "malicious">>
-		@@color:yellow;Malice@@
+		@@.yellow;Malice@@
 	<<case "self hating">>
-		@@color:yellow;SelfHatr@@
+		@@.yellow;SelfHatr@@
 	<<case "neglectful">>
-		@@color:yellow;SelfNeglect@@
+		@@.yellow;SelfNeglect@@
 	<<case "breeder">>
-		@@color:yellow;BreedObsess@@
+		@@.yellow;BreedObsess@@
 	<<default>>
 		<<set _Slave.sexualFlaw = "none">>
 	<</switch>>
-	@@color:green;
+	@@.green;
 	<<switch _Slave.behavioralQuirk>>
 	<<case "confident">>
 		Confid
@@ -2396,7 +2396,7 @@ _Slave.faceShape face.
 <<elseif $abbreviateMental == 2>>
 	<<if _Slave.fetish != "mindbroken">>
 	<<if _Slave.fetishKnown == 1>>
-	@@color:lightcoral;
+	@@.lightcoral;
 	<<switch _Slave.fetish>>
 	<<case "submissive">>
 		<<if _Slave.fetishStrength > 95>>
@@ -2478,55 +2478,55 @@ _Slave.faceShape face.
 	<</if>>
 	<<if _Slave.attrKnown == 1>>
 	<<if _Slave.attrXY <= 5>>
-		@@color:red;Disgusted by men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
+		@@.red;Disgusted by men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
 	<<elseif _Slave.attrXY <= 15>>
-		@@color:red;Turned off by men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
+		@@.red;Turned off by men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
 	<<elseif _Slave.attrXY <= 35>>
-		@@color:red;Not attracted to men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
+		@@.red;Not attracted to men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
 	<<elseif _Slave.attrXY <= 65>>
 		Indifferent to men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,
 	<<elseif _Slave.attrXY <= 85>>
-		@@color:green;Attracted to men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
+		@@.green;Attracted to men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
 	<<elseif _Slave.attrXY <= 95>>
-		@@color:green;Aroused by men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
+		@@.green;Aroused by men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
 	<<elseif _Slave.attrXX > 95>>
 		<<if _Slave.energy <= 95>>
-			@@color:green;Omnisexual!@@
+			@@.green;Omnisexual!@@
 		<<else>>
-			@@color:green;Omnisexual nymphomaniac!@@
+			@@.green;Omnisexual nymphomaniac!@@
 		<</if>>
 	<<else>>
-		@@color:green;Passionate about men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
+		@@.green;Passionate about men<<if $summaryStats == 1>> [_Slave.attrXY]<</if>>,@@
 	<</if>>
 	<<if _Slave.attrXX <= 5>>
-		@@color:red;disgusted by women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
+		@@.red;disgusted by women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
 	<<elseif _Slave.attrXX <= 15>>
-		@@color:red;turned off by women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
+		@@.red;turned off by women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
 	<<elseif _Slave.attrXX <= 35>>
-		@@color:red;not attracted to women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
+		@@.red;not attracted to women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
 	<<elseif _Slave.attrXX <= 65>>
 		indifferent to women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.
 	<<elseif _Slave.attrXX <= 85>>
-		@@color:green;attracted to women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
+		@@.green;attracted to women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
 	<<elseif _Slave.attrXX <= 95>>
-		@@color:green;aroused by women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
+		@@.green;aroused by women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
 	<<elseif _Slave.attrXY <= 95>>
-		@@color:green;passionate about women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
+		@@.green;passionate about women<<if $summaryStats == 1>> [_Slave.attrXX]<</if>>.@@
 	<</if>>
 	<<if _Slave.energy > 95>>
 		<<if (_Slave.attrXY <= 95) || (_Slave.attrXX <= 95)>>
-			@@color:green;Nymphomaniac!@@
+			@@.green;Nymphomaniac!@@
 		<</if>>
 	<<elseif _Slave.energy > 80>>
-		@@color:green;Powerful sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
+		@@.green;Powerful sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
 	<<elseif _Slave.energy > 60>>
-		@@color:green;Good sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
+		@@.green;Good sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
 	<<elseif _Slave.energy > 40>>
-		@@color:yellow;Average sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
+		@@.yellow;Average sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
 	<<elseif _Slave.energy > 20>>
-		@@color:red;Poor sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
+		@@.red;Poor sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
 	<<else>>
-		@@color:red;No sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
+		@@.red;No sex drive<<if $summaryStats == 1>> [_Slave.energy]<</if>>.@@
 	<</if>>
 	<</if>>
 	<</if>>
@@ -2603,7 +2603,7 @@ _Slave.faceShape face.
 	<</if>>
 	<</if>>
 	<</if>>
-	@@color:red;
+	@@.red;
 	<<switch _Slave.behavioralFlaw>>
 	<<case "arrogant">>
 		Arrogant.
@@ -2629,45 +2629,45 @@ _Slave.faceShape face.
 	@@
 	<<switch _Slave.sexualFlaw>>
 	<<case "hates oral">>
-		@@color:red;Hates oral.@@
+		@@.red;Hates oral.@@
 	<<case "hates anal">>
-		@@color:red;Hates anal.@@
+		@@.red;Hates anal.@@
 	<<case "hates penetration">>
-		@@color:red;Hates penetration.@@
+		@@.red;Hates penetration.@@
 	<<case "shamefast">>
-		@@color:red;Shamefast.@@
+		@@.red;Shamefast.@@
 	<<case "idealistic">>
-		@@color:red;Sexually idealistic.@@
+		@@.red;Sexually idealistic.@@
 	<<case "repressed">>
-		@@color:red;Sexually repressed.@@
+		@@.red;Sexually repressed.@@
 	<<case "apathetic">>
-		@@color:red;Sexually apathetic.@@
+		@@.red;Sexually apathetic.@@
 	<<case "crude">>
-		@@color:red;Sexually crude.@@
+		@@.red;Sexually crude.@@
 	<<case "judgemental">>
-		@@color:red;Sexually judgemental.@@
+		@@.red;Sexually judgemental.@@
 	<<case "cum addict">>
-		@@color:yellow;Cum addict.@@
+		@@.yellow;Cum addict.@@
 	<<case "anal addict">>
-		@@color:yellow;Anal addict.@@
+		@@.yellow;Anal addict.@@
 	<<case "attention whore">>
-		@@color:yellow;Attention whore.@@
+		@@.yellow;Attention whore.@@
 	<<case "breast growth">>
-		@@color:yellow;Breast obsession.@@
+		@@.yellow;Breast obsession.@@
 	<<case "abusive">>
-		@@color:yellow;Sexually abusive.@@
+		@@.yellow;Sexually abusive.@@
 	<<case "malicious">>
-		@@color:yellow;Sexually malicious.@@
+		@@.yellow;Sexually malicious.@@
 	<<case "self hating">>
-		@@color:yellow;Self hatred.@@
+		@@.yellow;Self hatred.@@
 	<<case "neglectful">>
-		@@color:yellow;Self neglectful.@@
+		@@.yellow;Self neglectful.@@
 	<<case "breeder">>
-		@@color:yellow;Breeding obsession.@@
+		@@.yellow;Breeding obsession.@@
 	<<default>>
 		<<set _Slave.sexualFlaw = "none">>
 	<</switch>>
-	@@color:green;
+	@@.green;
 	<<switch _Slave.behavioralQuirk>>
 	<<case "confident">>
 		Confident.
@@ -2715,14 +2715,14 @@ _Slave.faceShape face.
 	@@
 <</if>>
 
-<<if _Slave.customLabel != "">>''@@color:yellow;_Slave.customLabel@@''<</if>>
+<<if _Slave.customLabel != "">>''@@.yellow;_Slave.customLabel@@''<</if>>
 
 <<if (_Slave.relationship != 0) || (_Slave.relation != 0) || ($abbreviateClothes == 2) || ($abbreviateRulesets == 2)>>
 	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
 <</if>>
 
 <<if $abbreviateMental == 1>>
-@@color:lightgreen;
+@@.lightgreen;
 <<if $familyTesting == 1>>
 	<<for _j = 0; _j < _SL; _j++>>
 		<<if _Slave.mother == $slaves[_j].ID>>
@@ -2830,7 +2830,7 @@ _Slave.faceShape face.
 <<if _Slave.rivalry != 0>>
 <<for _j = 0; _j < _SL; _j++>>
 <<if _Slave.rivalryTarget == $slaves[_j].ID>>
-@@color:lightsalmon;
+@@.lightsalmon;
 <<if _Slave.rivalry <= 1>>
 	Disl $slaves[_j].slaveName
 <<elseif _Slave.rivalry <= 2>>
@@ -2848,46 +2848,46 @@ _Slave.faceShape face.
 <<if $familyTesting == 1>>
 	<<for _j = 0; _j < _SL; _j++>>
 		<<if _Slave.mother == $slaves[_j].ID>>
-			$slaves[_j].slaveName's @@color:lightgreen;daughter<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
+			$slaves[_j].slaveName's @@.lightgreen;daughter<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
 		<</if>>
 		<<if _Slave.father == $slaves[_j].ID>>
-			$slaves[_j].slaveName's @@color:lightgreen;daughter<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
+			$slaves[_j].slaveName's @@.lightgreen;daughter<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
 		<</if>>
 	<</for>>
 	<<if _Slave.daughters == 1>>
 		<<for _j = 0; _j < _SL; _j++>>
 			<<if $slaves[_j].mother == _Slave.ID>>
-				$slaves[_j].slaveName's @@color:lightgreen;mother<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
+				$slaves[_j].slaveName's @@.lightgreen;mother<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
 				<<break>>
 			<</if>>
 			<<if $slaves[_j].father == _Slave.ID>>
-				$slaves[_j].slaveName's @@color:lightgreen;father<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
+				$slaves[_j].slaveName's @@.lightgreen;father<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
 				<<break>>
 			<</if>>
 		<</for>>
 	<<elseif _Slave.daughters > 1>>
 		<<if _Slave.daughters > 10>>
-			@@color:lightgreen;Has tons of daughters.@@
+			@@.lightgreen;Has tons of daughters.@@
 		<<elseif _Slave.daughters > 5>>
-			@@color:lightgreen;Has many daughters.@@
+			@@.lightgreen;Has many daughters.@@
 		<<else>>
-			@@color:lightgreen;Has several daughters.@@
+			@@.lightgreen;Has several daughters.@@
 		<</if>>
 	<</if>>
 	<<if _Slave.sisters == 1>>
 		<<for _j = 0; _j < _SL; _j++>>
 			<<if areSisters($slaves[_j], _Slave) > 0>>
-				$slaves[_j].slaveName's @@color:lightgreen;sister<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
+				$slaves[_j].slaveName's @@.lightgreen;sister<<if _Slave.relationshipTarget == $slaves[_j].ID>><<if _Slave.relationship == 1>> and friend<<elseif _Slave.relationship == 2>> and best friend<<elseif _Slave.relationship == 3>> and FWB<<elseif _Slave.relationship == 4>> and lover<<else>> and wife<</if>><<set _relationshipHandled = 1>><</if>>.@@
 				<<break>>
 			<</if>>
 		<</for>>
 	<<elseif _Slave.sisters > 1>>
 		<<if _Slave.sisters > 10>>
-			@@color:lightgreen;One of many sisters.@@
+			@@.lightgreen;One of many sisters.@@
 		<<elseif _Slave.sisters > 5>>
-			@@color:lightgreen;Has many sisters.@@
+			@@.lightgreen;Has many sisters.@@
 		<<else>>
-			@@color:lightgreen;Has several sisters.@@
+			@@.lightgreen;Has several sisters.@@
 		<</if>>
 	<</if>>
 	<<if _Slave.relationship > 0 && _relationshipHandled != 1>>
@@ -2895,28 +2895,28 @@ _Slave.faceShape face.
 			<<if _Slave.relationshipTarget == $slaves[_j].ID>>
 				<<switch _Slave.relationship>>
 				<<case 1>>
-					$slaves[_j].slaveName's @@color:lightgreen;friend.@@
+					$slaves[_j].slaveName's @@.lightgreen;friend.@@
 				<<case 2>>
-					$slaves[_j].slaveName's @@color:lightgreen;best friend.@@
+					$slaves[_j].slaveName's @@.lightgreen;best friend.@@
 				<<case 3>>
-					$slaves[_j].slaveName's @@color:lightgreen;FWB.@@
+					$slaves[_j].slaveName's @@.lightgreen;FWB.@@
 				<<case 4>>
-					$slaves[_j].slaveName's @@color:lightgreen;lover.@@
+					$slaves[_j].slaveName's @@.lightgreen;lover.@@
 				<<case 5>>
-					$slaves[_j].slaveName's @@color:lightgreen;slave wife.@@
+					$slaves[_j].slaveName's @@.lightgreen;slave wife.@@
 				<</switch>>
 				&nbsp;&nbsp;&nbsp;&nbsp;
 				<<break>>
 			<</if>>
 		<</for>>
 	<<elseif _Slave.relationship == -3>>
-		@@color:lightgreen;Your wife.@@
+		@@.lightgreen;Your wife.@@
 		&nbsp;&nbsp;&nbsp;&nbsp;
 	<<elseif _Slave.relationship == -2>>
-		@@color:lightgreen;Emotionally bonded to you.@@
+		@@.lightgreen;Emotionally bonded to you.@@
 		&nbsp;&nbsp;&nbsp;&nbsp;
 	<<elseif _Slave.relationship == -1>>
-		@@color:lightgreen;Emotional slut.@@
+		@@.lightgreen;Emotional slut.@@
 		&nbsp;&nbsp;&nbsp;&nbsp;
 	<</if>>
 <<else>>
@@ -2925,9 +2925,9 @@ _Slave.faceShape face.
 			<<if _Slave.relationTarget == $slaves[_j].ID>>
 				$slaves[_j].slaveName's 
 				<<if _Slave.relationshipTarget != _Slave.relationTarget>>
-					@@color:lightgreen;_Slave.relation@@.
+					@@.lightgreen;_Slave.relation@@.
 				<<else>>
-					@@color:lightgreen;_Slave.relation@@
+					@@.lightgreen;_Slave.relation@@
 				<</if>>
 				<<if _Slave.relationship <= 0>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
 				<<break>>
@@ -2939,28 +2939,28 @@ _Slave.faceShape face.
 			<<if _Slave.relationshipTarget == $slaves[_j].ID>>
 				<<switch _Slave.relationship>>
 				<<case 1>>
-					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@color:lightgreen;friend.@@
+					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@.lightgreen;friend.@@
 				<<case 2>>
-					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@color:lightgreen;best friend.@@
+					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@.lightgreen;best friend.@@
 				<<case 3>>
-					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@color:lightgreen;FWB.@@
+					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@.lightgreen;FWB.@@
 				<<case 4>>
-					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@color:lightgreen;lover.@@
+					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@.lightgreen;lover.@@
 				<<case 5>>
-					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@color:lightgreen;slave wife.@@
+					<<if _Slave.relationshipTarget != _Slave.relationTarget>>$slaves[_j].slaveName's<<else>>and<</if>> @@.lightgreen;slave wife.@@
 				<</switch>>
 				&nbsp;&nbsp;&nbsp;&nbsp;
 				<<break>>
 			<</if>>
 		<</for>>
 	<<elseif _Slave.relationship == -3>>
-		@@color:lightgreen;Your wife.@@
+		@@.lightgreen;Your wife.@@
 		&nbsp;&nbsp;&nbsp;&nbsp;
 	<<elseif _Slave.relationship == -2>>
-		@@color:lightgreen;Emotionally bonded to you.@@
+		@@.lightgreen;Emotionally bonded to you.@@
 		&nbsp;&nbsp;&nbsp;&nbsp;
 	<<elseif _Slave.relationship == -1>>
-		@@color:lightgreen;Emotional slut.@@
+		@@.lightgreen;Emotional slut.@@
 		&nbsp;&nbsp;&nbsp;&nbsp;
 	<</if>>
 <</if>>
@@ -2969,13 +2969,13 @@ _Slave.faceShape face.
 <<for _j = 0; _j < _SL; _j++>>
 <<if _Slave.rivalryTarget == $slaves[_j].ID>>
 <<if _Slave.rivalry <= 1>>
-	@@color:lightsalmon;Dislikes@@ $slaves[_j].slaveName.
+	@@.lightsalmon;Dislikes@@ $slaves[_j].slaveName.
 	&nbsp;&nbsp;&nbsp;&nbsp;
 <<elseif _Slave.rivalry <= 2>>
-	$slaves[_j].slaveName's @@color:lightsalmon;rival.@@
+	$slaves[_j].slaveName's @@.lightsalmon;rival.@@
 	&nbsp;&nbsp;&nbsp;&nbsp;
 <<else>>
-	@@color:lightsalmon;Hates@@ $slaves[_j].slaveName.
+	@@.lightsalmon;Hates@@ $slaves[_j].slaveName.
 	&nbsp;&nbsp;&nbsp;&nbsp;
 <</if>>
 <<break>>
@@ -3137,7 +3137,7 @@ _Slave.faceShape face.
 <<elseif _Slave.shoes == "boots">>
 	Boots.
 <<elseif _Slave.heels == 1>>
-	@@color:yellow;Crawling.@@
+	@@.yellow;Crawling.@@
 <<elseif _Slave.shoes == "flats">>
 	Flats.
 <</if>>
@@ -3200,7 +3200,7 @@ _Slave.faceShape face.
 
 <<if $abbreviateOrigins == 2 && _Slave.origin != 0>>
 	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
-    @@color:gray;_Slave.origin@@
+    @@.gray;_Slave.origin@@
 <</if>>
 
 <<set $slaves[_i] = _Slave>>
@@ -3210,7 +3210,7 @@ _Slave.faceShape face.
 	<<continue>>
 <<case "HG Select">>
 <<if $HGCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Head Girl Suite">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3222,11 +3222,11 @@ _Slave.faceShape face.
 <</if>>
 <<case "Recruiter Select">>
 <<if $recruiterCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "BG Select">>
 <<if $bodyguardCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Spa">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3240,7 +3240,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Attendant Select">>
 <<if $attendantCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Brothel">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3254,7 +3254,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Madam Select">>
 <<if $madamCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Club">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3275,13 +3275,13 @@ _Slave.faceShape face.
 <</if>>
 <<case "DJ Select">>
 <<if $DJCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Clinic">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
 <<if $Flag == 0>>
 	<<if $clinicUpgradeScanner == 1>>
-		@@color:cyan;Estimated DNA error value: <<print Math.trunc($slaves[_i].chem/10)>>@@
+		@@.cyan;Estimated DNA error value: <<print Math.trunc($slaves[_i].chem/10)>>@@
 	<</if>>
 	<<print "[[Send her to the Clinic|Assign][$i = "+_i+"]]">>
 <<elseif $Flag == 1>>
@@ -3292,7 +3292,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Nurse Select">>
 <<if $nurseCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Schoolroom">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3306,7 +3306,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Schoolteacher Select">>
 <<if $schoolteacherCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Dairy">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3320,7 +3320,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Milkmaid Select">>
 <<if $milkmaidCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Servants' Quarters">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3334,7 +3334,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Stewardess Select">>
 <<if $stewardessCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "Master Suite">>
 <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
@@ -3358,7 +3358,7 @@ _Slave.faceShape face.
 <</if>>
 <<case "Wardeness Select">>
 <<if $wardenessCareers.includes(_Slave.career)>>
-	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@color:lime;Has applicable career experience.@@
+	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>@@.lime;Has applicable career experience.@@
 <</if>>
 <<case "New Game Plus">>
 	<br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<</if>>
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index fb6928d84995bf00b3354b64b0bec66f6199c505..e3d776fd2a57fc2731a671c989d195aa25eeb9ab 100644
--- a/src/uncategorized/spaReport.tw
+++ b/src/uncategorized/spaReport.tw
@@ -62,9 +62,9 @@
 	<</if>>
 	&nbsp;&nbsp;&nbsp;&nbsp;$Attendant.slaveName is serving as the spa attendant.<<if $Attendant.relationship == -3>> She tries her best to be your perfect attentive and caring wife.<</if>>
 	<<if (_FLsFetish == 1)>>
-		When she is paid a visit by a slave with sexual issues to work out, she provides her with an understanding, willing, giving partner. She finds real satisfaction in helping your slaves find sexual gratification, and @@color:lightsalmon;becomes a submissive.@@
+		When she is paid a visit by a slave with sexual issues to work out, she provides her with an understanding, willing, giving partner. She finds real satisfaction in helping your slaves find sexual gratification, and @@.lightsalmon;becomes a submissive.@@
 	<<elseif (_FLsFetish == 2)>>
-		Every new slave in the spa is a new girl she gets to connect with and serve. Sexually. @@color:lightsalmon;She becomes more submissive.@@
+		Every new slave in the spa is a new girl she gets to connect with and serve. Sexually. @@.lightsalmon;She becomes more submissive.@@
 	<</if>>
 	<<if $attendantCareers.includes($Attendant.career)>>
 		She has experience with counseling from her life before she was a slave, making her better at building a rapport with troubled slaves, and giving her a better chance of softening flaws into beneficial quirks.
@@ -102,10 +102,10 @@
 	<<if ($slaves[_i].fetish == "mindbroken") && ($slaves[_i].health > 20) && (_attendantUsedCure == 0) && ($spaFix != 2)>>
 		<<set _attendantUsedCure = 1>>
 		<<if (random(1,100) > 90-$Attendant.devotion)>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;@@color:green;Something almost miraculous has happened.@@ $Attendant.slaveName has always refused to believe that $slaves[_i].slaveName could not be reached, and has spent weeks lavishing patient tenderness on her in $spaName. $slaves[_i].slaveName has begun to respond, and is stirring from her mental torpor.
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;Something almost miraculous has happened.@@ $Attendant.slaveName has always refused to believe that $slaves[_i].slaveName could not be reached, and has spent weeks lavishing patient tenderness on her in $spaName. $slaves[_i].slaveName has begun to respond, and is stirring from her mental torpor.
 		<<set $slaves[_i].devotion = -3, $slaves[_i].sexualFlaw = "apathetic", $slaves[_i].behavioralFlaw = either("hates men", "odd"), $slaves[_i].fetish = "none", $slaves[_i].fetishKnown = 1>>
 		<<if ($arcologies[0].FSPaternalist > 0)>>
-			Society @@color:green;strongly approves@@ of $slaves[_i].slaveName being restored to sanity, which advances ideals about enlightened slave ownership.
+			Society @@.green;strongly approves@@ of $slaves[_i].slaveName being restored to sanity, which advances ideals about enlightened slave ownership.
 			<<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.01*$FSSingleSlaveRep>>
 		<</if>>
 		<</if>>
@@ -268,7 +268,7 @@
 	<<if ($spaSlaves < $spa)>>
 		<<set _seed = random(1,10)+(($spa-$spaSlaves)*(random(150,170)+(_idleBonus*10)))>>
 		<<set $cash += _seed>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough girls to occupy all her time, the spa takes in citizens' slaves on a contract basis and she helps them too, earning @@color:yellowgreen;¤_seed.@@
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough girls to occupy all her time, the spa takes in citizens' slaves on a contract basis and she helps them too, earning @@.yellowgreen;¤_seed.@@
 	<</if>>
 	<<if ($spaSlaves > 0)>><br><</if>>
 <</if>>
@@ -276,7 +276,7 @@
 <<if ($spaSlaves > 0)>>
 	&nbsp;&nbsp;&nbsp;&nbsp;<<if ($spaSlaves > 1)>>''There are $spaSlaves slaves resting and recuperating in the spa.''<<else>>''There is one slave resting and recuperating in the spa.''<</if>>
 	<<if (_flawSoftened != 0)>>
-		$Attendant.slaveName works carefully with _flawSoftened, and successfully @@color:green;softens her behavioral flaw@@ into an appealing quirk.
+		$Attendant.slaveName works carefully with _flawSoftened, and successfully @@.green;softens her behavioral flaw@@ into an appealing quirk.
 	<</if>>
 <</if>>
 
@@ -290,7 +290,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is serving as the Attendant in the spa.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is serving as the Attendant in the spa.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[_FLs].choosesOwnClothes == 1>>
 		<<include "SA chooses own clothes">>
@@ -355,7 +355,7 @@
 		</div>
 		<</if>>
 		/* 000-250-006 */
-		''__@@color:pink;$slaves[$i].slaveName@@__'' is resting in the spa.
+		''__@@.pink;$slaves[$i].slaveName@@__'' is resting in the spa.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She<<include "SA rest">>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<if $slaves[$i].choosesOwnClothes == 1>>
@@ -395,12 +395,12 @@
 	<<if (_restedSlaves > 0)>>
 	<br><br>&nbsp;&nbsp;&nbsp;
 	<<if (_restedSlaves == 1)>>
-		One slave has rested until she reached a state of @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust@@ and will leave the spa before the end of the week.
+		One slave has rested until she reached a state of @@.hotpink;devotion@@ and @@.mediumaquamarine;trust@@ and will leave the spa before the end of the week.
 	<<else>>
-		_restedSlaves slaves have rested until they reached a state of @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust@@ and will leave the spa before the end of the week.
+		_restedSlaves slaves have rested until they reached a state of @@.hotpink;devotion@@ and @@.mediumaquamarine;trust@@ and will leave the spa before the end of the week.
 	<</if>>
 	<<if $spaDecoration != "standard">>
-		$spaNameCaps's $spaDecoration atmosphere @@color:hotpink;had an impact on <<if _restedSlaves == 1>>her while she<<else>>them while they<</if>>@@ were resting.
+		$spaNameCaps's $spaDecoration atmosphere @@.hotpink;had an impact on <<if _restedSlaves == 1>>her while she<<else>>them while they<</if>>@@ were resting.
 	<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/stewardessSelect.tw b/src/uncategorized/stewardessSelect.tw
index 3fe13c73cf6f298f3d77f0f69c86a557353879bb..3494d1dfc1da8042daa22a0397e04f81d7907a8e 100644
--- a/src/uncategorized/stewardessSelect.tw
+++ b/src/uncategorized/stewardessSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Servants' Quarters", $showEncyclopedia = 1, $encyclopedia = "Stewardesses">>
 
 <<if ($Stewardess != 0)>>
-	''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your Stewardess.<br><br>She will manage the Servants' Quarters.
+	''__@@.pink;$slaves[_i].slaveName@@__'' is serving as your Stewardess.<br><br>She will manage the Servants' Quarters.
 <<else>>
 	You have not selected a Stewardess.
 <</if>>
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 962e85a989504fc25a455da705c3caa721e56d25..ce774ba3740da6bb2c536be301207c7b804d50ed 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -180,7 +180,7 @@
 [[Whoring Skill|Encyclopedia][$encyclopedia = "Whoring Skill"]]
 [[Youth Preferentialism|Encyclopedia][$encyclopedia = "Youth Preferentialism"]]
 <<elseif _Pass == "Starting Girls">>\
-This slave will cost @@color:yellowgreen;''<span id="cost"><<slaveCost $activeSlave>>¤<<print $slaveCost>>.</span>''@@
+This slave will cost @@.yellowgreen;''<span id="cost"><<slaveCost $activeSlave>>¤<<print $slaveCost>>.</span>''@@
 
 <<elseif $ui == "disclaimer">>\
 <span id="nextButton"><strong><<link [[($nextButton)|($nextLink)]]>><</link>></strong></span>
@@ -205,13 +205,13 @@ _Pass $nextLink
 <</if>>
 <br>
 <<if $weatherToday.severity == 1>>
-	//@@color:cyan;$weatherToday.name@@//
+	//@@.cyan;$weatherToday.name@@//
 <<elseif $weatherToday.severity == 2>>
-	//@@color:yellow;$weatherToday.name@@//
+	//@@.yellow;$weatherToday.name@@//
 <<elseif $weatherToday.severity == 3>>
-	//@@color:orange;$weatherToday.name@@//
+	//@@.orange;$weatherToday.name@@//
 <<else>>
-	//@@color:red;$weatherToday.name@@//
+	//@@.red;$weatherToday.name@@//
 <</if>>
 <br><br>
 <<if $nextButton == "END WEEK">>
@@ -220,21 +220,21 @@ _Pass $nextLink
 	State.variables.slaves.map(function(y){y.assignmentVisible = 1});
 	State.variables.slaves.filter(function(x){return x.assignment == "live with your Head Girl" || x.assignment.includes("in the") || x.assignment == "work as a servant" || x.assignment.includes("be the") || x.assignment == "be your agent" || x.assignment == "be your Concubine"}).map(function(y){y.assignmentVisible = 0})
 	<</script>>
-	<</link>></strong></span> @@color:cyan;[Ent]@@
+	<</link>></strong></span> @@.cyan;[Ent]@@
 <<else>>
-	<span id="nextButton"><strong><<link [[($nextButton)|($nextLink)][$ui = "main"]]>><</link>></strong></span> @@color:cyan;[Spa]@@
+	<span id="nextButton"><strong><<link [[($nextButton)|($nextLink)][$ui = "main"]]>><</link>></strong></span> @@.cyan;[Spa]@@
 <</if>>
 <br><br>
 <<if _Pass == "Main">>
-	<span id="manageArcology"><<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">><</link>></span> @@color:cyan;[C]@@
+	<span id="manageArcology"><<link "Manage Arcology">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Arcology">><</link>></span> @@.cyan;[C]@@
 <</if>>
 <br>
 <<set $cash = Math.trunc($cash)>>
 <span id="cash">
 <<if $cash > 0>>
-	@@color:yellowgreen;Cash@@
+	@@.yellowgreen;Cash@@
 <<else>>
-	__@@color:red;Cash@@__
+	__@@.red;Cash@@__
 <</if>>
 | ''¤''$cash
 </span>
@@ -243,9 +243,9 @@ _Pass $nextLink
 	<<set _TCash2 = ($cash-$cashLastWeek)>>
 	<span id="oldcash">
 	<<if _TCash2 < 0>>
-		(@@color:red;_TCash2@@
+		(@@.red;_TCash2@@
 	<<else>>
-		(@@color:yellowgreen;+_TCash2@@
+		(@@.yellowgreen;+_TCash2@@
 	<</if>>
 	</span>
 	since last week)
@@ -256,18 +256,18 @@ _Pass $nextLink
 		<<set $cash = Math.trunc(Number($cash) || _TCash1), $cheater = 1>>
 		<<replace "#cash">>
 		<<if $cash > 0>>
-			@@color:yellowgreen;Cash@@
+			@@.yellowgreen;Cash@@
 		<<else>>
-			__@@color:red;Cash@@__
+			__@@.red;Cash@@__
 		<</if>>
 		| ''¤''$cash
 		<</replace>>
 		<<set _TCash2 = ($cash-$cashLastWeek)>>
 		<<replace "#oldcash">>
 		<<if _TCash2 < 0>>
-			(@@color:red;_TCash2@@
+			(@@.red;_TCash2@@
 		<<else>>
-			(@@color:yellowgreen;+_TCash2@@
+			(@@.yellowgreen;+_TCash2@@
 		<</if>>
 		<</replace>>
 		since last week)
@@ -277,22 +277,22 @@ _Pass $nextLink
 <<else>>
 	<br>Upkeep |
 <</if>>¤$costs
-<br>@@color:pink;Total Sex Slaves@@ | _SL
-<br>@@color:pink;Penthouse Beds@@ |
-<<if $dormitoryPopulation+$roomsPopulation > ($dormitory+$rooms)>>@@color:red;<<print $dormitoryPopulation+$roomsPopulation>>@@<<else>><<print $dormitoryPopulation+$roomsPopulation>><</if>>/<<print ($dormitory+$rooms)>>
-<br>@@color:pink;Luxury Rooms@@ | <<print $roomsPopulation>>/<<print $rooms>>
-<br>@@color:yellowgreen;GSP@@ |
+<br>@@.pink;Total Sex Slaves@@ | _SL
+<br>@@.pink;Penthouse Beds@@ |
+<<if $dormitoryPopulation+$roomsPopulation > ($dormitory+$rooms)>>@@.red;<<print $dormitoryPopulation+$roomsPopulation>>@@<<else>><<print $dormitoryPopulation+$roomsPopulation>><</if>>/<<print ($dormitory+$rooms)>>
+<br>@@.pink;Luxury Rooms@@ | <<print $roomsPopulation>>/<<print $rooms>>
+<br>@@.yellowgreen;GSP@@ |
 <<print Math.trunc(0.1*$arcologies[0].prosperity)>>m
 <<if $arcologies[0].ownership >= $arcologies[0].minority>>
 	<<if $arcologies[0].ownership >= $arcologies[0].minority+5>>
 		(<<print $arcologies[0].ownership>>%)
 	<<else>>
-		@@color:yellow;(<<print $arcologies[0].ownership>>%)@@
+		@@.yellow;(<<print $arcologies[0].ownership>>%)@@
 	<</if>>
 <<else>>
-	@@color:red;(<<print $arcologies[0].ownership>>%)@@
+	@@.red;(<<print $arcologies[0].ownership>>%)@@
 <</if>>
-<br>@@color:green;Rep@@ |
+<br>@@.green;Rep@@ |
 <<set $rep = Math.clamp(Math.trunc($rep), 0, 20000)>>
 <span id="rep">
 <<if $rep > 19000>>
@@ -514,18 +514,18 @@ _Pass $nextLink
 	<<if ($securityForceActive)>>
 		<br>[[Barracks]]
 	<</if>>
-	<br><br><span id="optionsButton"><<link "Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>></span> @@color:cyan;[O]@@
+	<br><br><span id="optionsButton"><<link "Options">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Options">><</link>></span> @@.cyan;[O]@@
 <<elseif _Pass == "Manage Arcology">>
-	<br><br><span id="managePenthouse"><<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>></span> @@color:cyan;[P]@@
-	<br><span id="managePerson"><<link "Manage Personal Affairs">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Personal Affairs">><</link>></span> @@color:cyan;[A]@@
-	<br><span id="policyButton"><<link [[Policies]]>><</link>></span> @@color:cyan;[Y]@@<br>
+	<br><br><span id="managePenthouse"><<link "Manage Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>></span> @@.cyan;[P]@@
+	<br><span id="managePerson"><<link "Manage Personal Affairs">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Personal Affairs">><</link>></span> @@.cyan;[A]@@
+	<br><span id="policyButton"><<link [[Policies]]>><</link>></span> @@.cyan;[Y]@@<br>
 	<<if $FSAnnounced>>
-		<span id="FSButton"><<link [[Future Societies|Future Society]]>><</link>></span> @@color:cyan;[F]@@
+		<span id="FSButton"><<link [[Future Societies|Future Society]]>><</link>></span> @@.cyan;[F]@@
 	<</if>>
-	<br><span id="LanguageButton"><<link "Language options">><<set $seed = $language>><<goto "Change Language">><</link>></span> @@color:cyan;[L]@@
-	<br><span id="PAOButton"><<link [[Personal assistant options]]>><</link>></span> @@color:cyan;[T]@@
-	<br><span id="URButton"><<link [[Universal Rules]]>><</link>></span> @@color:cyan;[U]@@
-	<br><span id="WARButton"><<link [[Wardrobe]]>><</link>></span> @@color:cyan;[W]@@
+	<br><span id="LanguageButton"><<link "Language options">><<set $seed = $language>><<goto "Change Language">><</link>></span> @@.cyan;[L]@@
+	<br><span id="PAOButton"><<link [[Personal assistant options]]>><</link>></span> @@.cyan;[T]@@
+	<br><span id="URButton"><<link [[Universal Rules]]>><</link>></span> @@.cyan;[U]@@
+	<br><span id="WARButton"><<link [[Wardrobe]]>><</link>></span> @@.cyan;[W]@@
 	<<if $cyberMod != 0 && $researchLab.built == "true">>
 		<br>[[Manage Research Lab|Research Lab][$temp to 0]]
 	<</if>>
diff --git a/src/uncategorized/subordinateTargeting.tw b/src/uncategorized/subordinateTargeting.tw
index 2028ffee41388fce9ff973c0e8688c1c798df536..67e1d3ac639b303d594941237283c1ac8e2e6e09 100644
--- a/src/uncategorized/subordinateTargeting.tw
+++ b/src/uncategorized/subordinateTargeting.tw
@@ -10,7 +10,7 @@
 <</if>>
 <<for _i = 0;_i < $slaves.length;_i++>>
 <<if $activeSlave.subTarget == $slaves[_i].ID>>
-	$activeSlave.slaveName will submit to ''__@@color:pink;$slaves[_i].slaveName@@__'' this week.
+	$activeSlave.slaveName will submit to ''__@@.pink;$slaves[_i].slaveName@@__'' this week.
 	<<break>>
 <</if>>
 <</for>>
diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw
index 5a58b9c79c9291ac762e52b64456ada928494d00..a0767742b771c3a4ceefdf2574cf8b8930352c99 100644
--- a/src/uncategorized/summaryOptions.tw
+++ b/src/uncategorized/summaryOptions.tw
@@ -6,25 +6,25 @@
 
 <br><br>
 <<if $lineSeparations == 0>>
-	Line separations are @@color:red;HIDDEN.@@
+	Line separations are @@.red;HIDDEN.@@
 	//[[Show|Summary Options][$lineSeparations = 1]]//
 <<else>>
-	Line separations are @@color:cyan;SHOWN.@@
+	Line separations are @@.cyan;SHOWN.@@
 	//[[Hide|Summary Options][$lineSeparations = 0]]//
 <</if>>
 
 <br><br>
 
 <<if $sortSlavesBy is "name">>
-	Slaves are sorted on the main menu by @@color:yellow;NAME.@@
+	Slaves are sorted on the main menu by @@.yellow;NAME.@@
 <<elseif $sortSlavesBy == "seniority">>
-	Slaves are sorted on the main menu by @@color:yellow;SENIORITY.@@
+	Slaves are sorted on the main menu by @@.yellow;SENIORITY.@@
 <<elseif $sortSlavesBy == "age">>
-	Slaves are sorted on the main menu by @@color:yellow;AGE.@@
+	Slaves are sorted on the main menu by @@.yellow;AGE.@@
 <<elseif $sortSlavesBy == "assignment">>
-	Slaves are sorted on the main menu by @@color:yellow;ASSIGNMENT.@@
+	Slaves are sorted on the main menu by @@.yellow;ASSIGNMENT.@@
 <<else>>
-	Slaves are sorted on the main menu by @@color:yellow;DEVOTION.@@
+	Slaves are sorted on the main menu by @@.yellow;DEVOTION.@@
 <</if>>
 
 //[[Devotion|Summary Options][$sortSlavesBy = "devotion"]] | [[Name|Summary Options][$sortSlavesBy = "name"]] | [[Assignment|Summary Options][$sortSlavesBy = "assignment"]] | [[Date purchased|Summary Options][$sortSlavesBy = "seniority"]] | [[Age|Summary Options][$sortSlavesBy = "age"]]//
@@ -32,30 +32,30 @@
 <br>
 
 <<if $sortSlavesOrder == "ascending">>
-	Slaves are sorted in @@color:cyan;ASCENDING@@ order.
+	Slaves are sorted in @@.cyan;ASCENDING@@ order.
 	//[[Sort descending|Summary Options][$sortSlavesOrder = "descending"]]//
 <<else>>
-	Slaves are sorted in @@color:red;DESCENDING@@ order.
+	Slaves are sorted in @@.red;DESCENDING@@ order.
 	//[[Sort ascending|Summary Options][$sortSlavesOrder = "ascending"]]//
 <</if>>
 
 <br>
 
 <<if $sortSlavesMain == 0>>
-	Sort options are @@color:red;HIDDEN@@ on the main menu.
+	Sort options are @@.red;HIDDEN@@ on the main menu.
 	//[[Show|Summary Options][$sortSlavesMain = 1]]//
 <<else>>
-	Sort options are @@color:cyan;SHOWN@@ on the main menu.
+	Sort options are @@.cyan;SHOWN@@ on the main menu.
 	//[[Hide|Summary Options][$sortSlavesMain = 0]]//
 <</if>>
 
 <br>
 
 <<if $rulesAssistantMain == 0>>
-	The rules assistant is @@color:red;HIDDEN.@@
+	The rules assistant is @@.red;HIDDEN.@@
 	//[[Show|Summary Options][$rulesAssistantMain = 1]]//
 <<else>>
-	The rules assistant is @@color:cyan;SHOWN.@@
+	The rules assistant is @@.cyan;SHOWN.@@
 	//[[Hide|Summary Options][$rulesAssistantMain = 0]]//
 <</if>>
 
@@ -63,27 +63,27 @@
 
 Main menu assignment shortcuts are
 <<if $displayAssignments == 1>>
-	@@color:cyan;SHOWN.@@ //[[Hide|Summary Options][$displayAssignments = 0]]//
+	@@.cyan;SHOWN.@@ //[[Hide|Summary Options][$displayAssignments = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Show|Summary Options][$displayAssignments = 1]]//
+	@@.red;HIDDEN.@@ //[[Show|Summary Options][$displayAssignments = 1]]//
 <</if>>
 
 <br><br>
 
 Granular slave stat numbers are
 <<if $summaryStats == 1>>
-	@@color:cyan;DISPLAYED.@@ //[[Hide|Summary Options][$summaryStats = 0]]//
+	@@.cyan;DISPLAYED.@@ //[[Hide|Summary Options][$summaryStats = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Display|Summary Options][$summaryStats = 1]]//
+	@@.red;HIDDEN.@@ //[[Display|Summary Options][$summaryStats = 1]]//
 <</if>>
 
 <br>
 
 <<if $assignFilter == 0>>
-	Assignment filter controls are @@color:red;HIDDEN.@@
+	Assignment filter controls are @@.red;HIDDEN.@@
 	//[[Show|Summary Options][$assignFilter = 1]]//
 <<else>>
-	Assignment filter controls are @@color:cyan;SHOWN.@@
+	Assignment filter controls are @@.cyan;SHOWN.@@
 	//[[Hide|Summary Options][$assignFilter = 0]]//
 <</if>>
 
@@ -91,157 +91,157 @@ Granular slave stat numbers are
 
 Mental stats are
 <<if $abbreviateDevotion == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateDevotion = 0]] | [[Abbreviate|Summary Options][$abbreviateDevotion = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateDevotion = 0]] | [[Abbreviate|Summary Options][$abbreviateDevotion = 1]]//
 <<elseif $abbreviateDevotion == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateDevotion = 0]] | [[Summarize|Summary Options][$abbreviateDevotion = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateDevotion = 0]] | [[Summarize|Summary Options][$abbreviateDevotion = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateDevotion = 1]] | [[Summarize|Summary Options][$abbreviateDevotion = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateDevotion = 1]] | [[Summarize|Summary Options][$abbreviateDevotion = 2]]//
 <</if>>
 
 <br>
 
 Rules are
 <<if $abbreviateRules == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateRules = 0]] | [[Abbreviate|Summary Options][$abbreviateRules = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateRules = 0]] | [[Abbreviate|Summary Options][$abbreviateRules = 1]]//
 <<elseif $abbreviateRules == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateRules = 0]] | [[Summarize|Summary Options][$abbreviateRules = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateRules = 0]] | [[Summarize|Summary Options][$abbreviateRules = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateRules = 1]] | [[Summarize|Summary Options][$abbreviateRules = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateRules = 1]] | [[Summarize|Summary Options][$abbreviateRules = 2]]//
 <</if>>
 
 <br>
 
 Health is
 <<if $abbreviateHealth == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateHealth = 0]] | [[Abbreviate|Summary Options][$abbreviateHealth = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateHealth = 0]] | [[Abbreviate|Summary Options][$abbreviateHealth = 1]]//
 <<elseif $abbreviateHealth == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateHealth = 0]] | [[Summarize|Summary Options][$abbreviateHealth = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateHealth = 0]] | [[Summarize|Summary Options][$abbreviateHealth = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateHealth = 1]] | [[Summarize|Summary Options][$abbreviateHealth = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateHealth = 1]] | [[Summarize|Summary Options][$abbreviateHealth = 2]]//
 <</if>>
 
 <br>
 
 Diet and weight are
 <<if $abbreviateDiet == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateDiet = 0]] | [[Abbreviate|Summary Options][$abbreviateDiet = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateDiet = 0]] | [[Abbreviate|Summary Options][$abbreviateDiet = 1]]//
 <<elseif $abbreviateDiet == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateDiet = 0]] | [[Summarize|Summary Options][$abbreviateDiet = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateDiet = 0]] | [[Summarize|Summary Options][$abbreviateDiet = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateDiet = 1]] | [[Summarize|Summary Options][$abbreviateDiet = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateDiet = 1]] | [[Summarize|Summary Options][$abbreviateDiet = 2]]//
 <</if>>
 
 <br>
 
 Drugs and addiction are
 <<if $abbreviateDrugs == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateDrugs = 0]] | [[Abbreviate|Summary Options][$abbreviateDrugs = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateDrugs = 0]] | [[Abbreviate|Summary Options][$abbreviateDrugs = 1]]//
 <<elseif $abbreviateDrugs == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateDrugs = 0]] | [[Summarize|Summary Options][$abbreviateDrugs = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateDrugs = 0]] | [[Summarize|Summary Options][$abbreviateDrugs = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateDrugs = 1]] | [[Summarize|Summary Options][$abbreviateDrugs = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateDrugs = 1]] | [[Summarize|Summary Options][$abbreviateDrugs = 2]]//
 <</if>>
 
 <br>
 
 Genitalia are
 <<if $abbreviateGenitalia == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateGenitalia = 0]] | [[Abbreviate|Summary Options][$abbreviateGenitalia = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateGenitalia = 0]] | [[Abbreviate|Summary Options][$abbreviateGenitalia = 1]]//
 <<elseif $abbreviateGenitalia == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateGenitalia = 0]] | [[Summarize|Summary Options][$abbreviateGenitalia = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateGenitalia = 0]] | [[Summarize|Summary Options][$abbreviateGenitalia = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateGenitalia = 1]] | [[Summarize|Summary Options][$abbreviateGenitalia = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateGenitalia = 1]] | [[Summarize|Summary Options][$abbreviateGenitalia = 2]]//
 <</if>>
 
 <br>
 
 Physical traits are
 <<if $abbreviatePhysicals == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviatePhysicals = 0]] | [[Abbreviate|Summary Options][$abbreviatePhysicals = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviatePhysicals = 0]] | [[Abbreviate|Summary Options][$abbreviatePhysicals = 1]]//
 <<elseif $abbreviatePhysicals == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviatePhysicals = 0]] | [[Summarize|Summary Options][$abbreviatePhysicals = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviatePhysicals = 0]] | [[Summarize|Summary Options][$abbreviatePhysicals = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviatePhysicals = 1]] | [[Summarize|Summary Options][$abbreviatePhysicals = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviatePhysicals = 1]] | [[Summarize|Summary Options][$abbreviatePhysicals = 2]]//
 <</if>>
 
 <br>
 
 Skills are
 <<if $abbreviateSkills == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateSkills = 0]] | [[Abbreviate|Summary Options][$abbreviateSkills = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateSkills = 0]] | [[Abbreviate|Summary Options][$abbreviateSkills = 1]]//
 <<elseif $abbreviateSkills == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateSkills = 0]] | [[Summarize|Summary Options][$abbreviateSkills = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateSkills = 0]] | [[Summarize|Summary Options][$abbreviateSkills = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateSkills = 1]] | [[Summarize|Summary Options][$abbreviateSkills = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateSkills = 1]] | [[Summarize|Summary Options][$abbreviateSkills = 2]]//
 <</if>>
 
 <br>
 
 Mental attributes are
 <<if $abbreviateMental == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateMental = 0]] | [[Abbreviate|Summary Options][$abbreviateMental = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateMental = 0]] | [[Abbreviate|Summary Options][$abbreviateMental = 1]]//
 <<elseif $abbreviateMental == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateMental = 0]] | [[Summarize|Summary Options][$abbreviateMental = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateMental = 0]] | [[Summarize|Summary Options][$abbreviateMental = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateMental = 1]] | [[Summarize|Summary Options][$abbreviateMental = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateMental = 1]] | [[Summarize|Summary Options][$abbreviateMental = 2]]//
 <</if>>
 
 <br>
 
 Nationality is
 <<if $abbreviateNationality == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateNationality = 0]] | [[Abbreviate|Summary Options][$abbreviateNationality = 1]] //
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateNationality = 0]] | [[Abbreviate|Summary Options][$abbreviateNationality = 1]] //
 <<elseif $abbreviateNationality == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateNationality = 0]] | [[Summarize|Summary Options][$abbreviateNationality = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateNationality = 0]] | [[Summarize|Summary Options][$abbreviateNationality = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateNationality = 1]] | [[Summarize|Summary Options][$abbreviateNationality = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateNationality = 1]] | [[Summarize|Summary Options][$abbreviateNationality = 2]]//
 <</if>>
 
 <br>
 
 Race is
 <<if $abbreviateRace == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateRace = 0]] | [[Abbreviate|Summary Options][$abbreviateRace = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateRace = 0]] | [[Abbreviate|Summary Options][$abbreviateRace = 1]]//
 <<elseif $abbreviateRace == 1>>
-	@@color:yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateRace = 0]] | [[Summarize|Summary Options][$abbreviateRace = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Hide|Summary Options][$abbreviateRace = 0]] | [[Summarize|Summary Options][$abbreviateRace = 2]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateRace = 1]] | [[Summarize|Summary Options][$abbreviateRace = 2]]//
+	@@.red;HIDDEN.@@ //[[Abbreviate|Summary Options][$abbreviateRace = 1]] | [[Summarize|Summary Options][$abbreviateRace = 2]]//
 <</if>>
 
 <br>
 
 Clothes are
 <<if $abbreviateClothes == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateClothes = 0]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateClothes = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Summarize|Summary Options][$abbreviateClothes = 2]]//
+	@@.red;HIDDEN.@@ //[[Summarize|Summary Options][$abbreviateClothes = 2]]//
 <</if>>
 
 <br>
 
 Origins are
 <<if $abbreviateOrigins == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateOrigins = 0]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateOrigins = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Summarize|Summary Options][$abbreviateOrigins = 2]]//
+	@@.red;HIDDEN.@@ //[[Summarize|Summary Options][$abbreviateOrigins = 2]]//
 <</if>>
 
 <br>
 
 Rules Assistant rulesets are
 <<if $abbreviateRulesets == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateRulesets = 0]]//
+	@@.cyan;SUMMARIZED.@@ //[[Hide|Summary Options][$abbreviateRulesets = 0]]//
 <<else>>
-	@@color:red;HIDDEN.@@ //[[Summarize|Summary Options][$abbreviateRulesets = 2]]//
+	@@.red;HIDDEN.@@ //[[Summarize|Summary Options][$abbreviateRulesets = 2]]//
 <</if>>
 
 <br>
 
 Facilities in the sidebar are
 <<if $abbreviateSidebar == 2>>
-	@@color:cyan;SUMMARIZED.@@ //[[Abbreviate|Summary Options][$abbreviateSidebar = 1]]//
+	@@.cyan;SUMMARIZED.@@ //[[Abbreviate|Summary Options][$abbreviateSidebar = 1]]//
 <<else>>
-	@@color:yellow;ABBREVIATED.@@ //[[Summarize|Summary Options][$abbreviateSidebar = 2]]//
+	@@.yellow;ABBREVIATED.@@ //[[Summarize|Summary Options][$abbreviateSidebar = 2]]//
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 8d3c5551521550766802c77faaab52bc4bd7a215..7b31eb4a91c229152a9d0e614cc08c81563b4514 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -19,7 +19,7 @@
 <<set $seed = $activeSlave.devotion>>
 
 <<if ($activeSlave.health < random(-100,-80)) && ($surgeryType != "braces")>>
-	$activeSlave.slaveName @@color:red;has died from complications of surgery.@@
+	$activeSlave.slaveName @@.red;has died from complications of surgery.@@
 	<<include "Remove activeSlave">>
 	<<set $nextLink = "Main">>
 
@@ -78,35 +78,35 @@ As the remote surgery's long recovery cycle completes,
 	<<if $familyTesting == 1>>
 		<<for $j = 0; $j < $slaves.length; $j++>>
 			<<if $activeSlave.mother == $slaves[$j].ID>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her daughter is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her daughter is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= 40>>
 				<<set $slaves[$j].trust -= 40>>
 			<</if>>
 			<<if $activeSlave.father == $slaves[$j].ID>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her daughter is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her daughter is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= 40>>
 				<<set $slaves[$j].trust -= 40>>
 			<</if>>
 			<<if $activeSlave.ID == $slaves[$j].father>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her father is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her father is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= 40>>
 				<<set $slaves[$j].trust -= 40>>
 			<</if>>
 			<<if $activeSlave.ID == $slaves[$j].mother>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her mother is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her mother is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= 40>>
 				<<set $slaves[$j].trust -= 40>>
 			<</if>>
 			<<if areSisters($activeSlave, $slaves[$j]) == 1>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her twin is now a Fuckdoll. Is she next?
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her twin is now a Fuckdoll. Is she next?
 				<<set $slaves[$j].devotion -= 50>>
 				<<set $slaves[$j].trust -= 50>>
 			<<elseif areSisters($activeSlave, $slaves[$j]) == 2>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her sister is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her sister is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= 40>>
 				<<set $slaves[$j].trust -= 40>>
 			<<elseif areSisters($activeSlave, $slaves[$j]) == 3>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her half-sister is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her half-sister is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= 30>>
 				<<set $slaves[$j].trust -= 30>>
 			<</if>>
@@ -114,7 +114,7 @@ As the remote surgery's long recovery cycle completes,
 		<<if $activeSlave.relationship > 0>>
 			<<for $j = 0; $j < $slaves.length; $j++>>
 				<<if $slaves[$j].ID == $activeSlave.relationshipTarget>>
-					$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her <<if $activeSlave.relationship > 4>>wife<<elseif $activeSlave.relationship > 3>>lover<<elseif $activeSlave.relationship > 2>>intimate friend<<elseif $activeSlave.relationship > 1>>best friend<<else>>friend<</if>> is now a Fuckdoll.
+					$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her <<if $activeSlave.relationship > 4>>wife<<elseif $activeSlave.relationship > 3>>lover<<elseif $activeSlave.relationship > 2>>intimate friend<<elseif $activeSlave.relationship > 1>>best friend<<else>>friend<</if>> is now a Fuckdoll.
 					<<set $slaves[$j].devotion -= $activeSlave.relationship*10>>
 					<<set $slaves[$j].trust -= $activeSlave.relationship*10>>
 					<<set $slaves[$j].relationship = 0>>
@@ -123,14 +123,14 @@ As the remote surgery's long recovery cycle completes,
 				<</if>>
 			<</for>>
 		<<elseif $activeSlave.relationship < 0>>
-			Its @@color:lightsalmon;slave relationship to you is effectively over,@@ since everyone in the world outside its suit is created equal to her. She'll probably forget to distinguish your <<if $PC.dick == 1>>dick if it's pushed inside her<<else>>pussy if it's pressed against her face hole<</if>> soon enough.
+			Its @@.lightsalmon;slave relationship to you is effectively over,@@ since everyone in the world outside its suit is created equal to her. She'll probably forget to distinguish your <<if $PC.dick == 1>>dick if it's pushed inside her<<else>>pussy if it's pressed against her face hole<</if>> soon enough.
 		<</if>>
 	<<else>>
 	<<if $activeSlave.relation != 0>>
 		<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $activeSlave.relationshipTarget != $activeSlave.relationTarget>>
 				<<if $slaves[$j].ID is $activeSlave.relationTarget>>
-					$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her $activeSlave.relation is now a Fuckdoll.
+					$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her $activeSlave.relation is now a Fuckdoll.
 					<<set $slaves[$j].devotion -= 40>>
 					<<set $slaves[$j].trust -= 40>>
 					<<break>>
@@ -141,7 +141,7 @@ As the remote surgery's long recovery cycle completes,
 	<<if $activeSlave.relationship > 0>>
 		<<for $j to 0; $j < $slaves.length; $j++>>
 			<<if $slaves[$j].ID is $activeSlave.relationshipTarget>>
-				$slaves[$j].slaveName will be @@color:mediumorchid;horrified@@ and @@color:gold;afraid@@ when she finds out that her <<if $activeSlave.relationshipTarget == $activeSlave.relationTarget>>$activeSlave.relation and<</if>> <<if $activeSlave.relationship > 4>>wife<<elseif $activeSlave.relationship > 3>>lover<<elseif $activeSlave.relationship > 2>>intimate friend<<elseif $activeSlave.relationship > 1>>best friend<<else>>friend<</if>> is now a Fuckdoll.
+				$slaves[$j].slaveName will be @@.mediumorchid;horrified@@ and @@.gold;afraid@@ when she finds out that her <<if $activeSlave.relationshipTarget == $activeSlave.relationTarget>>$activeSlave.relation and<</if>> <<if $activeSlave.relationship > 4>>wife<<elseif $activeSlave.relationship > 3>>lover<<elseif $activeSlave.relationship > 2>>intimate friend<<elseif $activeSlave.relationship > 1>>best friend<<else>>friend<</if>> is now a Fuckdoll.
 				<<set $slaves[$j].devotion -= $activeSlave.relationship*10>>
 				<<set $slaves[$j].trust -= $activeSlave.relationship*10>>
 				<<set $slaves[$j].relationship = 0>>
@@ -150,7 +150,7 @@ As the remote surgery's long recovery cycle completes,
 			<</if>>
 		<</for>>
 	<<elseif $activeSlave.relationship < 0>>
-		Its @@color:lightsalmon;slave relationship to you is effectively over,@@ since everyone in the world outside its suit is created equal to her. She'll probably forget to distinguish your <<if $PC.dick == 1>>dick if it's pushed inside her<<else>>pussy if it's pressed against her face hole<</if>> soon enough.
+		Its @@.lightsalmon;slave relationship to you is effectively over,@@ since everyone in the world outside its suit is created equal to her. She'll probably forget to distinguish your <<if $PC.dick == 1>>dick if it's pushed inside her<<else>>pussy if it's pressed against her face hole<</if>> soon enough.
 	<</if>>
 	<</if>> /*closes extended family mode */
 	<<if $activeSlave.rivalry != 0>>
@@ -200,46 +200,46 @@ As the remote surgery's long recovery cycle completes,
 	<</if>>
 
 <<case "mindbreak">>
-	Her gaze is placid and empty. <<if canSee($activeSlave)>>She looks at<<else>>You cough causing her to turn to face<</if>> you, and there is nothing there: no recognition, no fear, no love. Nothing. @@color:red;She will forget this in a few hours. She will forget everything in a few hours.@@
+	Her gaze is placid and empty. <<if canSee($activeSlave)>>She looks at<<else>>You cough causing her to turn to face<</if>> you, and there is nothing there: no recognition, no fear, no love. Nothing. @@.red;She will forget this in a few hours. She will forget everything in a few hours.@@
 	<<set $activeSlave.sexualFlaw = "none">>
 	<<set $activeSlave.behavioralFlaw = "none">>
 
 <<case "unblind">>
-	The eye surgery is @@color:red;invasive@@ and she spends some time in the autosurgery recovering. As soon as she is allowed to open her eyes and look around, her gaze flicks from object to object with manic speed as she processes her new vision. Seeing the world as it is is a gift that those who do not need it cannot properly understand.
+	The eye surgery is @@.red;invasive@@ and she spends some time in the autosurgery recovering. As soon as she is allowed to open her eyes and look around, her gaze flicks from object to object with manic speed as she processes her new vision. Seeing the world as it is is a gift that those who do not need it cannot properly understand.
 	<<set $activeSlave.devotion += 25>>
 	<<set $activeSlave.trust += 25>>
 	<<if ($activeSlave.devotion > 50)>>
-		She loved you before, but she's @@color:hotpink;very grateful,@@ and @@color:mediumaquamarine;more trusting,@@ too. She never realized just how good you looked, and now she can't get your image out of her mind.
+		She loved you before, but she's @@.hotpink;very grateful,@@ and @@.mediumaquamarine;more trusting,@@ too. She never realized just how good you looked, and now she can't get your image out of her mind.
 		<<if $activeSlave.relationship == 0>><<set $activeSlave.relationship = -2>><</if>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She accepted you as her owner before, but she's @@color:hotpink;very grateful,@@ and @@color:mediumaquamarine;more trusting,@@ too.
+		She accepted you as her owner before, but she's @@.hotpink;very grateful,@@ and @@.mediumaquamarine;more trusting,@@ too.
 	<<else>>
-		She hardly knows what to make of this wonderful present from someone she hates, and struggles with suspicion that the gift conceals some sort of snare. After a while, though, she accepts that you @@color:hotpink;truly did help her,@@ and @@color:mediumaquamarine;might be trustworthy.@@
+		She hardly knows what to make of this wonderful present from someone she hates, and struggles with suspicion that the gift conceals some sort of snare. After a while, though, she accepts that you @@.hotpink;truly did help her,@@ and @@.mediumaquamarine;might be trustworthy.@@
 	<</if>>
 
 <<case "blind">>
-	The laser eye surgery is brief, with @@color:red;nothing more than minor health effects.@@ As soon as she is allowed to open her eyes and look around, she begins to glance back and forth frantically, not immediately understanding that this darkness is her new reality.
+	The laser eye surgery is brief, with @@.red;nothing more than minor health effects.@@ As soon as she is allowed to open her eyes and look around, she begins to glance back and forth frantically, not immediately understanding that this darkness is her new reality.
 	<<if ($activeSlave.devotion > 50)>>
 	When she finally figures it out, she begins to weep, not understanding why it's necessary that she be unable to see. After a short cry that trails off into a few sniffles, she carries on.
 	<<elseif ($activeSlave.devotion > 20)>>
-	When she finally figures it out, she begins to bawl, not understanding what she did to earn this. After a short expurgation of @@color:gold;grief and terror,@@ she takes a deep breath and visibly suppresses her emotions.
+	When she finally figures it out, she begins to bawl, not understanding what she did to earn this. After a short expurgation of @@.gold;grief and terror,@@ she takes a deep breath and visibly suppresses her emotions.
 	<<set $activeSlave.trust -= 20>>
 	<<else>>
-	When she realizes what's happened, her face @@color:mediumorchid;clouds with rage.@@ Reflexively, she begins to peer around, looking for the source of her woes. She finally understands the true use of blindness when she realizes she won't be able to tell where you are, where anyone is, or even where she is. Her well being is now firmly in the hands of someone she distrusts. She begins to @@color:gold;shake with fear.@@
+	When she realizes what's happened, her face @@.mediumorchid;clouds with rage.@@ Reflexively, she begins to peer around, looking for the source of her woes. She finally understands the true use of blindness when she realizes she won't be able to tell where you are, where anyone is, or even where she is. Her well being is now firmly in the hands of someone she distrusts. She begins to @@.gold;shake with fear.@@
 	<<set $activeSlave.trust -= 8>>
 	<<set $activeSlave.devotion -= 8>>
 	<</if>>
 
 <<case "remove eyes">>
-	Surgery doesn't take long, but since it was invasive there are @@color:red;moderate health consequences.@@ As anesthesia wears off she tries to open her eyes and finds she is unable to.
+	Surgery doesn't take long, but since it was invasive there are @@.red;moderate health consequences.@@ As anesthesia wears off she tries to open her eyes and finds she is unable to.
 	<<if $activeSlave.eyes != -2>>
 		<<if ($activeSlave.devotion > 50)>>
 			When she realizes why, she begins to weep, not understanding what she did to deserve this. After a short cry that trails off into a few sniffles, she carries on.
 		<<elseif ($activeSlave.devotion > 20)>>
-			When she realizes why, she begins to bawl, not understanding what she did to earn this. After a short expurgation of @@color:gold;grief and terror,@@ she takes a deep breath and visibly suppresses her emotions.
+			When she realizes why, she begins to bawl, not understanding what she did to earn this. After a short expurgation of @@.gold;grief and terror,@@ she takes a deep breath and visibly suppresses her emotions.
 			<<set $activeSlave.trust -= 20>>
 		<<else>>
-			When she realizes what's happened, her face @@color:mediumorchid;clouds with rage.@@ Reflexively, she swings her head around, looking for the source of her woes. She finally understands the true use of blindness when she realizes she won't be able to tell where you are, where anyone is, or even where she is. Her well being is now firmly in the hands of someone she distrusts. She begins to @@color:gold;shake with fear.@@
+			When she realizes what's happened, her face @@.mediumorchid;clouds with rage.@@ Reflexively, she swings her head around, looking for the source of her woes. She finally understands the true use of blindness when she realizes she won't be able to tell where you are, where anyone is, or even where she is. Her well being is now firmly in the hands of someone she distrusts. She begins to @@.gold;shake with fear.@@
 			<<set $activeSlave.trust -= 8>>
 			<<set $activeSlave.devotion -= 8>>
 		<</if>>
@@ -247,7 +247,7 @@ As the remote surgery's long recovery cycle completes,
 		<<if ($activeSlave.devotion > 50)>>
 			When she realizes why, she seems suprised since she doesn't see the point of such procedure. As she was already blind, her mental state remains unaffected.
 		<<else>>
-			Her face twists in distaste. Such pointless and invasive procedure drives home just how @@color:gold;expendable@@ she is to you.
+			Her face twists in distaste. Such pointless and invasive procedure drives home just how @@.gold;expendable@@ she is to you.
 			<<set $activeSlave.devotion -= 5>>
 		<</if>>
 	<</if>>
@@ -255,27 +255,27 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "ocular implant">>
 	<<if $activeSlave.eyes <= -2>>
-		The implant surgery is @@color:red;invasive@@ and she spends some time in the autosurgery recovering. As soon as she is allowed to open her eyes and look around, her gaze flicks from object to object with manic speed as her new eyes deliver nearly overwhelming amount of visual informantion. Seeing the world as it is is a gift that those who do not need it cannot properly understand.
+		The implant surgery is @@.red;invasive@@ and she spends some time in the autosurgery recovering. As soon as she is allowed to open her eyes and look around, her gaze flicks from object to object with manic speed as her new eyes deliver nearly overwhelming amount of visual informantion. Seeing the world as it is is a gift that those who do not need it cannot properly understand.
 		<<set $activeSlave.devotion += 25>>
 		<<set $activeSlave.trust += 25>>
 		<<if ($activeSlave.devotion > 50)>>
-			She loved you before, but she's @@color:hotpink;very grateful,@@ and @@color:mediumaquamarine;more trusting,@@ too. She never realized just how good you looked, and now she can't get your image out of her mind.
+			She loved you before, but she's @@.hotpink;very grateful,@@ and @@.mediumaquamarine;more trusting,@@ too. She never realized just how good you looked, and now she can't get your image out of her mind.
 			<<if $activeSlave.relationship == 0>><<set $activeSlave.relationship to -2>><</if>>
 		<<elseif ($activeSlave.devotion > 20)>>
-			She accepted you as her owner before, but she's @@color:hotpink;very grateful,@@ and @@color:mediumaquamarine;more trusting,@@ too.
+			She accepted you as her owner before, but she's @@.hotpink;very grateful,@@ and @@.mediumaquamarine;more trusting,@@ too.
 		<<else>>
-			She hardly knows what to make of this wonderful present from someone she hates, and struggles with suspicion that the gift conceals some sort of snare. After a while, though, she accepts that you @@color:hotpink;truly did help her,@@ and @@color:mediumaquamarine;might be trustworthy.@@
+			She hardly knows what to make of this wonderful present from someone she hates, and struggles with suspicion that the gift conceals some sort of snare. After a while, though, she accepts that you @@.hotpink;truly did help her,@@ and @@.mediumaquamarine;might be trustworthy.@@
 		<</if>>
 	<<else>>
-		The implant surgery is @@color:red;invasive@@ and she spends some time in the autosurgery recovering. When she is allowed to open her eyes the amount of visual information makes her reel.
+		The implant surgery is @@.red;invasive@@ and she spends some time in the autosurgery recovering. When she is allowed to open her eyes the amount of visual information makes her reel.
 		<<if ($activeSlave.devotion > 50)>>
-			She is @@color:hotpink;grateful,@@ for her improved vision, and knowing how much you invested in her makes her @@color:mediumaquamarine;trust you more@@ as well.
+			She is @@.hotpink;grateful,@@ for her improved vision, and knowing how much you invested in her makes her @@.mediumaquamarine;trust you more@@ as well.
 			<<set $activeSlave.devotion += 10; $activeSlave.trust += 10>>
 		<<elseif ($activeSlave.devotion > 20)>>
-			She has mixed feelings about her new eyes, but she's @@color:mediumaquamarine;aware@@ how valuable such implants are, and she already @@color:hotpink;accepted@@ that you have complete control over her body.
+			She has mixed feelings about her new eyes, but she's @@.mediumaquamarine;aware@@ how valuable such implants are, and she already @@.hotpink;accepted@@ that you have complete control over her body.
 			<<set $activeSlave.devotion += 5; $activeSlave.trust += 10>>
 		<<else>>
-			She is @@color:gold;disturbed@@ that you replaced her eyes with artificial ones and afraid of increased control over her that such device grants.
+			She is @@.gold;disturbed@@ that you replaced her eyes with artificial ones and afraid of increased control over her that such device grants.
 			<<set $activeSlave.devotion -= 5>>
 		<</if>>
 	<</if>>
@@ -284,133 +284,133 @@ As the remote surgery's long recovery cycle completes,
 <<case "boobs">>
 	<<if ($activeSlave.areolae < 2)>>
 	<<if (random(1,100) > 70)>>
-		The increase in breast size @@color:lime;stretches and broadens her areolae.@@
+		The increase in breast size @@.lime;stretches and broadens her areolae.@@
 		<<set $activeSlave.areolae += 1>>
 	<</if>>
 	<</if>>
 	<<if ($activeSlave.nipples == "puffy")>>
 	<<if (random(1,100) > 70)>>
-		The breast surgery is invasive, and when her nipples heal, @@color:orange;they're a bit more normal.@@
+		The breast surgery is invasive, and when her nipples heal, @@.orange;they're a bit more normal.@@
 		<<set $activeSlave.nipples = "cute">>
 	<</if>>
 	<<elseif ($activeSlave.nipples == "huge")>>
 	<<if (random(1,100) > 90)>>
-		The breast surgery is invasive, and when her nipples heal, @@color:orange;they're a bit smaller.@@
+		The breast surgery is invasive, and when her nipples heal, @@.orange;they're a bit smaller.@@
 		<<set $activeSlave.nipples = "puffy">>
 	<</if>>
 	<</if>>
 	<<if ($activeSlave.boobShape != 0)>>
 	<<if (random(1,100) > 50)>>
-		The natural shape of her breasts has been eliminated by the cosmetic surgery, @@color:lime;rendering her boobs pretty and rounded.@@
+		The natural shape of her breasts has been eliminated by the cosmetic surgery, @@.lime;rendering her boobs pretty and rounded.@@
 		<<set $activeSlave.boobShape = "normal">>
 	<</if>>
 	<</if>>
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new assets.<<else>>She's barely out of the surgery before she's rubbing her new assets against anything she can reach.<</if>> She's @@color:hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new assets.<<else>>She's barely out of the surgery before she's rubbing her new assets against anything she can reach.<</if>> She's @@.hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She hefts her new breasts experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her new breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too much, but she wiggles herself a little to make them bounce for you.<</if>> @@color:hotpink;She's happy with your changes to her boobs.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She hefts her new breasts experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her new breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too much, but she wiggles herself a little to make them bounce for you.<</if>> @@.hotpink;She's happy with your changes to her boobs.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new breasts<<else>>She shifts them<</if>> skeptically. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new breasts<<else>>She shifts them<</if>> skeptically. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her new breasts<<else>>The new weight on her chest fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view these fake breasts as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new breasts<<else>>The new weight on her chest fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view these fake breasts as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "preg">>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated. She is @@color:hotpink; filled with joy@@ about being swollen with life and gleefully rubs her bulging belly.  She's so pleased that she now @@color:mediumaquamarine;trusts@@ your plans for her body.  As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated. She is @@.hotpink; filled with joy@@ about being swollen with life and gleefully rubs her bulging belly.  She's so pleased that she now @@.mediumaquamarine;trusts@@ your plans for her body.  As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated.  She's @@color:hotpink;grateful@@ that you think her offspring are valuable, and a little nervous about how she'll perform as a breeder.  As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated.  She's @@.hotpink;grateful@@ that you think her offspring are valuable, and a little nervous about how she'll perform as a breeder.  As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated.  She understands the realities of her life as a slave, so it isn't much of a shock.  As with all surgery @@color:red;her health has been slightly affected.@@  She is @@color:gold;sensibly fearful@@ of your total power over her body and her expanding belly.
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated.  She understands the realities of her life as a slave, so it isn't much of a shock.  As with all surgery @@.red;her health has been slightly affected.@@  She is @@.gold;sensibly fearful@@ of your total power over her body and her expanding belly.
 		<<set $activeSlave.trust -= 10>>
 	<<else>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated.  She does not understand the realities of her life as a slave at a core level, so she's @@color:mediumorchid;terrified and angry@@ that you have forced her to be a broodmother.  As with all surgery @@color:red;her health has been slightly affected.@@  She is @@color:gold;sensibly fearful@@ of your total power over her body and her rapidly growing brood.
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she has been impregnated.  She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ that you have forced her to be a broodmother.  As with all surgery @@.red;her health has been slightly affected.@@  She is @@.gold;sensibly fearful@@ of your total power over her body and her rapidly growing brood.
 		<<set $activeSlave.trust -= 15>>
 		<<set $activeSlave.devotion -= 15>>
 	<</if>>
 
 <<case "mpreg">>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she can now get pregnant. She is @@color:hotpink; filled with joy@@ about the possibility of becoming pregnant and gleefully rubs her softer belly.  She's so pleased that she now @@color:mediumaquamarine;trusts@@ your plans for her body.  As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that she can now get pregnant. She is @@.hotpink; filled with joy@@ about the possibility of becoming pregnant and gleefully rubs her softer belly.  She's so pleased that she now @@.mediumaquamarine;trusts@@ your plans for her body.  As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that, despite lacking female reproductive organs, she can now become pregnant.  She's @@color:hotpink;grateful@@ that you think her offspring are valuable enough to give her this gift, and a little nervous about how she'll perform as a mother.  As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that, despite lacking female reproductive organs, she can now become pregnant.  She's @@.hotpink;grateful@@ that you think her offspring are valuable enough to give her this gift, and a little nervous about how she'll perform as a mother.  As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that, despite lacking female reproductive organs, she can now become pregnant.  She understands the realities of her life as a slave, so it isn't much of a shock.  As with all surgery @@color:red;her health has been slightly affected.@@  She is @@color:gold;sensibly fearful@@ of your total power over her body and her inevitable pregnancy.
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that, despite lacking female reproductive organs, she can now become pregnant.  She understands the realities of her life as a slave, so it isn't much of a shock.  As with all surgery @@.red;her health has been slightly affected.@@  She is @@.gold;sensibly fearful@@ of your total power over her body and her inevitable pregnancy.
 		<<set $activeSlave.trust -= 10>>
 	<<else>>
-		She leaves the surgery with a certain fullness in her lower abdomen, she knows that, despite lacking female reproductive organs, she can now become pregnant.  She does not understand the realities of her life as a slave at a core level, so she's @@color:mediumorchid;terrified and angry@@ that you have forced her to become fertile in such an unnatural way.  As with all surgery @@color:red;her health has been slightly affected.@@  She is @@color:gold;sensibly fearful@@ of your total power over her body and her inevitable pregnancy.
+		She leaves the surgery with a certain fullness in her lower abdomen, she knows that, despite lacking female reproductive organs, she can now become pregnant.  She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ that you have forced her to become fertile in such an unnatural way.  As with all surgery @@.red;her health has been slightly affected.@@  She is @@.gold;sensibly fearful@@ of your total power over her body and her inevitable pregnancy.
 		<<set $activeSlave.trust -= 15>>
 		<<set $activeSlave.devotion -= 15>>
 	<</if>>
 
 <<case "mpreg removed">>
-	She notices quickly that her stomach is slightly flatter than before. She ponders this change for a moment, unsure of what to think of this occurrence. As with all surgery @@color:red;her health has been slightly affected.@@
+	She notices quickly that her stomach is slightly flatter than before. She ponders this change for a moment, unsure of what to think of this occurrence. As with all surgery @@.red;her health has been slightly affected.@@
 
 <<case "areolae">>
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new nipples despite the pain.<<else>>She's barely out of the surgery before she's rubbing her new nipples against anything she can reach, despite the pain.<</if>> She's @@color:hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new nipples despite the pain.<<else>>She's barely out of the surgery before she's rubbing her new nipples against anything she can reach, despite the pain.<</if>> She's @@.hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She runs a finger over her new nipples experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't touch them much, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel the new nipples capping her tits turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too violently, but she wiggles herself a little to show off.<</if>> @@color:hotpink;She's happy with your changes to her nipples.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She runs a finger over her new nipples experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't touch them much, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel the new nipples capping her tits turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too violently, but she wiggles herself a little to show off.<</if>> @@.hotpink;She's happy with your changes to her nipples.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new nipples skeptically<<else>>The cool air flowing over her new nipples draws a skeptical expression to her face<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her body still.<</if>> She's come to terms with the fact that she's a slave, so she isn't much affected mentally despite the surprise of having her nipples reshaped. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new nipples skeptically<<else>>The cool air flowing over her new nipples draws a skeptical expression to her face<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her body still.<</if>> She's come to terms with the fact that she's a slave, so she isn't much affected mentally despite the surprise of having her nipples reshaped. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her new nipples<<else>>The feel of the air running over her new nipples fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her body still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view her altered nipples as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new nipples<<else>>The feel of the air running over her new nipples fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her body still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view her altered nipples as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 	<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "boobsLoss">>
 	<<if ($activeSlave.areolae > 2)>>
-		The breast reduction surgery also @@color:orange;slightly reduces her massive areolae.@@
+		The breast reduction surgery also @@.orange;slightly reduces her massive areolae.@@
 		<<set $activeSlave.areolae -= 1>>
 	<</if>>
 	<<if ($activeSlave.nipples == "huge")>>
-		The breast reduction surgery also @@color:orange;slightly reduces her massive nipples.@@
+		The breast reduction surgery also @@.orange;slightly reduces her massive nipples.@@
 		<<set $activeSlave.nipples = "puffy">>
 	<</if>>
 	<<if ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She hefts her new, sleeker breasts experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her smaller breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't bounce too much.<</if>> @@color:hotpink;She's happy with your changes to her boobs.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She hefts her new, sleeker breasts experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her smaller breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't bounce too much.<</if>> @@.hotpink;She's happy with your changes to her boobs.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new, smaller breasts  skeptically<<else>>She attempts to sway her big tits experimentally, only to find them substantially less bouncy<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new, smaller breasts  skeptically<<else>>She attempts to sway her big tits experimentally, only to find them substantially less bouncy<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her sudden lack of her former breasts with resentment<<else>>The sudden lack of weight on her chest fills her with resentment<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this surgical theft as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her sudden lack of her former breasts with resentment<<else>>The sudden lack of weight on her chest fills her with resentment<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this surgical theft as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "mastectomy+">>
 	<<if ($activeSlave.breastShape == "saggy")>>
-		As excess skin and flesh was removed from her breasts, care was taken to @@color:lime;reshape her boobs to be nice and perky.@@
+		As excess skin and flesh was removed from her breasts, care was taken to @@.lime;reshape her boobs to be nice and perky.@@
 		<<set $activeSlave.breastShape = "perky">>
 	<</if>>
 	<<if ($activeSlave.areolae > 2)>>
-		The breast reduction surgery also @@color:orange;slightly reduces her massive areolae.@@
+		The breast reduction surgery also @@.orange;slightly reduces her massive areolae.@@
 		<<set $activeSlave.areolae -= 1>>
 	<</if>>
 	<<if ($activeSlave.nipples == "huge")>>
-		The breast reduction surgery also @@color:orange;slightly reduces her massive nipples.@@
+		The breast reduction surgery also @@.orange;slightly reduces her massive nipples.@@
 		<<set $activeSlave.nipples = "puffy">>
 	<</if>>
 	<<if ($activeSlave.sexualFlaw == "breast growth")>>
-		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. The immense bust she managed to grow has been all but stripped from her. Her face fills with disbelief as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with disbelief as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>Her hands immediately dart to grope her tits, but she only ends up grabbing air. Her face twitches, her mind unable to comprehend why this has happened to her. Her hands fall to her sides as her will breaks.<<else>> She tries to squirm, and finds she is no longer pinned by her tits. Her face twitches, her mind unable to comprehend why this has happened to her. She sobs once as her will to go on breaks apart.<</if>> She loved her enormous breasts, and now that they are gone, she has nothing to live for. @@color:red;Your theft of her obsession has broken her mind@@. As with all invasive surgery @@color:red;her health has been affected.@@
+		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. The immense bust she managed to grow has been all but stripped from her. Her face fills with disbelief as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with disbelief as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>Her hands immediately dart to grope her tits, but she only ends up grabbing air. Her face twitches, her mind unable to comprehend why this has happened to her. Her hands fall to her sides as her will breaks.<<else>> She tries to squirm, and finds she is no longer pinned by her tits. Her face twitches, her mind unable to comprehend why this has happened to her. She sobs once as her will to go on breaks apart.<</if>> She loved her enormous breasts, and now that they are gone, she has nothing to live for. @@.red;Your theft of her obsession has broken her mind@@. As with all invasive surgery @@.red;her health has been affected.@@
 		<<set $activeSlave.trust = -50>>
 		<<set $activeSlave.devotion = -50>>
 		<<set $activeSlave.fetish = "mindbroken">>
@@ -419,37 +419,37 @@ As the remote surgery's long recovery cycle completes,
 		<<set $activeSlave.behavioralQuirk = "none">>
 		<<set $activeSlave.behavioralFlaw = "none">>
 	<<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.devotion < 20)>>
-		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. Her once magnificent, immense bust has been all but stripped from her. Her face fills with resentment as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with resentment as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She loved her enormous breasts, and they were swiped from off her chest by the person she was just beginning to entrust herself to. @@color:mediumorchid;She sees this as a betrayal by you@@. As with all invasive surgery @@color:red;her health has been affected.@@ She is now @@color:gold;terribly afraid@@ that you may chose to steal something else she loves.
+		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. Her once magnificent, immense bust has been all but stripped from her. Her face fills with resentment as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with resentment as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She loved her enormous breasts, and they were swiped from off her chest by the person she was just beginning to entrust herself to. @@.mediumorchid;She sees this as a betrayal by you@@. As with all invasive surgery @@.red;her health has been affected.@@ She is now @@.gold;terribly afraid@@ that you may chose to steal something else she loves.
 		<<set $activeSlave.trust -= 40>>
 		<<set $activeSlave.devotion -= 20>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She hefts her new, tiny breasts experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her tiny breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't bounce too much.<</if>> @@color:hotpink;She's happy with your changes to her boobs@@ and @@color:mediumaquamarine;thankful@@ that you'd consider her health, well being and ability to fuck. As with all invasive surgery @@color:red;her health has been affected.@@
+		<<if $activeSlave.amp != 1>>She hefts her new, tiny breasts experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her tiny breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't bounce too much.<</if>> @@.hotpink;She's happy with your changes to her boobs@@ and @@.mediumaquamarine;thankful@@ that you'd consider her health, well being and ability to fuck. As with all invasive surgery @@.red;her health has been affected.@@
 		<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.trust += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new, tiny breasts with appreciation<<else>>She attempts to sway her big tits experimentally, only to find her chest barely moves at all<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all invasive surgery @@color:red;her health has been affected.@@ She is @@color:mediumaquamarine;thankful@@ that you removed the literal weight off her chest.
+		<<if canSee($activeSlave)>>She eyes her new, tiny breasts with appreciation<<else>>She attempts to sway her big tits experimentally, only to find her chest barely moves at all<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all invasive surgery @@.red;her health has been affected.@@ She is @@.mediumaquamarine;thankful@@ that you removed the literal weight off her chest.
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes the sudden lack of her former breasts with relief<<else>>The sudden lack of weight on her chest fills her with relief<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but she breaths easier without the immense weight hanging from her.<<else>>She's still sore, so she keeps her torso still, but but she breaths easier without the immense weight hanging from her.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:hotpink;she seems appreciative of this literal weight lifted from her chest@@ and @@color:mediumaquamarine;is thankful for your consideration of her health@@. As with all invasive surgery @@color:red;her health has been affected.@@
+		<<if canSee($activeSlave)>>She eyes the sudden lack of her former breasts with relief<<else>>The sudden lack of weight on her chest fills her with relief<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but she breaths easier without the immense weight hanging from her.<<else>>She's still sore, so she keeps her torso still, but but she breaths easier without the immense weight hanging from her.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.hotpink;she seems appreciative of this literal weight lifted from her chest@@ and @@.mediumaquamarine;is thankful for your consideration of her health@@. As with all invasive surgery @@.red;her health has been affected.@@
 		<<set $activeSlave.trust += 10>>
 		<<set $activeSlave.devotion += 5>>
 	<</if>>
 
 <<case "mastectomy">>
 	<<if ($activeSlave.breastShape == "saggy")>>
-		As excess skin and flesh was removed from her breasts, care was taken to @@color:lime;reshape her boobs to be nice and perky.@@
+		As excess skin and flesh was removed from her breasts, care was taken to @@.lime;reshape her boobs to be nice and perky.@@
 		<<set $activeSlave.breastShape = "perky">>
 	<</if>>
 	<<if ($activeSlave.areolae > 2)>>
-		The breast reduction surgery also @@color:orange;slightly reduces her massive areolae.@@
+		The breast reduction surgery also @@.orange;slightly reduces her massive areolae.@@
 		<<set $activeSlave.areolae -= 1>>
 	<</if>>
 	<<if ($activeSlave.nipples == "huge")>>
-		The breast reduction surgery also @@color:orange;slightly reduces her massive nipples.@@
+		The breast reduction surgery also @@.orange;slightly reduces her massive nipples.@@
 		<<set $activeSlave.nipples = "puffy">>
 	<</if>>
 	<<if ($activeSlave.sexualFlaw == "breast growth")>>
-		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. Her once glorious bust has been all but stripped from her. Her face fills with disbelief as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with disbelief as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>Her hands immediately dart to grope her tits, but she only ends up grabbing air. Her face twitches, her mind unable to comprehend why this has happened to her. Her hands fall to her sides as her will breaks.<<else>> She tries to squirm, and finds she is no longer pinned by her tits. Her face twitches, her mind unable to comprehend why this has happened to her. She sobs once as her will to go on breaks apart.<</if>> She loved her huge breasts, and now that they are gone, she has nothing to live for. @@color:red;Your theft of her obsession has broken her mind@@. As with all invasive surgery @@color:red;her health has been affected.@@
+		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. Her once glorious bust has been all but stripped from her. Her face fills with disbelief as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with disbelief as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>Her hands immediately dart to grope her tits, but she only ends up grabbing air. Her face twitches, her mind unable to comprehend why this has happened to her. Her hands fall to her sides as her will breaks.<<else>> She tries to squirm, and finds she is no longer pinned by her tits. Her face twitches, her mind unable to comprehend why this has happened to her. She sobs once as her will to go on breaks apart.<</if>> She loved her huge breasts, and now that they are gone, she has nothing to live for. @@.red;Your theft of her obsession has broken her mind@@. As with all invasive surgery @@.red;her health has been affected.@@
 		<<set $activeSlave.trust = -50>>
 		<<set $activeSlave.devotion = -50>>
 		<<set $activeSlave.fetish = "mindbroken">>
@@ -458,143 +458,143 @@ As the remote surgery's long recovery cycle completes,
 		<<set $activeSlave.behavioralQuirk = "none">>
 		<<set $activeSlave.behavioralFlaw = "none">>
 	<<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.devotion < 20)>>
-		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. Her once magnificent bust has been all but stripped from her. Her face fills with resentment as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with resentment as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She loved her huge breasts, and they were swiped from off her chest by the person she was just beginning to entrust herself to. @@color:mediumorchid;She sees this as a betrayal by you@@. As with all invasive surgery @@color:red;her health has been affected.@@ She is now @@color:gold;terribly afraid@@ that you may chose to steal something else she loves.
+		<<if canSee($activeSlave)>>She can hardly believe what she is seeing. Her once magnificent bust has been all but stripped from her. Her face fills with resentment as her flatness dawns on her<<else>>She immediately notices the lack of an immense weight hanging off her chest. Her face fills with resentment as her flatness dawns on her<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She loved her huge breasts, and they were swiped from off her chest by the person she was just beginning to entrust herself to. @@.mediumorchid;She sees this as a betrayal by you@@. As with all invasive surgery @@.red;her health has been affected.@@ She is now @@.gold;terribly afraid@@ that you may chose to steal something else she loves.
 		<<set $activeSlave.trust -= 40>>
 		<<set $activeSlave.devotion -= 20>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She hefts her new, tiny breasts experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her tiny breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't bounce too much.<</if>> @@color:hotpink;She's happy with your changes to her boobs.@@ As with all invasive surgery @@color:red;her health has been affected.@@
+		<<if $activeSlave.amp != 1>>She hefts her new, tiny breasts experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her tiny breasts move and turns her torso to you with a smile to show them off. She's still sore, so she doesn't bounce too much.<</if>> @@.hotpink;She's happy with your changes to her boobs.@@ As with all invasive surgery @@.red;her health has been affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new, tiny breasts skeptically<<else>>She attempts to sway her big tits experimentally, only to find her chest barely moves at all<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all invasive surgery @@color:red;her health has been affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new, tiny breasts skeptically<<else>>She attempts to sway her big tits experimentally, only to find her chest barely moves at all<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all invasive surgery @@.red;her health has been affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes the sudden lack of her former breasts with resentment<<else>>The sudden lack of weight on her chest fills her with resentment<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this surgical theft as a cruel imposition@@. As with all invasive surgery @@color:red;her health has been affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes the sudden lack of her former breasts with resentment<<else>>The sudden lack of weight on her chest fills her with resentment<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this surgical theft as a cruel imposition@@. As with all invasive surgery @@.red;her health has been affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "breastLift">>
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new, perkier breasts despite the pain.<<else>>She's barely out of the surgery before she's rubbing her new, perkier breasts against anything she can reach, despite the pain.<</if>> She's @@color:hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new, perkier breasts despite the pain.<<else>>She's barely out of the surgery before she's rubbing her new, perkier breasts against anything she can reach, despite the pain.<</if>> She's @@.hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She runs her hands over her perkier breasts experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't touch them much, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her perkier tits move before she turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too violently, but she wiggles herself a little to show off.<</if>> @@color:hotpink;She's thrilled that you firmed up her breasts.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She runs her hands over her perkier breasts experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't touch them much, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her perkier tits move before she turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too violently, but she wiggles herself a little to show off.<</if>> @@.hotpink;She's thrilled that you firmed up her breasts.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new, perkier breasts skeptically<<else>>The cool air flowing over the new location of her nipples draws a skeptical expression to her face<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her body still.<</if>> She's come to terms with the fact that she's a slave, but she is @@color:hotpink;quite happy@@ you'd take the time to make her breasts prettier. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body and that this may be only the beginning of extensive breast surgery.
+		<<if canSee($activeSlave)>>She eyes her new, perkier breasts skeptically<<else>>The cool air flowing over the new location of her nipples draws a skeptical expression to her face<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her body still.<</if>> She's come to terms with the fact that she's a slave, but she is @@.hotpink;quite happy@@ you'd take the time to make her breasts prettier. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body and that this may be only the beginning of extensive breast surgery.
 		<<set $activeSlave.devotion += 3>>
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her new, perkier breasts<<else>>The feel of the air running over the new location of her nipples fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her body still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. Oddly, @@color:hotpink;she seems to like that her breasts are no longer saggy@@ despite her immediate reaction. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body and fears that this is only the beginning of her breast surgeries.
+		<<if canSee($activeSlave)>>She eyes her new, perkier breasts<<else>>The feel of the air running over the new location of her nipples fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her body still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. Oddly, @@.hotpink;she seems to like that her breasts are no longer saggy@@ despite her immediate reaction. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body and fears that this is only the beginning of her breast surgeries.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion += 2>>
 	<</if>>
 
 <<case "breastReconstruction">>
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new, <<print $activeSlave.boobShape>> breasts despite the pain.<<else>>She's barely out of the surgery before she's rubbing her new, <<print $activeSlave.boobShape>> breasts against anything she can reach, despite the pain.<</if>> She's @@color:hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She's barely out of the surgery before she's playing with her new, <<print $activeSlave.boobShape>> breasts despite the pain.<<else>>She's barely out of the surgery before she's rubbing her new, <<print $activeSlave.boobShape>> breasts against anything she can reach, despite the pain.<</if>> She's @@.hotpink;deliriously happy@@ with your changes to what she thinks of as her primary sexual organs, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She runs her hands over her <<print $activeSlave.boobShape>> breasts experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't touch them much, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her <<print $activeSlave.boobShape>> tits move before she turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too violently, but she wiggles herself a little to show off.<</if>> @@color:hotpink;She's happy with your changes to her breasts.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She runs her hands over her <<print $activeSlave.boobShape>> breasts experimentally and turns to you with a smile to show them off. She's still sore, so she doesn't touch them much, but she turns from side to side to let you see them from all angles.<<else>>She bounces a little to feel her <<print $activeSlave.boobShape>> tits move before she turns her torso to you with a smile to show them off. She's still sore, so she doesn't move too violently, but she wiggles herself a little to show off.<</if>> @@.hotpink;She's happy with your changes to her breasts.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new, <<print $activeSlave.boobShape>> breasts skeptically<<else>>The cool air flowing over the new location of her nipples draws a skeptical expression to her face<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her body still.<</if>> She's come to terms with the fact that she's a slave, so she isn't much affected mentally despite the surprise of having her breasts reshaped. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new, <<print $activeSlave.boobShape>> breasts skeptically<<else>>The cool air flowing over the new location of her nipples draws a skeptical expression to her face<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them.<<else>>She's still sore, so she keeps her body still.<</if>> She's come to terms with the fact that she's a slave, so she isn't much affected mentally despite the surprise of having her breasts reshaped. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her new, <<print $activeSlave.boobShape>> breasts<<else>>The feel of the air running over the new location of her nipples fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her body still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view her altered breasts as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new, <<print $activeSlave.boobShape>> breasts<<else>>The feel of the air running over the new location of her nipples fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her body still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view her altered breasts as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 
 <<case "lactation">>
 	<<if ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She hefts her swollen breasts experimentally and turns to you with a smile to show them off. As she does, a drop of milk drips from a nipple and she gasps in surprise. She's shocked, but after tasting her own milk experimentally she <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you shyly and gently teases some more milk out of herself. The resulting stream of cream is bountiful and she giggles happily.<<else>>As you carry her out of the surgery, droplets of milk begin to bud from her nipples, and she giggles giddily.<</if>> @@color:hotpink;She's happy with your changes to her boobs.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She hefts her swollen breasts experimentally and turns to you with a smile to show them off. As she does, a drop of milk drips from a nipple and she gasps in surprise. She's shocked, but after tasting her own milk experimentally she <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you shyly and gently teases some more milk out of herself. The resulting stream of cream is bountiful and she giggles happily.<<else>>As you carry her out of the surgery, droplets of milk begin to bud from her nipples, and she giggles giddily.<</if>> @@.hotpink;She's happy with your changes to her boobs.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if $activeSlave.amp != 1>><<if canSee($activeSlave)>>She eyes her swollen breasts skeptically<<else>>She is skeptical of the how swollen her breasts feel<</if>>. She's still sore, so she doesn't touch them. Even so, a drop of milk drips from a nipple and she gasps in surprise. She's shocked, but after a few experimental pokes and rubs at herself she seems to understand that she's a lactation slave now, and that's how it is.<<else>>As you carry her out of the surgery, droplets of milk begin to bud from her nipples. She's shocked, but she seems to understand that she's a lactation slave now, and that's how it is.<</if>> She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if $activeSlave.amp != 1>><<if canSee($activeSlave)>>She eyes her swollen breasts skeptically<<else>>She is skeptical of the how swollen her breasts feel<</if>>. She's still sore, so she doesn't touch them. Even so, a drop of milk drips from a nipple and she gasps in surprise. She's shocked, but after a few experimental pokes and rubs at herself she seems to understand that she's a lactation slave now, and that's how it is.<<else>>As you carry her out of the surgery, droplets of milk begin to bud from her nipples. She's shocked, but she seems to understand that she's a lactation slave now, and that's how it is.<</if>> She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her swollen breasts<<else>>As she feels the fullness in her breasts, her face fills<</if>> with resentment. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. When she finally figures out she's lactating, she breaks down in rage and unhappiness, dripping milk and bitter tears. For now, @@color:mediumorchid;she seems to view being a lactation slave as a cruel hardship.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her swollen breasts<<else>>As she feels the fullness in her breasts, her face fills<</if>> with resentment. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. When she finally figures out she's lactating, she breaks down in rage and unhappiness, dripping milk and bitter tears. For now, @@.mediumorchid;she seems to view being a lactation slave as a cruel hardship.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "endlac">>
-	She notices almost immediately that the soreness that used to tell her she needed to be milked has gone. She bounces her breasts idly; it looks like she doesn't know what to think about having her lactation dry up. As with all surgery @@color:red;her health has been slightly affected.@@
+	She notices almost immediately that the soreness that used to tell her she needed to be milked has gone. She bounces her breasts idly; it looks like she doesn't know what to think about having her lactation dry up. As with all surgery @@.red;her health has been slightly affected.@@
 	<<if $activeSlave.assignment == "get milked">>
-		@@color:yellow;Her assignment has defaulted to resting.@@
+		@@.yellow;Her assignment has defaulted to resting.@@
 			<<set $activeSlave.assignment = "rest">>
 		<<set $activeSlave.assignmentVisible = 1>>
 		<<set $activeSlave.choosesOwnAssignment = 0>>
 	<</if>>
 
 <<case "ejaculation">>
-	She can only feel a nondescript soreness in her lower belly. She doesn't understand what was done to her and as such, doesn't know what to think. She'll realize later when she ejaculates roughly twenty percent more semen than unusual. As with all surgery @@color:red;her health has been affected.@@
+	She can only feel a nondescript soreness in her lower belly. She doesn't understand what was done to her and as such, doesn't know what to think. She'll realize later when she ejaculates roughly twenty percent more semen than unusual. As with all surgery @@.red;her health has been affected.@@
 
 <<case "endejac">>
-	She can only feel a nondescript soreness in her lower belly. She doesn't understand what was done to her and as such, doesn't know what to think. She'll realize later when she ejaculates roughly twenty percent less semen than unusual. As with all surgery @@color:red;her health has been affected.@@
+	She can only feel a nondescript soreness in her lower belly. She doesn't understand what was done to her and as such, doesn't know what to think. She'll realize later when she ejaculates roughly twenty percent less semen than unusual. As with all surgery @@.red;her health has been affected.@@
 
 <<case "scarRemov">>
-Even though removing scars is a trivial process, @@color:red;her health has been slightly affected@@. When she exits the room, she feels that most of her skin is numb, and she is @@color:hotpink;happy@@ when she finds her scars have been removed.
+Even though removing scars is a trivial process, @@.red;her health has been slightly affected@@. When she exits the room, she feels that most of her skin is numb, and she is @@.hotpink;happy@@ when she finds her scars have been removed.
 <<set $activeSlave.devotion += 2>>
 
 <<case "scarFear">>
-Even though creating an artificial scar is a trivial process, @@color:red;her health has been slightly affected@@. When she exits the room, she feels that her face is numb, 
+Even though creating an artificial scar is a trivial process, @@.red;her health has been slightly affected@@. When she exits the room, she feels that her face is numb, 
 	<<if $activeSlave.ID == $Bodyguard.ID>>
-		<<if canSee($activeSlave)>>throwing a glance at the mirror, she frightens herself<<else>> upon hearing of her new scar<</if>>, but is @@color:hotpink;happier@@ with her new look and @@color:mediumaquamarine;more confident@@ that she's the girl for the job.
+		<<if canSee($activeSlave)>>throwing a glance at the mirror, she frightens herself<<else>> upon hearing of her new scar<</if>>, but is @@.hotpink;happier@@ with her new look and @@.mediumaquamarine;more confident@@ that she's the girl for the job.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.devotion > 20>>
-		and <<if canSee($activeSlave)>>looking at the mirror<<else>>being informed of her new look<</if>>, she is both @@color:gold;quite frightened@@ by her new face, yet @@color:hotpink;hopefull@@ you'll be happy with her new look.
+		and <<if canSee($activeSlave)>>looking at the mirror<<else>>being informed of her new look<</if>>, she is both @@.gold;quite frightened@@ by her new face, yet @@.hotpink;hopefull@@ you'll be happy with her new look.
 		<<set $activeSlave.devotion += 2>>
 		<<set $activeSlave.trust -= 2>>
 	<<else>>
-		and, when <<if canSee($activeSlave)>>she looks at herself in the mirror<<else>>is informed of her new look<</if>>, she is @@color:mediumorchid;disgusted@@ by the @@color:gold;awful scar@@ she now bears.
+		and, when <<if canSee($activeSlave)>>she looks at herself in the mirror<<else>>is informed of her new look<</if>>, she is @@.mediumorchid;disgusted@@ by the @@.gold;awful scar@@ she now bears.
 		<<set $activeSlave.devotion -=10>>
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 
 <<case "scarExo">>
-Even though creating an artificial scar is a trivial process, @@color:red;her health has been slightly affected@@. When she exits the room, she feels that her face is numb, 
+Even though creating an artificial scar is a trivial process, @@.red;her health has been slightly affected@@. When she exits the room, she feels that her face is numb, 
 	<<if $activeSlave.devotion > 50>>
-		she <<if canSee($activeSlave)>>throws a glance at the mirror<<else>>listens closely to your description<</if>>, and seems to be @@color:hotpink;in awe@@ of how much her face has been beautified by a small scar.
+		she <<if canSee($activeSlave)>>throws a glance at the mirror<<else>>listens closely to your description<</if>>, and seems to be @@.hotpink;in awe@@ of how much her face has been beautified by a small scar.
 		<<set $activeSlave.devotion += 5>>
 	<<elseif $activeSlave.devotion > 20>>
-		and when she <<if canSee($activeSlave)>>looks at the mirror<<else>>listens to your description<</if>>, she seems @@color:hotpink;pleased@@ with her new exotic scar.
+		and when she <<if canSee($activeSlave)>>looks at the mirror<<else>>listens to your description<</if>>, she seems @@.hotpink;pleased@@ with her new exotic scar.
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		and, <<if canSee($activeSlave)>>looking at herself in the mirror<<else>>listening to the description of her new look<</if>>, she seems @@color:hotpink;thankful@@ for the distinguishing scar, but @@color:gold;scared@@ that it might only be some way to brand her.
+		and, <<if canSee($activeSlave)>>looking at herself in the mirror<<else>>listening to the description of her new look<</if>>, she seems @@.hotpink;thankful@@ for the distinguishing scar, but @@.gold;scared@@ that it might only be some way to brand her.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
 
 <<case "butt">>
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She gently flexes her sore buttocks with a sigh of pleasure. She's @@color:hotpink;deliriously happy@@ to have a bigger butt, since she confidently expects that this will mean more cocks being shoved up her asshole. She's so pleased that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		She gently flexes her sore buttocks with a sigh of pleasure. She's @@.hotpink;deliriously happy@@ to have a bigger butt, since she confidently expects that this will mean more cocks being shoved up her asshole. She's so pleased that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She rubs her new butt experimentally and turns to you with a smile to show it off. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see it from all angles. @@color:hotpink;She's happy with your changes to her ass.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She rubs her new butt experimentally and turns to you with a smile to show it off. She's still sore, so she doesn't bounce or squeeze, but she turns from side to side to let you see it from all angles. @@.hotpink;She's happy with your changes to her ass.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her new butt<<else>>She shifts her new butt<</if>> skeptically. She's still sore, so she doesn't touch it. She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new butt<<else>>She shifts her new butt<</if>> skeptically. She's still sore, so she doesn't touch it. She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her new butt<<else>>The new weight in her backside fills her<</if>> with resentment. She's still sore, so she doesn't touch them, but she glares daggers. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this fake ass as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new butt<<else>>The new weight in her backside fills her<</if>> with resentment. She's still sore, so she doesn't touch them, but she glares daggers. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this fake ass as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "buttLoss">>
 	<<if ($activeSlave.devotion > 50)>>
-		She <<if canSee($activeSlave)>>twists to view<<else>>She jiggles<</if>> her new, sleeker derriere and turns to you with a smile and a flirty little roll of her hips. She's still sore, so she doesn't bounce her tighter buttocks for you, but she seems happy all the same. @@color:hotpink;She's happy with your changes to her buttocks.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She <<if canSee($activeSlave)>>twists to view<<else>>She jiggles<</if>> her new, sleeker derriere and turns to you with a smile and a flirty little roll of her hips. She's still sore, so she doesn't bounce her tighter buttocks for you, but she seems happy all the same. @@.hotpink;She's happy with your changes to her buttocks.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She <<if canSee($activeSlave)>>twists to view<<else>>jiggles<</if>> her new, sleeker derriere skeptically. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>twists to view<<else>>jiggles<</if>> her new, sleeker derriere skeptically. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She shifts her diminished ass with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this surgical ass theft as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She shifts her diminished ass with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this surgical ass theft as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -602,13 +602,13 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 <<case "face">>
 	<<FaceIncrease $activeSlave 20>>
 	<<if ($activeSlave.devotion > 50)>>
-		She <<if canSee($activeSlave)>>examines her new self in the mirror with approval. She doesn't recognize herself quite yet, but s<<else>>listens closely to the description of her new face. S<</if>>he hopes you'll like her new face better and use her more frequently as a result. @@color:hotpink;She's happy with your changes to her face.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She <<if canSee($activeSlave)>>examines her new self in the mirror with approval. She doesn't recognize herself quite yet, but s<<else>>listens closely to the description of her new face. S<</if>>he hopes you'll like her new face better and use her more frequently as a result. @@.hotpink;She's happy with your changes to her face.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She <<if canSee($activeSlave)>>examines her new self in the mirror with hesitation. She doesn't recognize herself quite yet, but s<<else>>listens closely to the description of her new face. S<</if>>he hopes you'll like her new face better and treat her more kindly as a result. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>examines her new self in the mirror with hesitation. She doesn't recognize herself quite yet, but s<<else>>listens closely to the description of her new face. S<</if>>he hopes you'll like her new face better and treat her more kindly as a result. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She <<if canSee($activeSlave)>>examines her new self in the mirror with revulsion. She doesn't recognize herself quite yet, which s<<else>>listens closely to the description of her new face, which s<</if>>he hates, though she hopes you'll like her new face better and punish her less cruelly as a result. For now, @@color:mediumorchid;she seems to view this fake face as a cruel imposition.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>examines her new self in the mirror with revulsion. She doesn't recognize herself quite yet, which s<<else>>listens closely to the description of her new face, which s<</if>>he hates, though she hopes you'll like her new face better and punish her less cruelly as a result. For now, @@.mediumorchid;she seems to view this fake face as a cruel imposition.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -626,76 +626,76 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 		<<set $activeSlave.visualAge -= 5>>
 	<</if>>
 	<<if ($activeSlave.devotion > 50)>>
-		She <<if canSee($activeSlave)>>examines her younger self in the mirror with approval. S<<else>>listens closely to the description of her new younger self with approval. S<</if>>he doesn't recognize her youthful yet artificial appearance yet, but she resolves to back her new appearance up with youthful energy and cheer. @@color:hotpink;She's very happy you used surgery to reverse her apparent aging.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She <<if canSee($activeSlave)>>examines her younger self in the mirror with approval. S<<else>>listens closely to the description of her new younger self with approval. S<</if>>he doesn't recognize her youthful yet artificial appearance yet, but she resolves to back her new appearance up with youthful energy and cheer. @@.hotpink;She's very happy you used surgery to reverse her apparent aging.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She <<if canSee($activeSlave)>>examines youthful yet artificial appearance in the mirror<<else>>listens to the description of her youthful yet artificial appearance<</if>> with hesitation. The cosmetic surgery is extremely well done, and she eventually decides that being subjected to surgery without her consent is @@color:hotpink;acceptable,@@ if it's being used to make her look so young and pretty. As with all surgery @@color:red;her health has been slightly affected.@@
+		She <<if canSee($activeSlave)>>examines youthful yet artificial appearance in the mirror<<else>>listens to the description of her youthful yet artificial appearance<</if>> with hesitation. The cosmetic surgery is extremely well done, and she eventually decides that being subjected to surgery without her consent is @@.hotpink;acceptable,@@ if it's being used to make her look so young and pretty. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<else>>
-		She <<if canSee($activeSlave)>>examines her youthful yet artificial appearance in the mirror<<else>>listens to the description of her youthful yet artificial appearance<</if>> with confusion. The cosmetic surgery is extremely well done, and she eventually decides that being subjected to surgery without her consent isn't worth fighting against, if it's being used to make her look younger. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>examines her youthful yet artificial appearance in the mirror<<else>>listens to the description of her youthful yet artificial appearance<</if>> with confusion. The cosmetic surgery is extremely well done, and she eventually decides that being subjected to surgery without her consent isn't worth fighting against, if it's being used to make her look younger. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
 
 <<case "eyeFix">>
-	The laser eye surgery is brief, with @@color:red;nothing more than minor health effects.@@ As soon as she is allowed to open her eyes and look around, her gaze flicks from object to object with manic speed as she processes her newly clear vision. Seeing the world as it is without glasses or contact lenses is a gift that those who do not need it cannot properly understand.
+	The laser eye surgery is brief, with @@.red;nothing more than minor health effects.@@ As soon as she is allowed to open her eyes and look around, her gaze flicks from object to object with manic speed as she processes her newly clear vision. Seeing the world as it is without glasses or contact lenses is a gift that those who do not need it cannot properly understand.
 	<<set $activeSlave.devotion += 5>>
 	<<set $activeSlave.trust += 5>>
 	<<if ($activeSlave.devotion > 50)>>
-		She loved you before, but she's @@color:hotpink;very grateful,@@ and @@color:mediumaquamarine;more trusting,@@ too.
+		She loved you before, but she's @@.hotpink;very grateful,@@ and @@.mediumaquamarine;more trusting,@@ too.
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She accepted you as her owner before, but she's @@color:hotpink;very grateful,@@ and @@color:mediumaquamarine;more trusting,@@ too.
+		She accepted you as her owner before, but she's @@.hotpink;very grateful,@@ and @@.mediumaquamarine;more trusting,@@ too.
 	<<else>>
-		She hardly knows what to make of this wonderful present from someone she hates, and struggles with suspicion that the gift conceals some sort of snare. After a while, though, she accepts that you @@color:hotpink;truly did help her,@@ and @@color:mediumaquamarine;might be trustworthy.@@
+		She hardly knows what to make of this wonderful present from someone she hates, and struggles with suspicion that the gift conceals some sort of snare. After a while, though, she accepts that you @@.hotpink;truly did help her,@@ and @@.mediumaquamarine;might be trustworthy.@@
 	<</if>>
 
 <<case "eyeBlur">>
-	The laser eye surgery is brief, with @@color:red;nothing more than minor health effects.@@ As soon as she is allowed to open her eyes and look around, she begins to glance back and forth frantically, not immediately understanding that this blurred world is her new reality.
+	The laser eye surgery is brief, with @@.red;nothing more than minor health effects.@@ As soon as she is allowed to open her eyes and look around, she begins to glance back and forth frantically, not immediately understanding that this blurred world is her new reality.
 	<<if ($activeSlave.devotion > 50)>>
 		When she finally figures it out, she begins to weep, not understanding why it's necessary that she not be able to see clearly. After a short cry that trails off into a few sniffles, she carries on.
 	<<elseif ($activeSlave.devotion > 20)>>
-		When she finally figures it out, she begins to bawl, not understanding what she did to earn this. After a short expurgation of @@color:gold;grief and terror,@@ she takes a deep breath and visibly suppresses her emotions.
+		When she finally figures it out, she begins to bawl, not understanding what she did to earn this. After a short expurgation of @@.gold;grief and terror,@@ she takes a deep breath and visibly suppresses her emotions.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		When she realizes what's happened, her face @@color:mediumorchid;clouds with rage.@@ Reflexively, she begins to peer around, looking for the source of her woes. She finally understands the true import of blurred vision when she has trouble telling if anyone's close, and begins to @@color:gold;shake with fear.@@
+		When she realizes what's happened, her face @@.mediumorchid;clouds with rage.@@ Reflexively, she begins to peer around, looking for the source of her woes. She finally understands the true import of blurred vision when she has trouble telling if anyone's close, and begins to @@.gold;shake with fear.@@
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "race">>
 	<<if ($activeSlave.devotion > 50)>>
-		She <<if canSee($activeSlave)>>examines her new self in the mirror<<else>>listens to the description of her new self<</if>> with approval. She doesn't recognize herself quite yet, but she hopes you'll like her new appearance better and use her more frequently as a result. @@color:hotpink;She's happy with your changes to her racial appearance.@@ As with all invasive surgery @@color:red;her health has been affected.@@
+		She <<if canSee($activeSlave)>>examines her new self in the mirror<<else>>listens to the description of her new self<</if>> with approval. She doesn't recognize herself quite yet, but she hopes you'll like her new appearance better and use her more frequently as a result. @@.hotpink;She's happy with your changes to her racial appearance.@@ As with all invasive surgery @@.red;her health has been affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She <<if canSee($activeSlave)>>examines her new self in the mirror<<else>>listens to the description of her new self<</if>> with hesitation. She doesn't recognize herself quite yet, but she hopes you'll like her new appearance better and treat her more kindly as a result. As with all invasive surgery @@color:red;her health has been affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>examines her new self in the mirror<<else>>listens to the description of her new self<</if>> with hesitation. She doesn't recognize herself quite yet, but she hopes you'll like her new appearance better and treat her more kindly as a result. As with all invasive surgery @@.red;her health has been affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She <<if canSee($activeSlave)>>examines her new self in the mirror<<else>>listens to the description of her new self<</if>> with revulsion. She doesn't recognize herself quite yet, which she hates, though she hopes you'll like her new appearance better and punish her less cruelly as a result. For now, @@color:mediumorchid;she seems to view this fake racial appearance as a cruel imposition.@@ As with all invasive surgery @@color:red;her health has been affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>examines her new self in the mirror<<else>>listens to the description of her new self<</if>> with revulsion. She doesn't recognize herself quite yet, which she hates, though she hopes you'll like her new appearance better and punish her less cruelly as a result. For now, @@.mediumorchid;she seems to view this fake racial appearance as a cruel imposition.@@ As with all invasive surgery @@.red;her health has been affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "lips">>
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She licks her new lips experimentally but doesn't lose much time before turning to you with her mouth open and ready. She's still sore, so she's careful, but she runs her wet tongue over her lips, already panting at the thought of sucking dick. If she had much in the way of oral skills, @@color:red;they've likely suffered.@@ @@color:hotpink;She's happy with your changes to her lips,@@ so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		She licks her new lips experimentally but doesn't lose much time before turning to you with her mouth open and ready. She's still sore, so she's careful, but she runs her wet tongue over her lips, already panting at the thought of sucking dick. If she had much in the way of oral skills, @@.red;they've likely suffered.@@ @@.hotpink;She's happy with your changes to her lips,@@ so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 4>>
 		<<if $activeSlave.oralSkill > 10>>
 			<<set $activeSlave.oralSkill -= 10>>
 		<</if>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She puckers her new lips experimentally and turns to you with a smile to show them off. She's still sore, so she's careful as she blows you an awkward kiss. If she had much in the way of oral skills, @@color:red;they've likely suffered.@@ @@color:hotpink;She's happy with your changes to her lips.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She puckers her new lips experimentally and turns to you with a smile to show them off. She's still sore, so she's careful as she blows you an awkward kiss. If she had much in the way of oral skills, @@.red;they've likely suffered.@@ @@.hotpink;She's happy with your changes to her lips.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 		<<if $activeSlave.oralSkill > 10>>
 			<<set $activeSlave.oralSkill -= 10>>
 		<</if>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She <<if canSee($activeSlave)>>eyes<<else>>puckers<</if>> her new lips skeptically. She's still sore, so she doesn't touch them. She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally, @@color:red;but if she had much in the way of oral skills, they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>eyes<<else>>puckers<</if>> her new lips skeptically. She's still sore, so she doesn't touch them. She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally, @@.red;but if she had much in the way of oral skills, they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<if $activeSlave.oralSkill > 10>>
 			<<set $activeSlave.oralSkill -= 10>>
 		<</if>>
 	<<else>>
-		She <<if canSee($activeSlave)>>eyes<<else>>puckers<</if>> her new lips with resentment. She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. If she had much in the way of oral skills, @@color:red;they've likely suffered.@@ For now, @@color:mediumorchid;she seems to view these fake lips as a cruel imposition.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>eyes<<else>>puckers<</if>> her new lips with resentment. She's still sore, so she doesn't touch them, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. If she had much in the way of oral skills, @@.red;they've likely suffered.@@ For now, @@.mediumorchid;she seems to view these fake lips as a cruel imposition.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 		<<if $activeSlave.oralSkill > 10>>
@@ -705,101 +705,101 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<case "lipo">>
 	<<if ($activeSlave.behavioralFlaw == "anorexic")>>
-		<<if canSee($activeSlave)>>She looks over her new waist experimentally<<else>>She shifts her weight experimentally<</if>> and turns to you with a smile to show it off. As an anorexic @@color:hotpink;she thinks you have brought her closer to the true ideal.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		<<if canSee($activeSlave)>>She looks over her new waist experimentally<<else>>She shifts her weight experimentally<</if>> and turns to you with a smile to show it off. As an anorexic @@.hotpink;she thinks you have brought her closer to the true ideal.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		<<if canSee($activeSlave)>>She looks over her new waist experimentally<<else>>She shifts her weight experimentally<</if>> and turns to you with a smile to show it off. She's still sore, so she doesn't bend or flirt, but she turns around to let you see it from all angles. @@color:hotpink;She's happy with your changes to her waist.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if canSee($activeSlave)>>She looks over her new waist experimentally<<else>>She shifts her weight experimentally<</if>> and turns to you with a smile to show it off. She's still sore, so she doesn't bend or flirt, but she turns around to let you see it from all angles. @@.hotpink;She's happy with your changes to her waist.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She <<if canSee($activeSlave)>>eyes her new waist<<else>>shifts her weight<</if>> skeptically. She's still sore, so she doesn't bend or touch herself. She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She <<if canSee($activeSlave)>>eyes her new waist<<else>>shifts her weight<</if>> skeptically. She's still sore, so she doesn't bend or touch herself. She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her new waist<<else>>How light she feels fills her<</if>> with resentment. She's still sore, so she doesn't bend or touch herself, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this fake figure as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her new waist<<else>>How light she feels fills her<</if>> with resentment. She's still sore, so she doesn't bend or touch herself, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>. She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this fake figure as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "ribs">>
 	<<if ($activeSlave.behavioralFlaw == "anorexic")>>
-		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, and when she <<if canSee($activeSlave)>>looks at you, you see awe in her eyes<<else>>turns to face you, you see awe on her face<</if>>. As an anorexic @@color:hotpink;she thinks you have brought her closer to the true ideal.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, and when she <<if canSee($activeSlave)>>looks at you, you see awe in her eyes<<else>>turns to face you, you see awe on her face<</if>>. As an anorexic @@.hotpink;she thinks you have brought her closer to the true ideal.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, and when she <<if canSee($activeSlave)>>looks at you, you see awe and fear in her eyes<<else>>turns to you, you see awe and fear on her face<</if>>. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, and when she <<if canSee($activeSlave)>>looks at you, you see awe and fear in her eyes<<else>>turns to you, you see awe and fear on her face<</if>>. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, but eventually her shoulders slump and she tries to carry on. She isn't much affected mentally. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, but eventually her shoulders slump and she tries to carry on. She isn't much affected mentally. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<else>>
-		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, wobbles a little, gasps with pain at the soreness as she does, and then manages to hold herself upright and still as she sobs. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She's desperately stiff and sore. It takes a good while for her to figure out what has happened, but eventually her careful investigations discern that the cause of her extremely narrow waist is that her ribcage has been shortened. She gasps with shock, wobbles a little, gasps with pain at the soreness as she does, and then manages to hold herself upright and still as she sobs. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "mtf">>
 	<<if ($activeSlave.devotion > 50)>>
-		Of course, she already realized while exiting that her genitalia was completely reshaped. As a shemale slave she knew this day might come, and her face is a strange mix of hope, happiness, satisfaction, and the tiniest tinge of soul-crushing sadness as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that has replaced her penis. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		Of course, she already realized while exiting that her genitalia was completely reshaped. As a shemale slave she knew this day might come, and her face is a strange mix of hope, happiness, satisfaction, and the tiniest tinge of soul-crushing sadness as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that has replaced her penis. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		Of course, she already realized while exiting that her genitalia was completely reshaped. As a shemale slave she knew this day might come, and her face is a strange mix of fear, hope, and resignation as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that has replaced her penis. Eventually her shoulders slump and she tries to carry on. @@color:mediumorchid;She will struggle with feelings of confusion and loss.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		Of course, she already realized while exiting that her genitalia was completely reshaped. As a shemale slave she knew this day might come, and her face is a strange mix of fear, hope, and resignation as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that has replaced her penis. Eventually her shoulders slump and she tries to carry on. @@.mediumorchid;She will struggle with feelings of confusion and loss.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<<else>>
-		Of course, she already realized while exiting that her genitalia was completely reshaped. As a shemale slave she knew this day might come, but expectations and the reality are two different things. She's beside herself, weeping gently. She absently moves a hand to where her penis would have been and snatches it away with a sob. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;cripplingly afraid@@ of your total power over her body.
+		Of course, she already realized while exiting that her genitalia was completely reshaped. As a shemale slave she knew this day might come, but expectations and the reality are two different things. She's beside herself, weeping gently. She absently moves a hand to where her penis would have been and snatches it away with a sob. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;cripplingly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<</if>>
 
 <<case "herm">>
 	<<if ($activeSlave.devotion > 50)>>
-		She already realized while exiting that her genitalia has been heavily augmented. She's almost beside herself with joy: she now has three holes for her beloved Master to fuck, and he even allowed her to retain her dick! @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She already realized while exiting that her genitalia has been heavily augmented. She's almost beside herself with joy: she now has three holes for her beloved Master to fuck, and he even allowed her to retain her dick! @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She already realized while exiting that her genitalia has been heavily augmented. Her efforts to cope with this radical development are palpable. She retains her penis, to her considerable surprise; and she also has a pussy. She hardly knows what to think or who to be. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She already realized while exiting that her genitalia has been heavily augmented. Her efforts to cope with this radical development are palpable. She retains her penis, to her considerable surprise; and she also has a pussy. She hardly knows what to think or who to be. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<else>>
-		She already realized while exiting that her genitalia has been heavily augmented. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ She is not as angry as she might otherwise have been, since you left her her dick, but she has a hole where there was none before. She views it with hatred and revulsion. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She already realized while exiting that her genitalia has been heavily augmented. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ She is not as angry as she might otherwise have been, since you left her her dick, but she has a hole where there was none before. She views it with hatred and revulsion. Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "geld">>
 	<<if ($activeSlave.devotion > 50)>>
-		Of course, she already realized while exiting that her scrotum was gone. She was already accepting of her role as an effectively female slave, a receptacle for cock, and she now understands that you no longer think it will ever again be necessary for her to cum. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		Of course, she already realized while exiting that her scrotum was gone. She was already accepting of her role as an effectively female slave, a receptacle for cock, and she now understands that you no longer think it will ever again be necessary for her to cum. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		Of course, she already realized while exiting that her scrotum was gone. She was already struggling to accept her role as a female slave, a receptacle for cock, and she now understands it better. She has not yet accepted that she will never again fuck, though, that her future is nothing but getting fucked. @@color:mediumorchid;She will struggle with feelings of confusion and loss.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		Of course, she already realized while exiting that her scrotum was gone. She was already struggling to accept her role as a female slave, a receptacle for cock, and she now understands it better. She has not yet accepted that she will never again fuck, though, that her future is nothing but getting fucked. @@.mediumorchid;She will struggle with feelings of confusion and loss.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<<else>>
-		Of course, she already realized while exiting that her scrotum was gone. She cannot accept that it is no longer her role to fuck holes, but rather to provide a hole for others to fuck.<<if $activeSlave.amp != 1>> She absently moves a hand to where her balls would have been and snatches it away with a sob.<</if>> @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;cripplingly afraid@@ of your total power over her body.
+		Of course, she already realized while exiting that her scrotum was gone. She cannot accept that it is no longer her role to fuck holes, but rather to provide a hole for others to fuck.<<if $activeSlave.amp != 1>> She absently moves a hand to where her balls would have been and snatches it away with a sob.<</if>> @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;cripplingly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<</if>>
 
 <<case "prostate">>
-	It's not immediately apparent to her what kind of surgery she received, since all she's left with is a terrible nonspecific ache in her lower parts. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+	It's not immediately apparent to her what kind of surgery she received, since all she's left with is a terrible nonspecific ache in her lower parts. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<if ($activeSlave.devotion > 50)>>
 		<<if $activeSlave.anus == 0>>
 			Since she's still an anal virgin, she doesn't have any immediate way to discover what's been taken from her. Thus, she carries on, accepting what you did to her out of simple ignorance.
 		<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")>>
-			She realizes that her prostate's gone the first time she takes it up the butt, though. The incorrigible buttslut is crushed, but she's devoted to you, so she resolves to carry on regardless. If anything, she does her best to push herself to @@color:pink;consider other kinks,@@ now that a hard anal pounding isn't as fun for her as it once was.
+			She realizes that her prostate's gone the first time she takes it up the butt, though. The incorrigible buttslut is crushed, but she's devoted to you, so she resolves to carry on regardless. If anything, she does her best to push herself to @@.pink;consider other kinks,@@ now that a hard anal pounding isn't as fun for her as it once was.
 			<<set $activeSlave.fetishStrength -= 40>>
 		<<else>>
-			She realizes that her prostate's gone the first time she takes it up the butt, though. @@color:hotpink;Awed by your permeating control over her,@@ even down to her internal organs, she accepts that you've decided to make buttsex less fun for her.
+			She realizes that her prostate's gone the first time she takes it up the butt, though. @@.hotpink;Awed by your permeating control over her,@@ even down to her internal organs, she accepts that you've decided to make buttsex less fun for her.
 			<<set $activeSlave.devotion += 4>>
 		<</if>>
 	<<elseif ($activeSlave.devotion > 20)>>
 		<<if $activeSlave.anus == 0>>
-			Since she's still an anal virgin, she doesn't have any immediate way to discover what's been taken from her. Not knowing what you did, @@color:gold;she's afraid,@@ realizing that you can toy with her internal makeup at a whim.
+			Since she's still an anal virgin, she doesn't have any immediate way to discover what's been taken from her. Not knowing what you did, @@.gold;she's afraid,@@ realizing that you can toy with her internal makeup at a whim.
 			<<set $activeSlave.trust -= 5>>
 		<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")>>
-			She realizes that her prostate's gone the first time she takes it up the butt, though. The buttslut is crushed, and @@color:mediumorchid;infuriated,@@ because in effect you've taken her favorite pastime away from her. For now, she defiantly does her best to keep orgasming to anal, but it remains to be seen whether she can maintain her enthusiasm.
+			She realizes that her prostate's gone the first time she takes it up the butt, though. The buttslut is crushed, and @@.mediumorchid;infuriated,@@ because in effect you've taken her favorite pastime away from her. For now, she defiantly does her best to keep orgasming to anal, but it remains to be seen whether she can maintain her enthusiasm.
 			<<set $activeSlave.devotion -= 10>>
 		<<else>>
-			She realizes that her prostate's gone the first time she takes it up the butt, though. She wasn't attached to it in a particular way, but it was part of her body, and now it's gone. @@color:gold;It frightens her@@ to be reduced in this way, and she wonders what it means that you apparently want her to enjoy being assfucked less.
+			She realizes that her prostate's gone the first time she takes it up the butt, though. She wasn't attached to it in a particular way, but it was part of her body, and now it's gone. @@.gold;It frightens her@@ to be reduced in this way, and she wonders what it means that you apparently want her to enjoy being assfucked less.
 			<<set $activeSlave.trust -= 5>>
 		<</if>>
 	<<else>>
-		She doesn't have to know exactly what you did, though, to be @@color:gold;mortified@@ and @@color:mediumorchid;infuriated@@ by your messing around inside her body. She hasn't yet learned to accept that you control her completely, down to the arrangement and even presence of her internal organs.
+		She doesn't have to know exactly what you did, though, to be @@.gold;mortified@@ and @@.mediumorchid;infuriated@@ by your messing around inside her body. She hasn't yet learned to accept that you control her completely, down to the arrangement and even presence of her internal organs.
 		<<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>>
 	<</if>>
 
@@ -807,70 +807,70 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	<<if $activeSlave.vagina == -1>>
 		Of course, she already realized while exiting that something very dear to her has been taken away.
 		<<if ($activeSlave.devotion > 50) && ($activeSlave.sexualFlaw == "self hating")>>
-			Strong emotions play out on her face as she experiences a watershed in her life of sexual slavery, perhaps the most radical one she'll ever experience. She loves you with all her being, and truly hates herself. She finds herself in an emotional place where she's willing to accept having had you cut her dick off. She knows she's a worthless piece of trash, and realizes that if you feel like trimming useless bits off her, that's your perogative. In moments, she's confirmed in @@color:hotpink;total, final, fanatical submission to your will.@@ It's almost frightening.
+			Strong emotions play out on her face as she experiences a watershed in her life of sexual slavery, perhaps the most radical one she'll ever experience. She loves you with all her being, and truly hates herself. She finds herself in an emotional place where she's willing to accept having had you cut her dick off. She knows she's a worthless piece of trash, and realizes that if you feel like trimming useless bits off her, that's your perogative. In moments, she's confirmed in @@.hotpink;total, final, fanatical submission to your will.@@ It's almost frightening.
 			<<set $activeSlave.devotion += 50>>
 		<<elseif ($activeSlave.devotion > 20) && ($activeSlave.fetishknown == 1) && ($activeSlave.fetishStrength > 95) && ($activeSlave.fetish == "buttslut")>>
-			She's such a complete buttslut, though, that she finds she doesn't really care. She never really paid much attention to her own dick; for her, sex is about the phalli that get rammed up her ass. And you didn't take that from her. If anything, she's @@color:aquamarine;reassured@@ by the implicit promise that she'll never be anything but a butthole slut, and of course is forced even further into @@color:hotpink;submission to your will.@@
+			She's such a complete buttslut, though, that she finds she doesn't really care. She never really paid much attention to her own dick; for her, sex is about the phalli that get rammed up her ass. And you didn't take that from her. If anything, she's @@.aquamarine;reassured@@ by the implicit promise that she'll never be anything but a butthole slut, and of course is forced even further into @@.hotpink;submission to your will.@@
 			<<set $activeSlave.devotion += 8, $activeSlave.trust += 8>>
 		<<elseif ($activeSlave.devotion > 20) && ($activeSlave.fetishknown == 1) && ($activeSlave.fetishStrength > 95) && ($activeSlave.fetish == "cumslut")>>
-			She's such an oral slut, though, that she finds she doesn't really care. She never really paid much attention to her dick; for her, sex is about what she gets to suck. As far as she's concerned, you've simply confirmed that her most important hole is the one in her face. If anything, she's @@color:aquamarine;reassured@@ by the implicit promise that she'll never be anything more than a nice inviting facepussy, and of course, she's forced even further into @@color:hotpink;submission to your will.@@
+			She's such an oral slut, though, that she finds she doesn't really care. She never really paid much attention to her dick; for her, sex is about what she gets to suck. As far as she's concerned, you've simply confirmed that her most important hole is the one in her face. If anything, she's @@.aquamarine;reassured@@ by the implicit promise that she'll never be anything more than a nice inviting facepussy, and of course, she's forced even further into @@.hotpink;submission to your will.@@
 			<<set $activeSlave.devotion += 8, $activeSlave.trust += 8>>
 		<<elseif ($activeSlave.devotion > 20) && ($activeSlave.fetishknown == 1) && ($activeSlave.fetishStrength > 95) && ($activeSlave.fetish == "submissive")>>
-			She's such a total submissive, though, that she accepts even this. Having her cock removed, reducing her to a sexually helpless place where she can only receive pleasure by being penetrated, is perhaps the final step in sexual slavery, and she's a little awed by it. If anything, she's @@color:aquamarine;reassured@@ by the implicit promise that her body exists for the sexual gratification of others, and of course, she's forced even further into @@color:hotpink;submission to your will.@@
+			She's such a total submissive, though, that she accepts even this. Having her cock removed, reducing her to a sexually helpless place where she can only receive pleasure by being penetrated, is perhaps the final step in sexual slavery, and she's a little awed by it. If anything, she's @@.aquamarine;reassured@@ by the implicit promise that her body exists for the sexual gratification of others, and of course, she's forced even further into @@.hotpink;submission to your will.@@
 			<<set $activeSlave.devotion += 8, $activeSlave.trust += 8>>
 		<<elseif $activeSlave.devotion > 95>>
 			Doubt, fear, and even nausea play across her face, but she's so worshipful of you that she masters them all, accepting that this is your will. There's surprisingly little mental effect on her. The horror of having her dick cut off is so strong that it breaks through to her, and the only way she can find to deal with it is to think about it as little as possible. She falls back on worshipful duty.
 		<<elseif $activeSlave.devotion > 50>>
-			She's devoted to you, but doubt and fear play across her face as she comes to terms with what's happened. She does not see how having her dick removed will improve her sexual slavery. She does not rage or scream, but she does cry, @@color:mediumorchid;sadly wondering@@ whether she's valuable to you at all, or if she's just a surgical plaything to be degraded. SHe's @@color:gold;very frightened@@ that you'll cut off more of her remaining parts.
+			She's devoted to you, but doubt and fear play across her face as she comes to terms with what's happened. She does not see how having her dick removed will improve her sexual slavery. She does not rage or scream, but she does cry, @@.mediumorchid;sadly wondering@@ whether she's valuable to you at all, or if she's just a surgical plaything to be degraded. SHe's @@.gold;very frightened@@ that you'll cut off more of her remaining parts.
 			<<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>>
 		<<elseif $activeSlave.devotion > 20>>
-			She's properly broken to slavery, but this is much too far. Having her dick cut off cuts straight through her conditioning, and tears roll down her face as the horrible permanence of what's happened to her really sinks in. @@color:mediumorchid;Open anger@@ begins to become apparent through her tears; she thought that her obedience merited better than this, and she's @@color:gold;extremely terrified@@ to find that despite being a decent slave, she remains a surgical playground.
+			She's properly broken to slavery, but this is much too far. Having her dick cut off cuts straight through her conditioning, and tears roll down her face as the horrible permanence of what's happened to her really sinks in. @@.mediumorchid;Open anger@@ begins to become apparent through her tears; she thought that her obedience merited better than this, and she's @@.gold;extremely terrified@@ to find that despite being a decent slave, she remains a surgical playground.
 			<<set $activeSlave.trust -= 20, $activeSlave.devotion -= 20>>
 		<<else>>
-			She's horrified almost beyond the ability of her mind to comprehend. Her face takes on a blank look as she goes into shock. There's no screaming and no tears, not yet; it will take her time to process what's happened to her. Without a doubt, she'll be absolutely filled by @@color:mediumorchid;rage@@ and @@color:gold;terror.@@
+			She's horrified almost beyond the ability of her mind to comprehend. Her face takes on a blank look as she goes into shock. There's no screaming and no tears, not yet; it will take her time to process what's happened to her. Without a doubt, she'll be absolutely filled by @@.mediumorchid;rage@@ and @@.gold;terror.@@
 			<<set $activeSlave.trust -= 40, $activeSlave.devotion -= 40>>
 		<</if>>
 	<<else>>
 		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come,
 		<<if $activeSlave.devotion > 50>>
-			and her face is a strange mix of hope, happiness, satisfaction, and the tiniest tinge of soul-crushing sadness as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that is all that remains of her once-unique hermaphroditic genitalia. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@
+			and her face is a strange mix of hope, happiness, satisfaction, and the tiniest tinge of soul-crushing sadness as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that is all that remains of her once-unique hermaphroditic genitalia. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@
 			<<set $activeSlave.devotion += 4>>
 		<<elseif $activeSlave.devotion > 20>>
-			and her face is a strange mix of fear, hope, and resignation as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that is all that remains of her once-unique hermaphroditic genitalia. Eventually her shoulders slump and she tries to carry on. @@color:mediumorchid;She will struggle with feelings of confusion and loss.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+			and her face is a strange mix of fear, hope, and resignation as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the vagina that is all that remains of her once-unique hermaphroditic genitalia. Eventually her shoulders slump and she tries to carry on. @@.mediumorchid;She will struggle with feelings of confusion and loss.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 			<<set $activeSlave.trust -= 10>>
 			<<set $activeSlave.devotion -= 5>>
 		<<else>>
-			but expectations and the reality are two different things. She's beside herself, weeping gently.<<if $activeSlave.amp != 1>> She absently moves a hand to where her penis would have been and snatches it away with a sob.<</if>> @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@  She is @@color:gold;cripplingly afraid@@ of your total power over her body.
+			but expectations and the reality are two different things. She's beside herself, weeping gently.<<if $activeSlave.amp != 1>> She absently moves a hand to where her penis would have been and snatches it away with a sob.<</if>> @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@  She is @@.gold;cripplingly afraid@@ of your total power over her body.
 			<<set $activeSlave.trust -= 20>>
 			<<set $activeSlave.devotion -= 20>>
 		<</if>>
 	<</if>>
-	Naturally, @@color:red;her health has been greatly affected@@ by such serious surgery.
+	Naturally, @@.red;her health has been greatly affected@@ by such serious surgery.
 
 <<case "relocate">>
 	<<if ($activeSlave.devotion > 50)>>
-		When she begins surgical recovery, her groin hurts quite a lot, and she can't quite tell what's going on down there. However, she was able to follow enough of the surgery to understand that she still has her balls, even if they're no longer visible. She's eager to <<if canSee($activeSlave)>>see, and when she's recovered enough, she's pleased by the sight<<else>>feel, and when she's recovered enough, she's pleased by the sensation<</if>> of the smooth skin beneath her still-functional cock. @@color:hotpink;She has become more submissive due to your reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been seriously affected.@@
+		When she begins surgical recovery, her groin hurts quite a lot, and she can't quite tell what's going on down there. However, she was able to follow enough of the surgery to understand that she still has her balls, even if they're no longer visible. She's eager to <<if canSee($activeSlave)>>see, and when she's recovered enough, she's pleased by the sight<<else>>feel, and when she's recovered enough, she's pleased by the sensation<</if>> of the smooth skin beneath her still-functional cock. @@.hotpink;She has become more submissive due to your reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been seriously affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		When she begins surgical recovery, her groin hurts quite a lot, and she can't quite tell what's going on down there. However, she was able to follow enough of the surgery to understand that she still has her balls, even if they're no longer visible. She's relieved she hasn't been gelded, but she's still quite horrified. @@color:mediumorchid;She blames you for changing her so radically.@@ Since the surgery was invasive, @@color:red;her health has been seriously affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		When she begins surgical recovery, her groin hurts quite a lot, and she can't quite tell what's going on down there. However, she was able to follow enough of the surgery to understand that she still has her balls, even if they're no longer visible. She's relieved she hasn't been gelded, but she's still quite horrified. @@.mediumorchid;She blames you for changing her so radically.@@ Since the surgery was invasive, @@.red;her health has been seriously affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<<else>>
-		When she begins surgical recovery, her groin hurts quite a lot, and she can't quite tell what's going on down there. She spends a long time in terror, wondering whether she's been gelded, but she eventually realizes that her balls have merely been relocated. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been seriously affected.@@ She is @@color:gold;very afraid@@ of your total power over her body.
+		When she begins surgical recovery, her groin hurts quite a lot, and she can't quite tell what's going on down there. She spends a long time in terror, wondering whether she's been gelded, but she eventually realizes that her balls have merely been relocated. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been seriously affected.@@ She is @@.gold;very afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<</if>>
 
 <<case "vaginaRemoval">>
 	<<if ($activeSlave.devotion > 50)>>
-		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come, and her face is a strange mix of hope, happiness, satisfaction, and the tiniest tinge of soul-crushing sadness as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the cock that is all that remains of her once-unique hermaphroditic genitalia. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come, and her face is a strange mix of hope, happiness, satisfaction, and the tiniest tinge of soul-crushing sadness as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the cock that is all that remains of her once-unique hermaphroditic genitalia. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come, and her face is a strange mix of fear, hope, and resignation as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the cock that is all that remains of her once-unique hermaphroditic genitalia. Eventually her shoulders slump and she tries to carry on. @@color:mediumorchid;She will struggle with feelings of confusion and loss.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come, and her face is a strange mix of fear, hope, and resignation as she <<if canSee($activeSlave)>>views<<else>>feels<</if>> the cock that is all that remains of her once-unique hermaphroditic genitalia. Eventually her shoulders slump and she tries to carry on. @@.mediumorchid;She will struggle with feelings of confusion and loss.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<<else>>
-		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come, but expectations and the reality are two different things. She's beside herself, weeping gently.<<if $activeSlave.amp != 1>> She absently moves a hand to where her pussy would have been and snatches it away with a sob.<</if>> @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;cripplingly afraid@@ of your total power over her body.
+		Of course, she already realized while exiting that her genitalia has been radically simplified. As a herm slave she knew this day might come, but expectations and the reality are two different things. She's beside herself, weeping gently.<<if $activeSlave.amp != 1>> She absently moves a hand to where her pussy would have been and snatches it away with a sob.<</if>> @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;cripplingly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<</if>>
@@ -879,10 +879,10 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	<<if ($activeSlave.teeth == "straightening braces")>>
 		Quite aware that her crooked, aching teeth are now in braces,
 		<<if ($activeSlave.devotion > 50)>>
-			She smiles tentatively at <<if canSee($activeSlave)>>herself in the mirror<<else>>you<</if>>. She's experiencing considerable discomfort, but she knows it will @@color:hotpink;make her prettier for you,@@ and resolves to do her best to put up with it.
+			She smiles tentatively at <<if canSee($activeSlave)>>herself in the mirror<<else>>you<</if>>. She's experiencing considerable discomfort, but she knows it will @@.hotpink;make her prettier for you,@@ and resolves to do her best to put up with it.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
-			She pulls her lips back to <<if canSee($activeSlave)>>check them out<<else>>feel them<</if>>. She's experiencing considerable discomfort, but she knows it will @@color:hotpink;make her prettier,@@ and she accepts that the pain is for her own good.
+			She pulls her lips back to <<if canSee($activeSlave)>>check them out<<else>>feel them<</if>>. She's experiencing considerable discomfort, but she knows it will @@.hotpink;make her prettier,@@ and she accepts that the pain is for her own good.
 			<<set $activeSlave.devotion += 2>>
 		<<else>>
 			She pulls her lips back to <<if canSee($activeSlave)>>check them out<<else>>feel them<</if>>. She's experiencing considerable discomfort, and her feelings are mixed. She knows that straightening teeth is expensive, and in different circumstances she would probably be glad to be given free braces. However, she's very aware that she's being beautified because she's a sex slave.
@@ -892,12 +892,12 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	<<elseif ($activeSlave.teeth == "cosmetic braces")>>
 		Quite aware that her aching teeth are now in braces,
 		<<if ($activeSlave.devotion > 50)>>
-			She smiles tentatively at <<if canSee($activeSlave)>>herself in the mirror<<else>>you<</if>>. Her teeth are already quite straight, so she doesn't understand why you've done this. She's not unwilling to put up with inexplicable things you command, however, so she resolves to @@color:hotpink;put up with this,@@ too.
+			She smiles tentatively at <<if canSee($activeSlave)>>herself in the mirror<<else>>you<</if>>. Her teeth are already quite straight, so she doesn't understand why you've done this. She's not unwilling to put up with inexplicable things you command, however, so she resolves to @@.hotpink;put up with this,@@ too.
 			<<set $activeSlave.devotion += 2>>
 		<<elseif ($activeSlave.devotion > 20)>>
 			She pulls her lips back to <<if canSee($activeSlave)>>check them out<<else>>feel them<</if>>. The discomfort is limited by the fact that her teeth are already straight. She doesn't understand why you've given her braces anyway, so her reaction is limited to vague confusion.
 		<<else>>
-			She pulls her lips back to <<if canSee($activeSlave)>>check them out<<else>>feel them<</if>>. Her teeth are already straight, limiting the discomfort but confusing her greatly. She's not a little relieved that the autosurgery's attention to her mouth only left her with pointless braces, and is only @@color:mediumorchid;mildly angered@@ by the strange intrusion.
+			She pulls her lips back to <<if canSee($activeSlave)>>check them out<<else>>feel them<</if>>. Her teeth are already straight, limiting the discomfort but confusing her greatly. She's not a little relieved that the autosurgery's attention to her mouth only left her with pointless braces, and is only @@.mediumorchid;mildly angered@@ by the strange intrusion.
 			<<set $activeSlave.devotion -= 2>>
 		<</if>>
 		Though unpleasant, orthodontia isn't particularly harmful; her health is unaffected.
@@ -905,146 +905,146 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<case "teeth">>
 	<<if ($activeSlave.devotion > 50)>>
-		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she is wearing prosthetic teeth that she can remove. She gasps with shock, but figures out the idea quickly enough by experimentally <<if $activeSlave.amp != 1>>sucking on two fingers.<<else>>simulating oral sex with her own tongue.<</if>> @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she is wearing prosthetic teeth that she can remove. She gasps with shock, but figures out the idea quickly enough by experimentally <<if $activeSlave.amp != 1>>sucking on two fingers.<<else>>simulating oral sex with her own tongue.<</if>> @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she is wearing prosthetic teeth that she can remove. She gasps with shock, but eventually her shoulders slump and she tries to carry on. She isn't much affected mentally. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she is wearing prosthetic teeth that she can remove. She gasps with shock, but eventually her shoulders slump and she tries to carry on. She isn't much affected mentally. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<else>>
-		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she is wearing prosthetic teeth that she can remove. She gasps with shock, gags, spits out the prosthetics, <<if canSee($activeSlave)>>looks at herself in the mirror<<else>>runs her tongue across her empty gums<</if>>, and sobs. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she is wearing prosthetic teeth that she can remove. She gasps with shock, gags, spits out the prosthetics, <<if canSee($activeSlave)>>looks at herself in the mirror<<else>>runs her tongue across her empty gums<</if>>, and sobs. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "sharp">>
 	<<if ($activeSlave.devotion > 50)>>
-		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she now has teeth fit for a carnivore. She seems doubtful, but then works up her courage and bares them <<if canSee($activeSlave)>>at a mirror<<else>> so you may see<</if>>. She menaces <<if canSee($activeSlave)>>herself<</if>> for a while before laughing quietly. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that she now has teeth fit for a carnivore. She seems doubtful, but then works up her courage and bares them <<if canSee($activeSlave)>>at a mirror<<else>> so you may see<</if>>. She menaces <<if canSee($activeSlave)>>herself<</if>> for a while before laughing quietly. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that he now has teeth fit for a carnivore. She gasps with shock, but eventually her shoulders slump and she tries to carry on. She isn't much affected mentally. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that he now has teeth fit for a carnivore. She gasps with shock, but eventually her shoulders slump and she tries to carry on. She isn't much affected mentally. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<else>>
-		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that he now has teeth fit for a carnivore. She gasps with shock, accidentally gets her tongue in the way in her anguish, bites herself, and starts gagging and spitting blood. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She clearly feels quite normal except for a vague ache around her jaw. It takes a good while for her to figure out what has happened, but eventually she gets enough sensation in her mouth to realize that he now has teeth fit for a carnivore. She gasps with shock, accidentally gets her tongue in the way in her anguish, bites herself, and starts gagging and spitting blood. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "oral">>
-	She clearly feels quite normal except for a vague ache around her jaw. She <<if canSee($activeSlave)>>checks herself in the mirror<<else>>runs her tongue over her teeth<</if>> repeatedly before accepting that nothing too unusual has happened, and that she now appears to have a fully functional set of normal teeth. Though she's surprised that nothing outlandish has been done, she carries on as usual. Since the surgery was moderately invasive, @@color:red;her health has been somewhat affected.@@
+	She clearly feels quite normal except for a vague ache around her jaw. She <<if canSee($activeSlave)>>checks herself in the mirror<<else>>runs her tongue over her teeth<</if>> repeatedly before accepting that nothing too unusual has happened, and that she now appears to have a fully functional set of normal teeth. Though she's surprised that nothing outlandish has been done, she carries on as usual. Since the surgery was moderately invasive, @@.red;her health has been somewhat affected.@@
 
 <<case "mute">>
 	<<if ($activeSlave.devotion > 50)>>
-		She clearly feels quite normal except for a vague ache around her larynx. It takes a good while for her to figure out what has happened, but eventually she tries to speak and makes no sound. She panics, but manages to control herself at length and begins to think. <<if canSee($activeSlave)>>Seeing<<else>>Finding<</if>> you, she tries to ask you for instruction and realizes she cannot. <<if $activeSlave.amp != 1>>After more thought, she simply gets on her knees facing away from you and spreads her buttocks to offer herself to you.<<else>>After more thought, she simply rolls over facing away from you and winks her asshole to offer herself to you.<</if>> @@color:hotpink;She has become more submissive due to your radical reshaping of her being.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She clearly feels quite normal except for a vague ache around her larynx. It takes a good while for her to figure out what has happened, but eventually she tries to speak and makes no sound. She panics, but manages to control herself at length and begins to think. <<if canSee($activeSlave)>>Seeing<<else>>Finding<</if>> you, she tries to ask you for instruction and realizes she cannot. <<if $activeSlave.amp != 1>>After more thought, she simply gets on her knees facing away from you and spreads her buttocks to offer herself to you.<<else>>After more thought, she simply rolls over facing away from you and winks her asshole to offer herself to you.<</if>> @@.hotpink;She has become more submissive due to your radical reshaping of her being.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She clearly feels quite normal except for a vague ache around her larynx. It takes a good while for her to figure out what has happened, but eventually she tries to speak and makes no sound. She panics, trying to scream or protest but only managing to cry. Eventually she pulls herself together. @@color:mediumorchid;She will struggle with her medically created disability.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She clearly feels quite normal except for a vague ache around her larynx. It takes a good while for her to figure out what has happened, but eventually she tries to speak and makes no sound. She panics, trying to scream or protest but only managing to cry. Eventually she pulls herself together. @@.mediumorchid;She will struggle with her medically created disability.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<<else>>
-		She clearly feels quite normal except for a vague ache around her larynx. It takes a good while for her to figure out what has happened, but eventually she tries to speak and makes no sound. She panics, trying to scream or protest but only managing to cry. As long as she remains unbent to your will, she will have a constant, inescapable reminder of who and what you are. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;cripplingly afraid@@ of your total power over her body.
+		She clearly feels quite normal except for a vague ache around her larynx. It takes a good while for her to figure out what has happened, but eventually she tries to speak and makes no sound. She panics, trying to scream or protest but only managing to cry. As long as she remains unbent to your will, she will have a constant, inescapable reminder of who and what you are. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;cripplingly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 50>>
 	<</if>>
 
 <<case "restoreVoice">>
 	<<if ($activeSlave.devotion > 50)>>
-		The autosurgery instructed her in no uncertain terms not to speak during recovery, so she knows that her voice has been restored. When you come in to check on her late in the process, though, she does her best to communicate adoration with her <<if canSee($activeSlave)>>eyes<<else>>face<</if>> alone. Finally, the accelerated healing process reaches the time when she's to test her new vocal organs. She <<if canSee($activeSlave)>>looks at<<else>>turns to<</if>> you shyly, and <<if $activeSlave.amp != 1>>meekly beckons to you from where she's still<<else>>meekly mouths a request that you come over to where she's<</if>> restrained by the autosurgery. When you're near, she clears her sore throat gingerly and then whispers, "@@color:hotpink;I love you,@@ <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>" @@color:mediumaquamarine;She is far more trusting of your plans for her in the future.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		The autosurgery instructed her in no uncertain terms not to speak during recovery, so she knows that her voice has been restored. When you come in to check on her late in the process, though, she does her best to communicate adoration with her <<if canSee($activeSlave)>>eyes<<else>>face<</if>> alone. Finally, the accelerated healing process reaches the time when she's to test her new vocal organs. She <<if canSee($activeSlave)>>looks at<<else>>turns to<</if>> you shyly, and <<if $activeSlave.amp != 1>>meekly beckons to you from where she's still<<else>>meekly mouths a request that you come over to where she's<</if>> restrained by the autosurgery. When you're near, she clears her sore throat gingerly and then whispers, "@@.hotpink;I love you,@@ <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>" @@.mediumaquamarine;She is far more trusting of your plans for her in the future.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		The autosurgery instructed her in no uncertain terms not to speak during recovery, so she knows that her voice has been restored. When you come in to check on her late in the process, though, she does her best to communicate gratitude with her <<if canSee($activeSlave)>>eyes<<else>>face<</if>> alone. Finally, the accelerated healing process reaches the time when she's to test her new vocal organs. She <<if canSee($activeSlave)>>looks at<<else>>turns to<</if>> you shyly, and hesitantly <<if $activeSlave.amp != 1>>beckons to you from where she's still<<else>>mouths a request that you come over to where she's<</if>> restrained by the autosurgery. When you're near, she clears her sore throat gingerly and then whispers, "Thank you, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>." @@color:hotpink;She has a much higher regard for you@@ due to this display of care for her. As with all surgery @@color:red;her health has been slightly affected.@@
+		The autosurgery instructed her in no uncertain terms not to speak during recovery, so she knows that her voice has been restored. When you come in to check on her late in the process, though, she does her best to communicate gratitude with her <<if canSee($activeSlave)>>eyes<<else>>face<</if>> alone. Finally, the accelerated healing process reaches the time when she's to test her new vocal organs. She <<if canSee($activeSlave)>>looks at<<else>>turns to<</if>> you shyly, and hesitantly <<if $activeSlave.amp != 1>>beckons to you from where she's still<<else>>mouths a request that you come over to where she's<</if>> restrained by the autosurgery. When you're near, she clears her sore throat gingerly and then whispers, "Thank you, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>." @@.hotpink;She has a much higher regard for you@@ due to this display of care for her. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 10>>
 	<<else>>
-		The autosurgery instructed her in no uncertain terms not to speak during recovery, so she knows that her voice has been restored. When you come in to check on her late in the process, though, she <<if canSee($activeSlave)>>stares at<<else>>faces<</if>> you for a long moment before turning away from you, towards the wall, and beginning to cry quietly. It seems she's surprised that you would do this for her, and does not understand how to deal with the situation. In any case, @@color:hotpink;she hates you far less@@ than she once did. As with all surgery @@color:red;her health has been slightly affected.@@
+		The autosurgery instructed her in no uncertain terms not to speak during recovery, so she knows that her voice has been restored. When you come in to check on her late in the process, though, she <<if canSee($activeSlave)>>stares at<<else>>faces<</if>> you for a long moment before turning away from you, towards the wall, and beginning to cry quietly. It seems she's surprised that you would do this for her, and does not understand how to deal with the situation. In any case, @@.hotpink;she hates you far less@@ than she once did. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 10>>
 	<</if>>
 
 <<case "voice">>
 	<<if ($activeSlave.devotion > 50)>>
-		Before surgery, she was warned repeatedly not to try talking for a while, and she obeys. When she finally does, her voice is raspy and weak, but it gains strength gradually. It comes out far higher and more girly than it was before, and she laughs at herself as she gets used to it. @@color:hotpink;She has become more submissive,@@ since this helps her to think of herself as a bimbo slut. As with all surgery @@color:red;her health has been slightly affected.@@
+		Before surgery, she was warned repeatedly not to try talking for a while, and she obeys. When she finally does, her voice is raspy and weak, but it gains strength gradually. It comes out far higher and more girly than it was before, and she laughs at herself as she gets used to it. @@.hotpink;She has become more submissive,@@ since this helps her to think of herself as a bimbo slut. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		Before surgery, she was warned repeatedly not to try talking for a while, and she obeys. When she finally does, her voice is raspy and weak, but it gains strength gradually. It comes out far higher and more girly than it was before, and she laughs grimly at herself as she gets used to it. She carries on regardless, accepting it as one more thing to learn to accept. As with all surgery @@color:red;her health has been slightly affected.@@
+		Before surgery, she was warned repeatedly not to try talking for a while, and she obeys. When she finally does, her voice is raspy and weak, but it gains strength gradually. It comes out far higher and more girly than it was before, and she laughs grimly at herself as she gets used to it. She carries on regardless, accepting it as one more thing to learn to accept. As with all surgery @@.red;her health has been slightly affected.@@
 	<<else>>
-		Before surgery, she was warned repeatedly not to try talking for a while, and she obeys. When she finally does, her voice is raspy and weak, but it gains strength gradually. It comes out far higher and more girly than it was before. For now, @@color:mediumorchid;she feels this bimbo voice is not hers, a cruel mockery.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		Before surgery, she was warned repeatedly not to try talking for a while, and she obeys. When she finally does, her voice is raspy and weak, but it gains strength gradually. It comes out far higher and more girly than it was before. For now, @@.mediumorchid;she feels this bimbo voice is not hers, a cruel mockery.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "height">>
 	<<if ($activeSlave.devotion > 50)>>
-		She exits the surgery very cautiously, since she's terribly sore and isn't yet used to the novel lengths of the legs she walks on. She'll be clumsy and hesitant for some time, but she's happy with her new body. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She exits the surgery very cautiously, since she's terribly sore and isn't yet used to the novel lengths of the legs she walks on. She'll be clumsy and hesitant for some time, but she's happy with her new body. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She exits the surgery very cautiously, since she's terribly sore and isn't yet used to the novel lengths of the legs she walks on. She'll be clumsy and hesitant for some time, but she's accepted her new body. She isn't much affected mentally. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She exits the surgery very cautiously, since she's terribly sore and isn't yet used to the novel lengths of the legs she walks on. She'll be clumsy and hesitant for some time, but she's accepted her new body. She isn't much affected mentally. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<else>>
-		She exits the surgery very cautiously, since she's terribly sore and isn't yet used to the novel lengths of the legs she walks on. She'll be clumsy and hesitant for some time, and she refuses to accept that this new body is really what she's been condemned to. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She exits the surgery very cautiously, since she's terribly sore and isn't yet used to the novel lengths of the legs she walks on. She'll be clumsy and hesitant for some time, and she refuses to accept that this new body is really what she's been condemned to. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "circumcision">>
 	<<if ($activeSlave.devotion > 50)>>
-		She exits the surgery gingerly, since she can feel that something was done to her dick. She examines it carefully <<if canSee($activeSlave)>>in the mirror<<else>>by feeling alone<</if>>. Realizing that she's been circumcised, @@color:hotpink;she's very happy you'd take an interest in her penis,@@ and looks forward to having a slightly easier time keeping herself clean through her life as a sex slave. Circumcision of an adult is not a trivial procedure, so @@color:red;her health has been slightly affected.@@
+		She exits the surgery gingerly, since she can feel that something was done to her dick. She examines it carefully <<if canSee($activeSlave)>>in the mirror<<else>>by feeling alone<</if>>. Realizing that she's been circumcised, @@.hotpink;she's very happy you'd take an interest in her penis,@@ and looks forward to having a slightly easier time keeping herself clean through her life as a sex slave. Circumcision of an adult is not a trivial procedure, so @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She exits the surgery gingerly, since she can feel that something was done to her dick. She examines it carefully <<if canSee($activeSlave)>>in the mirror<<else>>by feeling alone<</if>>. Realizing that she's been circumcised, she's flooded with relief. She's so elated that she hasn't been severely damaged that she doesn't mind your taking surgical control of her member. Circumcision of an adult is not a trivial procedure, so @@color:red;her health has been slightly affected.@@
+		She exits the surgery gingerly, since she can feel that something was done to her dick. She examines it carefully <<if canSee($activeSlave)>>in the mirror<<else>>by feeling alone<</if>>. Realizing that she's been circumcised, she's flooded with relief. She's so elated that she hasn't been severely damaged that she doesn't mind your taking surgical control of her member. Circumcision of an adult is not a trivial procedure, so @@.red;her health has been slightly affected.@@
 	<<else>>
-		She exits the surgery gingerly, since she can feel that something was done to her dick. She examines it carefully <<if canSee($activeSlave)>>in the mirror<<else>>by feeling alone<</if>>. Realizing that she's been circumcised, she's flooded with relief, since she was afraid that you'd done something far more terrible. Once she has time to think about it, though, she's somewhat @@color:mediumorchid;resentful,@@ since she naturally feels a certain proprietary interest in her own penis. Circumcision of an adult is not a trivial procedure, so @@color:red;her health has been slightly affected.@@
+		She exits the surgery gingerly, since she can feel that something was done to her dick. She examines it carefully <<if canSee($activeSlave)>>in the mirror<<else>>by feeling alone<</if>>. Realizing that she's been circumcised, she's flooded with relief, since she was afraid that you'd done something far more terrible. Once she has time to think about it, though, she's somewhat @@.mediumorchid;resentful,@@ since she naturally feels a certain proprietary interest in her own penis. Circumcision of an adult is not a trivial procedure, so @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "hips">>
 	<<if ($activeSlave.devotion > 50)>>
-		She exits the surgery very cautiously, since she's still in considerable pain and isn't yet used to the way her pelvis now fits together with the rest of her body. She'll be clumsy and hesitant for some time, but she's happy with her new hips. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She exits the surgery very cautiously, since she's still in considerable pain and isn't yet used to the way her pelvis now fits together with the rest of her body. She'll be clumsy and hesitant for some time, but she's happy with her new hips. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She exits the surgery very cautiously, since she's still in considerable pain and isn't yet used to the way her pelvis now fits together with the rest of her body. She'll be clumsy and hesitant for some time, but she's accepted her new hips. She isn't much affected mentally. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She exits the surgery very cautiously, since she's still in considerable pain and isn't yet used to the way her pelvis now fits together with the rest of her body. She'll be clumsy and hesitant for some time, but she's accepted her new hips. She isn't much affected mentally. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<else>>
-		She exits the surgery very cautiously, since she's still in considerable pain and isn't yet used to the way her pelvis now fits together with the rest of her body. She'll be clumsy and hesitant for some time, and she refuses to accept that you are both willing and able to reshape her down to her very bones. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She exits the surgery very cautiously, since she's still in considerable pain and isn't yet used to the way her pelvis now fits together with the rest of her body. She'll be clumsy and hesitant for some time, and she refuses to accept that you are both willing and able to reshape her down to her very bones. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "shoulders">>
 	<<if ($activeSlave.devotion > 50)>>
-		She exits the surgery gingerly, since the changes of proportion in her upper body have seriously affected her sense of balance, albeit temporarily. She'll be clumsy and hesitant for some time, but she's happy with her new shoulders. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She exits the surgery gingerly, since the changes of proportion in her upper body have seriously affected her sense of balance, albeit temporarily. She'll be clumsy and hesitant for some time, but she's happy with her new shoulders. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She exits the surgery gingerly, since the changes of proportion in her upper body have seriously affected her sense of balance, albeit temporarily. She'll be clumsy and hesitant for some time, but she's accepted her new shoulders. She isn't much affected mentally. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		She exits the surgery gingerly, since the changes of proportion in her upper body have seriously affected her sense of balance, albeit temporarily. She'll be clumsy and hesitant for some time, but she's accepted her new shoulders. She isn't much affected mentally. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<else>>
-		She exits the surgery gingerly, since the changes of proportion in her upper body have seriously affected her sense of balance, albeit temporarily. She'll be clumsy and hesitant for some time, and she refuses to accept that you are both willing and able to reshape her down to her very bones. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She exits the surgery gingerly, since the changes of proportion in her upper body have seriously affected her sense of balance, albeit temporarily. She'll be clumsy and hesitant for some time, and she refuses to accept that you are both willing and able to reshape her down to her very bones. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "heels">>
 	<<if ($activeSlave.devotion > 50)>>
-		She exits the surgery on all fours, unable to stand due to the changes to her legs. She finds a whorish pair of heels waiting for her and eagerly puts them on, gingerly standing to find that she can indeed walk comfortably while wearing them. She struts back and forth experimentally and then offers <<if canSee($activeSlave)>>the mirror<<else>>you<</if>> her asshole to check to see that her ability to take a standing buttfuck hasn't been affected. @@color:hotpink;She has become more submissive due to your radical reshaping of her body.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She exits the surgery on all fours, unable to stand due to the changes to her legs. She finds a whorish pair of heels waiting for her and eagerly puts them on, gingerly standing to find that she can indeed walk comfortably while wearing them. She struts back and forth experimentally and then offers <<if canSee($activeSlave)>>the mirror<<else>>you<</if>> her asshole to check to see that her ability to take a standing buttfuck hasn't been affected. @@.hotpink;She has become more submissive due to your radical reshaping of her body.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-		She exits the surgery on all fours, unable to stand due to the changes to her legs. She finds a whorish pair of heels waiting for her and obediently puts them on, gingerly standing to find that she can indeed walk comfortably while wearing them. After a while she realizes that she'll never walk without looking like a stripper again, but she accepts it. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@
+		She exits the surgery on all fours, unable to stand due to the changes to her legs. She finds a whorish pair of heels waiting for her and obediently puts them on, gingerly standing to find that she can indeed walk comfortably while wearing them. After a while she realizes that she'll never walk without looking like a stripper again, but she accepts it. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@
 	<<else>>
-		She exits the surgery on all fours, unable to stand due to the changes to her legs. She finds a whorish pair of heels waiting for her, but obstinately ignores them. After some time, she realizes that the situation isn't changing and puts them on, gingerly standing to find that she can indeed walk comfortably while wearing them. Her <<if canSee($activeSlave)>>eyes are<<else>>face is<</if>> filled with hatred when she <<if canSee($activeSlave)>>sees her new and permanent appearance in the mirror<<else>>discovers this is the only way she'll be able to stand now<</if>>. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She exits the surgery on all fours, unable to stand due to the changes to her legs. She finds a whorish pair of heels waiting for her, but obstinately ignores them. After some time, she realizes that the situation isn't changing and puts them on, gingerly standing to find that she can indeed walk comfortably while wearing them. Her <<if canSee($activeSlave)>>eyes are<<else>>face is<</if>> filled with hatred when she <<if canSee($activeSlave)>>sees her new and permanent appearance in the mirror<<else>>discovers this is the only way she'll be able to stand now<</if>>. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "heelsRestoration">>
 	<<if ($activeSlave.devotion >= -20)>>
-		She exits the surgery on her own two feet. She's still sore, but the modern surgery is fast and effective, and she can use her restored legs immediately. She gingerly stands on one foot, then the other; and even takes a few little hops. She's grinning like a fool the whole time. @@color:hotpink;She has become more obedient due to gratitude.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She exits the surgery on her own two feet. She's still sore, but the modern surgery is fast and effective, and she can use her restored legs immediately. She gingerly stands on one foot, then the other; and even takes a few little hops. She's grinning like a fool the whole time. @@.hotpink;She has become more obedient due to gratitude.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<else>>
-		She exits the surgery on her own two feet. She's still sore, but the modern surgery is fast and effective, and she can use her restored legs immediately. She gingerly stands on one foot, then the other; and even takes a few little hops. She obviously confused, finding it surprising that you would go to the expense and trouble of repairing her. As with all surgery @@color:red;her health has been slightly affected.@@
+		She exits the surgery on her own two feet. She's still sore, but the modern surgery is fast and effective, and she can use her restored legs immediately. She gingerly stands on one foot, then the other; and even takes a few little hops. She obviously confused, finding it surprising that you would go to the expense and trouble of repairing her. As with all surgery @@.red;her health has been slightly affected.@@
 	<</if>>
 
 <<case "amp">>
 	<<if ($activeSlave.devotion > 50)>>
-		Of course, she could not walk out of the surgery; you carried her. She knows what a slave's life is, but she did not really expect that it would ever come to this for her. After a long, silent <<if canSee($activeSlave)>>stare at<<else>>consideration of<</if>> her limbless torso, she squares her shoulders and visibly resolves to carry on being a good slave as best she can. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		Of course, she could not walk out of the surgery; you carried her. She knows what a slave's life is, but she did not really expect that it would ever come to this for her. After a long, silent <<if canSee($activeSlave)>>stare at<<else>>consideration of<</if>> her limbless torso, she squares her shoulders and visibly resolves to carry on being a good slave as best she can. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<elseif ($activeSlave.devotion > 20)>>
-		Of course, she could not walk out of the surgery; you carried her. Despite her obedience, she cries softly the whole time, shoulder and hip stumps moving occasionally as she reflexively tries to stand - to walk - to touch herself - to gesture - all things that she will never do again. @@color:mediumorchid;She will struggle greatly with her medically created disability.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;cripplingly afraid@@ of your total power over her body.
+		Of course, she could not walk out of the surgery; you carried her. Despite her obedience, she cries softly the whole time, shoulder and hip stumps moving occasionally as she reflexively tries to stand - to walk - to touch herself - to gesture - all things that she will never do again. @@.mediumorchid;She will struggle greatly with her medically created disability.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;cripplingly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 20>>
 		<<set $activeSlave.devotion -= 20>>
 	<<else>>
-		Of course, she could not walk out of the surgery; you carried her. You had a good idea what her reaction would be, so <<if ($activeSlave.teeth == "removable")>>you removed her teeth<<else>>she's muzzled<</if>> to prevent her from trying to bite. She sobs convulsively, and her <<if canSee($activeSlave)>>eyes dart desperately from side to side through her tears, hopelessly imploring the mirror to show her something other than this<<else>>stumps twitch pathetically with her desperate efforts to move her limbs, to prove there is something other than this<</if>>. Anything other than this. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terrified to the point of insanity@@ of your total power over her body.
+		Of course, she could not walk out of the surgery; you carried her. You had a good idea what her reaction would be, so <<if ($activeSlave.teeth == "removable")>>you removed her teeth<<else>>she's muzzled<</if>> to prevent her from trying to bite. She sobs convulsively, and her <<if canSee($activeSlave)>>eyes dart desperately from side to side through her tears, hopelessly imploring the mirror to show her something other than this<<else>>stumps twitch pathetically with her desperate efforts to move her limbs, to prove there is something other than this<</if>>. Anything other than this. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terrified to the point of insanity@@ of your total power over her body.
 		<<set $activeSlave.trust -= 50>>
 		<<set $activeSlave.devotion -= 50>>
 	<</if>>
@@ -1063,202 +1063,202 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<case "amp2">>
 	<<if ($activeSlave.devotion > 50)>>
-		Of course, she could not walk out of the surgery; you carried her. She knows what a slave's life is, but she did not really expect that it would ever come to this for her. Anesthesia has yet to completely wear off so it takes her a while to notice ports in her stumps. When she does, she visibly relaxes, realizing she may yet walk again. She squares her shoulders and visibly resolves to carry on being a good slave as best she can. Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		Of course, she could not walk out of the surgery; you carried her. She knows what a slave's life is, but she did not really expect that it would ever come to this for her. Anesthesia has yet to completely wear off so it takes her a while to notice ports in her stumps. When she does, she visibly relaxes, realizing she may yet walk again. She squares her shoulders and visibly resolves to carry on being a good slave as best she can. Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 	<<elseif ($activeSlave.devotion > 20)>>
-		Of course, she could not walk out of the surgery; you carried her. Despite her obedience, she cries softly the whole time, shoulder and hip stumps moving occasionally as she reflexively tries to stand - to walk - to touch herself - to gesture - all things that she will never do again. She slightly calms down when she <<if canSee($activeSlave)>>sees<<else>>feels<</if>> ports installed in her stumps and realizes her immobility is not permanent. Even so, she is still @@color:gold;terrified@@ of your total power over her body. @@color:mediumorchid;She will struggle greatly with her medically created disability.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@
+		Of course, she could not walk out of the surgery; you carried her. Despite her obedience, she cries softly the whole time, shoulder and hip stumps moving occasionally as she reflexively tries to stand - to walk - to touch herself - to gesture - all things that she will never do again. She slightly calms down when she <<if canSee($activeSlave)>>sees<<else>>feels<</if>> ports installed in her stumps and realizes her immobility is not permanent. Even so, she is still @@.gold;terrified@@ of your total power over her body. @@.mediumorchid;She will struggle greatly with her medically created disability.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 10>>
 	<<else>>
-		Of course, she could not walk out of the surgery; you carried her. You had a good idea what her reaction would be, so <<if ($activeSlave.teeth is "removable")>>you removed her teeth<<else>>she's muzzled<</if>> to prevent her from trying to bite. She sobs convulsively, and her <<if canSee($activeSlave)>>eyes dart desperately from side to side through her tears, hopelessly imploring the mirror to show her something other than this<<else>>stumps twitch pathetically with her desperate efforts to move her limbs, to prove there is something other than this<</if>>. Anything other than this. @@color:mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@color:red;her health has been greatly affected.@@ She is @@color:gold;terrified to the point of insanity@@ of your total power over her body.
+		Of course, she could not walk out of the surgery; you carried her. You had a good idea what her reaction would be, so <<if ($activeSlave.teeth is "removable")>>you removed her teeth<<else>>she's muzzled<</if>> to prevent her from trying to bite. She sobs convulsively, and her <<if canSee($activeSlave)>>eyes dart desperately from side to side through her tears, hopelessly imploring the mirror to show her something other than this<<else>>stumps twitch pathetically with her desperate efforts to move her limbs, to prove there is something other than this<</if>>. Anything other than this. @@.mediumorchid;The surgical invasion has filled her with horror and anger.@@ Since the surgery was invasive, @@.red;her health has been greatly affected.@@ She is @@.gold;terrified to the point of insanity@@ of your total power over her body.
 		<<set $activeSlave.trust -= 50>>
 		<<set $activeSlave.devotion -= 50>>
 	<</if>>
 
 <<case "PLimb interface1">>
-	When she is carried out of surgery she <<if canSee($activeSlave)>>cranes her neck to better see the ports<<else>>wiggles her stumps trying to feel the ports<</if>> installed in her stumps. Recovery will be @@color:red;significant,@@ since the surgical implantation of anchor points for the limbs themselves and the installation of nerve impulse detectors constituted major surgery.
+	When she is carried out of surgery she <<if canSee($activeSlave)>>cranes her neck to better see the ports<<else>>wiggles her stumps trying to feel the ports<</if>> installed in her stumps. Recovery will be @@.red;significant,@@ since the surgical implantation of anchor points for the limbs themselves and the installation of nerve impulse detectors constituted major surgery.
 	<<if $activeSlave.devotion > 20>>
-		Nevertheless, she's @@color:hotpink;overwhelmed with gratitude,@@ and thanks you profusely the first chance she gets. She follows the acclimation program diligently, doing her best to learn how to be a good slave despite, or sometimes even because of, her disability. She @@color:mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
+		Nevertheless, she's @@.hotpink;overwhelmed with gratitude,@@ and thanks you profusely the first chance she gets. She follows the acclimation program diligently, doing her best to learn how to be a good slave despite, or sometimes even because of, her disability. She @@.mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
-		She's @@color:hotpink;overwhelmed with gratitude,@@ in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets, and follows the acclimation program diligently, trying to deserve the expense you went to. She @@color:mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
+		She's @@.hotpink;overwhelmed with gratitude,@@ in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets, and follows the acclimation program diligently, trying to deserve the expense you went to. She @@.mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		Despite her hatred of you, she can't help but @@color:mediumaquamarine;trust you a bit more,@@ since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
+		Despite her hatred of you, she can't help but @@.mediumaquamarine;trust you a bit more,@@ since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
 		<<set $activeSlave.trust += 5>>
 	<</if>>
 
 <<case "PLimb interface2">>
-	When she is carried out of surgery she <<if canSee($activeSlave)>>cranes her neck to better see the ports<<else>>wiggles her stumps trying to feel the ports<</if>> installed in her stumps. Her stumps twich slightly as the software begins configuring. Recovery will be @@color:red;significant,@@ since the surgical implantation of anchor points for the limbs themselves and the installation of nerve bridges constituted major surgery.
+	When she is carried out of surgery she <<if canSee($activeSlave)>>cranes her neck to better see the ports<<else>>wiggles her stumps trying to feel the ports<</if>> installed in her stumps. Her stumps twich slightly as the software begins configuring. Recovery will be @@.red;significant,@@ since the surgical implantation of anchor points for the limbs themselves and the installation of nerve bridges constituted major surgery.
 	<<if $activeSlave.devotion > 20>>
-		Nevertheless, she's @@color:hotpink;overwhelmed with gratitude,@@ and thanks you profusely the first chance she gets. She follows the acclimation program diligently, doing her best to learn how to be a good slave despite, or sometimes even because of, her disability. She @@color:mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
+		Nevertheless, she's @@.hotpink;overwhelmed with gratitude,@@ and thanks you profusely the first chance she gets. She follows the acclimation program diligently, doing her best to learn how to be a good slave despite, or sometimes even because of, her disability. She @@.mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
-		She's @@color:hotpink;overwhelmed with gratitude,@@ in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets, and follows the acclimation program diligently, trying to deserve the expense you went to. She @@color:mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
+		She's @@.hotpink;overwhelmed with gratitude,@@ in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets, and follows the acclimation program diligently, trying to deserve the expense you went to. She @@.mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 		<<else>>
-		Despite her hatred of you, she can't help but @@color:mediumaquamarine;trust you a bit more,@@ since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
+		Despite her hatred of you, she can't help but @@.mediumaquamarine;trust you a bit more,@@ since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
 		<<set $activeSlave.trust += 5>>
 	<</if>>
 
 <<case "PLimb interface3">>
-	When she is carried out of surgery she <<if canSee($activeSlave)>>cranes her neck to better see the ports<<else>>wiggles her stumps trying to feel the ports<</if>> installed in her stumps. Her stumps twich slightly as the software begins configuring. Since she already had anchors installed in previous surgery this procedure was less invasive and thus @@color:red;her health has been only slightly affected@@.
+	When she is carried out of surgery she <<if canSee($activeSlave)>>cranes her neck to better see the ports<<else>>wiggles her stumps trying to feel the ports<</if>> installed in her stumps. Her stumps twich slightly as the software begins configuring. Since she already had anchors installed in previous surgery this procedure was less invasive and thus @@.red;her health has been only slightly affected@@.
 	<<if $activeSlave.devotion > 20>>
-		She is @@color:hotpink;overjoyed@@ when she finds out this upgrade will allow her to //feel// with her limbs again and thanks you profusely the first chance she gets. She @@color:mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
+		She is @@.hotpink;overjoyed@@ when she finds out this upgrade will allow her to //feel// with her limbs again and thanks you profusely the first chance she gets. She @@.mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
-		She's @@color:hotpink;overwhelmed with joy and gratitude,@@ when she finds out this upgrade will allow her to //feel// with her limbs again, in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets and is determined to prove herself worthy of the expense you went to for her. She @@color:mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
+		She's @@.hotpink;overwhelmed with joy and gratitude,@@ when she finds out this upgrade will allow her to //feel// with her limbs again, in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets and is determined to prove herself worthy of the expense you went to for her. She @@.mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 		<<else>>
-		Despite her hatred of you, she can't help but feel some @@color:mediumaquamarine;trust@@ and @@color:hotpink;gratitude,@@ towards you, since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
+		Despite her hatred of you, she can't help but feel some @@.mediumaquamarine;trust@@ and @@.hotpink;gratitude,@@ towards you, since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<</if>>
 
 <<case "basicPLimbs">>
-	She exits the surgery hesitantly, the software of her prosthetic limbs and the wetware of her brain working together to figure out how to walk together under the tutelage of a prescribed tutorial. Recovery will be @@color:red;significant,@@ since the surgical implantation of anchor points for the limbs themselves and the installation of nerve impulse detectors constituted major surgery.
+	She exits the surgery hesitantly, the software of her prosthetic limbs and the wetware of her brain working together to figure out how to walk together under the tutelage of a prescribed tutorial. Recovery will be @@.red;significant,@@ since the surgical implantation of anchor points for the limbs themselves and the installation of nerve impulse detectors constituted major surgery.
 	<<if $activeSlave.devotion > 20>>
-		Nevertheless, she's @@color:hotpink;overwhelmed with gratitude,@@ and thanks you profusely the first chance she gets. She follows the acclimation program diligently, doing her best to learn how to be a good slave despite, or sometimes even because of, her artificial arms and legs. She @@color:mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
+		Nevertheless, she's @@.hotpink;overwhelmed with gratitude,@@ and thanks you profusely the first chance she gets. She follows the acclimation program diligently, doing her best to learn how to be a good slave despite, or sometimes even because of, her artificial arms and legs. She @@.mediumaquamarine;places more trust in you,@@ too, since you obviously have her best interests at heart.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
-		She's @@color:hotpink;overwhelmed with gratitude,@@ in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets, and follows the acclimation program diligently, trying to deserve the expense you went to. She @@color:mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
+		She's @@.hotpink;overwhelmed with gratitude,@@ in part because she didn't think you'd do something like this for her. She thanks you profusely the first chance she gets, and follows the acclimation program diligently, trying to deserve the expense you went to. She @@.mediumaquamarine;places more trust in you,@@ too, since you seem to have a plan for her.
 		<<set $activeSlave.devotion += 5>>
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		Despite her hatred of you, she can't help but @@color:mediumaquamarine;trust you a bit more,@@ since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
+		Despite her hatred of you, she can't help but @@.mediumaquamarine;trust you a bit more,@@ since you clearly have a plan that involves putting a good deal of value into her. Your goals might not be hers, but at least she has an indication that you're not toying with her.
 		<<set $activeSlave.trust += 5>>
 	<</if>>
 
 <<case "sexPLimbs">>
 	Her Limb upgrades took place in the surgery, since its manipulators are well suited to delicate work on circuitry and ceramics as well as on flesh. She exits the surgery experimenting with her new arms and legs.
 	<<if $activeSlave.devotion <= 20>>
-		She rapidly discovers that her fingertips are now vibrators, and then makes a mess when she figures out that her hands can dispense lube without figuring out how to make them stop dispensing lube. She's frustrated and @@color:gold;frightened,@@ realizing that even her prosthetics are now customized to suit her purpose as a human sex toy. She knew she was a toy before, but somehow, being a literal vibrator is a bit much for her.
+		She rapidly discovers that her fingertips are now vibrators, and then makes a mess when she figures out that her hands can dispense lube without figuring out how to make them stop dispensing lube. She's frustrated and @@.gold;frightened,@@ realizing that even her prosthetics are now customized to suit her purpose as a human sex toy. She knew she was a toy before, but somehow, being a literal vibrator is a bit much for her.
 		<<set $activeSlave.trust -= 5>>
 	<<elseif $activeSlave.energy > 95>>
-		Since she's a nympho, she discovers her new sexual functions in a hurry. They trigger in part based on arousal, and she's never not aroused, so they activate one by one as she leaves the surgery. The vibration, lube, and other dirty functions surprise her, and it takes her a moment to realize what's going on, but she begins to breathe hard when she understands. She runs off to try them out, and @@color:hotpink;thanks you profusely,@@ if tiredly, the next time she sees you.
+		Since she's a nympho, she discovers her new sexual functions in a hurry. They trigger in part based on arousal, and she's never not aroused, so they activate one by one as she leaves the surgery. The vibration, lube, and other dirty functions surprise her, and it takes her a moment to realize what's going on, but she begins to breathe hard when she understands. She runs off to try them out, and @@.hotpink;thanks you profusely,@@ if tiredly, the next time she sees you.
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		She discovers her sexy new functions one by one. The vibration, lube, and other dirty functions surprise her, and it takes her a moment to realize what's going on, but she begins to shake with amusement when she understands. She heads off to try them out, and @@color:hotpink;thanks you politely@@ the next time she sees you.
+		She discovers her sexy new functions one by one. The vibration, lube, and other dirty functions surprise her, and it takes her a moment to realize what's going on, but she begins to shake with amusement when she understands. She heads off to try them out, and @@.hotpink;thanks you politely@@ the next time she sees you.
 		<<set $activeSlave.devotion += 3>>
 	<</if>>
 
 <<case "beautyPLimbs">>
 	Her Limb upgrades took place in the surgery, since its manipulators are well suited to delicate work on circuitry and ceramics as well as on flesh. She exits the surgery <<if canSee($activeSlave)>>marvelling at the beautiful, natural appearance of  her new arms and legs<<else>>thanking you for  her new arms and legs, unaware of how natural they look<</if>>.
 	<<if $activeSlave.devotion <= 20>>
-		She's @@color:mediumaquamarine;more willing to trust you@@ after this. If she doubts that you have some sort of long term plan for her, all she has to do is <<if canSee($activeSlave)>>look down and examine<<else>>feel<</if>> her elegant, natural prosthetics, which are often mistaken for the genuine article. Even she makes the mistake at times as she gets used to them.
+		She's @@.mediumaquamarine;more willing to trust you@@ after this. If she doubts that you have some sort of long term plan for her, all she has to do is <<if canSee($activeSlave)>>look down and examine<<else>>feel<</if>> her elegant, natural prosthetics, which are often mistaken for the genuine article. Even she makes the mistake at times as she gets used to them.
 		<<set $activeSlave.trust += 5>>
 	<<elseif $activeSlave.entertainSkill >= 100>>
-		Since she's a masterful entertainer, she knows multiple styles of dance, though her straightforward modern prosthetics never allowed her to be anything more than a mechanically competent dancer. She finds that she has far better balance now, in addition to looking more natural. Before long, she goes //en pointe// and holds the position, before collapsing in a heap. It soon becomes apparent that this wasn't due to clumsiness: she's sobbing so hard she can barely breathe. She @@color:hotpink;thanks you profusely@@ the next time she sees you, eyes still puffy with tears of joy.
+		Since she's a masterful entertainer, she knows multiple styles of dance, though her straightforward modern prosthetics never allowed her to be anything more than a mechanically competent dancer. She finds that she has far better balance now, in addition to looking more natural. Before long, she goes //en pointe// and holds the position, before collapsing in a heap. It soon becomes apparent that this wasn't due to clumsiness: she's sobbing so hard she can barely breathe. She @@.hotpink;thanks you profusely@@ the next time she sees you, eyes still puffy with tears of joy.
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		When she first <<if canSee($activeSlave)>>catches sight of herself in a mirror<<else>>runs a new finger over her natural feeling skin<</if>>, she begins to cry. Terribly complex emotions war across her face: gratitude, joy, regret, and something undefinable. Blinking, she uses newly elegant fingertips to trace the scarcely visible seams where her artificial and natural skin meet. She @@color:hotpink;thanks you profusely@@ the next time she sees you, eyes still puffy with tears.
+		When she first <<if canSee($activeSlave)>>catches sight of herself in a mirror<<else>>runs a new finger over her natural feeling skin<</if>>, she begins to cry. Terribly complex emotions war across her face: gratitude, joy, regret, and something undefinable. Blinking, she uses newly elegant fingertips to trace the scarcely visible seams where her artificial and natural skin meet. She @@.hotpink;thanks you profusely@@ the next time she sees you, eyes still puffy with tears.
 		<<set $activeSlave.devotion += 3>>
 	<</if>>
 
 <<case "combatPLimbs">>
 	Her Limb upgrades took place in the surgery, since its manipulators are well suited to delicate work on circuitry and ceramics as well as on flesh. She exits the surgery wondering at the bulky <<if canSee($activeSlave)>>appearance<<else>>weight<</if>> of her reinforced arms and legs.
 	<<if $activeSlave.devotion <= 20>>
-		She's @@color:gold;frightened,@@ once she discovers what she can do, and what she is. Her integral weapons are locked out by the arcology systems, for now, but she quickly realizes what they are. She is not, to say the least, thrilled by the revelation that she is now a living weapon, and is kept awake by thoughts of what you might be planning for her.
+		She's @@.gold;frightened,@@ once she discovers what she can do, and what she is. Her integral weapons are locked out by the arcology systems, for now, but she quickly realizes what they are. She is not, to say the least, thrilled by the revelation that she is now a living weapon, and is kept awake by thoughts of what you might be planning for her.
 		<<set $activeSlave.trust -= 5>>
 	<<elseif ($activeSlave.combatSkill == 1) && ($activeSlave.devotion > 75)>>
-		She leaves the surgery with a purpose, her footsteps a bit heavier than before. She heads down to the armory's range, still naked, and when she gets there, she places her dominant hand over her thigh on that side. It folds open, revealing a handgun, which she draws and empties into a <<if canSee($activeSlave)>>target<<else>>beeping target<</if>>; as she fires the last rounds, she uses her off hand to reach down to that thigh, which folds open and reveals spare magazines. She @@color:hotpink;thanks you profusely@@ the next time she sees you. She knows that her prosthetics are a wash, at best, in terms of actual combat effectiveness; they'll never match the reliability and dexterity of the genuine article. But she thinks they are //cool.//
+		She leaves the surgery with a purpose, her footsteps a bit heavier than before. She heads down to the armory's range, still naked, and when she gets there, she places her dominant hand over her thigh on that side. It folds open, revealing a handgun, which she draws and empties into a <<if canSee($activeSlave)>>target<<else>>beeping target<</if>>; as she fires the last rounds, she uses her off hand to reach down to that thigh, which folds open and reveals spare magazines. She @@.hotpink;thanks you profusely@@ the next time she sees you. She knows that her prosthetics are a wash, at best, in terms of actual combat effectiveness; they'll never match the reliability and dexterity of the genuine article. But she thinks they are //cool.//
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		She has mixed feelings about what she soon discovers. She's a living weapon now, and has to live with the constant knowledge that she can incapacitate or kill with nothing more than what's contained within her arms and legs. She's @@color:hotpink;touched,@@ though, by the tremendous trust this shows. She knows that the arcology would instantly lock out her weapons if she were to misbehave, but she's still affected.
+		She has mixed feelings about what she soon discovers. She's a living weapon now, and has to live with the constant knowledge that she can incapacitate or kill with nothing more than what's contained within her arms and legs. She's @@.hotpink;touched,@@ though, by the tremendous trust this shows. She knows that the arcology would instantly lock out her weapons if she were to misbehave, but she's still affected.
 		<<set $activeSlave.devotion += 3>>
 	<</if>>
 
 <<case "cyberPLimbs">>
 	Her Limb upgrades were performed in the surgery, since its manipulators are well suited to delicate work on their circuitry as well as on flesh. She exits the surgery marvelling <<if canSee($activeSlave)>>at the shiny artificial skin of her new arms and legs<<else>>at the feel of the artificial skin of her new arms and legs under her new fingers<</if>>.
 	<<if $activeSlave.devotion <= 20>>
-		She's @@color:gold;frightened,@@ once she discovers what she can do, and what she is. Her cybernetic limbs are restricted by the arcology systems, for now, but she quickly realizes what they are. She is not, to say the least, thrilled by the revelation that she is now a living weapon, and is kept awake by thoughts of what you might be planning for her.
+		She's @@.gold;frightened,@@ once she discovers what she can do, and what she is. Her cybernetic limbs are restricted by the arcology systems, for now, but she quickly realizes what they are. She is not, to say the least, thrilled by the revelation that she is now a living weapon, and is kept awake by thoughts of what you might be planning for her.
 		<<set $activeSlave.trust -= 5>>
 	<<elseif ($activeSlave.combatSkill == 1) && ($activeSlave.devotion > 75)>>
-		She leaves the surgery with a purpose, her footsteps a bit heavier than before. She heads down to the armory's range, still naked, and when she gets there, she places her dominant hand over her thigh on that side. It folds open, revealing a handgun, which she draws and empties into a <<if canSee($activeSlave)>>target<<else>>beeping target<</if>>; as she fires the last rounds, she uses her off hand to reach down to that thigh, which folds open and reveals spare magazines. She @@color:hotpink;thanks you profusely@@ the next time she sees you. She knows that her prosthetics will enhance her combat effectiveness and she thinks they are //cool.//
+		She leaves the surgery with a purpose, her footsteps a bit heavier than before. She heads down to the armory's range, still naked, and when she gets there, she places her dominant hand over her thigh on that side. It folds open, revealing a handgun, which she draws and empties into a <<if canSee($activeSlave)>>target<<else>>beeping target<</if>>; as she fires the last rounds, she uses her off hand to reach down to that thigh, which folds open and reveals spare magazines. She @@.hotpink;thanks you profusely@@ the next time she sees you. She knows that her prosthetics will enhance her combat effectiveness and she thinks they are //cool.//
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		She has mixed feelings about what she soon discovers. She's a living weapon now, and has to live with the constant knowledge that she can incapacitate or kill with nothing more than her arms and legs themselves. She's @@color:hotpink;touched,@@ though, by the tremendous trust this shows. She knows that the arcology would instantly lock out her limbs if she were to misbehave, but she's still affected.
+		She has mixed feelings about what she soon discovers. She's a living weapon now, and has to live with the constant knowledge that she can incapacitate or kill with nothing more than her arms and legs themselves. She's @@.hotpink;touched,@@ though, by the tremendous trust this shows. She knows that the arcology would instantly lock out her limbs if she were to misbehave, but she's still affected.
 		<<set $activeSlave.devotion += 3>>
 	<</if>>
 
 <<case "removeLimbs">>
 	<<if ($activeSlave.devotion > 50)>>
-		Of course, she could not walk out of the surgery; you carried her. She knows what a slave's life is, but she did not really expect her artificial limbs would be removed again so suddenly. After a long, silent <<if canSee($activeSlave)>>stare at<<else>>consideration of<</if>> her limbless torso, she squares her shoulders and visibly resolves to carry on being a good slave as best she can. As she was already amputated, there was no lasting effect. As with all surgery @@color:red;her health has been slightly affected.@@
+		Of course, she could not walk out of the surgery; you carried her. She knows what a slave's life is, but she did not really expect her artificial limbs would be removed again so suddenly. After a long, silent <<if canSee($activeSlave)>>stare at<<else>>consideration of<</if>> her limbless torso, she squares her shoulders and visibly resolves to carry on being a good slave as best she can. As she was already amputated, there was no lasting effect. As with all surgery @@.red;her health has been slightly affected.@@
 	<<elseif ($activeSlave.devotion > 20)>>
-		Of course, she could not walk out of the surgery; you carried her. Despite her obedience, she cries softly the whole time, shoulder and hip stumps moving occasionally as she reflexively tries to stand - to walk - to touch herself - to gesture - all things that she had to learn to do again. Your removal of her prosthetic limbs has caused @@color:mediumorchid;her devotion to drop@@ and @@color:gold;her trust to drop.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		Of course, she could not walk out of the surgery; you carried her. Despite her obedience, she cries softly the whole time, shoulder and hip stumps moving occasionally as she reflexively tries to stand - to walk - to touch herself - to gesture - all things that she had to learn to do again. Your removal of her prosthetic limbs has caused @@.mediumorchid;her devotion to drop@@ and @@.gold;her trust to drop.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<<else>>
-		Of course, she could not walk out of the surgery; you carried her. It seems that her mistrust of you was well founded and this removal of her artificial limbs has caused @@color:mediumorchid;her devotion to drop@@ and @@color:gold;her trust to drop.@@ As with all surgery @@color:red;her health has been slightly affected.
+		Of course, she could not walk out of the surgery; you carried her. It seems that her mistrust of you was well founded and this removal of her artificial limbs has caused @@.mediumorchid;her devotion to drop@@ and @@.gold;her trust to drop.@@ As with all surgery @@.red;her health has been slightly affected.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "ster">>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never have a child. She is @@color:mediumorchid;filled with grief@@ whenever she thinks about the fact that feeling a life growing within her is now, finally and forever, beyond her. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never have a child. She is @@.mediumorchid;filled with grief@@ whenever she thinks about the fact that feeling a life growing within her is now, finally and forever, beyond her. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 20>>
 	<<elseif ($activeSlave.energy > 95)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never have to worry about a pussyfuck getting her pregnant again. As far as she's concerned, easier, less worrisome vaginal intercourse is a @@color:hotpink;good thing;@@ one less thing to keep in mind when a guy blows his load inside her. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never have to worry about a pussyfuck getting her pregnant again. As far as she's concerned, easier, less worrisome vaginal intercourse is a @@.hotpink;good thing;@@ one less thing to keep in mind when a guy blows his load inside her. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never have to worry about a pregnancy, ever again. She has many rules and duties to worry about as a slave, so she's @@color:hotpink;grateful@@ that she has one less thing to worry about as she serves you. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never have to worry about a pregnancy, ever again. She has many rules and duties to worry about as a slave, so she's @@.hotpink;grateful@@ that she has one less thing to worry about as she serves you. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never get pregnant. She understands the realities of her life as a slave, and that a traditional life with a child was never going to happen for her anyway, so it isn't much of a shock. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never get pregnant. She understands the realities of her life as a slave, and that a traditional life with a child was never going to happen for her anyway, so it isn't much of a shock. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never get pregnant. She does not understand the realities of her life as a slave at a core level, so despite the fact that she was never going to have a family, fertile or not, she's @@color:mediumorchid;resentful@@ of the surgical invasion. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she'll never get pregnant. She does not understand the realities of her life as a slave at a core level, so despite the fact that she was never going to have a family, fertile or not, she's @@.mediumorchid;resentful@@ of the surgical invasion. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "fert">>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she now has a chance to get pregnant. She is @@color:hotpink;filled with joy@@ whenever she thinks about the fact that feeling a life growing within her is now, at last, a possibility. She's so pleased that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she now has a chance to get pregnant. She is @@.hotpink;filled with joy@@ whenever she thinks about the fact that feeling a life growing within her is now, at last, a possibility. She's so pleased that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she now has a chance to get pregnant. She's @@color:hotpink;grateful@@ that you think her worthy of breeding, and even a little nervous about how she'll perform as a breeder. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she now has a chance to get pregnant. She's @@.hotpink;grateful@@ that you think her worthy of breeding, and even a little nervous about how she'll perform as a breeder. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she may now be impregnated. She understands the realities of her life as a slave, and that being bred was a possibility, so it isn't much of a shock. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she may now be impregnated. She understands the realities of her life as a slave, and that being bred was a possibility, so it isn't much of a shock. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she may now be impregnated. She does not understand the realities of her life as a slave at a core level, so she's @@color:mediumorchid;terrified and angry@@ at the potential that she'll be bred. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to know that it means she may now be impregnated. She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ at the potential that she'll be bred. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "addOvaries">>
 	<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she now has a chance to get pregnant. She is filled with joy whenever she thinks about the fact that feeling a life growing within her is now, at last, a possibility. She now places @@color:mediumaquamarine;total faith@@ in your plans for her body and @@color:hotpink;adores you@@ for giving her a gift she once thought impossible. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she now has a chance to get pregnant. She is filled with joy whenever she thinks about the fact that feeling a life growing within her is now, at last, a possibility. She now places @@.mediumaquamarine;total faith@@ in your plans for her body and @@.hotpink;adores you@@ for giving her a gift she once thought impossible. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 10>>
 		<<set $activeSlave.devotion += 10>>
 		<<set $activeSlave.devotion += 20>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she is now internally indistinguishable from a natural, unaltered woman. She is @@color:mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering her body, and is more willing than ever to @@color:hotpink;submit to your plans@@ for her future. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she is now internally indistinguishable from a natural, unaltered woman. She is @@.mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering her body, and is more willing than ever to @@.hotpink;submit to your plans@@ for her future. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she is now internally indistinguishable from a natural, unaltered woman. She is @@color:gold;terrified@@ of your apparently untrammelled power over her body, so much so that she is now more willing to @@color:hotpink;submit to your plans@@ for her future. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she is now internally indistinguishable from a natural, unaltered woman. She is @@.gold;terrified@@ of your apparently untrammelled power over her body, so much so that she is now more willing to @@.hotpink;submit to your plans@@ for her future. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she is now internally indistinguishable from a natural, unaltered woman. She is @@color:gold;terrified@@ of your apparently untrammelled power over her body, and @@color:mediumorchid;furious@@ at her lack of control over her own person. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she has managed to catch enough slave rumors about what the fabricator can do to know that it means she is now internally indistinguishable from a natural, unaltered woman. She is @@.gold;terrified@@ of your apparently untrammelled power over her body, and @@.mediumorchid;furious@@ at her lack of control over her own person. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "addProstate">>
-	It's not immediately apparent to her what kind of surgery she received, since all she's left with is a terrible nonspecific ache in her lower parts. As with all surgery @@color:red;her health has been slightly affected.@@
+	It's not immediately apparent to her what kind of surgery she received, since all she's left with is a terrible nonspecific ache in her lower parts. As with all surgery @@.red;her health has been slightly affected.@@
 	<<if ($activeSlave.devotion > 50)>>
 		<<if $activeSlave.anus == 0>>
 			Since she's still an anal virgin, she's denied the most obvious way of discovering what's been added to her. The revelation is deferred until the next time she orgasms:
@@ -1267,45 +1267,45 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 		<</if>>
 		she's shocked by the astounding volume of her<<if $activeSlave.dick == 0>> squirting female<</if>> ejaculation, since her new organ is of course hooked into her urethra and does its duty whenever she climaxes<<if $activeSlave.balls == 0>> despite her lack of testicles to add actual semen to her copious emissions<</if>>.
 		<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")>>
-			She was already an anal slut, but she can now experience anal pleasure along an entirely new dimension. She's @@color:hotpink;extremely grateful,@@ and @@color:lightsalmon;a more eager buttslut than ever.@@
+			She was already an anal slut, but she can now experience anal pleasure along an entirely new dimension. She's @@.hotpink;extremely grateful,@@ and @@.lightsalmon;a more eager buttslut than ever.@@
 			<<set $activeSlave.devotion += 5, $activeSlave.fetishStrength = Math.clamp(activeSlave.fetishStrength+20,0,100)>>
 		<<else>>
-			As a sex slave, she has of course heard of the pleasure of prostate stimulation,<<if $activeSlave.dick != 0>> not to mention having once had one herself,<</if>> and she's @@color:hotpink;duly grateful@@ that you've altered her in a way that will make sexual duties more enjoyable.
+			As a sex slave, she has of course heard of the pleasure of prostate stimulation,<<if $activeSlave.dick != 0>> not to mention having once had one herself,<</if>> and she's @@.hotpink;duly grateful@@ that you've altered her in a way that will make sexual duties more enjoyable.
 		<</if>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion > 20)>>
 		The next time she orgasms, she's shocked by the astounding volume of her<<if $activeSlave.dick == 0>> squirting female<</if>> ejaculation, since her new organ is of course hooked into her urethra and does its duty whenever she climaxes<<if $activeSlave.balls == 0>> despite her lack of testicles to add actual semen to her copious emissions<</if>>. Her main reaction is confusion; this alteration is pretty far outside any of the more conventional surgeries slaves might expect to receive, and her mixed feeling tend to cancel each other out.
 	<<else>>
-		She doesn't have to know exactly what you did, though, to be @@color:gold;mortified@@ and @@color:mediumorchid;infuriated@@ by your messing around inside her body. She hasn't yet learned to accept that you control her completely, down to the arrangement and even presence of her internal organs.
+		She doesn't have to know exactly what you did, though, to be @@.gold;mortified@@ and @@.mediumorchid;infuriated@@ by your messing around inside her body. She hasn't yet learned to accept that you control her completely, down to the arrangement and even presence of her internal organs.
 		<<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>>
 	<</if>>
 
 <<case "addDick">>
 	<<if ($activeSlave.devotion > 50)>>
-		The surgery is invasive, and she spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of her body and her thoughts coalesce against the dissipating fog of surgical pharmacology, she strains to focus on her groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above her<</if>>. As a devoted slave, she knew the essentials of the surgery before it was performed, so she's excited to <<if canSee($activeSlave)>>see<<else>>feel<</if>> the result. Her eyes open wide as she takes in the new member between her legs. Suddenly, it twitches for the first time. The mixed pain of the terribly sore area and pleasure of new sensations floods her, and she jerks against the surgical restrains, gasping for breath. She is @@color:mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering her body, and is more willing than ever to @@color:hotpink;submit to your plans@@ for her future. @@color:red;Her health has been severely affected@@ by the intrusive surgery.
+		The surgery is invasive, and she spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of her body and her thoughts coalesce against the dissipating fog of surgical pharmacology, she strains to focus on her groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above her<</if>>. As a devoted slave, she knew the essentials of the surgery before it was performed, so she's excited to <<if canSee($activeSlave)>>see<<else>>feel<</if>> the result. Her eyes open wide as she takes in the new member between her legs. Suddenly, it twitches for the first time. The mixed pain of the terribly sore area and pleasure of new sensations floods her, and she jerks against the surgical restrains, gasping for breath. She is @@.mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering her body, and is more willing than ever to @@.hotpink;submit to your plans@@ for her future. @@.red;Her health has been severely affected@@ by the intrusive surgery.
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		The surgery is invasive, and she spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of her body and her thoughts coalesce against the dissipating fog of surgical pharmacology, she focuses on her groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above her<</if>>. She slowly becomes aware of the soft new member resting between her legs. She has a penis. The thought process is visible on her face as the fact sinks in. She has a penis! Unsure what to make of this unbelievable development, she <<if canSee($activeSlave)>>turns her gaze away from the mirror and<</if>> shuts her eyes tightly. She is @@color:gold;terrified@@ of your apparently untrammelled power over her body, so much so that she is now more willing to @@color:hotpink;submit to your plans@@ for her future. @@color:red;Her health has been severely affected@@ by the intrusive surgery.
+		The surgery is invasive, and she spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of her body and her thoughts coalesce against the dissipating fog of surgical pharmacology, she focuses on her groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above her<</if>>. She slowly becomes aware of the soft new member resting between her legs. She has a penis. The thought process is visible on her face as the fact sinks in. She has a penis! Unsure what to make of this unbelievable development, she <<if canSee($activeSlave)>>turns her gaze away from the mirror and<</if>> shuts her eyes tightly. She is @@.gold;terrified@@ of your apparently untrammelled power over her body, so much so that she is now more willing to @@.hotpink;submit to your plans@@ for her future. @@.red;Her health has been severely affected@@ by the intrusive surgery.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		The surgery is invasive, and she spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of her body and her thoughts coalesce against the dissipating fog of surgical pharmacology, she focuses on her groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above her<</if>>. She slowly becomes aware of the soft new member resting between her legs. She has a penis. The thought process is visible on her face as the fact sinks in. She has a penis! <<if $activeSlave.voice == 0>>She tries to scream, but as a mute all she can manage is pathetic, silent thrashing against the surgical restrains.<<else>>A huge scream rises out of her, going on and on, until she pauses to gasp for breath so she can go on screaming.<</if>> She is @@color:gold;terrified@@ of your apparently untrammelled power over her body, and @@color:mediumorchid;furious@@ at her lack of control over her own person. @@color:red;Her health has been severely affected@@ by the intrusive surgery.
+		The surgery is invasive, and she spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of her body and her thoughts coalesce against the dissipating fog of surgical pharmacology, she focuses on her groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above her<</if>>. She slowly becomes aware of the soft new member resting between her legs. She has a penis. The thought process is visible on her face as the fact sinks in. She has a penis! <<if $activeSlave.voice == 0>>She tries to scream, but as a mute all she can manage is pathetic, silent thrashing against the surgical restrains.<<else>>A huge scream rises out of her, going on and on, until she pauses to gasp for breath so she can go on screaming.<</if>> She is @@.gold;terrified@@ of your apparently untrammelled power over her body, and @@.mediumorchid;furious@@ at her lack of control over her own person. @@.red;Her health has been severely affected@@ by the intrusive surgery.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "addBalls">>
 	<<if ($activeSlave.devotion > 50)>>
-		She lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at herself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to her lower half. As a devoted slave, she knew the essentials of the surgery before it was performed, so she's excited to <<if canSee($activeSlave)>>see<<else>>feel<</if>> the result. Her new testicles are small, and her scrotum is scarcely visible under her dick, but its impact becomes immediately clear. She slowly achieves an excruciatingly painful erection, panting with the pain as her very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of her cockhead. As the agony melts away, she begins to giggle. She is @@color:mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering her body, and is more willing than ever to @@color:hotpink;submit to your plans@@ for her future. As with all surgery @@color:red;her health has been slightly affected.@@
+		She lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at herself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to her lower half. As a devoted slave, she knew the essentials of the surgery before it was performed, so she's excited to <<if canSee($activeSlave)>>see<<else>>feel<</if>> the result. Her new testicles are small, and her scrotum is scarcely visible under her dick, but its impact becomes immediately clear. She slowly achieves an excruciatingly painful erection, panting with the pain as her very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of her cockhead. As the agony melts away, she begins to giggle. She is @@.mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering her body, and is more willing than ever to @@.hotpink;submit to your plans@@ for her future. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at herself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to her lower half. She cannot quite feel what has happened to her yet, but she does not have long to wait. Her new testicles are small, and her scrotum is scarcely visible under her dick, but its impact becomes immediately clear. She slowly achieves an excruciatingly painful erection, panting with the pain as her very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of her cockhead. As the agony melts away, the rush of new hormones clashes with her already roiling emotions, and she begins to sob. She is @@color:gold;terrified@@ of your apparently untrammelled power over her body, so much so that she is now more willing to @@color:hotpink;submit to your plans@@ for her future. As with all surgery @@color:red;her health has been slightly affected.@@
+		She lies back in the surgical chair<<if canSee($activeSlave)>>, gazing at herself in the ceiling mirror<</if>> as the fog of anaesthetics lifts and feeling returns to her lower half. She cannot quite feel what has happened to her yet, but she does not have long to wait. Her new testicles are small, and her scrotum is scarcely visible under her dick, but its impact becomes immediately clear. She slowly achieves an excruciatingly painful erection, panting with the pain as her very sore member becomes hard. The terrible overstimulation brings a spurt of cum jetting out of her cockhead. As the agony melts away, the rush of new hormones clashes with her already roiling emotions, and she begins to sob. She is @@.gold;terrified@@ of your apparently untrammelled power over her body, so much so that she is now more willing to @@.hotpink;submit to your plans@@ for her future. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		The autosurgery allows her to recover for a while. Once it's safe, though, it's time to test the function of her new organs by seeing if they permit her to achieve erection. The surgery slowly inserts a dildo into her anus; the slave is so fuzzy from the surgery and accompanying drugs that it takes a while for the machine assfuck to register. Gradually, though, her new dick becomes hard. Horrified, she cannot take her <<if canSee($activeSlave)>>eyes off her own reflection in the ceiling mirror<<else>>mind off her soft cock<</if>> as it bobs and waves with the sodomy. A delayed reaction sets in as the soreness of surgical recovery competes with the stimulation: <<if $activeSlave.voice == 0>>she tries to scream, but only manages to gasp repeatedly<<else>>she howls with pain and terror<</if>> as the dildo forces a weak prostate orgasm. She is @@color:gold;terrified@@ of your apparently untrammelled power over her body, and @@color:mediumorchid;furious@@ at her lack of control over her own person. As with all surgery @@color:red;her health has been slightly affected.@@
+		The autosurgery allows her to recover for a while. Once it's safe, though, it's time to test the function of her new organs by seeing if they permit her to achieve erection. The surgery slowly inserts a dildo into her anus; the slave is so fuzzy from the surgery and accompanying drugs that it takes a while for the machine assfuck to register. Gradually, though, her new dick becomes hard. Horrified, she cannot take her <<if canSee($activeSlave)>>eyes off her own reflection in the ceiling mirror<<else>>mind off her soft cock<</if>> as it bobs and waves with the sodomy. A delayed reaction sets in as the soreness of surgical recovery competes with the stimulation: <<if $activeSlave.voice == 0>>she tries to scream, but only manages to gasp repeatedly<<else>>she howls with pain and terror<</if>> as the dildo forces a weak prostate orgasm. She is @@.gold;terrified@@ of your apparently untrammelled power over her body, and @@.mediumorchid;furious@@ at her lack of control over her own person. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -1313,54 +1313,54 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 <<case "addScrotum">>
 	She leaves the surgery gingerly, knowing she's had surgery on her junk. Taking the first opportunity to <<if canSee($activeSlave)>>look at her crotch in a mirror<<else>>feel her crotch<</if>>, she's
 	<<if $activeSlave.devotion > 50>>
-		overjoyed to find that she has a ballsack. She very obviously starts to think about how it will affect her various functions as a sex slave. First, she flexes her kegel muscles, <<if canSee($activeSlave)>>watching raptly as<<else>>giggling as she feels<</if>> her testicles move within the new pouch of soft skin beneath her cock. Then she starts to bounce and hump a little, this way and that, experimenting with how they move as she performs fucking motions. She's @@color:mediumaquamarine;looking forward@@ to having fun with this latest alteration of her body, and is more willing than ever to @@color:hotpink;submit to your plans@@ for her future.
+		overjoyed to find that she has a ballsack. She very obviously starts to think about how it will affect her various functions as a sex slave. First, she flexes her kegel muscles, <<if canSee($activeSlave)>>watching raptly as<<else>>giggling as she feels<</if>> her testicles move within the new pouch of soft skin beneath her cock. Then she starts to bounce and hump a little, this way and that, experimenting with how they move as she performs fucking motions. She's @@.mediumaquamarine;looking forward@@ to having fun with this latest alteration of her body, and is more willing than ever to @@.hotpink;submit to your plans@@ for her future.
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
-		shocked to find that she has a ballsack. She flexes her kegel muscles, mostly for lack of anything better to try, <<if canSee($activeSlave)>>watching raptly as<<else>>thinking deeply as<</if>> her testicles move within the new pouch of soft skin beneath her cock. <<if canSee($activeSlave)>>Staring at the sight<<else>>Transfixed on the motion<</if>> with obviously mixed feelings, she struggles for a while before bursting into girlish tears from the sheer ambivalence. She's @@color:gold;frightened of your ability to modify her,@@ and is more willing than ever to @@color:hotpink;submit to your plans@@ for her future.
+		shocked to find that she has a ballsack. She flexes her kegel muscles, mostly for lack of anything better to try, <<if canSee($activeSlave)>>watching raptly as<<else>>thinking deeply as<</if>> her testicles move within the new pouch of soft skin beneath her cock. <<if canSee($activeSlave)>>Staring at the sight<<else>>Transfixed on the motion<</if>> with obviously mixed feelings, she struggles for a while before bursting into girlish tears from the sheer ambivalence. She's @@.gold;frightened of your ability to modify her,@@ and is more willing than ever to @@.hotpink;submit to your plans@@ for her future.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		shocked and appalled to find that she has a ballsack. She <<if canSee($activeSlave)>>stares at her newly visible<<else>>feels her new<</if>> balls in horror; it's obvious she thought they were out of sight, and out of mind. She checks herself over carefully, and then bursts into tears, seemingly feeling that even if she has a ballsack, her cock is still a slave's bitchclit, and her asshole is still a slut's asspussy. She's @@color:gold;frightened of your ability to modify her,@@ and @@color:mediumorchid;resentful@@ of how you use it.
+		shocked and appalled to find that she has a ballsack. She <<if canSee($activeSlave)>>stares at her newly visible<<else>>feels her new<</if>> balls in horror; it's obvious she thought they were out of sight, and out of mind. She checks herself over carefully, and then bursts into tears, seemingly feeling that even if she has a ballsack, her cock is still a slave's bitchclit, and her asshole is still a slut's asspussy. She's @@.gold;frightened of your ability to modify her,@@ and @@.mediumorchid;resentful@@ of how you use it.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
-	As with all surgery @@color:red;her health has been slightly affected.@@
+	As with all surgery @@.red;her health has been slightly affected.@@
 
 <<case "addForeskin">>
 	She leaves the surgery gingerly, knowing she's had surgery on her dick. Taking the first opportunity to check out her member<<if canSee($activeSlave)>> in a mirror<</if>>, she's
 	<<if $activeSlave.devotion > 50>>
-		titillated to find that she has a foreskin. She examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. She's very sore, obviously, but the sudden sensation is almost too much for her. Her resolution to investigate her remodeled dick, but later, is almost visible. It's obvious that she can hardly wait, @@color:mediumaquamarine;anticipating@@ all the new sensations that this new and very sensitive patch of skin can offer her. She's @@color:hotpink;grateful@@ to you for improving her dick.
+		titillated to find that she has a foreskin. She examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. She's very sore, obviously, but the sudden sensation is almost too much for her. Her resolution to investigate her remodeled dick, but later, is almost visible. It's obvious that she can hardly wait, @@.mediumaquamarine;anticipating@@ all the new sensations that this new and very sensitive patch of skin can offer her. She's @@.hotpink;grateful@@ to you for improving her dick.
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
-		quite surprised, and a little relieved, to find that she has a foreskin. She examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. She's very sore, obviously, but the sudden sensation is almost too much for her. She seems to have been worried that something more dramatic than a reversal of circumcision had been done to her, but her chief reaction is @@color:hotpink;mystified submission@@ to you afterward. Your total power over her body has been made clear to her in a way that provokes confusion, not fear.
+		quite surprised, and a little relieved, to find that she has a foreskin. She examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. She's very sore, obviously, but the sudden sensation is almost too much for her. She seems to have been worried that something more dramatic than a reversal of circumcision had been done to her, but her chief reaction is @@.hotpink;mystified submission@@ to you afterward. Your total power over her body has been made clear to her in a way that provokes confusion, not fear.
 		<<set $activeSlave.devotion += 5>>
 	<<else>>
-		shocked to find that she has a foreskin. She's not exactly resentful of you for doing this, since whatever her feelings about circumcision might be, it's very far from what she feared might be done to her dick. Her reaction is dominated by @@color:gold;fear of the unknown,@@ since she's now wondering whether she has any ability to predict your actions at all. Whatever her mental model of you was before this, it probably didn't include you restoring her foreskin.
+		shocked to find that she has a foreskin. She's not exactly resentful of you for doing this, since whatever her feelings about circumcision might be, it's very far from what she feared might be done to her dick. Her reaction is dominated by @@.gold;fear of the unknown,@@ since she's now wondering whether she has any ability to predict your actions at all. Whatever her mental model of you was before this, it probably didn't include you restoring her foreskin.
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
-	As with all surgery @@color:red;her health has been slightly affected.@@
+	As with all surgery @@.red;her health has been slightly affected.@@
 
 <<case "anus">>
 	<<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
-		She leaves the surgery with a terribly sore rear end. She is @@color:hotpink;filled with joy@@ at the prospect of having a tight butt all over again, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. If she had much in the way of anal skills, @@color:red;they've likely suffered.@@  As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore rear end. She is @@.hotpink;filled with joy@@ at the prospect of having a tight butt all over again, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. If she had much in the way of anal skills, @@.red;they've likely suffered.@@  As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 		<<if $activeSlave.analSkill > 10>>
 			<<set $activeSlave.analSkill -= 10>>
 		<</if>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a terribly sore rear end. She's a bit anxious at the prospect of the pain having to get back to a loose asshole the hard way, but she's @@color:hotpink;happy@@ that you think her worth the effort of surgical improvement. If she had much in the way of anal skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore rear end. She's a bit anxious at the prospect of the pain having to get back to a loose asshole the hard way, but she's @@.hotpink;happy@@ that you think her worth the effort of surgical improvement. If she had much in the way of anal skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 		<<if $activeSlave.analSkill > 10>>
 			<<set $activeSlave.analSkill -= 10>>
 		<</if>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a terribly sore rear end. She knows she'll have to endure the pain of being fucked in a tight asshole again soon enough, but trepidation is nothing new for her. If she had much in the way of anal skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with a terribly sore rear end. She knows she'll have to endure the pain of being fucked in a tight asshole again soon enough, but trepidation is nothing new for her. If she had much in the way of anal skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with a terribly sore rear end. She's @@color:mediumorchid;horrified@@ at surgical alteration of her rear end, and knows that this means that she'll have to take the pain of sodomy in a tight ass all over again. If she had much in the way of anal skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her most intimate parts.
+		She leaves the surgery with a terribly sore rear end. She's @@.mediumorchid;horrified@@ at surgical alteration of her rear end, and knows that this means that she'll have to take the pain of sodomy in a tight ass all over again. If she had much in the way of anal skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her most intimate parts.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 		<<if $activeSlave.analSkill > 10>>
@@ -1370,37 +1370,37 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<case "labiaplasty">>
 	<<if ($activeSlave.energy > 95)>>
-		She leaves the surgery with a terribly sore pussy. She is @@color:hotpink;filled with joy@@ at the thought that her pussy will now be more appealing to <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>; she's already anticipating recovering enough to feel your cockhead pressing past her new lips, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She is @@.hotpink;filled with joy@@ at the thought that her pussy will now be more appealing to <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>; she's already anticipating recovering enough to feel your cockhead pressing past her new lips, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:hotpink;happy@@ that you think her pussy worth the effort of surgical improvement, and a little excited at the idea that she now has what you consider good-looking pussylips. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She's @@.hotpink;happy@@ that you think her pussy worth the effort of surgical improvement, and a little excited at the idea that she now has what you consider good-looking pussylips. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her most intimate parts.
+		She leaves the surgery with a terribly sore pussy. She's @@.mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her most intimate parts.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "clitoral reduction">>
 	<<if ($activeSlave.energy > 95)>>
-		She leaves the surgery with a terribly sore pussy. She is @@color:hotpink;filled with joy@@ at the thought that her pussy will now be more appealing to <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>; her sensitivity has been reduced, @@color:red;reducing her sex drive slightly.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She is @@.hotpink;filled with joy@@ at the thought that her pussy will now be more appealing to <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>; her sensitivity has been reduced, @@.red;reducing her sex drive slightly.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 		<<set $activeSlave.energy -= 5>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:hotpink;happy@@ that you think her pussy worth the effort of surgical improvement, although her sensitivity has been reduced, @@color:red;reducing her sex drive slightly.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She's @@.hotpink;happy@@ that you think her pussy worth the effort of surgical improvement, although her sensitivity has been reduced, @@.red;reducing her sex drive slightly.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.energy -= 5>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. The reduced sensitivity has @@color:red;noticeably reduced her sex drive.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. The reduced sensitivity has @@.red;noticeably reduced her sex drive.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.energy -= 10>>
 	<<else>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today and @@color:red;her sex drive takes a heavy hit.@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her most intimate parts.
+		She leaves the surgery with a terribly sore pussy. She's @@.mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today and @@.red;her sex drive takes a heavy hit.@@. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her most intimate parts.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 		<<set $activeSlave.energy -= 20>>
@@ -1408,20 +1408,20 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<case "clitoral enlargement">>
 	<<if ($activeSlave.energy > 95)>>
-		She leaves the surgery with a terribly sore pussy. She is @@color:hotpink;filled with joy@@ at the thought that her pussy will now be more appealing to <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>; her sensitivity has been increased, @@color:green;raising her sex drive slightly.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She is @@.hotpink;filled with joy@@ at the thought that her pussy will now be more appealing to <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>her master<<else>>her mistress<</if>>; her sensitivity has been increased, @@.green;raising her sex drive slightly.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 		<<set $activeSlave.energy += 1>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:hotpink;happy@@ that you think her pussy worth the effort of surgical improvement; her sensitivity has been increased, @@color:green;raising her sex drive slightly.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She's @@.hotpink;happy@@ that you think her pussy worth the effort of surgical improvement; her sensitivity has been increased, @@.green;raising her sex drive slightly.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.energy += 1>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. Her sensitivity has been increased, @@color:green;raising her sex drive slightly.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. Her sensitivity has been increased, @@.green;raising her sex drive slightly.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.energy += 1>>
 	<<else>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today. Her sensitivity has been increased, @@color:green;raising her sex drive slightly.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her most intimate parts.
+		She leaves the surgery with a terribly sore pussy. She's @@.mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today. Her sensitivity has been increased, @@.green;raising her sex drive slightly.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her most intimate parts.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 		<<set $activeSlave.energy += 1>>
@@ -1429,26 +1429,26 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<case "vagina">>
 	<<if ($activeSlave.energy > 95)>>
-		She leaves the surgery with a terribly sore pussy. She is @@color:hotpink;filled with joy@@ at the prospect of having a tight cunt again, so much so that she now @@color:mediumaquamarine;trusts@@ your plans for her body. If she had much in the way of vanilla sex skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She is @@.hotpink;filled with joy@@ at the prospect of having a tight cunt again, so much so that she now @@.mediumaquamarine;trusts@@ your plans for her body. If she had much in the way of vanilla sex skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.trust += 4>>
 		<<set $activeSlave.devotion += 10>>
 		<<if $activeSlave.vaginalSkill > 10>>
 			<<set $activeSlave.vaginalSkill -= 10>>
 		<</if>>
 	<<elseif ($activeSlave.devotion > 50)>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:hotpink;happy@@ that you think her worth the effort of surgical improvement, and a little excited to feel like she's a girl again. If she had much in the way of vanilla sex skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with a terribly sore pussy. She's @@.hotpink;happy@@ that you think her worth the effort of surgical improvement, and a little excited to feel like she's a girl again. If she had much in the way of vanilla sex skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 		<<if $activeSlave.vaginalSkill > 10>>
 			<<set $activeSlave.vaginalSkill -= 10>>
 		<</if>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. If she had much in the way of vanilla sex skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with a terribly sore pussy. She's somewhat revolted by the surgery, but as far as she's concerned, the short recovery period will mean a time during which she can be sure no one will use her pussy. If she had much in the way of vanilla sex skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<if $activeSlave.vaginalSkill > 10>>
 			<<set $activeSlave.vaginalSkill -= 10>>
 		<</if>>
 	<<else>>
-		She leaves the surgery with a terribly sore pussy. She's @@color:mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today. If she had much in the way of vanilla sex skills, @@color:red;they've likely suffered.@@ As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;terribly afraid@@ of your total power over her most intimate parts.
+		She leaves the surgery with a terribly sore pussy. She's @@.mediumorchid;horrified@@ at surgical alteration of her womanhood; this is probably more of an invasion than she could readily imagine before today. If she had much in the way of vanilla sex skills, @@.red;they've likely suffered.@@ As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;terribly afraid@@ of your total power over her most intimate parts.
 		<<set $activeSlave.trust -= 10>>
 		<<set $activeSlave.devotion -= 5>>
 		<<if $activeSlave.vaginalSkill > 10>>
@@ -1457,48 +1457,48 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	<</if>>
 
 <<case "bellyscar">>
-	She leaves the surgery with a soreness on her lower abdomen, and is @@color:hotpink;pleased@@ to find her c-section scar has been surgically removed. She's happy that she'll be able to show off her <<if $activeSlave.weight > 95>>big soft belly<<elseif $activeSlave.weight > 30>>soft belly<<elseif $activeSlave.muscles > 30>>muscular belly<<elseif $activeSlave.muscles > 5>>firm, ripped belly <<else>>firm, flat belly<</if>> without being self conscious about her scar. As with all surgery @@color:red;her health has been slightly affected.@@
+	She leaves the surgery with a soreness on her lower abdomen, and is @@.hotpink;pleased@@ to find her c-section scar has been surgically removed. She's happy that she'll be able to show off her <<if $activeSlave.weight > 95>>big soft belly<<elseif $activeSlave.weight > 30>>soft belly<<elseif $activeSlave.muscles > 30>>muscular belly<<elseif $activeSlave.muscles > 5>>firm, ripped belly <<else>>firm, flat belly<</if>> without being self conscious about her scar. As with all surgery @@.red;her health has been slightly affected.@@
 	<<set $activeSlave.devotion += 2>>
 
 <<case "tummyTuck">>
-	She leaves the surgery with a soreness on her lower abdomen, and is @@color:hotpink;pleased@@ to find it's no longer saggy. She's happy that she'll be able to show off her <<if $activeSlave.weight > 95>>big soft belly<<elseif $activeSlave.weight > 30>>soft belly<<elseif $activeSlave.muscles > 30>>muscular belly<<elseif $activeSlave.muscles > 5>>once again firm, ripped belly <<else>>once again firm, flat belly<</if>> without being self conscious about it. As with all surgery @@color:red;her health has been affected.@@
+	She leaves the surgery with a soreness on her lower abdomen, and is @@.hotpink;pleased@@ to find it's no longer saggy. She's happy that she'll be able to show off her <<if $activeSlave.weight > 95>>big soft belly<<elseif $activeSlave.weight > 30>>soft belly<<elseif $activeSlave.muscles > 30>>muscular belly<<elseif $activeSlave.muscles > 5>>once again firm, ripped belly <<else>>once again firm, flat belly<</if>> without being self conscious about it. As with all surgery @@.red;her health has been affected.@@
 	<<set $activeSlave.devotion += 2>>
 	
 <<case "bellyIn">>
 	<<if ($activeSlave.devotion > 50)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, and as such, knows you put something into her womb. She is @@color:hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, and as such, knows you put something into her womb. She is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with nothing but a nonspecific ache and slight weight in her lower abdomen, and as such, knows you put something into her womb. She understands the realities of her life as a slave, but she is still surprised at what now resides in her womb. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache and slight weight in her lower abdomen, and as such, knows you put something into her womb. She understands the realities of her life as a slave, but she is still surprised at what now resides in her womb. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to believe that she has been impregnated. She does not understand the realities of her life as a slave at a core level, so she's @@color:mediumorchid;terrified and angry@@ at the potential that she's been bred. Even after what has been implanted into her womb is explained to her, she is no less defiant; though she is relieved that she isn't pregnant. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, but she knows enough about surgery and sex slaves to believe that she has been impregnated. She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ at the potential that she's been bred. Even after what has been implanted into her womb is explained to her, she is no less defiant; though she is relieved that she isn't pregnant. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 
 <<case "cervixPump">>
 	<<if ($activeSlave.devotion > 50)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen and  vagina, and as such, knows you put something into her cervix. She is @@color:hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@color:red;her health has been slightly affected.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen and  vagina, and as such, knows you put something into her cervix. She is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen and vagina, and as such, knows you put something into her cervix. She understands the realities of her life as a slave, but she is still surprised at what now resides in her cervix. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen and vagina, and as such, knows you put something into her cervix. She understands the realities of her life as a slave, but she is still surprised at what now resides in her cervix. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen and vagina, but she knows enough about surgery and sex slaves to believe that she has modifed in her most private place. She does not understand the realities of her life as a slave at a core level, so she's @@color:mediumorchid;terrified and angry@@ at the potential that she's been subject of such modifications. Even after what has been implanted into her womb is explained to her, she is no less defiant; though she is relieved that it isn't some permanent mutilation, she only feels dirty and humilated when she thinks of of vaginal sex slowly rounding her middle. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen and vagina, but she knows enough about surgery and sex slaves to believe that she has modifed in her most private place. She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ at the potential that she's been subject of such modifications. Even after what has been implanted into her womb is explained to her, she is no less defiant; though she is relieved that it isn't some permanent mutilation, she only feels dirty and humilated when she thinks of of vaginal sex slowly rounding her middle. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 	
 <<case "bellyInMale">>
 	<<if ($activeSlave.devotion > 50)>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, and as such, knows you put something into her body. She is @@color:hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As her surgery was very invasive @@color:red;her health has been greatly impacted.@@
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, and as such, knows you put something into her body. She is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As her surgery was very invasive @@.red;her health has been greatly impacted.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		She leaves the surgery with nothing but a nonspecific ache and slight weight in her lower abdomen, and as such, knows you put something into her body. She understands the realities of her life as a slave, but she is still surprised at what now resides in her middle. As her surgery was very invasive @@color:red;her health has been greatly impacted.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache and slight weight in her lower abdomen, and as such, knows you put something into her body. She understands the realities of her life as a slave, but she is still surprised at what now resides in her middle. As her surgery was very invasive @@.red;her health has been greatly impacted.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, and as such, knows you put something into her body. She does not understand the realities of her life as a slave at a core level, so she's @@color:mediumorchid;terrified and angry@@ at your treatment of her body. As her surgery was very invasive @@color:red;her health has been greatly impacted.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+		She leaves the surgery with nothing but a nonspecific ache in her lower abdomen, and as such, knows you put something into her body. She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ at your treatment of her body. As her surgery was very invasive @@.red;her health has been greatly impacted.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -1509,25 +1509,25 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	<</if>>
 	<<if $activeSlave.bellyPain == 1>>
 		<<if ($activeSlave.devotion > 50)>>
-			<<if $activeSlave.amp != 1>>She runs her fingers over her expanded belly experimentally and turns to you with a smile to show it off. She's still sore, so she doesn't bounce or stretch, but she turns from side to side to let you see it from all angles.<<else>>She bounces a little to feel the weight in her expanded middle and turns her torso to you with a smile to show it off. She's still sore, so she doesn't move too much, but she wiggles herself a little to make it move for you.<</if>> @@color:hotpink;She's happy with your changes to her body.@@ As with all surgery @@color:red;her health has been slightly affected.@@
+			<<if $activeSlave.amp != 1>>She runs her fingers over her expanded belly experimentally and turns to you with a smile to show it off. She's still sore, so she doesn't bounce or stretch, but she turns from side to side to let you see it from all angles.<<else>>She bounces a little to feel the weight in her expanded middle and turns her torso to you with a smile to show it off. She's still sore, so she doesn't move too much, but she wiggles herself a little to make it move for you.<</if>> @@.hotpink;She's happy with your changes to her body.@@ As with all surgery @@.red;her health has been slightly affected.@@
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion >= -20)>>
-			<<if canSee($activeSlave)>>She eyes her expanded belly<<else>>She shifts her expanded belly<</if>> skeptically. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+			<<if canSee($activeSlave)>>She eyes her expanded belly<<else>>She shifts her expanded belly<</if>> skeptically. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 			<<set $activeSlave.trust -= 5>>
 		<<else>>
-			<<if canSee($activeSlave)>>She eyes her expanded belly<<else>>The new weight on her midriff fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this rounded belly as a cruel imposition@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+			<<if canSee($activeSlave)>>She eyes her expanded belly<<else>>The new weight on her midriff fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this rounded belly as a cruel imposition@@. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 			<<set $activeSlave.trust -= 10>>
 			<<set $activeSlave.devotion -= 5>>
 		<</if>>
 	<<elseif $activeSlave.bellyPain == 2>>
 		<<if ($activeSlave.devotion > 50)>>
-			<<if $activeSlave.amp != 1>>She gingerly runs her fingers over her painfully expanded belly and turns to you to show it off. She's extremely sore, so she doesn't bounce or stretch, but she tries to turn from side to side to let you see it from all angles.<<else>>She is so sore, she doesn't dare move the weight in her expanded middle, but she turns her torso to you to show it off. She stomachs the pain and wiggles herself a little to make it move for you.<</if>> @@color:hotpink;She's certain she'll be happy with your changes to her body@@ once the pain subsides. Since her body has been pushed beyond its limits, @@color:red;her health has been notably affected.@@
+			<<if $activeSlave.amp != 1>>She gingerly runs her fingers over her painfully expanded belly and turns to you to show it off. She's extremely sore, so she doesn't bounce or stretch, but she tries to turn from side to side to let you see it from all angles.<<else>>She is so sore, she doesn't dare move the weight in her expanded middle, but she turns her torso to you to show it off. She stomachs the pain and wiggles herself a little to make it move for you.<</if>> @@.hotpink;She's certain she'll be happy with your changes to her body@@ once the pain subsides. Since her body has been pushed beyond its limits, @@.red;her health has been notably affected.@@
 			<<set $activeSlave.devotion += 2>>
 		<<elseif ($activeSlave.devotion >= -20)>>
-			<<if canSee($activeSlave)>>She eyes her painfully expanded belly<<else>>She shifts her painfully expanded belly<</if>> skeptically. <<if $activeSlave.amp != 1>>She's extremely sore, so she doesn't touch it.<<else>>She's still extremely sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. Since her body has been pushed beyond its limits, @@color:red;her health has been notably affected.@@ She is @@color:gold;sensibly fearful@@ of your total power over her body.
+			<<if canSee($activeSlave)>>She eyes her painfully expanded belly<<else>>She shifts her painfully expanded belly<</if>> skeptically. <<if $activeSlave.amp != 1>>She's extremely sore, so she doesn't touch it.<<else>>She's still extremely sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, so she expected something like this when she was sent to the surgery. She isn't much affected mentally. Since her body has been pushed beyond its limits, @@.red;her health has been notably affected.@@ She is @@.gold;sensibly fearful@@ of your total power over her body.
 			<<set $activeSlave.trust -= 7>>
 		<<else>>
-			<<if canSee($activeSlave)>>She eyes her painfully expanded belly<<else>>The new, painful weight on her midriff fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still extremely sore, so she doesn't touch it, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still extremely sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:mediumorchid;she seems to view this rounded belly as a terribly cruel imposition@@. Since her body has been pushed beyond its limits, @@color:red;her health has been notably affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+			<<if canSee($activeSlave)>>She eyes her painfully expanded belly<<else>>The new, painful weight on her midriff fills her<</if>> with resentment. <<if $activeSlave.amp != 1>>She's still extremely sore, so she doesn't touch it, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<<else>>She's still extremely sore, so she keeps her torso still, but <<if canSee($activeSlave)>>she glares daggers<<else>>her face contorts with distaste<</if>>.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.mediumorchid;she seems to view this rounded belly as a terribly cruel imposition@@. Since her body has been pushed beyond its limits, @@.red;her health has been notably affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 			<<set $activeSlave.trust -= 12>>
 			<<set $activeSlave.devotion -= 7>>
 		<</if>>
@@ -1535,34 +1535,34 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	
 <<case "bellyDown">>
 	<<if ($activeSlave.devotion > 50)>>
-		<<if $activeSlave.amp != 1>>She hefts her lighter belly experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or stretch, but she turns from side to side to let you see it from all angles.<<else>>She bounces a little to feel the change in weight within her middle and turns her torso to you with a smile to show is off. She's still sore, so she doesn't bounce too much.<</if>> @@color:hotpink;She's happy with your changes to her body@@ and @@color:mediumaquamarine;trusts@@ that your looking out for her ability to serve you. As with all surgery @@color:red;her health has been slightly affected.@@
+		<<if $activeSlave.amp != 1>>She hefts her lighter belly experimentally and turns to you with a smile to show off her new, slimmer form. She's still sore, so she doesn't bounce or stretch, but she turns from side to side to let you see it from all angles.<<else>>She bounces a little to feel the change in weight within her middle and turns her torso to you with a smile to show is off. She's still sore, so she doesn't bounce too much.<</if>> @@.hotpink;She's happy with your changes to her body@@ and @@.mediumaquamarine;trusts@@ that your looking out for her ability to serve you. As with all surgery @@.red;her health has been slightly affected.@@
 		<<set $activeSlave.devotion += 3>>
 		<<set $activeSlave.trust += 3>>
 	<<elseif ($activeSlave.devotion >= -20)>>
-		<<if canSee($activeSlave)>>She eyes her lighter belly with appreciation<<else>>She attempts to shift herself, only to find her middle is not as heavy as before<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@color:red;her health has been slightly affected.@@ She is @@color:mediumaquamarine;thankful@@ that you removed some weight off her body.
+		<<if canSee($activeSlave)>>She eyes her lighter belly with appreciation<<else>>She attempts to shift herself, only to find her middle is not as heavy as before<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it.<<else>>She's still sore, so she keeps her torso still.<</if>> She's come to terms with the fact that she's a slave, but she expected something other than this when she was sent to the surgery. She isn't much affected mentally. As with all surgery @@.red;her health has been slightly affected.@@ She is @@.mediumaquamarine;thankful@@ that you removed some weight off her body.
 		<<set $activeSlave.trust += 2>>
 	<<else>>
-		<<if canSee($activeSlave)>>She eyes her lighter belly with relief<<else>>She attempts to shift herself, only to find her middle is not as heavy as before<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it, but she breaths easier without the extra weight in her.<<else>>She's still sore, so she keeps her torso still, but but she breaths easier  without the extra weight in her.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@color:hotpink;she seems appreciative of this literal weight lifted from her@@. As with all surgery @@color:red;her health has been slightly affected.@@ She is now @@color:gold;terribly afraid@@ of your total power over her body.
+		<<if canSee($activeSlave)>>She eyes her lighter belly with relief<<else>>She attempts to shift herself, only to find her middle is not as heavy as before<</if>>. <<if $activeSlave.amp != 1>>She's still sore, so she doesn't touch it, but she breaths easier without the extra weight in her.<<else>>She's still sore, so she keeps her torso still, but but she breaths easier  without the extra weight in her.<</if>> She still thinks of herself as a person, so she isn't used to the idea of being surgically altered to suit your every whim. For now, @@.hotpink;she seems appreciative of this literal weight lifted from her@@. As with all surgery @@.red;her health has been slightly affected.@@ She is now @@.gold;terribly afraid@@ of your total power over her body.
 		<<set $activeSlave.devotion += 1>>
 		<<set $activeSlave.trust -= 10>>
 	<</if>>
 	
 <<case "bellyOut">>
-	She notices almost immediately that the weight in her middle is gone. She shifts her torso idly; it looks like she doesn't know what to think about having her belly implant removed. As with all surgery @@color:red;her health has been slightly affected.@@
+	She notices almost immediately that the weight in her middle is gone. She shifts her torso idly; it looks like she doesn't know what to think about having her belly implant removed. As with all surgery @@.red;her health has been slightly affected.@@
 
 <<case "body hair removal">>
 	<<if $activeSlave.underArmHStyle != "hairless">><<set $activeSlave.underArmHStyle = "bald">><</if>>
 	<<if $activeSlave.pubicHStyle != "hairless">><<set $activeSlave.pubicHStyle = "bald">><</if>>
 	When $pronoun <<if $activeSlave.amp == 1>>is carried<<else>>walks<</if>> out of the surgery $pronoun feels the breeze on $possessive skin and realizes that <<if $activeSlave.origHColor != "bald">>all hair below $possessive neck is missing<<else>>$pronoun is now completely hairless<</if>>.<br>
 	<<if $activeSlave.devotion > 50>>
-		$pronounCap is @@color:hotpink;happy@@ with how smooth $possessive body has become and is already @@color:mediumaquamarine;wondering@@ what new kinky things you have planned for $object.
+		$pronounCap is @@.hotpink;happy@@ with how smooth $possessive body has become and is already @@.mediumaquamarine;wondering@@ what new kinky things you have planned for $object.
 		<<set $activeSlave.trust += 5>>
 		<<set $activeSlave.devotion += 5>>
 	<<elseif $activeSlave.devotion >= -20>>
 		$possessiveCap new lack of body hair doesn't bother $object much, since it just means $pronoun needs to spend less time getting rid of any unseemly hairs.
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		$pronounCap is @@color:mediumorchid;sad@@ and @@color:gold;frightened@@ that you would force this on $object.
+		$pronounCap is @@.mediumorchid;sad@@ and @@.gold;frightened@@ that you would force this on $object.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -1573,7 +1573,7 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	When $pronoun <<if $activeSlave.amp == 1>>is carried<<else>>walks<</if>> out of the surgery $pronoun immediately notices the chill on $possessive head and realizes that $pronoun is bald.<br>
 	<<if $activeSlave.devotion > 50>>
 		<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 50)>>
-			$pronounCap is @@color:hotpink;turned on@@ by how humiliating this is for $possessive and @@color:mediumaquamarine;can't wait@@ for the next time you decide to show $possessive off.
+			$pronounCap is @@.hotpink;turned on@@ by how humiliating this is for $possessive and @@.mediumaquamarine;can't wait@@ for the next time you decide to show $possessive off.
 			<<set $activeSlave.trust += 5>>
 			<<set $activeSlave.devotion += 5>>
 		<<else>>
@@ -1581,15 +1581,15 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 		<</if>>
 	<<elseif $activeSlave.devotion >= -20>>
 		<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 50)>>
-			$pronounCap is both @@color:hotpink;turned on@@ and @@color:gold;horrified@@ by this humiliation.
+			$pronounCap is both @@.hotpink;turned on@@ and @@.gold;horrified@@ by this humiliation.
 			<<set $activeSlave.trust -= 5>>
 			<<set $activeSlave.devotion += 5>>
 		<<else>>
-			$pronounCap thought $pronoun was used to slavery but this is @@color:gold;too much@@.
+			$pronounCap thought $pronoun was used to slavery but this is @@.gold;too much@@.
 			<<set $activeSlave.trust -= 5>>
 		<</if>>
 	<<else>>
-		$pronounCap is @@color:gold;horrified@@ and @@color:mediumorchid;angry@@ at this new humiliation.
+		$pronounCap is @@.gold;horrified@@ and @@.mediumorchid;angry@@ at this new humiliation.
 		<<set $activeSlave.trust -= 5>>
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
@@ -1604,7 +1604,7 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 
 <<if ($PC.career == "medicine")>>
 	<br><br>
-	Since you @@color:springgreen;performed the surgery yourself,@@ and you do artist's work, her health is @@color:green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
+	Since you @@.springgreen;performed the surgery yourself,@@ and you do artist's work, her health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely.
 	<<set $activeSlave.health += 5>>
 	<<if ($activeSlave.fetish != "mindbroken")>>
 	She spent the surgery very aware that you were performing it personally.
@@ -1612,19 +1612,19 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 		<<if ($activeSlave.devotion > 50)>>
 		Though she is unhappy with the results, she consoles herself with the knowledge that you cared enough to do it personally.
 		<<elseif ($activeSlave.devotion >= -20)>>
-		She is @@color:gold;even more afraid@@ of you afterward than she would otherwise be. You must seem a cruel and near-omnipotent power to her.
+		She is @@.gold;even more afraid@@ of you afterward than she would otherwise be. You must seem a cruel and near-omnipotent power to her.
 		<<set $activeSlave.trust -= 5>>
 		<<else>>
-		She is @@color:mediumorchid;even more hateful@@ of you afterward than she would otherwise be. It must seem to her that she's nothing more than a test subject to you.
+		She is @@.mediumorchid;even more hateful@@ of you afterward than she would otherwise be. It must seem to her that she's nothing more than a test subject to you.
 		<<set $activeSlave.devotion -= 5>>
 		<</if>>
 	<<else>>
 		<<if ($activeSlave.devotion > 50)>>
-		Since she's happy with the results, she's almost beside herself with @@color:hotpink;gratitude,@@ and filled with @@color:mediumaquamarine;admiration@@ of your skill.
+		Since she's happy with the results, she's almost beside herself with @@.hotpink;gratitude,@@ and filled with @@.mediumaquamarine;admiration@@ of your skill.
 		<<set $activeSlave.devotion += 4>>
 		<<set $activeSlave.trust += 4>>
 		<<elseif ($activeSlave.devotion >= -20)>>
-		She is quite struck by how you performed the surgery personally. She admires your refusal to be one of the idle rich, and @@color:hotpink;likes you more.@@
+		She is quite struck by how you performed the surgery personally. She admires your refusal to be one of the idle rich, and @@.hotpink;likes you more.@@
 		<<set $activeSlave.devotion += 5>>
 		<<else>>
 		She knows that she should be grateful to you for performing the surgery personally, but the emotional turmoil of the occasion is too much for her, and the realization makes little lasting impact.
@@ -1634,10 +1634,10 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 <</if>>
 
 <<if ($activeSlave.behavioralFlaw == "arrogant") && ($surgeryType == "amp")>>
-	@@color:green;She can hardly be arrogant relying on others to feed, bathe and carry her.@@
+	@@.green;She can hardly be arrogant relying on others to feed, bathe and carry her.@@
 	<<set $activeSlave.behavioralFlaw = "none">>
 <<elseif ($activeSlave.behavioralFlaw == "bitchy") && ($surgeryType == "mute")>>
-	@@color:green;She can hardly make sharp remarks without a voice.@@
+	@@.green;She can hardly make sharp remarks without a voice.@@
 	<<set $activeSlave.behavioralFlaw = "none">>
 <</if>>
 
diff --git a/src/uncategorized/tfsFarmUpgrade.tw b/src/uncategorized/tfsFarmUpgrade.tw
index 96c1e8de3be2fcdfe5737a6cbfca4aea12d258f8..b06d31549ea95e182d6fe3fb2eb151b9d69216e9 100644
--- a/src/uncategorized/tfsFarmUpgrade.tw
+++ b/src/uncategorized/tfsFarmUpgrade.tw
@@ -36,7 +36,7 @@ whether we will use contraception after we are transformed." She shudders sudden
 <</link>>
 <br><<link "Permit them access, and encourage them to get pregnant">>
 	<<replace "#result">>
-		You signify your assent, telling the Sister that the organ farm will accept seed tissue from any of them for the purpose of fabricating ovaries. To your mild surprise, she responds with cutely inelegant crying. You add that you think the world needs more Futanari Sisters, especially ones as cute and sexy as you're confident her many daughters will be. At that, she breaks down completely, one of her hands going to rub her belly gently. It takes her a long time to manage to thank to properly, and she hurries to end the call before she can embarrass herself further.<<if $arcologies[0].FSRestartDecoration == 100>> The Societal Elite are @@color:red;outraged@@ that you would not only allow such a breach of eugenics to occur, but encourage it.<</if>>
+		You signify your assent, telling the Sister that the organ farm will accept seed tissue from any of them for the purpose of fabricating ovaries. To your mild surprise, she responds with cutely inelegant crying. You add that you think the world needs more Futanari Sisters, especially ones as cute and sexy as you're confident her many daughters will be. At that, she breaks down completely, one of her hands going to rub her belly gently. It takes her a long time to manage to thank to properly, and she hurries to end the call before she can embarrass herself further.<<if $arcologies[0].FSRestartDecoration == 100>> The Societal Elite are @@.red;outraged@@ that you would not only allow such a breach of eugenics to occur, but encourage it.<</if>>
 		<<set $TFS.farmUpgrade = 2>>
 		<<set $failedElite += 275>>
 	<</replace>>
diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw
index 10ce9b414e2b8f6a7cb51d82c28c291b2fb6d09d..c5cf63885b0feb62dd1171a2c0dbde377c8ad952 100644
--- a/src/uncategorized/universalRules.tw
+++ b/src/uncategorized/universalRules.tw
@@ -25,35 +25,35 @@ __Universal rules__
 
 Slave nicknames are
 <<if ($nicknamesAllowed == 0)>>
-@@color:red;FORBIDDEN@@. [[Allow|Universal Rules][$nicknamesAllowed = 1]]
+@@.red;FORBIDDEN@@. [[Allow|Universal Rules][$nicknamesAllowed = 1]]
 <<else>>
-@@color:cyan;ALLOWED@@. [[Forbid|Universal Rules][$nicknamesAllowed = 0]]
+@@.cyan;ALLOWED@@. [[Forbid|Universal Rules][$nicknamesAllowed = 0]]
 <</if>>
 
 <br>
 
 Slave requests for body mods are
 <<if ($modRequestsAllowed == 0)>>
-@@color:red;FORBIDDEN@@. [[Allow|Universal Rules][$modRequestsAllowed = 1]]
+@@.red;FORBIDDEN@@. [[Allow|Universal Rules][$modRequestsAllowed = 1]]
 <<else>>
-@@color:cyan;ALLOWED@@. [[Forbid|Universal Rules][$modRequestsAllowed = 0]]
+@@.cyan;ALLOWED@@. [[Forbid|Universal Rules][$modRequestsAllowed = 0]]
 <</if>>
 
 <br>
 
 Slave requests for growth hormones are
 <<if ($expansionRequestsAllowed == 0)>>
-@@color:red;FORBIDDEN@@. [[Allow|Universal Rules][$expansionRequestsAllowed = 1]]
+@@.red;FORBIDDEN@@. [[Allow|Universal Rules][$expansionRequestsAllowed = 1]]
 <<else>>
-@@color:cyan;ALLOWED@@. [[Forbid|Universal Rules][$expansionRequestsAllowed = 0]]
+@@.cyan;ALLOWED@@. [[Forbid|Universal Rules][$expansionRequestsAllowed = 0]]
 <</if>>
 
 <<if $FSAnnounced > 0>>
 <br><br>
 <<if ($useFSNames == 0)>>
-Future society names for new slaves are currently @@color:red;NOT APPLIED@@. [[Apply|Universal Rules][$useFSNames = 1]]
+Future society names for new slaves are currently @@.red;NOT APPLIED@@. [[Apply|Universal Rules][$useFSNames = 1]]
 <<else>>
-Future society names for new slaves are currently @@color:cyan;APPLIED@@. [[Stop applying|Universal Rules][$useFSNames = 0]]
+Future society names for new slaves are currently @@.cyan;APPLIED@@. [[Stop applying|Universal Rules][$useFSNames = 0]]
 <</if>>
 <</if>>
 
diff --git a/src/uncategorized/wardenessSelect.tw b/src/uncategorized/wardenessSelect.tw
index d38b0900f5c5f29c3e51c70e60ddf196ae4161ec..7241d0aadc30dfd87c0b17fae1bdbb09f1dcc899 100644
--- a/src/uncategorized/wardenessSelect.tw
+++ b/src/uncategorized/wardenessSelect.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Cellblock", $showEncyclopedia = 1, $encyclopedia = "Wardeness">>
 
 <<if ($Wardeness != 0)>>
-	''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your Wardeness.<br><br>She will help break your prisoners.
+	''__@@.pink;$slaves[_i].slaveName@@__'' is serving as your Wardeness.<br><br>She will help break your prisoners.
 <<else>>
 	You have not selected a Wardeness.
 <</if>>
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index 00323b60d39363fbaea1d3d6d874f9ba969c3e21..ffdff5a9b28d8a47ab338978328ec18725dd6a63 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -14,33 +14,33 @@
 <<elseif ($personalAttention == "medicine")>>This week you will learn medicine.
 <<else>>
 	<<if _PA > -1>>
-		You plan to train ''__@@color:pink;$slaves[_PA].slaveName@@__'' to $trainingRegimen this week.
+		You plan to train ''__@@.pink;$slaves[_PA].slaveName@@__'' to $trainingRegimen this week.
 	<</if>>
 <</if>>
-<span id="managePA"><strong><<link "Change plans">><<goto "Personal Attention Select">><</link>></strong></span> @@color:cyan;[A]@@
+<span id="managePA"><strong><<link "Change plans">><<goto "Personal Attention Select">><</link>></strong></span> @@.cyan;[A]@@
 <br>
 <<if _HG > -1>>
-	''__@@color:pink;$HeadGirl.slaveName@@__'' is <<if ndef $headGirlFocus>>serving as your head girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>.<<else>>your head girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort,<</if>> and is focusing on your slaves' $headGirlFocus.<</if>>
-	<span id="manageHG"><strong><<link "Manage Head Girl">><<goto "HG Select">><</link>></strong></span> @@color:cyan;[H]@@
+	''__@@.pink;$HeadGirl.slaveName@@__'' is <<if ndef $headGirlFocus>>serving as your head girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>.<<else>>your head girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort,<</if>> and is focusing on your slaves' $headGirlFocus.<</if>>
+	<span id="manageHG"><strong><<link "Manage Head Girl">><<goto "HG Select">><</link>></strong></span> @@.cyan;[H]@@
 <<elseif (_HG == -1) && ($slaves.length > 1)>>
-	You have not selected a Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. <span id="manageHG"><strong><<link "Select one">><<goto "HG Select">><</link>></strong></span> @@color:cyan;[H]@@
+	You have not selected a Head Girl<<if $arcologies[0].FSEgyptianRevivalistLaw == 1>> and Consort<</if>>. <span id="manageHG"><strong><<link "Select one">><<goto "HG Select">><</link>></strong></span> @@.cyan;[H]@@
 <<elseif (_HG == -1)>>
 	//You do not have enough slaves to keep a Head Girl//
 <</if>>
 <br>
 <<if _RC > -1>>
-	''__@@color:pink;$Recruiter.slaveName@@__'' is working to recruit girls.
-	<span id="manageRecruiter"><strong><<link "Manage Recruiter">><<goto "Recruiter Select">><</link>></strong></span> @@color:cyan;[R]@@
+	''__@@.pink;$Recruiter.slaveName@@__'' is working to recruit girls.
+	<span id="manageRecruiter"><strong><<link "Manage Recruiter">><<goto "Recruiter Select">><</link>></strong></span> @@.cyan;[R]@@
 <<else>>
 	You have not selected a Recruiter.
-	<span id="manageRecruiter"><strong><<link "Select one">><<goto "Recruiter Select">><</link>></strong></span> @@color:cyan;[R]@@
+	<span id="manageRecruiter"><strong><<link "Select one">><<goto "Recruiter Select">><</link>></strong></span> @@.cyan;[R]@@
 <</if>>
 <<if ($dojo != 0)>>
 	<br>
 	<<if _BG > -1>>
-		''__@@color:pink;$Bodyguard.slaveName@@__'' is serving as your bodyguard. <span id="manageBG"><strong><<link "Manage Bodyguard">><<goto "BG Select">><</link>></strong></span> @@color:cyan;[B]@@
+		''__@@.pink;$Bodyguard.slaveName@@__'' is serving as your bodyguard. <span id="manageBG"><strong><<link "Manage Bodyguard">><<goto "BG Select">><</link>></strong></span> @@.cyan;[B]@@
 	<<else>>
-		You have not selected a Bodyguard. <span id="manageBG"><strong><<link "Select one">><<goto "BG Select">><</link>></strong></span> @@color:cyan;[B]@@
+		You have not selected a Bodyguard. <span id="manageBG"><strong><<link "Select one">><<goto "BG Select">><</link>></strong></span> @@.cyan;[B]@@
 	<</if>>
 <</if>>
 
@@ -53,7 +53,7 @@
 		<<if ($organs[_j] != 0) && ($organs[_j].ID == _Slave.ID)>>
 			<<set _validHost = 1>>
 			<<if ($organs[_j].weeksToCompletion <= 0)>>
-				<br>@@color:yellow;The fabricator has completed an organ for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _i + "]]]">></span>, @@color:yellow; which is ready to be implanted.@@
+				<br>@@.yellow;The fabricator has completed an organ for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _i + "]]]">></span>, @@.yellow; which is ready to be implanted.@@
 			<</if>>
 		<</if>>
 	<</for>>
@@ -72,7 +72,7 @@
 		<<if ($limbs[_j] != 0) && ($limbs[_j].ID == _Slave.ID)>>
 			<<set _validHost = 1>>
 			<<if ($limbs[_j].weeksToCompletion <= 0)>>
-				<br>@@color:yellow;The facility has completed a set of limbs for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _i + "]]]">></span>, @@color:yellow; which is ready to be attached.@@
+				<br>@@.yellow;The facility has completed a set of limbs for@@ <span id="name"><<print "[[_Slave.slaveName|Slave Interact][$activeSlave = $slaves[" + _i + "]]]">></span>, @@.yellow; which is ready to be attached.@@
 			<</if>>
 		<</if>>
 	<</for>>
@@ -83,43 +83,43 @@
 <</for>>
 <</if>>
 <<if ($organsCompleted > 0) && ($limbsCompleted > 0)>>
-	<br>[[Implant and Attach|Multiple Organ Implant]] @@color:yellow;all organs and limbs that are ready.@@
+	<br>[[Implant and Attach|Multiple Organ Implant]] @@.yellow;all organs and limbs that are ready.@@
 <<elseif ($organsCompleted > 1)>>
-	<br>[[Implant|Multiple Organ Implant]] @@color:yellow;all organs that are ready for implantation.@@
+	<br>[[Implant|Multiple Organ Implant]] @@.yellow;all organs that are ready for implantation.@@
 <<elseif ($limbsCompleted > 1)>>
-	<br>[[Attach|Multiple Organ Implant]] @@color:yellow;all sets of limbs that are ready to be attached.@@
+	<br>[[Attach|Multiple Organ Implant]] @@.yellow;all sets of limbs that are ready to be attached.@@
 <</if>>
 <br>
-<span id="buySlaves"><strong><<link "Buy Slaves">><<goto "Buy Slaves">><</link>></strong></span> @@color:cyan;[S]@@
+<span id="buySlaves"><strong><<link "Buy Slaves">><<goto "Buy Slaves">><</link>></strong></span> @@.cyan;[S]@@
 <<if ($slaveCostFactor > 1.1)>>
-	@@color:yellow;There is a bull market for slaves; the price of slaves is very high.@@
+	@@.yellow;There is a bull market for slaves; the price of slaves is very high.@@
 <<elseif ($slaveCostFactor > 1)>>
-	@@color:yellow;The slave market is bullish; the price of slaves is high.@@
+	@@.yellow;The slave market is bullish; the price of slaves is high.@@
 <<elseif ($slaveCostFactor < 0.9)>>
-	@@color:yellow;There is a bear market for slaves; the price of slaves is very low.@@
+	@@.yellow;There is a bear market for slaves; the price of slaves is very low.@@
 <<elseif ($slaveCostFactor < 1)>>
-	@@color:yellow;The slave market is bearish; the price of slaves is low.@@
+	@@.yellow;The slave market is bearish; the price of slaves is low.@@
 <<else>>
 	The slave market is stable; the price of slaves is average.
 <</if>>
 	<<if $TSS.schoolSale != 0>>
-		<br>@@color:yellow;For your first purchase, @@<strong>[[The Slavegirl School][$slavesSeen += 1]]</strong>@@color:yellow; will sell at half price this week.@@
+		<br>@@.yellow;For your first purchase, @@<strong>[[The Slavegirl School][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@
 	<</if>>
 	<<if $GRI.schoolSale != 0>>
-		<br>@@color:yellow;For your first purchase, @@<strong>[[Growth Research Institute][$slavesSeen += 1]]</strong>@@color:yellow; will sell at half price this week.@@
+		<br>@@.yellow;For your first purchase, @@<strong>[[Growth Research Institute][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@
 	<</if>>
 	<<if $SCP.schoolSale != 0>>
-		<br>@@color:yellow;For your first purchase, @@<strong>[[St. Claver Preparatory][$slavesSeen += 1]]</strong>@@color:yellow; will sell at half price this week.@@
+		<br>@@.yellow;For your first purchase, @@<strong>[[St. Claver Preparatory][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@
 	<</if>>
 	<<if ($seeDicks != 0)>>
 		<<if $LDE.schoolSale != 0>>
-			<br>@@color:yellow;For your first purchase, @@<strong>[[L'école des Enculées][$slavesSeen += 1]]</strong>@@color:yellow; will sell at half price this week.@@
+			<br>@@.yellow;For your first purchase, @@<strong>[[L'école des Enculées][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@
 		<</if>>
 		<<if $TGA.schoolSale != 0>>
-			<br>@@color:yellow;For your first purchase, @@<strong>[[The Gymnasium-Academy][$slavesSeen += 1]]</strong>@@color:yellow; will sell at half price this week.@@
+			<br>@@.yellow;For your first purchase, @@<strong>[[The Gymnasium-Academy][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@
 		<</if>>
 		<<if $TFS.schoolSale != 0>>
-			<br>@@color:yellow;For your first purchase, @@<strong>[[The Futanari Sisters][$slavesSeen += 1]]</strong>@@color:yellow; will sell at half price this week.@@
+			<br>@@.yellow;For your first purchase, @@<strong>[[The Futanari Sisters][$slavesSeen += 1]]</strong>@@.yellow; will sell at half price this week.@@
 		<</if>>
 	<</if>>
 </center>
@@ -897,9 +897,9 @@ $possessiveCap
 	<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
 	giving $object a somewhat mannish appearance.
 	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-	giving $object an @@color:red;ugly, mannish appearance.@@
+	giving $object an @@.red;ugly, mannish appearance.@@
 	<<else>>
-	giving $object an @@color:red;unattractive, somewhat mannish, appearance.@@
+	giving $object an @@.red;unattractive, somewhat mannish, appearance.@@
 	<</if>>
 <</if>>
 <</if>>
@@ -1835,41 +1835,41 @@ $pronounCap's got a
 
 <<if $activeSlave.hips < -1>>
 	<<if $activeSlave.butt > 2>>
-	$possessiveCap butt is @@color:red;disproportionately large@@ for $possessive narrow hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
+	$possessiveCap butt is @@.red;disproportionately large@@ for $possessive narrow hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
 	<<else>>
 	$possessiveCap hips are very narrow.
 	<</if>>
 <<elseif $activeSlave.hips < 0>>
 	<<if $activeSlave.butt > 4>>
-	$possessiveCap butt is @@color:red;disproportionately large@@ for $possessive trim hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
+	$possessiveCap butt is @@.red;disproportionately large@@ for $possessive trim hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
 	<<else>>
 	$possessiveCap butt is complemented by $possessive trim hips.
 	<</if>>
 <<elseif $activeSlave.hips > 2>>
 	<<if $activeSlave.butt <= 8>>
-	$possessiveCap butt is @@color:red;disproportionately small@@ for $possessive monstrous hips.
+	$possessiveCap butt is @@.red;disproportionately small@@ for $possessive monstrous hips.
 	<<else>>
 	$possessiveCap butt is fitting for $possessive monstrous hips.
 	<</if>>
 <<elseif $activeSlave.hips > 1>>
 	<<if $activeSlave.butt <= 3>>
-	$possessiveCap butt is @@color:red;disproportionately small@@ for $possessive very wide hips.
+	$possessiveCap butt is @@.red;disproportionately small@@ for $possessive very wide hips.
 	<<else>>
 	$possessiveCap butt is flattered by $possessive very wide hips.
 	<</if>>
 <<elseif $activeSlave.hips > 0>>
 	<<if $activeSlave.butt > 8>>
-	$possessiveCap butt is @@color:red;disproportionately large@@ for $possessive broad hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
+	$possessiveCap butt is @@.red;disproportionately large@@ for $possessive broad hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
 	<<elseif $activeSlave.butt <= 2>>
-	$possessiveCap butt is @@color:red;disproportionately small@@ for $possessive broad hips.
+	$possessiveCap butt is @@.red;disproportionately small@@ for $possessive broad hips.
 	<<else>>
 	$possessiveCap butt is complemented by $possessive broad hips.
 	<</if>>
 <<else>>
 	<<if $activeSlave.butt > 6>>
-	$possessiveCap butt is @@color:red;disproportionately large@@ for $possessive womanly hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
+	$possessiveCap butt is @@.red;disproportionately large@@ for $possessive womanly hips<<if $arcologies[0].FSTransformationFetishist == "unset">>.<<else>>, but your transformation fetishist arcology considers this attractive.<</if>>
 	<<elseif $activeSlave.butt <= 1>>
-	$possessiveCap butt is @@color:red;disproportionately small@@ for $possessive ample hips.
+	$possessiveCap butt is @@.red;disproportionately small@@ for $possessive ample hips.
 	<<else>>
 	$possessiveCap butt is complemented by $possessive ample hips.
 	<</if>>
@@ -2434,7 +2434,7 @@ $pronounCap's got a
 <</if>>
 <<set $analSkinDesc = either("crinkled", "puckered", "puffy")>>
 <<if $activeSlave.anus == 0>>
-	$pronounCap is an @@color:lime;anal virgin;@@ $possessive asshole is fresh and tight.
+	$pronounCap is an @@.lime;anal virgin;@@ $possessive asshole is fresh and tight.
 <<elseif $activeSlave.anus == 1>>
 	<<set $seed = either("anal opening", "anus", "butthole", "asshole")>>
 	$possessiveCap $seed is <<set $seed = either("very", "nice and")>>$seed tight,
@@ -2564,13 +2564,13 @@ $pronounCap's got a
 	<</if>>
 <<else>>
 	<<if $activeSlave.analSkill >= 100>>
-		$pronounCap is a @@color:aquamarine;masterful anal slut@@.
+		$pronounCap is a @@.aquamarine;masterful anal slut@@.
 	<<elseif $activeSlave.analSkill > 60>>
-		$pronounCap is an @@color:aquamarine;expert anal slut@@.
+		$pronounCap is an @@.aquamarine;expert anal slut@@.
 	<<elseif $activeSlave.analSkill > 30>>
-		$pronounCap is a @@color:aquamarine;skilled anal slut@@.
+		$pronounCap is a @@.aquamarine;skilled anal slut@@.
 	<<elseif $activeSlave.analSkill > 10>>
-		$pronounCap has @@color:aquamarine;basic knowledge about anal@@.
+		$pronounCap has @@.aquamarine;basic knowledge about anal@@.
 	<<else>>
 		$pronounCap is unskilled at taking anal.
 	<</if>>
@@ -3895,7 +3895,7 @@ $pronounCap's got a
 <<if ($activeSlave.vagina > -1)>>
 
 <<if $activeSlave.vagina == 0>>
-	$pronounCap is a @@color:lime;virgin.@@ $possessiveCap pussy is fresh,
+	$pronounCap is a @@.lime;virgin.@@ $possessiveCap pussy is fresh,
 <<elseif $activeSlave.vagina == 1>>
 	$possessiveCap pussy is tight and appealing,
 <<elseif $activeSlave.vagina == 2>>
@@ -4153,10 +4153,10 @@ $pronounCap's got a
 <<else>>
 	<<if $activeSlave.vagina == -1>>
 		<<if $seeDicks >= 100>><<elseif $activeSlave.anus == 0>><<else>>Since $pronoun lacks a vagina, $pronoun takes it up <<if $seeRace == 1>>$possessive $activeSlave.race<<else>>the<</if>> ass instead.<</if>>
-	<<elseif $activeSlave.vaginalSkill >= 100>>$pronounCap is a @@color:aquamarine;vanilla sex master@@.
-	<<elseif $activeSlave.vaginalSkill > 60>>$pronounCap is a @@color:aquamarine;vanilla sex expert@@.
-	<<elseif $activeSlave.vaginalSkill > 30>>$pronounCap is @@color:aquamarine;skilled at vanilla sex@@.
-	<<elseif $activeSlave.vaginalSkill > 10>>$pronounCap has @@color:aquamarine;basic knowledge about vanilla sex@@.
+	<<elseif $activeSlave.vaginalSkill >= 100>>$pronounCap is a @@.aquamarine;vanilla sex master@@.
+	<<elseif $activeSlave.vaginalSkill > 60>>$pronounCap is a @@.aquamarine;vanilla sex expert@@.
+	<<elseif $activeSlave.vaginalSkill > 30>>$pronounCap is @@.aquamarine;skilled at vanilla sex@@.
+	<<elseif $activeSlave.vaginalSkill > 10>>$pronounCap has @@.aquamarine;basic knowledge about vanilla sex@@.
 	<<else>>$pronounCap is unskilled at vaginal sex.
 	<</if>>
 <</if>>
@@ -7202,7 +7202,7 @@ $possessiveCap
 
 <<SlavePronouns $activeSlave>>
 
-$possessiveCap @@color:pink;face is
+$possessiveCap @@.pink;face is
 <<switch $activeSlave.faceShape>>
 <<case "masculine">>
 	<<if $activeSlave.face < -95>>
@@ -7397,10 +7397,10 @@ $pronounCap has
 	<</if>>
 <<else>>
 	$pronounCap is
-	<<if $activeSlave.oralSkill >= 100>>an @@color:aquamarine;oral sex master.@@
-	<<elseif $activeSlave.oralSkill > 60>>an @@color:aquamarine;expert at oral.@@
-	<<elseif $activeSlave.oralSkill > 30>>@@color:aquamarine;orally skilled.@@
-	<<elseif $activeSlave.oralSkill > 10>>@@color:aquamarine;capable of basic oral sex.@@
+	<<if $activeSlave.oralSkill >= 100>>an @@.aquamarine;oral sex master.@@
+	<<elseif $activeSlave.oralSkill > 60>>an @@.aquamarine;expert at oral.@@
+	<<elseif $activeSlave.oralSkill > 30>>@@.aquamarine;orally skilled.@@
+	<<elseif $activeSlave.oralSkill > 10>>@@.aquamarine;capable of basic oral sex.@@
 	<<else>>unskilled at oral sex.
 	<</if>>
 <</if>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 81a2ced1fe32390196707a8180a9c53e22c09a62..317be609e99e41580672f620f67793a0b7fc5f5d 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -25,17 +25,17 @@
 %/
 <<widget "AnalVCheck">>
 <<if canDoAnal($activeSlave) && ($activeSlave.anus eq 0)>>
-	@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
+	@@.lime;This breaks in $activeSlave.slaveName's virgin ass.@@
 	<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
-		Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
+		Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
 		Since it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Her moans become louder and louder as you continue working away at her butthole. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.
 	<<elseif ($activeSlave.devotion >= -20)>>
-		You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.
+		You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.
 		<<set $activeSlave.trust -= 5>>
 	<<else>>
-		You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
+		You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
 		<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 	<</if>>
 	<<set $activeSlave.anus = 1>>
@@ -59,12 +59,12 @@
 <<widget "VaginalVCheck">>
 <<if canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.vagina eq 0)>>
-		@@color:lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
+		@@.lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
 		<<if ($activeSlave.devotion > 20) || $activeSlave.career == "a slave since birth">>
-			You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. @@color:hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
+			You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. @@.hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion < -20)>>
-			You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for taking her virginity.
+			You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking her virginity.
 			<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 		<<else>>
 			You ease yourself into her pussy, since it's her first time, then gradually speed up your thrusts while she slowly learns to move her hips along with you. She accepts losing her virginity to her owner. She looks forward to having her pussy fucked by you again.
@@ -93,25 +93,25 @@
 <<if canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.vagina eq 0)>>
 		<<if canDoAnal($activeSlave) && ($activeSlave.anus eq 0)>>
-			@@color:lime;This breaks in $activeSlave.slaveName's virgin holes.@@
+			@@.lime;This breaks in $activeSlave.slaveName's virgin holes.@@
 			<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
-				As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. @@color:hotpink;She's so devoted she enjoys being fucked in both holes for the first time.@@ She looks forward to having her holes fucked by you again.
+				As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. @@.hotpink;She's so devoted she enjoys being fucked in both holes for the first time.@@ She looks forward to having her holes fucked by you again.
 				<<set $activeSlave.devotion += 4>>
 			<<elseif ($activeSlave.devotion <= 20)>>
-				You force yourself into her pussy before working your way into her ass. She sobs and cries with disgust while you alternate between the two holes. She @@color:mediumorchid;hates@@ losing her virginity and anal virginity in one @@color:gold;brutal@@ incident. She dreads having her holes violated by you again.
+				You force yourself into her pussy before working your way into her ass. She sobs and cries with disgust while you alternate between the two holes. She @@.mediumorchid;hates@@ losing her virginity and anal virginity in one @@.gold;brutal@@ incident. She dreads having her holes violated by you again.
 				<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 			<<else>>
 				As it's her first time, you ease yourself into her pussy before gradually working your way into her ass and alternate between the two holes while she moans. She accepts being fucked in both holes for the first time. She looks forward to having her holes fucked by you again.
 			<</if>>
 			<<set $activeSlave.anus = 1>>
 		<<elseif canDoAnal($activeSlave)>>
-			@@color:lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
+			@@.lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
 			<<set $activeSlave.vagina++>>
 			<<if ($activeSlave.devotion > 20) || $activeSlave.career == "a slave since birth">>
-				As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. @@color:hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
+				As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. @@.hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
 				<<set $activeSlave.devotion += 4>>
 			<<elseif ($activeSlave.devotion < -20)>>
-				You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for taking her virginity. She dreads having her pussy violated by you again.
+				You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking her virginity. She dreads having her pussy violated by you again.
 				<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 			<<else>>
 				As it's her first time, you ease yourself into her pussy before gradually increasing the intensity of your thrusts while she softly moans. She accepts losing her virginity to her owner. She looks forward to having her pussy fucked by you again.
@@ -119,17 +119,17 @@
 		<</if>>
 		<<set $activeSlave.vagina = 1>>
 	<<elseif ($activeSlave.anus eq 0)>>
-		@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
+		@@.lime;This breaks in $activeSlave.slaveName's virgin ass.@@
 		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
-			As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
+			As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
 			As it's her first time, you ease yourself into her butthole and gradually increase the intensity of your thrusts. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.
 		<<elseif ($activeSlave.devotion >= -20)>>
-			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.
+			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.
 			<<set $activeSlave.trust -= 5>>
 		<<else>>
-			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
+			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
 			<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 		<</if>>
 		<<set $activeSlave.anus = 1>>
@@ -143,17 +143,17 @@
 	<</if>>
 <<elseif canDoAnal($activeSlave)>>
 	<<if ($activeSlave.anus eq 0)>>
-		@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
+		@@.lime;This breaks in $activeSlave.slaveName's virgin ass.@@
 		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
-			As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
+			As it's her first time, you ease yourself into her butthole and gradually speed up your thrusts while she slowly learns to move her hips along with you. She moans loudly. She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
 			As it's her first time, you ease yourself into her butthole and gradually increase the intensity of your thrusts. She accepts the pain and humiliation of anal sex as part of her sexual servitude, though she hopes that her next time will be less painful.
 		<<elseif ($activeSlave.devotion >= -20)>>
-			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.
+			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass violated by you again.
 			<<set $activeSlave.trust -= 5>>
 		<<else>>
-			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
+			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
 			<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 		<</if>>
 		<<set $activeSlave.anus = 1>>
@@ -176,12 +176,12 @@
 <<widget "SimpleVCheck">>
 <<if canDoVaginal($activeSlave)>>
 	<<if ($activeSlave.vagina eq 0)>>
-		@@color:lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
+		@@.lime;This breaks in $activeSlave.slaveName's virgin pussy.@@
 		<<if ($activeSlave.devotion > 20) || $activeSlave.career == "a slave since birth">>
-			As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. Her moans become louder and louder. @@color:hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
+			As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. Her moans become louder and louder. @@.hotpink;She enjoys losing her cherry to you.@@ She looks forward to having her pussy fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion < -20)>>
-			You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for taking her virginity.She dreads having her pussy fucked by you again.
+			You force yourself into her pussy. She sobs and cries with disgust while you continue working her fuck hole. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for taking her virginity.She dreads having her pussy fucked by you again.
 			<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 		<<else>>
 			As it's her first time, you ease yourself into her pussy and gradually speed up your thrusts while she slowly learns to move her hips along with you. She accepts losing her virginity to her owner. She looks forward to having her pussy fucked by you again.
@@ -197,17 +197,17 @@
 	<</if>>
 <<elseif canDoAnal($activeSlave)>>
 	<<if ($activeSlave.anus eq 0)>>
-		@@color:lime;This breaks in $activeSlave.slaveName's virgin ass.@@
+		@@.lime;This breaks in $activeSlave.slaveName's virgin ass.@@
 		<<if ($activeSlave.devotion > 50) || $activeSlave.career == "a slave since birth">>
-			As it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She thinks of losing her anal virginity to you as a @@color:hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
+			As it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She thinks of losing her anal virginity to you as a @@.hotpink;connection@@ with her beloved master. She looks forward to having her asshole fucked by you again.
 			<<set $activeSlave.devotion += 4>>
 		<<elseif ($activeSlave.devotion > 20)>>
 			As it's her first time, you gently ease yourself into her butthole and gradually increase the intensity of your thrusts. Before long she's moaning loudly as you continue working away at her butthole. She accepts the pain and humiliation of anal sex as part of her sexual servitude. She looks forward to having her asshole fucked by you again.
 		<<elseif ($activeSlave.devotion >= -20)>>
-			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass fucked by you again.
+			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.gold;fears@@ her next anal sex, remembering the pain of losing her anal virginity. She dreads having her ass fucked by you again.
 			<<set $activeSlave.trust -= 5>>
 		<<else>>
-			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@color:mediumorchid;hates@@ and @@color:gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
+			You force yourself into her butthole. She sobs and cries with disgust while you continue thrusting into her ass. She @@.mediumorchid;hates@@ and @@.gold;fears@@ you for violating her virgin butt. She dreads having her ass fucked by you again.
 			<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
 		<</if>>
 		<<set $activeSlave.anus = 1>>
@@ -235,14 +235,14 @@
 <<if canDoVaginal($partner)>>
 	<<if ($partner.vagina == 0)>>
 		<<if canDoAnal($partner) && ($partner.anus eq 0)>>
-			Since it's $partner.slaveName's first time, you take your time and gently ease yourself into her pussy before gradually working your way into her butthole, alternating between her holes. @@color:lime;This breaks in $partner.slaveName's virgin holes.
+			Since it's $partner.slaveName's first time, you take your time and gently ease yourself into her pussy before gradually working your way into her butthole, alternating between her holes. @@.lime;This breaks in $partner.slaveName's virgin holes.
 			<<set $partner.vagina++, $partner.anus++>>
 		<<else>>
-			Since it's $partner.slaveName's first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@color:lime;This breaks in $partner.slaveName's virgin pussy.
+			Since it's $partner.slaveName's first time, you take your time and gently ease yourself into her pussy before gradually increasing the intensity of your thrusts. @@.lime;This breaks in $partner.slaveName's virgin pussy.
 			<<set $partner.vagina++>>
 		<</if>>
 	<<elseif canDoAnal($partner) && ($partner.anus eq 0)>>
-		Since it's $partner.slaveName's first time, you take your time and gently ease yourself into her butthole before gradually increasing the intensity of your thrusts into her ass. @@color:lime;This breaks in $partner.slaveName's virgin ass.
+		Since it's $partner.slaveName's first time, you take your time and gently ease yourself into her butthole before gradually increasing the intensity of your thrusts into her ass. @@.lime;This breaks in $partner.slaveName's virgin ass.
 		<<set $partner.anus++>>
 	<</if>>
 	<<if $args[1]>>
@@ -1073,19 +1073,19 @@
 <<SlavePronouns $args[0]>>
 <<if $args[0].oralSkill <= 10>>
 	<<if $args[0].oralSkill+$skillIncrease > 10>>
-		@@color:green;$pronounCap now has basic knowledge about oral sex,@@ and can at least suck a dick without constant gagging.
+		@@.green;$pronounCap now has basic knowledge about oral sex,@@ and can at least suck a dick without constant gagging.
 	<</if>>
 <<elseif $args[0].oralSkill <= 30>>
 	<<if $args[0].oralSkill+$skillIncrease > 30>>
-		@@color:green;$pronounCap now has some oral skills,@@ and can reliably bring dicks and pussies to climax with her mouth.
+		@@.green;$pronounCap now has some oral skills,@@ and can reliably bring dicks and pussies to climax with her mouth.
 	<</if>>
 <<elseif $args[0].oralSkill <= 60>>
 	<<if $args[0].oralSkill+$skillIncrease > 60>>
-		@@color:green;$pronounCap is now an oral expert,@@ and has a delightfully experienced tongue.
+		@@.green;$pronounCap is now an oral expert,@@ and has a delightfully experienced tongue.
 	<</if>>
 <<elseif $args[0].oralSkill < 100>>
 	<<if $args[0].oralSkill+$skillIncrease >= 100>>
-		@@color:green;$pronounCap has mastered oral sex,@@ and can learn nothing more about sucking dick or eating pussy.
+		@@.green;$pronounCap has mastered oral sex,@@ and can learn nothing more about sucking dick or eating pussy.
 	<</if>>
 <</if>>
 <<set $args[0].oralSkill += $skillIncrease>>
@@ -1102,19 +1102,19 @@
 <<SlavePronouns $args[0]>>
 <<if $args[0].vaginalSkill <= 10>>
 	<<if $args[0].vaginalSkill+$skillIncrease > 10>>
-		@@color:green;$pronounCap now has basic knowledge about vaginal sex,@@ and can avoid some of the common pitfalls and turnoffs.
+		@@.green;$pronounCap now has basic knowledge about vaginal sex,@@ and can avoid some of the common pitfalls and turnoffs.
 	<</if>>
 <<elseif $args[0].vaginalSkill <= 30>>
 	<<if $args[0].vaginalSkill+$skillIncrease > 30>>
-		@@color:green;$pronounCap now has some vaginal sex skills,@@ and can do more than just lie there and take it.
+		@@.green;$pronounCap now has some vaginal sex skills,@@ and can do more than just lie there and take it.
 	<</if>>
 <<elseif $args[0].vaginalSkill <= 60>>
 	<<if $args[0].vaginalSkill+$skillIncrease > 60>>
-		@@color:green;$pronounCap is now a vaginal sex expert,@@ and has the muscular control to massage anything that's inside her.
+		@@.green;$pronounCap is now a vaginal sex expert,@@ and has the muscular control to massage anything that's inside her.
 	<</if>>
 <<elseif $args[0].vaginalSkill < 100>>
 	<<if $args[0].vaginalSkill+$skillIncrease >= 100>>
-		@@color:green;$pronounCap has mastered vaginal sex,@@ and can learn nothing more about tribbing or taking dick.
+		@@.green;$pronounCap has mastered vaginal sex,@@ and can learn nothing more about tribbing or taking dick.
 	<</if>>
 <</if>>
 <<set $args[0].vaginalSkill += $skillIncrease>>
@@ -1131,19 +1131,19 @@
 <<SlavePronouns $args[0]>>
 <<if $args[0].analSkill <= 10>>
 	<<if $args[0].analSkill+$skillIncrease > 10>>
-		@@color:green;$pronounCap now has basic knowledge about anal sex,@@ and can accept penetration of her anus without danger.
+		@@.green;$pronounCap now has basic knowledge about anal sex,@@ and can accept penetration of her anus without danger.
 	<</if>>
 <<elseif $args[0].analSkill <= 30>>
 	<<if $args[0].analSkill+$skillIncrease > 30>>
-		@@color:green;$pronounCap now has some anal sex skills,@@ and needs less preparation before taking rough penetration.
+		@@.green;$pronounCap now has some anal sex skills,@@ and needs less preparation before taking rough penetration.
 	<</if>>
 <<elseif $args[0].analSkill <= 60>>
 	<<if $args[0].analSkill+$skillIncrease > 60>>
-		@@color:green;$pronounCap is now a anal sex expert,@@ and knows how to use her sphincter to please.
+		@@.green;$pronounCap is now a anal sex expert,@@ and knows how to use her sphincter to please.
 	<</if>>
 <<elseif $args[0].analSkill < 100>>
 	<<if $args[0].analSkill+$skillIncrease >= 100>>
-		@@color:green;$pronounCap has mastered anal sex,@@ and can learn nothing more about taking it up the ass.
+		@@.green;$pronounCap has mastered anal sex,@@ and can learn nothing more about taking it up the ass.
 	<</if>>
 <</if>>
 <<set $args[0].analSkill += $skillIncrease>>
@@ -1160,19 +1160,19 @@
 <<SlavePronouns $args[0]>>
 <<if $args[0].whoreSkill <= 10>>
 	<<if $args[0].whoreSkill+$skillIncrease > 10>>
-		@@color:green;$pronounCap now has basic knowledge about how to whore,@@ and can avoid some potentially dangerous situations.
+		@@.green;$pronounCap now has basic knowledge about how to whore,@@ and can avoid some potentially dangerous situations.
 	<</if>>
 <<elseif $args[0].whoreSkill <= 30>>
 	<<if $args[0].whoreSkill+$skillIncrease > 30>>
-		@@color:green;$pronounCap now has some skill as a whore,@@ and knows how to sell her body at a good price.
+		@@.green;$pronounCap now has some skill as a whore,@@ and knows how to sell her body at a good price.
 	<</if>>
 <<elseif $args[0].whoreSkill <= 60>>
 	<<if $args[0].whoreSkill+$skillIncrease > 60>>
-		@@color:green;$pronounCap is now an expert whore,@@ and can often make clients forget that $pronoun's a prostitute they're paying for.
+		@@.green;$pronounCap is now an expert whore,@@ and can often make clients forget that $pronoun's a prostitute they're paying for.
 	<</if>>
 <<elseif $args[0].whoreSkill < 100>>
 	<<if $args[0].whoreSkill+$skillIncrease >= 100>>
-		@@color:green;$pronounCap is now a masterful whore,@@ and can learn nothing more about prostitution.
+		@@.green;$pronounCap is now a masterful whore,@@ and can learn nothing more about prostitution.
 	<</if>>
 <</if>>
 <<set $args[0].whoreSkill += $skillIncrease>>
@@ -1189,19 +1189,19 @@
 <<SlavePronouns $args[0]>>
 <<if $args[0].entertainSkill <= 10>>
 	<<if $args[0].entertainSkill+$skillIncrease > 10>>
-		@@color:green;$pronounCap now has basic knowledge about how to be entertaining,@@ and can usually avoid serious faux pas.
+		@@.green;$pronounCap now has basic knowledge about how to be entertaining,@@ and can usually avoid serious faux pas.
 	<</if>>
 <<elseif $args[0].entertainSkill <= 30>>
 	<<if $args[0].entertainSkill+$skillIncrease > 30>>
-		@@color:green;$pronounCap now has some skill as a entertainer,@@ and can flirt, dance, and strip acceptably.
+		@@.green;$pronounCap now has some skill as a entertainer,@@ and can flirt, dance, and strip acceptably.
 	<</if>>
 <<elseif $args[0].entertainSkill <= 60>>
 	<<if $args[0].entertainSkill+$skillIncrease > 60>>
-		@@color:green;$pronounCap is now an expert entertainer,@@ and can flirt engagingly, dance alluringly, and strip arousingly.
+		@@.green;$pronounCap is now an expert entertainer,@@ and can flirt engagingly, dance alluringly, and strip arousingly.
 	<</if>>
 <<elseif $args[0].entertainSkill < 100>>
 	<<if $args[0].entertainSkill+$skillIncrease >= 100>>
-		@@color:green;$pronounCap is now a masterful entertainer,@@ and can learn nothing more about flirting, dancing, or stripping.
+		@@.green;$pronounCap is now a masterful entertainer,@@ and can learn nothing more about flirting, dancing, or stripping.
 	<</if>>
 <</if>>
 <<set $args[0].entertainSkill += $skillIncrease>>
@@ -1217,26 +1217,26 @@
 
 <<SlavePronouns $args[0]>>
 <<if $args[0].face <= -95>>
-	@@color:green;$possessiveCap face is no longer horrifying,@@ and is now merely ugly.
+	@@.green;$possessiveCap face is no longer horrifying,@@ and is now merely ugly.
 <<elseif $args[0].face <= -40>>
 	<<if $args[0].face+$args[1] > -40>>
-		@@color:green;$possessiveCap face is no longer ugly,@@ and is now merely unattractive.
+		@@.green;$possessiveCap face is no longer ugly,@@ and is now merely unattractive.
 	<</if>>
 <<elseif $args[0].face <= -10>>
 	<<if $args[0].face+$args[1] > -10>>
-		@@color:green;$possessiveCap face is no longer unattractive,@@ and is now somewhat tolerable.
+		@@.green;$possessiveCap face is no longer unattractive,@@ and is now somewhat tolerable.
 	<</if>>
 <<elseif $args[0].face <= 10>>
 	<<if $args[0].face+$args[1] > 10>>
-		@@color:green;$possessiveCap face is now decently attractive,@@ rather than merely tolerable.
+		@@.green;$possessiveCap face is now decently attractive,@@ rather than merely tolerable.
 	<</if>>
 <<elseif $args[0].face <= 40>>
 	<<if $args[0].face+$args[1] > 40>>
-		@@color:green;$possessiveCap face is now quite beautiful,@@ rather than merely pretty.
+		@@.green;$possessiveCap face is now quite beautiful,@@ rather than merely pretty.
 	<</if>>
 <<elseif $args[0].face <= 95>>
 	<<if $args[0].face+$args[1] > 95>>
-		@@color:green;$possessiveCap face is now perfect.@@ It's difficult to imagine how it could be any more beautiful.
+		@@.green;$possessiveCap face is now perfect.@@ It's difficult to imagine how it could be any more beautiful.
 	<</if>>
 <</if>>
 <<set $args[0].face = Math.clamp($args[0].face+$args[1],-100,100)>>
@@ -1403,7 +1403,7 @@
 This experience
 <<if $args[0].fetishKnown == 1>>
 	<<if $args[0].fetishStrength > 95>>
-		@@color:lightsalmon;<<switch $args[0].fetish>>
+		@@.lightsalmon;<<switch $args[0].fetish>>
 		<<case "submissive">>deepens her sexual need to submit.
 		<<case "cumslut">>increases her appetite for oral sex.
 		<<case "humiliation">>makes her even more eager to be humiliated.
@@ -1417,7 +1417,7 @@ This experience
 		<</switch>>@@
 		<<set $args[0].fetishStrength += 10>>
 	<<else>>
-		is @@color:hotpink;especially enjoyable for her,@@ since
+		is @@.hotpink;especially enjoyable for her,@@ since
 		<<switch $args[0].fetish>>
 		<<case "submissive">>she's an utterly submissive little slut.
 		<<case "cumslut">>her <<if $args[0].vagina > -1>>clit<<else>>frenulum<</if>> might as well be located in her throat.
@@ -1434,7 +1434,7 @@ This experience
 	<</if>>
 <<else>>
 	was surprisingly appealing for her, revealing that she's a
-	@@color:lightsalmon;<<switch $args[0].fetish>>
+	@@.lightsalmon;<<switch $args[0].fetish>>
 	<<case "submissive">>sexual submissive!
 	<<case "humiliation">>humiliation slut!
 	<<case "boobs">>slut for breast play!
@@ -1609,7 +1609,7 @@ This experience
 		<<set $arcologies[0].FSRestart += 0.05*$args[1]*$FSSingleSlaveRep>>
 	<</if>>
 <<default>>
-	@@color:red;ERROR: bad FS reference@@
+	@@.red;ERROR: bad FS reference@@
 <</switch>>
 
 <</widget>>
@@ -1733,7 +1733,7 @@ This experience
 		<<set $arcologies[0].FSRestart += 0.05*$args[1]*$FSSingleSlaveRep*$pornFameBonus>>
 	<</if>>
 <<default>>
-	@@color:red;ERROR: bad FS reference@@
+	@@.red;ERROR: bad FS reference@@
 <</switch>>
 
 <</widget>>
\ No newline at end of file
diff --git a/src/utility/ptWidgets.tw b/src/utility/ptWidgets.tw
index 76a1d5389477fca42c4a20451c803a8ce9330189..40bb0169e06d05d5ede73b12ce0018cfb9542fae 100644
--- a/src/utility/ptWidgets.tw
+++ b/src/utility/ptWidgets.tw
@@ -2,14 +2,14 @@
 
 <<widget "InduceFlawAbuseEffects">>
 <<if $slaves[$i].devotion > 20>>
-	She's @@color:mediumorchid;desperately confused@@ by this treatment, since the effect would be ruined if you explained it to her, and her @@color:gold;trust in you is reduced.@@
+	She's @@.mediumorchid;desperately confused@@ by this treatment, since the effect would be ruined if you explained it to her, and her @@.gold;trust in you is reduced.@@
 <<elseif $slaves[$i].devotion >= -20>>
-	She's @@color:mediumorchid;confused, depressed@@ and @@color:gold;frightened@@ by this treatment, since the effect would be ruined if you explained it to her.
+	She's @@.mediumorchid;confused, depressed@@ and @@.gold;frightened@@ by this treatment, since the effect would be ruined if you explained it to her.
 <<else>>
-	She's @@color:mediumorchid;angry@@ and @@color:gold;afraid@@ that you would treat her like this.
+	She's @@.mediumorchid;angry@@ and @@.gold;afraid@@ that you would treat her like this.
 <</if>>
 <<if $slaves[$i].energy > 10>>
-	Her @@color:red;appetite for sex is also reduced.@@
+	Her @@.red;appetite for sex is also reduced.@@
 	<<set $slaves[$i].energy -= 2>>
 <</if>>
 <<set $slaves[$i].devotion -= 5>>
@@ -18,7 +18,7 @@
 
 <<widget "InduceFlawLenityEffects">>
 <<if $slaves[$i].devotion <= 20>>
-	She doesn't understand what you intend by this strange treatment, but it does make her @@color:mediumaquamarine;inappropriately trusting.@@
+	She doesn't understand what you intend by this strange treatment, but it does make her @@.mediumaquamarine;inappropriately trusting.@@
 	<<set $slaves[$i].trust += 5>>
 <</if>>
 <</widget>>
@@ -26,22 +26,22 @@
 <<widget "BasicTrainingDefaulter">>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if ($activeSlave.devotion > 20) && ($activeSlave.behavioralFlaw != "none") && ($activeSlave.behavioralQuirk == "none") && ($activeSlave.behavioralQuirk != "cum addict") && ($activeSlave.behavioralQuirk != "anal addict") && ($activeSlave.behavioralQuirk != "attention whore") && ($activeSlave.behavioralQuirk != "breast growth") && ($activeSlave.behavioralQuirk != "abusive") && ($activeSlave.behavioralQuirk != "malicious") && ($activeSlave.behavioralQuirk != "self hating") && ($activeSlave.behavioralQuirk != "neglectful") && ($activeSlave.behavioralQuirk != "breeder")>>
-		Since she's obedient, @@color:yellow;her training assignment has defaulted to softening her behavioral flaw.@@
+		Since she's obedient, @@.yellow;her training assignment has defaulted to softening her behavioral flaw.@@
 		<<set $trainingRegimen = "soften her behavioral flaw">>
 	<<elseif ($activeSlave.devotion > 20) && ($activeSlave.sexualFlaw != "none") && ($activeSlave.sexualQuirk == "none")>>
-		Since she's obedient, @@color:yellow;her training assignment has defaulted to softening her sexual flaw.@@
+		Since she's obedient, @@.yellow;her training assignment has defaulted to softening her sexual flaw.@@
 		<<set $trainingRegimen = "soften her sexual flaw">>
 	<<elseif ($activeSlave.devotion > 20) && ($activeSlave.behavioralFlaw != "none") && ($activeSlave.behavioralQuirk != "cum addict") && ($activeSlave.behavioralQuirk != "anal addict") && ($activeSlave.behavioralQuirk != "attention whore") && ($activeSlave.behavioralQuirk != "breast growth") && ($activeSlave.behavioralQuirk != "abusive") && ($activeSlave.behavioralQuirk != "malicious") && ($activeSlave.behavioralQuirk != "self hating") && ($activeSlave.behavioralQuirk != "neglectful") && ($activeSlave.behavioralQuirk != "breeder")>>
-		Since she's obedient and already has a behavioral quirk, @@color:yellow;her training assignment has defaulted to removing her behavioral flaw.@@
+		Since she's obedient and already has a behavioral quirk, @@.yellow;her training assignment has defaulted to removing her behavioral flaw.@@
 		<<set $trainingRegimen = "fix her behavioral flaw">>
 	<<elseif ($activeSlave.devotion > 20) && ($activeSlave.sexualFlaw != "none")>>
-		Since she's obedient and already has a sexual quirk, @@color:yellow;her training assignment has defaulted to removing her sexual flaw.@@
+		Since she's obedient and already has a sexual quirk, @@.yellow;her training assignment has defaulted to removing her sexual flaw.@@
 		<<set $trainingRegimen = "fix her sexual flaw">>
 	<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
-		@@color:yellow;Her training assignment has defaulted to breaking her will.@@
+		@@.yellow;Her training assignment has defaulted to breaking her will.@@
 		<<set $trainingRegimen = "break her will">>
 	<<else>>
-		She is now fully broken; @@color:yellow;her training assignment has defaulted to fostering devotion.@@
+		She is now fully broken; @@.yellow;her training assignment has defaulted to fostering devotion.@@
 		<<set $trainingRegimen = "build her devotion">>
 	<</if>>
 <</widget>>
diff --git a/src/utility/raWidgets.tw b/src/utility/raWidgets.tw
index ccf0612b5e01f7251a2b6f6148ce27b74af9f664..269fdae8fc5a4bc4d4dc5a41dbe8caab7cc32db3 100644
--- a/src/utility/raWidgets.tw
+++ b/src/utility/raWidgets.tw
@@ -103,17 +103,17 @@ When ''$currentRule.activation'' is
 <<case "always">>
 ''Always.''
 <<case "devotion">>
-<br>@@color:darkviolet;Very hateful@@: under -95, @@color:darkviolet;Hateful@@: -95 to under -50, @@color:mediumorchid;Resistant@@: -50 to under -20,
-<br>@@color:yellow;Ambivalent@@: -20 to 20, @@color:hotpink;Accepting@@: over 20 to 50, @@color:deeppink;Devoted@@: over 50 to 95, @@color:magenta;Worshipful@@: over 95
+<br>@@.darkviolet;Very hateful@@: under -95, @@.darkviolet;Hateful@@: -95 to under -50, @@.mediumorchid;Resistant@@: -50 to under -20,
+<br>@@.yellow;Ambivalent@@: -20 to 20, @@.hotpink;Accepting@@: over 20 to 50, @@.deeppink;Devoted@@: over 50 to 95, @@.magenta;Worshipful@@: over 95
 <<case "trust">>
-<br>@@color:goldenrod;Extremely terrified@@: under -95, @@color:goldenrod;Terrified@@: -95 to under -50, @@color:gold;Frightened@@: -50 to under -20,
-<br>@@color:yellow;Fearful@@: -20 to 20, @@color:mediumaquamarine;Careful@@: over 40 to 50, @@color:mediumseagreen;Trusting@@: 50 to 95, @@color:seagreen;Total trust@@: over 95
+<br>@@.goldenrod;Extremely terrified@@: under -95, @@.goldenrod;Terrified@@: -95 to under -50, @@.gold;Frightened@@: -50 to under -20,
+<br>@@.yellow;Fearful@@: -20 to 20, @@.mediumaquamarine;Careful@@: over 40 to 50, @@.mediumseagreen;Trusting@@: 50 to 95, @@.seagreen;Total trust@@: over 95
 <<case "health">>
-<br>@@color:red;Death@@: under -100, @@color:red;Near death@@: -100 to less than -90, @@color:red;Extremely unhealthy@@: -90 to less than -50, @@color:red;Unhealthy@@: -50 to less than -20 @@color:green;Healthy@@: -20 to 20, @@color:green;Very healthy@@: 20 to 50, @@color:green;Extremely healthy@@: over 50 to 90, @@color:green;Unnaturally healthy@@: over 90
+<br>@@.red;Death@@: under -100, @@.red;Near death@@: -100 to less than -90, @@.red;Extremely unhealthy@@: -90 to less than -50, @@.red;Unhealthy@@: -50 to less than -20 @@.green;Healthy@@: -20 to 20, @@.green;Very healthy@@: 20 to 50, @@.green;Extremely healthy@@: over 50 to 90, @@.green;Unnaturally healthy@@: over 90
 <<case "sex drive">>
-<br>@@color:red;Frigid@@: 20 or under, @@color:red;Poor@@: 21 to 40, @@color:yellow;Average@@: 41 to 60, @@color:green;Powerful@@: 61 to 80, @@color:green;Sex addict@@: 81 to 99, @@color:green;Nympho@@: 100
+<br>@@.red;Frigid@@: 20 or under, @@.red;Poor@@: 21 to 40, @@.yellow;Average@@: 41 to 60, @@.green;Powerful@@: 61 to 80, @@.green;Sex addict@@: 81 to 99, @@.green;Nympho@@: 100
 <<case "weight">>
-<br>@@color:red;Emaciated@@: under -95, @@color:red;Skinny@@: -95 to less than -30, Thin: -30 to less than -10 Average weight: -10 to 10, Plush: over 10 to 30, @@color:red;Fat@@: over 30 to 95, @@color:red;Overweight@@: over 95
+<br>@@.red;Emaciated@@: under -95, @@.red;Skinny@@: -95 to less than -30, Thin: -30 to less than -10 Average weight: -10 to 10, Plush: over 10 to 30, @@.red;Fat@@: over 30 to 95, @@.red;Overweight@@: over 95
 <<case "lactation">>
 <br>// 0 - none, 1 - natural, 2 - lactation implant. //
 <<case "pregnancy week">>
@@ -4336,7 +4336,7 @@ is now _currentRule.hLength cm long.
 	<<if ($args[0].devotion < 18)>><<set $args[0].devotion -= 5>><</if>>
 	<<set $args[0].trust -= 5>>
 	<<set $args[0].health -= 10>>
-	<br>$args[0].slaveName has been branded, with @@color:gold;fear@@<<if ($args[0].devotion < 18)>>, @@color:mediumorchid;regard@@,<</if>> and @@color:red;health@@
+	<br>$args[0].slaveName has been branded, with @@.gold;fear@@<<if ($args[0].devotion < 18)>>, @@.mediumorchid;regard@@,<</if>> and @@.red;health@@
 consequences.
 <</if>>
 <</if>>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 65b46bbf0feb3275eab7aa9fd6f970c7a1aeca71..8849a415c0d882fd25d1712941aa0c5345544369 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -46,11 +46,11 @@
 <<widget "StartingGirlsRefresh">>
 
 	<<replace "#devotion">>
-		@@color:yellow;Ambivalent.@@
+		@@.yellow;Ambivalent.@@
 	<</replace>>
 
 	<<replace "#trust">>
-		@@color:yellow;Fearful.@@
+		@@.yellow;Fearful.@@
 	<</replace>>
 
 	<<replace "#legal">>
@@ -78,7 +78,7 @@
 	<</replace>>
 
 	<<replace "#health">>
-		@@color:yellow;Healthy.@@
+		@@.yellow;Healthy.@@
 	<</replace>>
 
 	<<replace "#muscles">>
@@ -108,13 +108,13 @@
 	<</replace>>
 
 	<<replace "#weight">>
-		<<if $activeSlave.weight < -95>>@@color:red;Emaciated.@@
-		<<elseif $activeSlave.weight < -30>>@@color:red;Skinny.@@
+		<<if $activeSlave.weight < -95>>@@.red;Emaciated.@@
+		<<elseif $activeSlave.weight < -30>>@@.red;Skinny.@@
 		<<elseif $activeSlave.weight < -10>>Thin.
 		<<elseif $activeSlave.weight <= 10>>Average.
 		<<elseif $activeSlave.weight <= 30>>Plush.
-		<<elseif $activeSlave.weight <= 95>>@@color:red;Chubby.@@
-		<<else>>@@color:red;Fat.@@
+		<<elseif $activeSlave.weight <= 95>>@@.red;Chubby.@@
+		<<else>>@@.red;Fat.@@
 		<</if>>
 	<</replace>>
 
@@ -240,7 +240,7 @@
 	<</replace>>
 
 	<<replace "#anus">>
-		<<if $activeSlave.anus == 0>>@@color:lime;Virgin.@@
+		<<if $activeSlave.anus == 0>>@@.lime;Virgin.@@
 		<<elseif $activeSlave.anus == 1>>Normal.
 		<<elseif $activeSlave.anus == 2>>Veteran.
 		<<else>>Gaping.
@@ -249,7 +249,7 @@
 
 	<<replace "#vagina">>
 		<<if $activeSlave.vagina == -1>>//No vagina.//
-		<<elseif $activeSlave.vagina == 0>>@@color:lime;Virgin.@@
+		<<elseif $activeSlave.vagina == 0>>@@.lime;Virgin.@@
 		<<elseif $activeSlave.vagina == 1>>Normal.
 		<<elseif $activeSlave.vagina == 2>>Veteran.
 		<<else>>Gaping.
@@ -459,23 +459,23 @@
 			''Anal sex:''
 			<span id = "analSkill">
 			<<if $activeSlave.analSkill <= 10>>Unskilled.
-			<<elseif $activeSlave.analSkill <= 30>>@@color:cyan;Basic.@@
-			<<elseif $activeSlave.analSkill <= 60>>@@color:cyan;Skilled.@@
-			<<else>>@@color:cyan;Expert.@@
+			<<elseif $activeSlave.analSkill <= 30>>@@.cyan;Basic.@@
+			<<elseif $activeSlave.analSkill <= 60>>@@.cyan;Skilled.@@
+			<<else>>@@.cyan;Expert.@@
 			<</if>>
 			</span>
 			<<if $activeSlave.anus < 3>><<link "Unskilled">><<set $activeSlave.analSkill = 0>><<replace "#analSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |<</if>>
-			<<link "Basic">><<set $activeSlave.analSkill = 15>><<replace "#analSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-			<<link "Skilled">><<set $activeSlave.analSkill = 35>><<replace "#analSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-			<<link "Expert">><<set $activeSlave.analSkill = 65>><<replace "#analSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+			<<link "Basic">><<set $activeSlave.analSkill = 15>><<replace "#analSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+			<<link "Skilled">><<set $activeSlave.analSkill = 35>><<replace "#analSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+			<<link "Expert">><<set $activeSlave.analSkill = 65>><<replace "#analSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 		<</if>>
 	<</replace>>
 
 	<<replace "#oralSkill">>
 		<<if $activeSlave.oralSkill <= 10>>Unskilled.
-		<<elseif $activeSlave.oralSkill <= 30>>@@color:cyan;Basic.@@
-		<<elseif $activeSlave.oralSkill <= 60>>@@color:cyan;Skilled.@@
-		<<else>>@@color:cyan;Expert.@@
+		<<elseif $activeSlave.oralSkill <= 30>>@@.cyan;Basic.@@
+		<<elseif $activeSlave.oralSkill <= 60>>@@.cyan;Skilled.@@
+		<<else>>@@.cyan;Expert.@@
 		<</if>>
 	<</replace>>
 
@@ -488,53 +488,53 @@
 			''Vaginal sex:''
 			<span id = "vaginalSkill">
 			<<if $activeSlave.vaginalSkill <= 10>>Unskilled.
-			<<elseif $activeSlave.vaginalSkill <= 30>>@@color:cyan;Basic.@@
-			<<elseif $activeSlave.vaginalSkill <= 60>>@@color:cyan;Skilled.@@
-			<<else>>@@color:cyan;Expert.@@
+			<<elseif $activeSlave.vaginalSkill <= 30>>@@.cyan;Basic.@@
+			<<elseif $activeSlave.vaginalSkill <= 60>>@@.cyan;Skilled.@@
+			<<else>>@@.cyan;Expert.@@
 			<</if>>
 			</span>
 			<<if $activeSlave.vagina < 3>><<link "Unskilled">><<set $activeSlave.vaginalSkill = 0>><<replace "#vaginalSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |<</if>>
-			<<link "Basic">><<set $activeSlave.vaginalSkill = 15>><<replace "#vaginalSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-			<<link "Skilled">><<set $activeSlave.vaginalSkill = 35>><<replace "#vaginalSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-			<<link "Expert">><<set $activeSlave.vaginalSkill = 65>><<replace "#vaginalSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+			<<link "Basic">><<set $activeSlave.vaginalSkill = 15>><<replace "#vaginalSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+			<<link "Skilled">><<set $activeSlave.vaginalSkill = 35>><<replace "#vaginalSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+			<<link "Expert">><<set $activeSlave.vaginalSkill = 65>><<replace "#vaginalSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 		<</if>>
 	<</replace>>
 
 	<<replace "#whoreSkill">>
 		<<if $activeSlave.whoreSkill <= 10>>Unskilled.
-		<<elseif $activeSlave.whoreSkill <= 30>>@@color:cyan;Basic.@@
-		<<elseif $activeSlave.whoreSkill <= 60>>@@color:cyan;Skilled.@@
-		<<else>>@@color:cyan;Expert.@@
+		<<elseif $activeSlave.whoreSkill <= 30>>@@.cyan;Basic.@@
+		<<elseif $activeSlave.whoreSkill <= 60>>@@.cyan;Skilled.@@
+		<<else>>@@.cyan;Expert.@@
 		<</if>>
 	<</replace>>
 
 	<<replace "#entertainSkill">>
 		<<if $activeSlave.entertainSkill <= 10>>Unskilled.
-		<<elseif $activeSlave.entertainSkill <= 30>>@@color:cyan;Basic.@@
-		<<elseif $activeSlave.entertainSkill <= 60>>@@color:cyan;Skilled.@@
-		<<else>>@@color:cyan;Expert.@@
+		<<elseif $activeSlave.entertainSkill <= 30>>@@.cyan;Basic.@@
+		<<elseif $activeSlave.entertainSkill <= 60>>@@.cyan;Skilled.@@
+		<<else>>@@.cyan;Expert.@@
 		<</if>>
 	<</replace>>
 
 	<<replace "#combatSkill">>
 		<<if $activeSlave.combatSkill == 0>>Unskilled.
-		<<else>>@@color:cyan;Skilled.@@
+		<<else>>@@.cyan;Skilled.@@
 		<</if>>
 	<</replace>>
 
 	<<replace "#intelligence">>
-		<<if $activeSlave.intelligence == 3>>@@color:deepskyblue;Brilliant.@@
-		<<elseif $activeSlave.intelligence == 2>>@@color:deepskyblue;Very smart.@@
-		<<elseif $activeSlave.intelligence == 1>>@@color:deepskyblue;Smart.@@
+		<<if $activeSlave.intelligence == 3>>@@.deepskyblue;Brilliant.@@
+		<<elseif $activeSlave.intelligence == 2>>@@.deepskyblue;Very smart.@@
+		<<elseif $activeSlave.intelligence == 1>>@@.deepskyblue;Smart.@@
 		<<elseif $activeSlave.intelligence == 0>>Average.
-		<<elseif $activeSlave.intelligence == -1>>@@color:orangered;Stupid.@@
-		<<elseif $activeSlave.intelligence == -2>>@@color:orangered;Very stupid.@@
-		<<else>>@@color:orangered;Moronic.@@
+		<<elseif $activeSlave.intelligence == -1>>@@.orangered;Stupid.@@
+		<<elseif $activeSlave.intelligence == -2>>@@.orangered;Very stupid.@@
+		<<else>>@@.orangered;Moronic.@@
 		<</if>>
 	<</replace>>
 
 	<<replace "#intelligenceImplant">>
-		<<if $activeSlave.intelligenceImplant == 1>>@@color:deepskyblue;Educated.@@
+		<<if $activeSlave.intelligenceImplant == 1>>@@.deepskyblue;Educated.@@
 		<<else>>Uneducated.
 		<</if>>
 	<</replace>>
@@ -555,7 +555,7 @@
 		<<if $activeSlave.behavioralFlaw == "none">>
 		//$activeSlave.behavioralFlaw.//
 		<<else>>
-			@@color:red;$activeSlave.behavioralFlaw.@@
+			@@.red;$activeSlave.behavioralFlaw.@@
 		<</if>>
 	<</replace>>
 
@@ -563,7 +563,7 @@
 		<<if $activeSlave.sexualFlaw == "none">>
 			//$activeSlave.sexualFlaw.//
 		<<else>>
-			@@color:red;$activeSlave.sexualFlaw.@@
+			@@.red;$activeSlave.sexualFlaw.@@
 		<</if>>
 	<</replace>>
 <</widget>>
@@ -579,15 +579,15 @@
 		''Anal sex:''
 		<span id = "analSkill">
 		<<if $activeSlave.analSkill <= 10>>Unskilled.
-		<<elseif $activeSlave.analSkill <= 30>>@@color:cyan;Basic.@@
-		<<elseif $activeSlave.analSkill <= 60>>@@color:cyan;Skilled.@@
-		<<else>>@@color:cyan;Expert.@@
+		<<elseif $activeSlave.analSkill <= 30>>@@.cyan;Basic.@@
+		<<elseif $activeSlave.analSkill <= 60>>@@.cyan;Skilled.@@
+		<<else>>@@.cyan;Expert.@@
 		<</if>>
 		</span>
 		<<if $activeSlave.anus < 3>><<link "Unskilled">><<set $activeSlave.analSkill = 0>><<replace "#analSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |<</if>>
-		<<link "Basic">><<set $activeSlave.analSkill = 15>><<replace "#analSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-		<<link "Skilled">><<set $activeSlave.analSkill = 35>><<replace "#analSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-		<<link "Expert">><<set $activeSlave.analSkill = 65>><<replace "#analSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+		<<link "Basic">><<set $activeSlave.analSkill = 15>><<replace "#analSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+		<<link "Skilled">><<set $activeSlave.analSkill = 35>><<replace "#analSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+		<<link "Expert">><<set $activeSlave.analSkill = 65>><<replace "#analSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 		<</if>>
 	<</replace>>
 <</widget>>
@@ -605,15 +605,15 @@
 		''Vaginal sex:''
 		<span id = "vaginalSkill">
 		<<if $activeSlave.vaginalSkill <= 10>>Unskilled.
-		<<elseif $activeSlave.vaginalSkill <= 30>>@@color:cyan;Basic.@@
-		<<elseif $activeSlave.vaginalSkill <= 60>>@@color:cyan;Skilled.@@
-		<<else>>@@color:cyan;Expert.@@
+		<<elseif $activeSlave.vaginalSkill <= 30>>@@.cyan;Basic.@@
+		<<elseif $activeSlave.vaginalSkill <= 60>>@@.cyan;Skilled.@@
+		<<else>>@@.cyan;Expert.@@
 		<</if>>
 		</span>
 		<<if $activeSlave.anus < 3>><<link "Unskilled">><<set $activeSlave.vaginalSkill = 0>><<replace "#vaginalSkill">>Unskilled.<</replace>><<StartingGirlsCost>><</link>> |<</if>>
-		<<link "Basic">><<set $activeSlave.vaginalSkill = 15>><<replace "#vaginalSkill">>@@color:cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
-		<<link "Skilled">><<set $activeSlave.vaginalSkill = 35>><<replace "#vaginalSkill">>@@color:cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
-		<<link "Expert">><<set $activeSlave.vaginalSkill = 65>><<replace "#vaginalSkill">>@@color:cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
+		<<link "Basic">><<set $activeSlave.vaginalSkill = 15>><<replace "#vaginalSkill">>@@.cyan;Basic.@@<</replace>><<StartingGirlsCost>><</link>> |
+		<<link "Skilled">><<set $activeSlave.vaginalSkill = 35>><<replace "#vaginalSkill">>@@.cyan;Skilled.@@<</replace>><<StartingGirlsCost>><</link>> |
+		<<link "Expert">><<set $activeSlave.vaginalSkill = 65>><<replace "#vaginalSkill">>@@.cyan;Expert.@@<</replace>><<StartingGirlsCost>><</link>>
 		<</if>>
 	<</replace>>
 <</widget>>
@@ -657,27 +657,27 @@
 			<<set $cash -= $slaveCost>>
 			<<goto "RG AS Dump">>
 		<</link>>
-		//This will apply your @@color:springgreen;career bonus@@ to her:
+		//This will apply your @@.springgreen;career bonus@@ to her:
 		<<if $PC.career == "capitalist">>
-			one free level of @@color:cyan;prostitution skill.@@
+			one free level of @@.cyan;prostitution skill.@@
 		<<elseif $PC.career == "mercenary">>
-			@@color:mediumaquamarine;+10 trust.@@
+			@@.mediumaquamarine;+10 trust.@@
 		<<elseif $PC.career == "slaver">>
-			@@color:hotpink;+10 devotion.@@
+			@@.hotpink;+10 devotion.@@
 		<<elseif $PC.career == "medicine">>
-			free @@color:lime;basic implants.@@
+			free @@.lime;basic implants.@@
 		<<elseif $PC.career == "celebrity">>
-			one free level of @@color:cyan;entertainment skill.@@
+			one free level of @@.cyan;entertainment skill.@@
 		<<elseif $PC.career == "gang">>
-			@@color:green;+5 health@@ and a free level of @@color:cyan;combat skill@@
+			@@.green;+5 health@@ and a free level of @@.cyan;combat skill@@
 		<<elseif $PC.career == "escort">>
-			two free levels of @@color:cyan;sex skills@@, one free level of @@color:cyan;prostitution skill@@, and one free level of @@color:cyan;entertainment skill.@@
+			two free levels of @@.cyan;sex skills@@, one free level of @@.cyan;prostitution skill@@, and one free level of @@.cyan;entertainment skill.@@
 		<<elseif $PC.career == "servant">>
-			@@color:mediumaquamarine;+5 trust@@ and @@color:hotpink;+5 devotion.@@
+			@@.mediumaquamarine;+5 trust@@ and @@.hotpink;+5 devotion.@@
 		<<elseif $PC.career == "wealth">>
-			two free levels of @@color:cyan;sex skills.@@
+			two free levels of @@.cyan;sex skills.@@
 		<<else>>
-			@@color:hotpink;+10 devotion,@@ one free level of @@color:cyan;prostitution skill@@ and @@color:cyan;entertainment skill,@@ and two free levels of @@color:cyan;sex skills.@@
+			@@.hotpink;+10 devotion,@@ one free level of @@.cyan;prostitution skill@@ and @@.cyan;entertainment skill,@@ and two free levels of @@.cyan;sex skills.@@
 		<</if>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<link "Add slave without career bonus">>
@@ -723,9 +723,9 @@
 		<span id="fetish">
 		<<if $activeSlave.fetishKnown == 1>>
 			<<if $activeSlave.fetish == "none">>
-				@@color:pink;$activeSlave.fetish.@@
+				@@.pink;$activeSlave.fetish.@@
 			<<else>>
-				@@color:lightcoral;$activeSlave.fetish.@@
+				@@.lightcoral;$activeSlave.fetish.@@
 			<</if>>
 		<<else>>
 			//Not known.//
@@ -786,11 +786,11 @@
 		<span id="fetishStrength">
 			''Fetish strength:''
 			<<if $activeSlave.fetishStrength > 95>>
-				@@color:lightcoral;High.@@
+				@@.lightcoral;High.@@
 			<<elseif $activeSlave.fetishStrength <= 60>>
-				@@color:pink;Low.@@
+				@@.pink;Low.@@
 			<<else>>
-				@@color:hotpink;Normal.@@
+				@@.hotpink;Normal.@@
 			<</if>>
 			<<if $activeSlave.fetishStrength > 60>>
 				<<link "Decrease">>
@@ -824,11 +824,11 @@
 	<<replace "#fetishStrength">>
 		''Fetish strength:''
 		<<if $activeSlave.fetishStrength > 95>>
-			@@color:lightcoral;High.@@
+			@@.lightcoral;High.@@
 		<<elseif $activeSlave.fetishStrength <= 60>>
-			@@color:pink;Low.@@
+			@@.pink;Low.@@
 		<<else>>
-			@@color:hotpink;Normal.@@
+			@@.hotpink;Normal.@@
 		<</if>>
 
 		<<if $activeSlave.fetishStrength > 60>>
@@ -850,11 +850,11 @@
 	<<replace "#fetishStrength">>
 		''Fetish strength:''
 		<<if $activeSlave.fetishStrength > 95>>
-			@@color:lightcoral;High.@@
+			@@.lightcoral;High.@@
 		<<elseif $activeSlave.fetishStrength <= 60>>
-			@@color:pink;Low.@@
+			@@.pink;Low.@@
 		<<else>>
-			@@color:hotpink;Normal.@@
+			@@.hotpink;Normal.@@
 		<</if>>
 
 		<<if $activeSlave.fetishStrength > 60>>
@@ -898,19 +898,19 @@
 	<span id="attrXY">
 	<<if $activeSlave.attrKnown == 1>>
 		<<if $activeSlave.attrXY <= 5>>
-			@@color:red;Disgusted by men,@@
+			@@.red;Disgusted by men,@@
 		<<elseif $activeSlave.attrXY <= 15>>
-			@@color:red;Turned off by men,@@
+			@@.red;Turned off by men,@@
 		<<elseif $activeSlave.attrXY <= 35>>
-			@@color:red;Not attracted to men,@@
+			@@.red;Not attracted to men,@@
 		<<elseif $activeSlave.attrXY <= 65>>
 			Indifferent to men,
 		<<elseif $activeSlave.attrXY <= 85>>
-			@@color:green;Attracted to men,@@
+			@@.green;Attracted to men,@@
 		<<elseif $activeSlave.attrXY <= 95>>
-			@@color:green;Aroused by men,@@
+			@@.green;Aroused by men,@@
 		<<else>>
-			@@color:green;Passionate about men,@@
+			@@.green;Passionate about men,@@
 		<</if>>
 	<<else>>
 		//Not known.//
@@ -919,19 +919,19 @@
 	<span id="attrXX">
 	<<if $activeSlave.attrKnown == 1>>
 		<<if $activeSlave.attrXX <= 5>>
-			@@color:red;disgusted by women.@@
+			@@.red;disgusted by women.@@
 		<<elseif $activeSlave.attrXX <= 15>>
-			@@color:red;turned off by women.@@
+			@@.red;turned off by women.@@
 		<<elseif $activeSlave.attrXX <= 35>>
-			@@color:red;not attracted to women.@@
+			@@.red;not attracted to women.@@
 		<<elseif $activeSlave.attrXX <= 65>>
 			indifferent to women.
 		<<elseif $activeSlave.attrXX <= 85>>
-			@@color:green;attracted to women.@@
+			@@.green;attracted to women.@@
 		<<elseif $activeSlave.attrXX <= 95>>
-			@@color:green;aroused by women.@@
+			@@.green;aroused by women.@@
 		<<else>>
-			@@color:green;passionate about women.@@
+			@@.green;passionate about women.@@
 		<</if>>
 	<</if>>
 	</span>
@@ -970,52 +970,52 @@
 	<br>
 	''Sex drive:''
 	<span id="energy">
-		<<if $activeSlave.energy == 100>>@@color:green;Nympho!@@
-		<<elseif $activeSlave.energy > 80>>@@color:green;Sex addict.@@
-		<<elseif $activeSlave.energy > 60>>@@color:green;Powerful.@@
-		<<elseif $activeSlave.energy > 40>>@@color:yellow;Average.@@
-		<<elseif $activeSlave.energy > 20>>@@color:red;Poor.@@
-		<<else>>@@color:red;Frigid.@@<</if>>
+		<<if $activeSlave.energy == 100>>@@.green;Nympho!@@
+		<<elseif $activeSlave.energy > 80>>@@.green;Sex addict.@@
+		<<elseif $activeSlave.energy > 60>>@@.green;Powerful.@@
+		<<elseif $activeSlave.energy > 40>>@@.yellow;Average.@@
+		<<elseif $activeSlave.energy > 20>>@@.red;Poor.@@
+		<<else>>@@.red;Frigid.@@<</if>>
 	</span>
 	<<link "Nympho">>
 		<<set $activeSlave.energy = 100, $activeSlave.attrKnown = 1>>
 		<<replace "#energy">>
-			@@color:green;Nympho!@@
+			@@.green;Nympho!@@
 		<</replace>>
 		<<StartingGirlsCost>>
 	<</link>>
 	| <<link "Sex addict">>
 		<<set $activeSlave.energy = 85, $activeSlave.attrKnown = 1>>
 		<<replace "#energy">>
-			@@color:green;Sex addict.@@
+			@@.green;Sex addict.@@
 		<</replace>>
 		<<StartingGirlsCost>>
 	<</link>>
 	| <<link "Powerful">>
 		<<set $activeSlave.energy = 65, $activeSlave.attrKnown = 1>>
 		<<replace "#energy">>
-			@@color:green;Powerful.@@
+			@@.green;Powerful.@@
 		<</replace>>
 		<<StartingGirlsCost>>
 	<</link>>
 	| <<link "Average">>
 		<<set $activeSlave.energy = 45, $activeSlave.attrKnown = 1>>
 		<<replace "#energy">>
-			@@color:yellow;Average.@@
+			@@.yellow;Average.@@
 		<</replace>>
 		<<StartingGirlsCost>>
 	<</link>>
 	| <<link "Poor">>
 		<<set $activeSlave.energy = 25, $activeSlave.attrKnown = 1>>
 		<<replace "#energy">>
-			@@color:red;Poor.@@
+			@@.red;Poor.@@
 		<</replace>>
 		<<StartingGirlsCost>>
 	<</link>>
 	| <<link "Frigid">>
 		<<set $activeSlave.energy = 5, $activeSlave.attrKnown = 1>>
 		<<replace "#energy">>
-			@@color:red;Frigid.@@
+			@@.red;Frigid.@@
 		<</replace>>
 		<<StartingGirlsCost>>
 	<</link>>
@@ -1046,19 +1046,19 @@
 	<<set $activeSlave.attrKnown = 1>>
 	<<replace "#attrXX">>
 		<<if $activeSlave.attrXX <= 5>>
-			@@color:red;disgusted by women.@@
+			@@.red;disgusted by women.@@
 		<<elseif $activeSlave.attrXX <= 15>>
-			@@color:red;turned off by women.@@
+			@@.red;turned off by women.@@
 		<<elseif $activeSlave.attrXX <= 35>>
-			@@color:red;not attracted to women.@@
+			@@.red;not attracted to women.@@
 		<<elseif $activeSlave.attrXX <= 65>>
 			indifferent to women.
 		<<elseif $activeSlave.attrXX <= 85>>
-			@@color:green;attracted to women.@@
+			@@.green;attracted to women.@@
 		<<elseif $activeSlave.attrXX <= 95>>
-			@@color:green;aroused by women.@@
+			@@.green;aroused by women.@@
 		<<else>>
-			@@color:green;passionate about women.@@
+			@@.green;passionate about women.@@
 		<</if>>
 	<</replace>>
 	<<StartingGirlsCost>>
@@ -1100,19 +1100,19 @@
 	<<set $activeSlave.attrKnown = 1>>
 	<<replace "#attrXX">>
 		<<if $activeSlave.attrXX <= 5>>
-			@@color:red;disgusted by women.@@
+			@@.red;disgusted by women.@@
 		<<elseif $activeSlave.attrXX <= 15>>
-			@@color:red;turned off by women.@@
+			@@.red;turned off by women.@@
 		<<elseif $activeSlave.attrXX <= 35>>
-			@@color:red;not attracted to women.@@
+			@@.red;not attracted to women.@@
 		<<elseif $activeSlave.attrXX <= 65>>
 			indifferent to women.
 		<<elseif $activeSlave.attrXX <= 85>>
-			@@color:green;attracted to women.@@
+			@@.green;attracted to women.@@
 		<<elseif $activeSlave.attrXX <= 95>>
-			@@color:green;aroused by women.@@
+			@@.green;aroused by women.@@
 		<<else>>
-			@@color:green;passionate about women.@@
+			@@.green;passionate about women.@@
 		<</if>>
 	<</replace>>
 	<<StartingGirlsCost>>
@@ -1155,19 +1155,19 @@
 	<<set $activeSlave.attrKnown = 1>>
 	<<replace "#attrXY">>
 		<<if $activeSlave.attrXY <= 5>>
-			@@color:red;Disgusted by men,@@
+			@@.red;Disgusted by men,@@
 		<<elseif $activeSlave.attrXY <= 15>>
-			@@color:red;Turned off by men,@@
+			@@.red;Turned off by men,@@
 		<<elseif $activeSlave.attrXY <= 35>>
-			@@color:red;Not attracted to men,@@
+			@@.red;Not attracted to men,@@
 		<<elseif $activeSlave.attrXY <= 65>>
 			Indifferent to men,
 		<<elseif $activeSlave.attrXY <= 85>>
-			@@color:green;Attracted to men,@@
+			@@.green;Attracted to men,@@
 		<<elseif $activeSlave.attrXY <= 95>>
-			@@color:green;Aroused by men,@@
+			@@.green;Aroused by men,@@
 		<<else>>
-			@@color:green;Passionate about men,@@
+			@@.green;Passionate about men,@@
 		<</if>>
 	<</replace>>
 	<<StartingGirlsCost>>
@@ -1210,19 +1210,19 @@
 	<<set $activeSlave.attrKnown = 1>>
 	<<replace "#attrXY">>
 		<<if $activeSlave.attrXY <= 5>>
-			@@color:red;Disgusted by men,@@
+			@@.red;Disgusted by men,@@
 		<<elseif $activeSlave.attrXY <= 15>>
-			@@color:red;Turned off by men,@@
+			@@.red;Turned off by men,@@
 		<<elseif $activeSlave.attrXY <= 35>>
-			@@color:red;Not attracted to men,@@
+			@@.red;Not attracted to men,@@
 		<<elseif $activeSlave.attrXY <= 65>>
 			Indifferent to men,
 		<<elseif $activeSlave.attrXY <= 85>>
-			@@color:green;Attracted to men,@@
+			@@.green;Attracted to men,@@
 		<<elseif $activeSlave.attrXY <= 95>>
-			@@color:green;Aroused by men,@@
+			@@.green;Aroused by men,@@
 		<<else>>
-			@@color:green;Passionate about men,@@
+			@@.green;Passionate about men,@@
 		<</if>>
 	<</replace>>
 	<<StartingGirlsCost>>