Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.48
diff -u -p -r1.48 style.css
--- themes/garland/style.css	18 Feb 2009 14:28:25 -0000	1.48
+++ themes/garland/style.css	30 Mar 2009 14:57:47 -0000
@@ -21,6 +21,11 @@ textarea, select {
   color: #494949;
 }
 
+input:focus, input:active, a:focus, a:active, select:focus, select:active, textarea:focus, textarea:active {
+  background-color: #ffd; 
+  color: #000;
+}
+
 h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;

