*** empty log message ***
diff --git a/allfriends.php b/allfriends.php
index c39833d..a3c20b2 100644
--- a/allfriends.php
+++ b/allfriends.php
@@ -21,6 +21,9 @@
 	# Paste your HTML content between the EOHTML markers!	
 	ob_start();
 	?>
+	<style> 
+	.monolith {	width:700px; 	margin: 0px auto; 	text-align:justify; }
+	</style>
 	<div id="fullcolumn"  class="clearfix">
 		<div style="width:700px; margin:0px auto;">
 		<h1>Thank you Friends of Helios!</h1>
@@ -38,7 +41,6 @@
 	<?
 	$html = ob_get_clean();
 	$html = mb_convert_encoding($html, "HTML-ENTITIES", 'auto');
-	$App->AddExtraHtmlHeader('<link type="text/css" href="/helios/style.css" rel="stylesheet"/>');
 	# Generate the web page
 	$App->generatePage($theme, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
\ No newline at end of file