diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw
index 82fa3e011089ee981d8fab87ec512aae81b2e2cf..bf152f3b53da3c8d4b749006787e7aa224a40640 100644
--- a/src/gui/mainMenu/AlphaDisclaimer.tw
+++ b/src/gui/mainMenu/AlphaDisclaimer.tw
@@ -1,11 +1,16 @@
 :: Alpha disclaimer [nobr]
 
-<h2>Warning:</h2>
+<h2>Warning</h2>
 <p class="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.
 </p>
 
-<h2>Note:</h2>
+<h2>Welcome!</h2>
+<p>
+	An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions.
+</p>
+
+<h2>Please note</h2>
 <p>
 	<span style="font-weight:Bold">
 		This is an alpha.
@@ -14,42 +19,40 @@
 	<div>
 	 	Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/.
 	</div>
-</p>
-<div id="version">
-	<<link "version info">>
-		<<replace "#version">>
-			<div class="note">
-				version: $ver, mod version: $pmodVer, build: $releaseID
-			</div>
-			<div>
-				<span class="green note">
-					Mod: expanded age ranges and other tweaks 2016-08-30
-				</span>
-				<span class="darkred">
-					+SV
-				</span>
-			</div>
-			<div>
-				<span class="green note">
-					Mod: extra preg content and other crap
-				</span>
-			</div>
-
-			<p style="font-weight:Bold">
-				Saves from versions prior to 0.6 are not compatible.
-			</p>
-		<</replace>>
-	<</link>>
-</div>
+	<div class="note">
+		version: $ver, mod version: $pmodVer, build: $releaseID
+	</div>
+	<div id="version">
+		<<link "More version info">>
+			<<replace "#version">>
+				<div>
+					<span class="green note">
+						Mod: expanded age ranges and other tweaks 2016-08-30
+					</span>
+					<span class="darkred">
+						+SV
+					</span>
+				</div>
+				<div>
+					<span class="green note">
+						Mod: extra preg content and other crap
+					</span>
+				</div>
 
-<h2>Welcome!</h2>
-<p>
-	An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions.
+				<p style="font-weight:Bold">
+					Saves from versions prior to 0.6 are not compatible.
+				</p>
+			<</replace>>
+		<</link>>
+	</div>
 </p>
 
-<h3>Important note for new players, and a reminder for FC veterans:</h3>
+
 <p>
-	When the player is offered a set of choices, the
+	<span style="font-weight:Bold">
+		Important info for new players, and a reminder for FC veterans:
+	</span>
+	when the player is offered a set of choices, the
 	<span style="font-weight:Bold">
 		Continue
 	</span>
@@ -58,4 +61,4 @@
 
 <p>
 	[[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]]
-</p>
+</p>
\ No newline at end of file