diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw
index ad8f14f63cbf3d7999119702a33c9eec8dc33cf0..28ab30387233815bf9238170af760414dc4e4228 100644
--- a/src/events/intro/economyIntro.tw
+++ b/src/events/intro/economyIntro.tw
@@ -3,56 +3,158 @@
 <<if $PC.career == "arcology owner" || $saveImported == 1>>
 	<<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. @@.orange;Exactly how bad is the situation?@@
-	<br>
-	<<if $baseDifficulty == 1>>
-		<br>''Not truly dire. Not yet.'' //Very Easy//
-		<br>[[Harder|Economy Intro][$economy = 125, $baseDifficulty = 2]]
-	<<elseif $baseDifficulty == 2>>
-		<br>''Getting a touch dire.'' //Easy//
-		<br>[[Harder|Economy Intro][$economy = 100, $baseDifficulty = 3]] | [[Easier|Economy Intro][$economy = 200, $baseDifficulty = 1]]
-	<<elseif $baseDifficulty == 3>>
-		<br>''Very serious.'' //Default Difficulty//
-		<br>[[Harder|Economy Intro][$economy = 80, $baseDifficulty = 4]] | [[Easier|Economy Intro][$economy = 125, $baseDifficulty = 2]]
-	<<elseif $baseDifficulty == 4>>
-		<br>''It won't be pretty.'' //Hard//
-		<br>[[Harder|Economy Intro][$economy = 67, $baseDifficulty = 5]] | [[Easier|Economy Intro][$economy = 100, $baseDifficulty = 3]]
-	<<else>>
-		<br>''This is the last dance.'' //Very Hard//
-		<br>[[Easier|Economy Intro][$economy = 80, $baseDifficulty = 4]]
-	<</if>>
+	<p>
+		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. <span class="intro question">Exactly how bad is the situation?</span>
+	</p>
+	<p>
+		<<if $baseDifficulty == 1>>
+			<div>
+				<span style="font-weight:Bold">
+					Not truly dire. Not yet.
+				</span>
+				<span class="minor-note">
+					Very Easy
+				</span>
+			</div>
+			<div>
+				[[Harder|Economy Intro][$economy = 125, $baseDifficulty = 2]]
+			</div>
+		<<elseif $baseDifficulty == 2>>
+			<div>
+				<span font-weight:bold>
+					Getting a touch dire.
+				</span>
+				<span class="minor-note">
+					Easy
+				</span>	
+			</div>
+			<div>
+				[[Harder|Economy Intro][$economy = 100, $baseDifficulty = 3]] | [[Easier|Economy Intro][$economy = 200, $baseDifficulty = 1]]
+			/div>
+		<<elseif $baseDifficulty == 3>>
+			<div>
+				<span font-weight:bold>
+					Very serious.
+				</span>
+				<span class="minor-note">
+					Default Difficulty
+				</span>
+			</div>
+			<div>
+				[[Harder|Economy Intro][$economy = 80, $baseDifficulty = 4]] | [[Easier|Economy Intro][$economy = 125, $baseDifficulty = 2]]
+			</div>
+		<<elseif $baseDifficulty == 4>>
+			<div>
+				<span font-weight:bold>
+					It won't be pretty.
+				</span>
+				<span class="minor-note">
+					Hard
+				</span>
+			</div>
+			<div>
+				[[Harder|Economy Intro][$economy = 67, $baseDifficulty = 5]] | [[Easier|Economy Intro][$economy = 100, $baseDifficulty = 3]]
+			</div>
+		<<else>>
+			<div>
+				<span font-weight:bold>
+					This is the last dance.
+				</span>
+			</div>
+			<div>
+				<span class="minor-note">
+					Very Hard
+				</span>
+			</div>
+			<div>
+				[[Easier|Economy Intro][$economy = 80, $baseDifficulty = 4]]
+			</div>
+		<</if>>
+	</p>
 
 	/*Economy settings*/
-	<br><br>@@.orange;How fast is it crumbling?@@ //Some economic content requires this to be set to harder than vanilla//
+	<p>
+	<span class="intro question">
+		How fast is it crumbling?
+	</span>
+	<span class="minor-note">
+		Some economic content requires this to be set to harder than vanilla
+	</span>
 	<<if $difficultySwitch == 0>>
