diff --git a/themes/cleanr/style.css b/themes/cleanr/style.css
index 861f20d..b35efb6 100644
--- a/themes/cleanr/style.css
+++ b/themes/cleanr/style.css
@@ -1,3 +1,6 @@
+/**
+ * Core CSS Styles
+ */
 * {
 	outline: none !important;
 }
@@ -26,6 +29,17 @@ dd {
 	border-left: 1px solid #EEE;
 	padding: 0 0 0 5px;
 }
+em {
+  font-style: italic;
+}
+strong {
+  font-weight: bold;
+}
+ol li, ul li,
+.item-list ul li,
+.item-list ol li {
+  margin-left: 20px;
+}
 #wrapper {
 	width: 97%;
 	margin: 0 auto;
@@ -148,7 +162,7 @@ dd {
 ul.primary {
 	height: 25px;
 	left: 15px;
-	margin: 8px 0 0 0;
+	margin: 7px 0 0 0;
 }
 ul.primary li {
 	background: url(images/tabs1.jpg) no-repeat left -25px;
