/* Arch Linux visited links fix */
/* by daf666 & bluewind */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("archlinux.org") {

a:visited { color: #7dbad9 !important; }
#main_nav ul li a:visited { color: #ffffff !important; }
#brdmenu ul li a:visited { color: #ffffff !important; }
a.new, #p-personal a.new {color:#ba5454 !important; }
.pBody a:visited {color:#35526F !important; } 

}