-		<br>''Barely noticeable, for now.'' //Vanilla//
-		<br>[[Harder|Economy Intro][$econRate = 1, $difficultySwitch = 1]]
+		<div>
+			<span font-weight:bold>
+				Barely noticeable, for now.
+			</span>
+			<span class="minor-note">
+				Vanilla
+			</span>
+		</div>
+		<div>
+			[[Harder|Economy Intro][$econRate = 1, $difficultySwitch = 1]]
+		</div>
 	<<elseif $econRate == 1>>
-		<br>''A slow decline.'' //Easy//
-		<br>[[Harder|Economy Intro][$econRate = 2]] | [[Easier|Economy Intro][$difficultySwitch = 0]]
+		<div>
+			<span font-weight:bold>
+				A slow decline.
+			</span>
+			<span class="minor-note">
+				Easy
+			</span>
+		</div>
+		<div>
+			[[Harder|Economy Intro][$econRate = 2]] | [[Easier|Economy Intro][$difficultySwitch = 0]]
+		</div>
 	<<elseif $econRate == 2>>
-		<br>''It's visibly deteriorating before your eyes.'' //Default Difficulty//
-		<br>[[Harder|Economy Intro][$econRate = 4]] | [[Easier|Economy Intro][$econRate = 1]]
+		<div>
+			<span font-weight:bold>
+				It's visibly deteriorating before your eyes.
+			</span>
+			<span class="minor-note">
+				Default Difficulty
+			</span>
+		</div>
+		<div>
+			[[Harder|Economy Intro][$econRate = 4]] | [[Easier|Economy Intro][$econRate = 1]]
+		</div>
 	<<else>>
-		<br>''It's going to hell in a handbasket.'' //Hard//
-		<br>[[Easier|Economy Intro][$econRate = 2]]
+		<div>
+			<span font-weight:bold>
+				It's going to hell in a handbasket.
+			</span>
+			<span class="minor-note">
+				Hard
+			</span>
+		</div>
+		<div>
+			[[Easier|Economy Intro][$econRate = 2]]
+		</div>
 	<</if>>
 
 	/* Not functional yet, place $incomeRate = 1 in storyInit when ready for use
-	<br> All the things you need to run your arcology are getting more expensive
-	<<if $incomeMod == 0>>
-		while all forms of income ''remain static''. [[Easier|Economy Intro][$incomeRate = 1]]
-	<<elseif $incomeMod == 1>>
-		while all forms of income ''rise but cannot keep pace''. [[Easier|Economy Intro][$incomeRate = 2]] | [[Harder|Economy Intro][$incomeRate = 0]]
-	<<else>>
-		but luckily all forms of income ''rise in lockstep''. [[Harder|Economy Intro][$incomeRate = 1]]
-	<</if>>
-	<br>
-	<br>[[Play with static economy|Economy Intro][$difficultySwitch = 0]]
-	*/
+	<div>
+		All the things you need to run your arcology are getting more expensive
+		<<if $incomeMod == 0>>
+			while all forms of income
+			<span font-weight:bold>remain static</span>. [[Easier|Economy Intro][$incomeRate = 1]]
+		<<elseif $incomeMod == 1>>
+			while all forms of income <span font-weight:bold>rise but cannot keep pace</span>. [[Easier|Economy Intro][$incomeRate = 2]] | [[Harder|Economy Intro][$incomeRate = 0]]
+		<<else>>
+			but luckily all forms of income <span font-weight:bold>rise in lockstep</span>. [[Harder|Economy Intro][$incomeRate = 1]]
+		<</if>>
+	</div>
 
-	<br>
-	<br>[[Next|Trade Intro]]
-	<br>
-	<br>[[Skip Intro|Intro Summary]] //This will preclude you from taking over an established arcology.//
+	<div>
+		[[Play with static economy|Economy Intro][$difficultySwitch = 0]]
+	</div>
+	*/
+	</p>
+	<p>
+		[[Next|Trade Intro]]
+	</p>
+	<p>
+		[[Skip Intro|Intro Summary]]
+		<span class="minor-note">
+			This will preclude you from taking over an established arcology.
+		</span>
+	</p>
 <</if>>
diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css
index 66a47271287ef2207abb89cbd614b4d5b86b6e9e..8ae45c45ea88499e572e788f9e212c085840cb02 100644
--- a/src/gui/css/mainStyleSheet.css
+++ b/src/gui/css/mainStyleSheet.css
@@ -209,7 +209,7 @@ span.zeroButton > a:hover { text-decoration: none; }
 .mediumaquamarine, .mediumaquamarine a, .trust.inc, .trust.inc a, .trust.careful, .trust.careful a  { color: mediumaquamarine }
 .mediumorchid, .mediumorchid a, .devotion.dec, .devotion.dec a, .devotion.resistant, .devotion.resistant a { color: mediumorchid }
 .mediumseagreen, .mediumseagreen a, .trust.trusting, .trust.trusting a { color: mediumseagreen }
-.orange, .orange a, .stupid, .stupid a, .change.negative, .change.negative a, .defiant.careful, .defiant.careful a { color: orange } /* generally between red and green, and a lot of other places */
+.orange, .orange a, .stupid, .stupid a, .change.negative, .change.negative a, .defiant.careful, .defiant.careful a, .intro.question { color: orange } /* generally between red and green, and a lot of other places */
 .orangered, .orangered a, .defiant.inc, .defiant.inc a, .defiant.bold, .defiant.bold, education.neg a { color: orangered }
 .orchid, .orchid a { color: orchid } /* used once (wrong? */
 .pink, .pink a { color: pink } /* also fetish start ??? , and a lot of other stuff */
diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 9b5ffd9de4db46ea6afacdb161fe45bab97cb0c4..efd1be73e1ff29371b419640eaaf13aa03b51d00 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -66,7 +66,7 @@
 	<br> The current score is
 	<<if $localEcon > 100>>
 		<<set _econPercent = Math.trunc(1000-100000/$localEcon)/10>>
-		reducing prices by <span class="cash.inc">''<<print _econPercent>>%.''</span>
+		reducing prices by <span class="cash inc">''<<print _econPercent>>%.''</span>
 	<<elseif $localEcon == 100>>
 		equal to the base score. There are no price modifications.
 	<<else>>
diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw
index 30deec02cf630a86f85c3ac09b803812f44e9c01..4da246ab9384118e7c5f04716ad63e0adfb23f5b 100644
--- a/src/uncategorized/futureSociety.tw
+++ b/src/uncategorized/futureSociety.tw
@@ -677,7 +677,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <p>
 <div>
 	<<if $arcologies[0].FSSupremacist != "unset">>
-		<span font-weight="bold">You are pursuing</span> $arcologies[0].FSSupremacistRace superiority.
+		<span style="font-weight:Bold">You are pursuing</span> $arcologies[0].FSSupremacistRace superiority.
 		<span class="detail">
 			<<link "Abandon" "Future Society">>
 				<<run FutureSocieties.remove("FSSupremacist")>>
@@ -715,14 +715,14 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 				<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "mixed race">><span class="note">It is established that those with mixed blood are inferior</span><<elseif $arcologies[0].FSSupremacistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSupremacistRace = "mixed race"]]<<else>>Mixed Race<</if>>
 			</div>
 		<<else>>
-			/*<span class="note"><span font-weight="bold">Racial Supremacism</span>: a belief in the superiority of a chosen race.</span>*/
+			/*<span class="note"><span style="font-weight:Bold">Racial Supremacism</span>: a belief in the superiority of a chosen race.</span>*/
 		<</if>>
 	<</if>>
 </div>
 
 <div>
 	<<if $arcologies[0].FSSubjugationist != "unset">>
-		<span font-weight="bold">You are pursuing</span> $arcologies[0].FSSubjugationistRace inferiority.
+		<span style="font-weight:Bold">You are pursuing</span> $arcologies[0].FSSubjugationistRace inferiority.
 		<span class="detail">
 			<<link "Abandon" "Future Society">>
 			<<run FutureSocieties.remove("FSSubjugationist")>>
@@ -758,7 +758,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 				<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "mixed race">><span class="note">It is established that those with mixed blood are superior</span><<elseif $arcologies[0].FSSubjugationistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSubjugationistRace = "mixed race"]]<<else>>Mixed Race<</if>>
 			</div>
 		<<else>>
-			/*<span class="note"><span font-weight="bold">Racial Subjugationism</span>: a belief in the inferiority of a subject race.</span>*/
+			/*<span class="note"><span style="font-weight:Bold">Racial Subjugationism</span>: a belief in the inferiority of a subject race.</span>*/
 		<</if>>
 	<</if>>
 </div>
