﻿body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

header,
footer {
	display: none;
}

a {
	text-decoration: none;
	color: #000;
}

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