--- style.css 2008-04-27 16:44:37.000000000 -0700 +++ styleNEW.css 2008-08-11 14:45:10.000000000 -0700 @@ -43,6 +43,7 @@ table, tr, td, thead, tbody { } tr.odd td, tr.even td { padding: 0.4em; + border-bottom:1px solid #eb5ac3; } tr.odd { background: #fdeaf7; @@ -50,6 +51,15 @@ tr.odd { tr.even { background: #ffffff; } +tr.even td.active { + background: #fdeaf7; +} +tr.odd td.active { + background: #f9cbed; +} +thead th { + border-bottom: 2px solid #eb5ac3; +} h1, h2, h3, h4, h5, h6 { margin-bottom: 0.3em; }