@@ -770,7 +770,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSRestart == "unset">>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">>
-			<span font-weight="bold">You are pursuing</span> the belief that mass breeding will save humanity.
+			<span style="font-weight:Bold">You are pursuing</span> the belief that mass breeding will save humanity.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSRepopulationFocus")>>
@@ -793,7 +793,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Repopulation Efforts|Future Society][$arcologies[0].FSRepopulationFocus = 4+$arcologies[0].FSRepopulationFocusInterest-$arcologies[0].FSEugenicsInterest, $FSCredits -= 1, $arcologies[0].FSRepopulationFocusPregPolicy = 0, $arcologies[0].FSRepopulationFocusMilfPolicy = 0]]: focus on mass breeding in order to repopulate the future world.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Repopulation Efforts</span>: societal fetishization of pregnancy.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Repopulation Efforts</span>: societal fetishization of pregnancy.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -803,7 +803,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<<if $arcologies[0].FSRepopulationFocus == "unset">>
 		<<if $arcologies[0].FSRestart != "unset">>
 			<<if $arcologies[0].FSRestartDecoration != 100>>
-				<span font-weight="bold">You are pursuing</span> Eugenics.
+				<span style="font-weight:Bold">You are pursuing</span> Eugenics.
 				<span class="detail">
 					<<link "Abandon" "Future Society">>
 						<<run FutureSocieties.remove("FSRestart")>>
@@ -821,7 +821,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					<</if>>
 				<</if>>
 			<<else>>
-				<span font-weight="bold">You have established</span> Eugenics.
+				<span style="font-weight:Bold">You have established</span> Eugenics.
 				<<if $eugenicsFullControl != 1>>
 					The Societal Elite will not permit you to abandon Eugenics.
 				<<else>>
@@ -843,7 +843,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Eugenics|Future Society][$arcologies[0].FSRestart = 4+$arcologies[0].FSEugenicsInterest-$arcologies[0].FSRepopulationFocusInterest, $FSCredits -= 1, $arcologies[0].FSRepopulationFocusPregPolicy = 0, $arcologies[0].FSRepopulationFocusMilfPolicy = 0]]: rebuilding society using restrictive breeding programs reserved solely for society's finest.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Complete Societal Reconstruction</span>: rebuilding society based off the elite.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Complete Societal Reconstruction</span>: rebuilding society based off the elite.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -856,7 +856,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSSlaveProfessionalism == "unset">>
 		<<if $arcologies[0].FSIntellectualDependency != "unset">>
-			<span font-weight="bold">You are pursuing</span> intellectual dependency, a belief that slaves should be airheaded, horny and fully dependent on their owners.
+			<span style="font-weight:Bold">You are pursuing</span> intellectual dependency, a belief that slaves should be airheaded, horny and fully dependent on their owners.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSIntellectualDependency")>>
@@ -879,7 +879,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Intellectual Dependency|Future Society][$arcologies[0].FSIntellectualDependency = 4, $FSCredits -= 1]]: a belief that slaves should be airheaded, horny and fully dependent on their owners.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Intellectual Dependency</span>: a belief that slaves should be airheaded, horny and fully dependent on their owners.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Intellectual Dependency</span>: a belief that slaves should be airheaded, horny and fully dependent on their owners.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -888,7 +888,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSIntellectualDependency == "unset">>
 		<<if $arcologies[0].FSSlaveProfessionalism != "unset">>
-			<span font-weight="bold">You are pursuing</span> slave professionalism, a focus on smart, refined, altogether perfect slaves.
+			<span style="font-weight:Bold">You are pursuing</span> slave professionalism, a focus on smart, refined, altogether perfect slaves.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSSlaveProfessionalism")>>
@@ -911,7 +911,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Slave Professionalism|Future Society][$arcologies[0].FSSlaveProfessionalism = 4, $FSCredits -= 1]]: increased interest in smart, refined, altogether perfect slaves.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Slave Professionalism</span>: increased interest in smart, refined, altogether perfect slaves.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Slave Professionalism</span>: increased interest in smart, refined, altogether perfect slaves.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -924,7 +924,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<<if $seeDicks != 0 || $makeDicks == 1>>
 		<<if $arcologies[0].FSGenderFundamentalist == "unset">>
 			<<if $arcologies[0].FSGenderRadicalist != "unset">>
