element
+ * Styling not present in IE6/7/8/9
+*/
+
+mark {
+ background-color: #FF0;
+ color: #000;
+}
+
+/*
+ * Redeclare monospace font family to elements
+ * Font family set oddly in Chrome10 Saf5
+*/
+
+pre,
+code,
+kbd,
+samp {
+ font-family: monospace, sans-serif;
+}
+
+/*
+ * Allow line wrapping for element
+ * Improves readability of pre-formatted text
+*/
+
+pre {
+ white-space: pre;
+ white-space: pre-wrap;
+ word-wrap: break-word;
+}
+
+/*
+ * Remove quotes from element
+ * 1.
+ * CSS quotes not supported in IE6/7
+ * 2.
+ * Quote attributes not supported in Saf4
+*/
+
+/* 1 */
+
+q {
+ quotes: none;
+}
+
+/* 2 */
+
+q:before,
+q:after {
+ content: '';
+ content: none;
+}
+
+/*
+ * Remove line height for elements
+ * Line height within multi-line text displayed oddly
+*/
+
+sub,
+sup {
+ line-height: 0;
+}
+
+/*
+ * Align