@import url(html4css1.css);

body { margin: 2em; }

h1, h2, h3, h4, h5, h6, p.topic-title {
	margin: 1.2em auto 1em;
	font-family: sans-serif; }

h1.title { text-align: left; font-size: 1.8em; }
h2.subtitle { text-align: left; font-size: 1.4em; }

h1 { font-size: 1.4em }
h2 { font-size: 1.3em }
h3 { font-size: 1.2em }
h4, h5, h6 { font-size: 1.1em }

li { margin-bottom: 0.2em }

pre.literal-block, pre.doctest-block {
	margin-left: 2em;
	margin-right: auto;
	padding: 0.5em;
	border:1px solid #333;
	color:#007;
	background:#fafafa;
	overflow:auto; }

pre.thai {
	font-family: "Courier MonoThai", monospace;
	font-size: 100%; }

div.footer { margin-top: 2em; font-size: small; }
img.counter { border: 0; width: 80px; height: 9px; }

.datelist {
	float: left;
	font-family: monospace;
	font-size: 0.8em;
	width: 8em; }

a:link { color: #0000FF; }
a:visited { color: #222288; }
a:active { color: #FF0000; }