-				<span font-weight="bold">You are pursuing</span> a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
+				<span style="font-weight:Bold">You are pursuing</span> a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
 				<span class="detail">
 					<<link "Abandon" "Future Society">>
 						<<run FutureSocieties.remove("FSGenderRadicalist")>>
@@ -947,7 +947,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 						[[Gender radicalism|Future Society][$arcologies[0].FSGenderRadicalist = 4, $FSCredits -= 1]]: a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
 					</div>
 				<<else>>
-					/*<span class="note"><span font-weight="bold">Gender radicalism</span>: a radical redefinition of gender that identifies powerful people as male, and everyone else as female.</span>*/
+					/*<span class="note"><span style="font-weight:Bold">Gender radicalism</span>: a radical redefinition of gender that identifies powerful people as male, and everyone else as female.</span>*/
 				<</if>>
 			<</if>>
 		<</if>>
@@ -957,7 +957,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSGenderRadicalist == "unset">>
 		<<if $arcologies[0].FSGenderFundamentalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> gender traditionalism, including a societal preference for feminine slaves<<if $seePreg != 0>> and support for slave pregnancy<</if>>.
+			<span style="font-weight:Bold">You are pursuing</span> gender traditionalism, including a societal preference for feminine slaves<<if $seePreg != 0>> and support for slave pregnancy<</if>>.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSGenderFundamentalist")>>
@@ -980,7 +980,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Gender traditionalism|Future Society][$arcologies[0].FSGenderFundamentalist = 4, $FSCredits -= 1]]: a societal preference for feminine slaves<<if $seePreg != 0>> and support for slave pregnancy<</if>>.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Gender traditionalism</span>: a societal preference for feminine slaves<<if $seePreg != 0>> and support for slave pregnancy<</if>>.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Gender traditionalism</span>: a societal preference for feminine slaves<<if $seePreg != 0>> and support for slave pregnancy<</if>>.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -992,7 +992,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSDegradationist == "unset">>
 		<<if $arcologies[0].FSPaternalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of slave improvement, including slaves' health, mental well-being, and education.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of slave improvement, including slaves' health, mental well-being, and education.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSPaternalist")>>
@@ -1015,7 +1015,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Paternalism|Future Society][$arcologies[0].FSPaternalist = 4, $FSCredits -= 1]]: a vision of slave improvement, including slaves' health, mental well-being, and education.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Paternalism</span>: a vision of slave improvement, including slaves' health, mental well-being, and education.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Paternalism</span>: a vision of slave improvement, including slaves' health, mental well-being, and education.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1024,7 +1024,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSPaternalist == "unset">>
 		<<if $arcologies[0].FSDegradationist != "unset">>
-			<span font-weight="bold">You are pursuing</span> slave degradation, a belief that slaves are not human and should not be treated decently.
+			<span style="font-weight:Bold">You are pursuing</span> slave degradation, a belief that slaves are not human and should not be treated decently.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSDegradationist")>>
@@ -1047,7 +1047,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Degradationism|Future Society][$arcologies[0].FSDegradationist = 4, $FSCredits -= 1]]: a belief that slaves are not human and should not be treated decently.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Degradation</span>: a belief that slaves are not human and should not be treated decently.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Degradation</span>: a belief that slaves are not human and should not be treated decently.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1059,7 +1059,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSTransformationFetishist == "unset">>
 		<<if $arcologies[0].FSBodyPurist != "unset">>
-			<span font-weight="bold">You are pursuing</span> societal disapproval of implant surgery.
+			<span style="font-weight:Bold">You are pursuing</span> societal disapproval of implant surgery.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSBodyPurist")>>
@@ -1082,7 +1082,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Body Purism|Future Society][$arcologies[0].FSBodyPurist = 4, $FSCredits -= 1]]: societal disapproval of implant surgery.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Body Purism</span>: societal disapproval of implant surgery.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Body Purism</span>: societal disapproval of implant surgery.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1091,7 +1091,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSBodyPurist == "unset">>
 		<<if $arcologies[0].FSTransformationFetishist != "unset">>
