+#body ul {
+ margin: 20px 90px;
+ font-size: 1.4em;
+ line-height: 1.8em;
+}
+#body ol {
+ margin: 20px 90px;
+ font-size: 1.4em;
+ line-height: 1.8em;
+}
+#body ul li p {
+ font-size: 1em;
+ margin: 0;
+ line-height: 1em;
+ text-indent: 0;
+}
+#body ol li p {
+ font-size: 1em;
+ margin: 0;
+ line-height: 1em;
+ text-indent: 0;
+}
+#body ul li { margin-left: 80px; }
+#body ol li { margin-left: 80px; }
+#body blockquote {
+ margin: 20px 170px;
+ text-align: justify;
+ border-left: 2px solid #eeeeee;
+ padding-left: 5px;
+}
+#body blockquote blockquote { margin: 10px; }
+#body pre {
+ margin: 20px 170px;
+ border: 1px solid #cccccc;
+ background-color: #eeeeee;
+ padding: 10px;
+}
+#body pre code {
+ font-size: 1.6em;
+ line-height: 1.8em;
+}
+#body blockquote p {
+ margin: 5px 0;
+ text-indent: 0;
+ font-size: 1.4em;
+ line-height: 1.8em;
+}