@charset "utf-8";
#content a:link,
#content a:visited {
	color: black;
	text-decoration: none;
}
#content a:visited:after {
	content: "";
}
h1 {
	border-bottom: 3px solid black;
	padding-bottom: 0.3em;
}
#menu,
hr,
#comments {display: none;}
#page {
	width: auto;
}
table td, table th {
	border-bottom: 1px solid black;
}