-			<span font-weight="bold">You are pursuing</span> societal fetishization of implant surgery.
+			<span style="font-weight:Bold">You are pursuing</span> societal fetishization of implant surgery.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSTransformationFetishist")>>
@@ -1114,7 +1114,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Transformation Fetishism|Future Society][$arcologies[0].FSTransformationFetishist = 4, $FSCredits -= 1]]: societal fetishization of implant surgery.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Transformation Fetishism</span>: societal fetishization of implant surgery.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Transformation Fetishism</span>: societal fetishization of implant surgery.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1126,7 +1126,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSMaturityPreferentialist == "unset">>
 		<<if $arcologies[0].FSYouthPreferentialist != "unset">>
-			<span font-weight="bold">You are pursuing</span> an accentuated societal preference for younger slaves.
+			<span style="font-weight:Bold">You are pursuing</span> an accentuated societal preference for younger slaves.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSYouthPreferentialist")>>
@@ -1149,7 +1149,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Youth Preferentialism|Future Society][$arcologies[0].FSYouthPreferentialist = 4, $FSCredits -= 1]]: increased interest in girls just past their majority.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Youth Preferentialism</span>: increased interest in girls just past their majority.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Youth Preferentialism</span>: increased interest in girls just past their majority.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1158,7 +1158,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSYouthPreferentialist == "unset">>
 		<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a societal preference for older women.
+			<span style="font-weight:Bold">You are pursuing</span> a societal preference for older women.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSMaturityPreferentialist")>>
@@ -1181,7 +1181,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Maturity Preferentialism|Future Society][$arcologies[0].FSMaturityPreferentialist = 4, $FSCredits -= 1]]: increased interest in mature slaves.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Maturity Preferentialism</span>: increased interest in mature slaves.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Maturity Preferentialism</span>: increased interest in mature slaves.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1193,7 +1193,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSStatuesqueGlorification == "unset">>
 		<<if $arcologies[0].FSPetiteAdmiration != "unset">>
-			<span font-weight="bold">You are pursuing</span> an accentuated societal preference for short slaves.
+			<span style="font-weight:Bold">You are pursuing</span> an accentuated societal preference for short slaves.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSPetiteAdmiration")>>
@@ -1216,7 +1216,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Petite Admiration|Future Society][$arcologies[0].FSPetiteAdmiration = 4, $FSCredits -= 1]]: increased interest in short slaves.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Petite Admiration</span>: increased interest in short slaves.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Petite Admiration</span>: increased interest in short slaves.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1225,7 +1225,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSPetiteAdmiration == "unset">>
 		<<if $arcologies[0].FSStatuesqueGlorification != "unset">>
-			<span font-weight="bold">You are pursuing</span> a societal fixation on tallness.
+			<span style="font-weight:Bold">You are pursuing</span> a societal fixation on tallness.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSStatuesqueGlorification")>>
@@ -1248,7 +1248,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Statuesque Glorification|Future Society][$arcologies[0].FSStatuesqueGlorification = 4, $FSCredits -= 1]]: societal fixation on tallness.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Statuesque Glorification</span>: societal fixation on tallness.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Statuesque Glorification</span>: societal fixation on tallness.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1260,7 +1260,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSAssetExpansionist == "unset">>
 		<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-			<span font-weight="bold">You are supporting</span> enthusiasm for slaves with girlish figures.
+			<span style="font-weight:Bold">You are supporting</span> enthusiasm for slaves with girlish figures.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSSlimnessEnthusiast")>>
@@ -1283,7 +1283,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Slimness Enthusiasm|Future Society][$arcologies[0].FSSlimnessEnthusiast = 4, $FSCredits -= 1]]: a fashion for slaves with girlish figures.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Slimness Enthusiasm</span>: a fashion for slaves with girlish figures.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Slimness Enthusiasm</span>: a fashion for slaves with girlish figures.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1292,7 +1292,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
 		<<if $arcologies[0].FSAssetExpansionist != "unset">>
-			<span font-weight="bold">You are pursuing</span> societal hunger for huge assets.
+			<span style="font-weight:Bold">You are pursuing</span> societal hunger for huge assets.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSAssetExpansionist")>>
@@ -1315,7 +1315,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Asset Expansionism|Future Society][$arcologies[0].FSAssetExpansionist = 4, $FSCredits -= 1]]: societal hunger for huge assets of whatever origin.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Asset Expansionism</span>: societal hunger for huge assets of whatever origin.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Asset Expansionism</span>: societal hunger for huge assets of whatever origin.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1326,7 +1326,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <p>
 <div>
 	<<if $arcologies[0].FSPastoralist != "unset">>
