@namespace url(http://www.w3.org/1999/xhtml);

/* ==UserStyle==
// @name	Firefox - Normalize Default Selections
// @author	Elijah Grey
// @version	1.0
// @description	Normalizes all default text selections to all conform to the default background and foreground colors for selections.
// ==/UserStyle==*/

::-moz-selection {
  background: Highlight;
  color: HighlightText;
}