+++ style.css
@@ -396,6 +396,20 @@
 	content: "\00BB \0020";
 	}
 
+/* Fix for IE7 not showing bullets */
+html>body .entry ul {
+	*margin-left: 0px;
+	*padding: 0 0 0 30px;
+	*list-style: disc;
+	*padding-left: 10px;
+	*text-indent: 10px;
+	}
+
+html>body .entry ul li {
+	*margin: 7px 0 8px 10px;
+	}
+/* End fix for IE7 */
+
 .entry ol {
 	padding: 0 0 0 35px;
 	margin: 0;
