@charset "UTF-8";
/* print URLs after link text */
/*
 a:link:after, 
 a:visited:after {
	content: " (" attr(href) ") ";
}
*/