text formatting
diff --git a/pages/otj_java8.html b/pages/otj_java8.html
index 4dd8f5d..2812c8d 100644
--- a/pages/otj_java8.html
+++ b/pages/otj_java8.html
@@ -25,12 +25,12 @@
   	<h1 style="color:#fff;">Luna is here:<br/>Object Teams embraces Java&trade; 8</h1>
   </div>
   <div class="col-md-8 col-md-offset-1">
-	<h3><a href="/objectteams/documentation.php" style="color:#fff;" 
+	<h3><a href="/objectteams/documentation.php" style="color:#ddd;" 
 			onMouseOver="this.style.color='#F7941E'"
-			onMouseOut="this.style.color='#FFF'">Documentation</a></h3>
-	<h3><a href="/objectteams/download.php" style="color:#fff;">Download</a></h3>
-	<h3><a href="/objectteams/support.php" style="color:#fff;">Support</a></h3>
-	<h3><a href="/objectteams/getting_involved.php" style="color:#fff;">Getting Involved</a></h3>
+			onMouseOut="this.style.color='#ddd'">Documentation</a></h3>
+	<h3><a href="/objectteams/download.php" style="color:#ddd;">Download</a></h3>
+	<h3><a href="/objectteams/support.php" style="color:#ddd;">Support</a></h3>
+	<h3><a href="/objectteams/getting_involved.php" style="color:#ddd;">Getting Involved</a></h3>
   </div>
 </div>
 
@@ -39,8 +39,12 @@
 	<h2 style="position:relative; left:170px; top:0px;height:24px;">Composition:</h2>
 	<div style="position:relative; left:38px; top:10px; width:380px;height:300px;font-size:16px;">
 		The essence of object-oriented programming is to compose a system from a possibly large number of interacting classes and objects.
+		<p>
 		Since version 1.1, <b class="orange">Java</b> has not seen any enhancements for this task.
+		</p>
+		<p>
 		<a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> adds three closely related concepts:
+		</p>
 		<ul>
 		<li>Roles can be attached to a base object for dynamic specialization.</li>
 		<li>Roles are grouped into a Team to yield cohesive modules for use-cases &amp; features.</li>