* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
}

p {
	color: #000;
}

a:after {
	content: " [" attr(href) "] ";
}