html{
	margin:10px;
}
h1, h2, h3, h4, h5, h6{
	text-align:center;
	font-variant:small-caps;
}

table, th, td{
	border-collapse:collapse;
	border:1px solid #444;
	padding:5px;
}
table{margin:0 auto;}

table table{margin:-6px;}

code, *.code{
	font-family:monospace;
	font-size:120%;
	font-weight:normal;
}
*.tagname::before{content:'<';}
*.tagname::after{content:'>';}
*.attname::after{content:'=""';}

*.blank{background:silver;}
blockquote{
	padding:5px;
	border:1px solid #444;
}