*** empty log message ***
diff --git a/index.php b/index.php
index 53dcf1e..894899c 100644
--- a/index.php
+++ b/index.php
@@ -24,9 +24,9 @@
 	# End: page-specific settings
 	#
 	include('newsfeeds.php');
-	$nokia = @ rss_to_small_news_html("/home/data/httpd/writable/community/pulsar/nokia.rss", 7);	
-	$nokia = @ rss_to_small_news_html("nokia.rss",2);
-	$motorola = @ rss_to_small_news_html("motorola.rss", 2);
+	$nokia = @ rss_to_small_news_html("/home/data/httpd/writable/community/pulsar/nokia.rss", 2);	
+	//$nokia = @ rss_to_small_news_html("nokia.rss",2);
+	$motorola = @ rss_to_small_news_html("/home/data/httpd/writable/community/pulsar/motorola.rss", 2);
 	# Place your html content in a file called content/en_pagename.php
 	ob_start();
 	?>	
diff --git a/style.css b/style.css
index 1907643..69bc172 100644
--- a/style.css
+++ b/style.css
@@ -20,4 +20,15 @@
 .block .text {
 	width:230px;
 	float:left;
+}
+
+.description {
+	padding:0 40px;
+	text-align:center;
+	font-weight:bold;
+	font-size:14px;
+}
+
+.description:first-letter {
+	font-size:24px;
 }
\ No newline at end of file