@-moz-document domain(google.com)
{
	a:hover
{
/*color:white !important;*/             /* changes text to any desired color when hovered */
/* uncomment (remove the bounding elements around the above "color" part if desired */

background:#C3D9FF !important;		/* adds a colored background to any desired color when hovered */
-moz-border-radius:4px !important;	/* a nice little roundness to the bkgrnd color */
}

}