diff --git a/src/gui/css/mainStyleSheet.tw b/src/gui/css/mainStyleSheet.tw
index 20cbec7404a96db69e98d2d41da3b29610468bb8..82d71b42bd989a4611e8461b4bb12bcc3d92f720 100644
--- a/src/gui/css/mainStyleSheet.tw
+++ b/src/gui/css/mainStyleSheet.tw
@@ -72,7 +72,7 @@ object {
 
 /* Colors are made as css classes, to allow them to be
    changed for a light color scheme (for example). */
-.#68D { color: #68D } /* link color */
+.link { color: #68D } /* link color */
 .aquamarine { color: aquamarine }
 .coral { color: coral }
 .cyan { color: cyan }
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index c7aad52d7efb90b0e13c34956d01ee71851fd7e9..c8126df541ba7c8e3b199ece8a4f8eec6cf1b915 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[_u].reservedChildren > 0>>
 			<br>
-			$slaves[_u].reservedChildren of ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@color:#68D;'s@@'' children will be placed in $incubatorName.
+			$slaves[_u].reservedChildren of ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@.link;'s@@'' children will be placed in $incubatorName.
 			<<if ($slaves[_u].reservedChildren < $slaves[_u].pregType) && ($reservedChildren < ($incubator-$incubatorSlaves))>>
 				<br>&nbsp;&nbsp;&nbsp;&nbsp;
 				<<print "[[Keep another child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">>
@@ -55,7 +55,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 			<<print "[[Keep a child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">>
 		<<elseif $reservedChildren == ($incubator-$incubatorSlaves)>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
-			You have no room for ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@color:#68D;'s@@'' offspring.
+			You have no room for ''<<print "[[$slaves[" + _u + "].slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage(), $eventDescription = 1]]">>@@.link;'s@@'' offspring.
 		<</if>>
 		<<set _eligibility = 1>>
 	<</if>>