diff --git a/doc/About.txt b/doc/About.txt
index 78c7ae2b0e2436e84cdcd5aa07b07a5d9c1d449a..42d3423ae75345fe97472b7f8625a6d8217fe4ba 100644
--- a/doc/About.txt
+++ b/doc/About.txt
@@ -1,8 +1,7 @@
 // AsciiDoc file
 
 
-About SFLphone
---------------
-
-
+About
+=====
 
+SFLphone is a mega phone. We like it.
diff --git a/doc/News.txt b/doc/News.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d97ba467e6de7c7feaf94cf80ade0a16a45f4799
--- /dev/null
+++ b/doc/News.txt
@@ -0,0 +1,7 @@
+// AsciiDoc file
+
+News
+====
+
+* News 1
+* News 2
diff --git a/www/sflphone.css b/www/sflphone.css
index 58bd8bc366ce5a6daccae1b5ca2b34665684c721..a2f0efafb29be56e6416481d801cfea9649c84bb 100644
--- a/www/sflphone.css
+++ b/www/sflphone.css
@@ -16,11 +16,11 @@ body {
 }
 
 a {
-  color: blue;
+  color: #423130;
   text-decoration: underline;
 }
 a:visited {
-  color: fuchsia;
+  color: #826260;
 }
 
 em {
@@ -36,7 +36,7 @@ tt {
 }
 
 h1, h2, h3, h4, h5, h6 {
-  color: #86B1B5;
+  color: #4D4F3A;
   font-family: sans-serif;
   margin-top: 1.2em;
   margin-bottom: 0.5em;
diff --git a/www/templates/page_home.php b/www/templates/page_home.php
index e52303baf955498cccef0bae8bfb491e040454ae..6e7f2c1900cd1d96fa24f3b75ac0d3ad2c513a21 100644
--- a/www/templates/page_home.php
+++ b/www/templates/page_home.php
@@ -1,11 +1,10 @@
-<h1>News</h1>
 
 <?php show_page('News'); ?>
 
-<h1>About</h1>
 
 <?php show_page('About'); ?>
 
+
 <h1>Get started</h2>
 
 <p>
@@ -16,7 +15,7 @@ The project is ongoing well, but your help and contribution is needed to make th
 <img align="left" style="margin-right: 10px; margin-left: 5em;" src="images/info.png"/> 
 <a href="index.php?l=goals">Goals</a> - where do we want to be <br/>
 <a href="index.php?l=features">Features</a> - where we are <br/>
-<a href="index.php?l=screenshots">Screenshots</a> - a quick look at the current status
+<a href="index.php?l=screenshots">Screenshots</a> - we love them
 </p>
 <br style="clear: both;"/>
 <p>
@@ -27,7 +26,7 @@ The project is ongoing well, but your help and contribution is needed to make th
 <br style="clear: both;"/>
 <p>
 <img align="left" style="margin-right: 10px; margin-left: 5em;" src="images/devel.png"/>
-<a href="/mantis">File a bug</a> - File a bug report <br/>
+<a href="/mantis">File a bug</a> - report errors<br/>
 <a href="index.php?l=discuss">Discuss</a> - Subscribe to a mailing list or contact us <br/>
 <a href="index.php?l=devel">Develop</a> - Submit patches, work on the code, contribute
 </p>
\ No newline at end of file