@import url("/style/main");
@import url("/style/head");

body {
	max-width: 60em;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td {
	padding: 0 .3em;
	vertical-align: top;
}
th {
	background: #dde;
	color: #000;
	font-weight: normal;
}
:target {
	background: #ffffe0;
	color: #000;
}
link[rel="section"]::before {
	content: attr(title);
}
