/* =Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤= */
/*  Google, AllTheWeb etc. - Colored Hover */
/*          Modified by Freestyler         */
/* =Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤= */

@-moz-document domain(google.com),
               url-prefix(http://images.google),
               url-prefix(http://maps.google),
               url-prefix(http://www.google),
               url-prefix(http://www.google.fi),
               url-prefix(http://www.alltheweb),
               url-prefix(http://userstyles)
             

{
	a:hover
{

color:#00FF66 !important;  /* changes text to any desired color when hovered, 
                              feel free to change the text color */

}

}