@charset "utf-8";
/* CSS Document */

a:after {
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	font-weight:normal;
}

.clinks a:after {
  content: " (http://neuinfo.org/" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
}