diff --git a/sc200-html.py b/sc200-html.py
index 1e797bd..97cc85e 100755
--- a/sc200-html.py
+++ b/sc200-html.py
@@ -97,17 +97,6 @@ body {
font-size: 16px;
}
-#menu {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-.clear {
- clear: both;
-}
-
-
/********************/
/* EXPANDABLE LIST */
/********************/
@@ -121,13 +110,7 @@ body {
padding:0;
cursor: pointer;
}
-#expList p {
- margin:0;
- display:block;
-}
-#expList p:hover {
- background-color:#121212;
-}
+
#expList li {
line-height:140%;
text-indent:0px;
@@ -169,161 +152,8 @@ body {