@charset "utf-8";
/* CSS Document */

body{
	margin: 1em;
	background: #fff;
	color: #000;
}

a[href]:after{
	content: " (" attr(href) ")";
}