diff --git a/static/css/screen.css b/static/css/screen.css
index fce8de6720a0b18abb76534a5ec765ccd59ac4a5..af72e491ca6019b99975ff5744eab4464a291786 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -69,6 +69,14 @@ p a {
 	text-decoration: underline;
 	}
 
+ul {
+	list-style: outside disc;
+        }
+
+ol {
+	list-style: outside decimal;
+        }
+
 h1, h2, h3, h4, h5, h6 {
 	font-family: sans-serif;
 	font-weight: bold;