diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index d2357b70789149ac8defb1e379657ab539048c7d..d57b6251c56da985ef52433ba81cdf5a5df32755 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -9,14 +9,13 @@
 <</if>>
 
 
-<br>
-//Here you can view many of the financial details of your arcology, <<= properTitle()>>. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found in the "Slave maintenance" link. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.
+//Here you can view many of the financial details of your arcology, <<= properTitle()>>. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found in the "Slave maintenance" link. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.//
 
 <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>
-<br>
 
 <<if $difficultySwitch == 1>>
-	__Economy__<br>
+	//The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.//
+	<br>
 	<span id="economy">
 		@@.yellowgreen;Global Economy@@
 	| <<print $economy>>
@@ -50,7 +49,6 @@
 		<</link>>
 	<</if>>
 
-	<br><br> //The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.//
 	<br> The current score is
 	<<if $localEcon > 100>>
 		<<set _econPercent = Math.trunc(1000-100000/$localEcon)/10>>
@@ -61,9 +59,10 @@
 		<<set _econPercent = Math.trunc(100000/$localEcon-1000)/10>>
 		increasing prices by @@.red;''<<print _econPercent>>%.''@@
 	<</if>>
+	<br style="clear:both" /><<if $lineSeparations == 0>><br><br><<else>><hr style="margin:0"><</if>>
 <</if>>
-<br style="clear:both" /><<if $lineSeparations == 0>><br><br><<else>><hr style="margin:0"><</if>>
-<br>Your weekly costs are as follows://
+
+//Your weekly costs are as follows://
 
 /* Table of Totals */
 <<if ndef $lastWeeksCashIncome>>