--- 7/themes/seven/style.css	2009-11-20 05:27:40.000000000 +0100
+++ 7-boris/themes/seven/style.css	2009-11-21 12:42:29.000000000 +0100
@@ -840,3 +840,54 @@ div.add-or-remove-shortcuts {
   padding-top: 6px;
   padding-left: 6px;
 }
+
+/* Format HTML elements in content area of page that lost formatting due to reset.css */
+
+#page #content p {
+  margin: 1em 0;
+}
+#page #content blockquote {
+  margin: 1em 40px;
+}
+#page #content address {
+  font-style: italic;
+}
+#page #content u, #page #content ins {
+  text-decoration: underline;
+}
+#page #content s, #page #content strike, #page #content del {
+  text-decoration: line-through;
+}
+#page #content big {
+  font-size: larger;
+}
+#page #content small {
+  font-size: smaller;
+}
+#page #content sub {
+  vertical-align: sub;
+  font-size: smaller;
+  line-height: normal;
+}
+#page #content sup {
+  vertical-align: super;
+  font-size: smaller;
+  line-height: normal;
+}
+#page #content nobr {
+  white-space: nowrap;
+}
+#page #content abbr, #page #content acronym {
+  border-bottom: dotted 1px;
+}
+#page #content ul, #page #content menu, #page #content dir {
+  list-style-type: disc;
+  margin: 0.25em 0 0.25em 1.25em;
+}
+#page #content ol {
+  list-style-type: decimal;
+  margin: 0.25em 0 0.25em 1.25em;
+}
+#page #content li {
+  display: list-item;
+}
