a.remark {
	font-family: sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	vertical-align: super;
}

address {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	text-decoration: underline;
}

blockquote {
	background-color: #eeeeee;
	padding-left: 1em;
	padding-right: 1em;
}

body {
	margin: 2em;
}

h1 {
	border-bottom: solid 1px black;
}

h2, h3, h4, h5, h6 {
	border-bottom: dotted 1px silver;
	clear: both;
}

header nav {
	font-size: small;
	float: right;
}

li {
	list-style-type: square;
}

li p {
	margin: 0;
}

nav li {
	list-style-type: circle;
}

p {
	clear: both;
}

footer aside:first-child {
	border-top: solid 1px silver;
	padding-top: 0.5em;
}

p.history {
	float: right;
	font-size: small;
	padding-top: 0;
	margin-top: 0;
}

p.history + p.remark {
	display: inline;
}

p.remark {
	font-size: small;
	padding-top: 0;
	margin-top: 0;
}

q {
	background-color: #eeeeee;
}

em, strong {
	color: red;
}

td {
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.code {
	background-color: #eeffee;
	font-family: Monaco, monospace;
}

.fixed {
	font-family: Monaco, monospace;
}

.input {
	font-family: Monaco, monospace;
	background-color: #ffeeee;
}

.none li {
	list-style-type: none;
	text-indent: -1em;
}

.output {
	font-family: Monaco, monospace;
	background-color: #eeeeff;
}

.plain {
}

.subject.left {
	float: left;
	margin-right: 0.5em;
}

.subject.right {
	float: right;
	margin-left: 0.5em;
	max-width:50%;
}

.subject img {
	vertical-align: text-bottom;
}
