@namespace url(http://www.w3.org/1999/xhtml);

/* 
Author: Thomas Jedenfelt, 2012-01-07
http://userstyles.org/user/show/117

See also:
"WIKIPEDIA.ORG - Hide Left Navigation"
http://userstyles.org/styles/43193/
 */

@-moz-document domain("wikipedia.org") {

a.new {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  }

}