* { 
  letter-spacing: normal !important;
  word-spacing: normal !important;
  line-height: 175% !important;
  text-shadow: none !important;
}

a:link, a:visited {
  text-decoration: underline !important;
  cursor: pointer !important;
}

body {
  cursor: default !important;
}

marquee {
  -moz-binding: none !important;
  display: block;
  height: auto !important;
}

abbr[title], acronym[title] {
  border-bottom: none !important;
}

/* fuck you and your fucking columns (the web is not a newspaper) */
/* http://www.w3.org/TR/2005/WD-css3-multicol-20051215/#the-number */
* {
  /* current mozilla properties */
  -moz-column-count: auto !important;
  -moz-column-width: auto !important;
  /* proposed CSS3 properties */
  column-count: auto !important;
  column-width: auto !important;
}

/* Take *that*, Jerry Tycho. */
@-moz-document domain("penny-arcade.com") {
	i { font-style: normal !important; }
	em { font-style: normal !important; }
}

pre { white-space: pre-wrap; word-wrap: break-word; }