-		<span font-weight="bold">You are pursuing</span> societal normalization of slave milking.
+		<span style="font-weight:Bold">You are pursuing</span> societal normalization of slave milking.
 		<span class="detail">
 			<<link "Abandon" "Future Society">>
 				<<run FutureSocieties.remove("FSPastoralist")>>
@@ -1349,7 +1349,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 				[[Slave Pastoralism|Future Society][$arcologies[0].FSPastoralist = 4, $FSCredits -= 1]]: societal acceptance of slave products like milk.
 			</div>
 		<<else>>
-			/*<span class="note"><span font-weight="bold">Slave Pastoralism</span>: societal acceptance of slave products like milk.</span>*/
+			/*<span class="note"><span style="font-weight:Bold">Slave Pastoralism</span>: societal acceptance of slave products like milk.</span>*/
 		<</if>>
 	<</if>>
 </div>
@@ -1360,7 +1360,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSHedonisticDecadence == "unset">>
 		<<if $arcologies[0].FSPhysicalIdealist != "unset">>
-			<span font-weight="bold">You are pursuing</span> societal reverence for the idealized human form, including height, health and muscle.
+			<span style="font-weight:Bold">You are pursuing</span> societal reverence for the idealized human form, including height, health and muscle.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSPhysicalIdealist")>>
@@ -1383,7 +1383,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Physical Idealism|Future Society][$arcologies[0].FSPhysicalIdealist = 4, $FSCredits -= 1]]: societal reverence for the idealized human form, including height, health and muscle.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Physical Idealism</span>: societal reverence for the idealized human form, including height, health and muscle.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Physical Idealism</span>: societal reverence for the idealized human form, including height, health and muscle.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1392,7 +1392,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSPhysicalIdealist == "unset">>
 		<<if $arcologies[0].FSHedonisticDecadence != "unset">>
-			<span font-weight="bold">You are pursuing</span> societal normalization of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
+			<span style="font-weight:Bold">You are pursuing</span> societal normalization of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSHedonisticDecadence")>>
@@ -1415,7 +1415,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Hedonistic Decadence|Future Society][$arcologies[0].FSHedonisticDecadence = 4, $FSCredits -= 1]]: societal acceptance of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">HedonisticDecadence</span>: societal acceptance of over indulgence, particularly of food, drink, sex and drugs.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">HedonisticDecadence</span>: societal acceptance of over indulgence, particularly of food, drink, sex and drugs.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1427,7 +1427,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if $arcologies[0].FSNull == "unset">>
 		<<if $arcologies[0].FSChattelReligionist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a new strain of religion that emphasizes the slaveholding portions of religious history.
+			<span style="font-weight:Bold">You are pursuing</span> a new strain of religion that emphasizes the slaveholding portions of religious history.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSChattelReligionist")>>
@@ -1450,7 +1450,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Chattel Religionism|Future Society][$arcologies[0].FSChattelReligionist = 4, $FSCredits -= 1]]: a new strain of religion that emphasizes the slaveholding portions of religious history.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Chattel Religionism</span>: a new strain of religion that emphasizes the slaveholding portions of religious history.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Chattel Religionism</span>: a new strain of religion that emphasizes the slaveholding portions of religious history.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1460,7 +1460,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<<if $arcologies[0].FSChattelReligionist == "unset">>
 		<<if $FSCreditCount == 4>>
 			<<if $arcologies[0].FSNull != "unset">>
-				<span font-weight="bold">
+				<span style="font-weight:Bold">
 					You are permitting
 					<<if $arcologies[0].FSNull <= 25>>basic
 					<<elseif $arcologies[0].FSNull <= 50>>considerable
@@ -1497,7 +1497,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 			<</if>>
 		<<elseif $FSCreditCount == 6>>
 			<<if $arcologies[0].FSNull != "unset">>
-				<span font-weight="bold">
+				<span style="font-weight:Bold">
 					You are permitting
 					<<if $arcologies[0].FSNull <= 17>>basic
 					<<elseif $arcologies[0].FSNull <= 34>>some
