#body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
- color: white;
font-size: 12px;
text-align: left;
line-height: 1.5em;
opacity: .5;
}
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+ border-collapse: separate;
+ border-spacing: 0;
+}
+
+caption, th, td {
+ text-align: left;
+ font-weight: normal;
+}
+
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: "";
+}
+
+blockquote, q {
+ quotes: "" "";
+}
+
strong, h2, h3 {
font-weight: bold;
}
margin-bottom: 0.5em !important;
}
+#page-wrapper {
+ width: 960px;
+ margin: 0 auto 0 auto;
+}
+
+.clear-div {
+ clear: both;
+}
+
/* footer */