@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
  domain("everything2.com"), 
  domain("www.everything2.com")
{

  /* hide links in main text when it's not being hovered over */
  .content:not(:hover) a:link,
  .content:not(:hover) a:visited {
    color: inherit !important;
    cursor: inherit !important;
    text-decoration: none !important;
  }

}