diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 5cfe26b4eaca6fde132518e223e5e1605edc5190..5723a81f0024eb5aaea0e9994ad29eee3d69bf10 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -15,26 +15,26 @@ Since you are
 <<else>>
 	used to a fairly normal life,
 <</if>>
-your personal living expenses are <<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>.
+your personal living expenses are @@.yellowgreen;<<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>.@@
 <<set _arcologyCosts += Math.trunc($girls*(250+(50000/$localEcon)))>>
 
 <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>>
-	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>>
+	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' @@.yellowgreen;<<print cashFormat(500)>>@@
 	<<set _arcologyCosts += 500>>
 <</if>>
 
 <<if $PC.preg == -1>>
-	<br>Your Contraceptives expenses: <<print cashFormat(25)>>
+	<br>Your Contraceptives expenses: @@.yellowgreen;<<print cashFormat(25)>>@@
 	<<set _arcologyCosts += 25>>
 <<elseif $PC.fertDrugs == 1>>
-	<br>Your fertility regimen: <<print cashFormat(50)>>
+	<br>Your fertility regimen: @@.yellowgreen;<<print cashFormat(50)>>@@
 	<<set _arcologyCosts += 50>>
 <<elseif $PC.preg >= 16>>
-	<br>Increased living expenses due to being pregnant: <<print cashFormat(100)>>
+	<br>Increased living expenses due to being pregnant: @@.yellowgreen;<<print cashFormat(100)>>@@
 	<<set _arcologyCosts += 100>>
 <</if>>
 <<if $PC.staminaPills == 1>>
-	<br>Your stamina pills: <<print cashFormat(50)>>
+	<br>Your stamina pills: @@.yellowgreen;<<print cashFormat(50)>>@@
 	<<set _arcologyCosts += 50>>
 <</if>>