adjust spacing after adding bold
diff --git a/pages/otj_java8.html b/pages/otj_java8.html
index afd96a4..d160cf0 100644
--- a/pages/otj_java8.html
+++ b/pages/otj_java8.html
@@ -68,11 +68,11 @@
 	<div style="position:relative; left:262px; top:-218px; width:480px;font-size:16px;">
 		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/>
+			<li style="margin-left:-12px;"><b class="orange">Java 8</b> features …<br/>
 			<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/>
+			<li style="margin-left:-12px;"><a class="orange" href="http://www.eclipse.org/jdt">JDT</a> leverages  …<br/>
 			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/>
+			<li style="margin-left:-12px;"><a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> introduces …<br/>
 			dependent types to express object <b>ownership</b>.</li>
 		</ul>
 	</div>