/* Icons after external links
 * see also ../../local/config-extras.php
 * http://www.pmwiki.org/wiki/Cookbook/ExternalLinks
 */
#wikitext a.external {
   background: url(Icon_External_Link.png) center right no-repeat;
   padding-right: 13px;
/*   color: #2166a6;*/
   color: #2a80d1;
}
#wikitext a.external:visited {color: #9c30ff;}

/* change color of visited links */
#wikitext a:visited {color: #7e27ce;}
