position fine tuning & emphasis
diff --git a/pages/otj_java8.html b/pages/otj_java8.html
index 8fad987..afd96a4 100644
--- a/pages/otj_java8.html
+++ b/pages/otj_java8.html
@@ -47,13 +47,13 @@
 		<p>
 		Since version 1.1, <b class="orange">Java</b> has not seen any enhancements for this task.
 		</p>
-		<p style="margin-bottom:0px;">
+		<p style="margin:-5px 0px 0px;">
 		<a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> adds three closely related concepts:
 		</p>
 		<ul style="margin:0px;">
-		<li style="margin:-10px 0px 0px;">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>
-		<li>Teams support nested inheritance for large-scale specialization.</li></ul>
+		<li style="margin:0px;">Roles can be attached to a base object for <b>dynamic specialization</b>.</li>
+		<li style="margin:-8px 0px 0px;">Roles are grouped into a Team to yield <b>cohesive modules</b> for use-cases &amp; features.</li>
+		<li style="margin:-8px 0px 0px;">Teams support nested inheritance for <b>large-scale specialization</b>.</li></ul>
 	</div>
 	<h2 style="position:relative; left:100px; top:-440px;
 		display:block;transform:rotate(-90deg);
@@ -62,18 +62,18 @@
 	<div style="position:relative; left:523px; top:-230px; width:245px;font-size:16px;">
 		<a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> is agnostic to how algorithms are encoded (programming in the small),<br/>
 		but you may leverage lambda expressions from <b class="orange">Java 8</b> in your OT/J programs for that touch
-		of functional programming.
+		of <b>functional programming</b>.
 	</div>
 	<h2 style="position:relative; left:150px; top:-140px;">	Types:</h2>
 	<div style="position:relative; left:262px; top:-218px; width:480px;font-size:16px;">
-		A rich type system is key for attaching semantics to the elements of your program.
+		A rich type system is key for attaching <b>semantics</b> to the elements of your program.
 		<ul>
 			<li><b class="orange">Java 8</b> features …<br/>
-			type annotations for expressing more properties of types,</li>
+			<b>type annotations</b> for expressing more properties of types,</li>
 			<li><a class="orange" href="http://www.eclipse.org/jdt">JDT</a> leverages  …<br/>
-			type annotations for detecting null related errors,</li>
+			type annotations for detecting <b>null</b> related errors,</li>
 			<li><a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> introduces …<br/>
-			dependent types to express object ownership.</li>
+			dependent types to express object <b>ownership</b>.</li>
 		</ul>
 	</div>
 </div>