/* Wikipedia modifications written by me, GeorgeMoney, for people reading wikipedia (http://en.wikipedia.org) */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(en.wikipedia.org) {

#siteNotice,
#siteSub,
#footer,
#editpage-copywarn2,
#editpage-specialchars,
#pt-logout,
#f-copyright,
#f-lastmod,
#editpage-copywarn,
#fundraising,
#coordinates,
.portlet,
.editsection,
.usermessage
{ display:none !important; }

#content {background: white; border: none; -moz-border-radius: 0px !important; height: 100%;}
body {background: white;}

h1.firstHeading {color: black;}

/* Wider content now that other column is gone */
#column-content, #content { margin: 0 0 0 0 !important; } 

a {
text-decoration: none !important;
}

a:visited, a:active {
	color: #002bb8;
}

a.new:visited, a.new:active {
	color: #002bb8;
}

/* end */
}