Index: global.css
===================================================================
--- global.css	(revision 8735)
+++ global.css	(working copy)
@@ -1,4 +1,5 @@
 /* 2 column liquid layout */
+
 div#wpbody {
 	float: right;
 	clear: right;
@@ -41,10 +42,9 @@
 	margin-right: 245px;
 }
 
-
 /* styles for use by people extending the WordPress interface */
 
-body	{
+body {
 	margin: 0;
 	padding: 0;
 }
@@ -79,47 +79,23 @@
 
 .hidden { display: none; }
 
-h1 {
-  display: block;
-  font-size: 2em;
-  font-weight: bold;
-  margin: .67em 0;
+h1, h2, h3, h4, h5, h6 {
+	display: block;
+	font-weight: bold;
 }
 
-h2 {
-  display: block;
-  font-size: 1.5em;
-  font-weight: bold;
-  margin: .83em 0;
-}
+h1 { font-size: 2em; margin: .67em 0; }
 
-h3 {
-  display: block;
-  font-size: 1.17em;
-  font-weight: bold;
-  margin: 1em 0;
-}
+h2 { font-size: 1.5em; margin: .83em 0; }
 
-h4 {
-  display: block;
-  font-weight: bold;
-  margin: 1.33em 0;
-}
+h3 { font-size: 1.17em; margin: 1em 0; }
 
-h5 {
-  display: block;
-  font-size: 0.83em;
-  font-weight: bold;
-  margin: 1.67em 0;
-}
+h4 { margin: 1.33em 0; }
 
-h6 {
-  display: block;
-  font-size: 0.67em;
-  font-weight: bold;
-  margin: 2.33em 0;
-}
+h5 { font-size: 0.83em; margin: 1.67em 0; }
 
+h6 { font-size: 0.67em; margin: 2.33em 0; }
+
 .subsubsub {
 	list-style: none;
 	margin: 14px 0 8px 0;
@@ -135,10 +111,9 @@
 .subsubsub li { display: inline; margin: 0; padding: 0; }
 
 /* make it small? */
-.subsubsub li.spam {
-	font-size: .9em;
-}
 
+.subsubsub li.spam { font-size: .9em; }
+
 .widefat {
 	border-width: 1px;
 	border-style: solid;
@@ -148,18 +123,12 @@
 	margin: 0;
 }
 
-.widefat a {
-	text-decoration: none;
-}
+.widefat a { text-decoration: none; }
 
-.widefat abbr {
-	white-space: nowrap;
-}
+.widefat abbr { white-space: nowrap; }
 
 .widefat td, .widefat th {
-	border-bottom-width: 1px;
-	border-bottom-style: solid;
-	border-bottom-color: #ccc;
+	border: 1px solid #ccc;
 	font-size: 11px;
 	vertical-align: text-top;
 }
@@ -195,13 +164,9 @@
 	padding-left: 5px;
 }
 */
-.widefat .num {
-	text-align: center;
-}
+.widefat .num { text-align: center; }
 
-#wpbody .wrap {
-	position: relative;
-}
+#wpbody .wrap { position: relative; }
 
 .wrap, .updated, .error {
 	margin: 0 15px;
@@ -231,16 +196,14 @@
 	text-decoration: none;
 	padding-bottom: 2px;
 }
-
+/* little conflict with "text-decoration" for "udated" class link above. Please check it. */
 .wrap h2 {
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	clear: both;
 	font: 24px Georgia, "Times New Roman", Times, serif;
 	margin: 5px 0 10px -4px;
-	padding: 0;
-	padding-bottom: 7px;
-	padding-right: 280px;
+	padding: 0 280px 7px 0;
 }
 
 .wrap h2.long-header {
