Readd styles for b strong and bullet list.
}
#weather .weatherTmp {
font-size: 20px;
+}
+/*Reset stuff*/
+#main b, strong {
+ font-weight: bold;
+}
+#main li ul, li ol {
+ margin:0 1.5em;
+}
+#main ul,#main ol {
+ margin:0 1.5em 1.5em 1.5em;
+}
+#main ul {
+ list-style-type:disc;
+ line-height: 130%;
+ font-size: 14px;
+ text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
+}
+#main ol {
+ list-style-type:decimal;
+}
+#main ol ol {
+ list-style: upper-alpha;
+}
+#main ol ol ol {
+ list-style: lower-roman;
+}
+#main ol ol ol ol {
+ list-style: lower-alpha;
}
\ No newline at end of file