@@ -1532,7 +1532,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 			<</if>>
 		<<elseif $FSCreditCount == 7>>
 			<<if $arcologies[0].FSNull != "unset">>
-				<span font-weight="bold">
+				<span style="font-weight:Bold">
 					You are permitting
 					<<if $arcologies[0].FSNull <= 15>>basic
 					<<elseif $arcologies[0].FSNull <= 30>>some
@@ -1572,7 +1572,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 			<</if>>
 		<<else>>
 			<<if $arcologies[0].FSNull != "unset">>
-				<span font-weight="bold">
+				<span style="font-weight:Bold">
 					You are permitting
 					<<if $arcologies[0].FSNull <= 20>>basic
 					<<elseif $arcologies[0].FSNull <= 40>>considerable
@@ -1618,7 +1618,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
 		<<if $arcologies[0].FSRomanRevivalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of a new Rome.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of a new Rome.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSRomanRevivalist")>>
@@ -1641,7 +1641,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Roman Revivalism|Future Society][$arcologies[0].FSRomanRevivalist = 4, $FSCredits -= 1]]: a vision of a new Rome.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Roman Revivalism</span>: a vision of a new Rome.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Roman Revivalism</span>: a vision of a new Rome.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1650,7 +1650,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
 		<<if $arcologies[0].FSAztecRevivalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of a new Aztec Empire.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of a new Aztec Empire.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSAztecRevivalist")>>
@@ -1673,7 +1673,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Aztec Revivalism|Future Society][$arcologies[0].FSAztecRevivalist = 4, $FSCredits -= 1]]: a vision of a new Aztec Empire.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Aztec Revivalism</span>: a vision of a new Aztec Empire.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Aztec Revivalism</span>: a vision of a new Aztec Empire.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1682,7 +1682,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
 		<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of Pharaoh's Egypt.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of Pharaoh's Egypt.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSEgyptianRevivalist")>>
@@ -1705,7 +1705,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Egyptian Revivalism|Future Society][$arcologies[0].FSEgyptianRevivalist = (4+$arcologies[0].FSEgyptianRevivalistInterest), $FSCredits -= 1, $arcologies[0].FSEgyptianRevivalistIncestPolicy = 0]]: a vision of a Pharaoh's Egypt.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Egyptian Revivalism</span>: a vision of Pharaoh's Egypt.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Egyptian Revivalism</span>: a vision of Pharaoh's Egypt.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1714,7 +1714,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
 		<<if $arcologies[0].FSEdoRevivalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of Edo Japan.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of Edo Japan.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSEdoRevivalist")>>
@@ -1737,7 +1737,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Edo Revivalism|Future Society][$arcologies[0].FSEdoRevivalist = 4, $FSCredits -= 1]]: a vision of Edo Japan.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Edo Revivalism</span>: a vision of Edo Japan.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Edo Revivalism</span>: a vision of Edo Japan.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1746,7 +1746,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
 		<<if $arcologies[0].FSArabianRevivalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of the Sultanate of old.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of the Sultanate of old.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSArabianRevivalist")>>
@@ -1769,7 +1769,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Arabian Revivalism|Future Society][$arcologies[0].FSArabianRevivalist = 4, $FSCredits -= 1]]: a vision of the Sultanate of old.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Arabian Revivalism</span>: a vision of the Sultanate of old.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Arabian Revivalism</span>: a vision of the Sultanate of old.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>
@@ -1778,7 +1778,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 <div>
 	<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset")>>
 		<<if $arcologies[0].FSChineseRevivalist != "unset">>
-			<span font-weight="bold">You are pursuing</span> a vision of ancient China.
+			<span style="font-weight:Bold">You are pursuing</span> a vision of ancient China.
 			<span class="detail">
 				<<link "Abandon" "Future Society">>
 					<<run FutureSocieties.remove("FSChineseRevivalist")>>
@@ -1801,7 +1801,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 					[[Chinese Revivalism|Future Society][$arcologies[0].FSChineseRevivalist = 4, $FSCredits -= 1]]: a vision of ancient China.
 				</div>
 			<<else>>
-				/*<span class="note"><span font-weight="bold">Chinese Revivalism</span>: a vision of ancient China.</span>*/
+				/*<span class="note"><span style="font-weight:Bold">Chinese Revivalism</span>: a vision of ancient China.</span>*/
 			<</if>>
 		<</if>>
 	<</if>>