/*
______________________________________________________________
|                  |                                          |
|          Title:  |  Change Text Highlighting Selector Color |
|    Description:  |  Custom Firefox Highlight Text Color     |
|  Original Idea:  |  Code from perishablepress.com           |
|         Author:  |  -=Ben=-                                 |
|   Date Created:  |  April 16, 2008                          |
|   Last Updated:  |  April 16, 2008                          |
|        Version:  |  1.0.0.0                                 |
|__________________|__________________________________________|

*/





*::-moz-selection 
{

/* the background color of the highlight */
   background: #333333 !important; 


/* the color of the text within the highlight */  
   color: #00FF00 !important; 

}