/* @import url(http://www.w3.org/StyleSheets/Core/Chocolate); */
/* @import url(http://www.w3.org/StyleSheets/Core/Midnight); */
/* @import url(http://www.w3.org/StyleSheets/Core/Modernist); */
/* @import url(http://www.w3.org/StyleSheets/Core/Oldstyle); */
@import url(http://www.w3.org/StyleSheets/Core/Steely);
/* @import url(http://www.w3.org/StyleSheets/Core/Swiss); */
/* @import url(http://www.w3.org/StyleSheets/Core/Traditional); */
/* @import url(http://www.w3.org/StyleSheets/Core/Ultramarine); */

img {
	border: 0px;
	margin: 1em;
}

h1 {
	text-align: center;
}

:first-child {
	margin-top: 0em;
}

p {
	text-indent: 1em;
	text-align: justify;
	margin-top: .5em;
}

p:first-child {
	text-indent: 0em;
}

dt p {
	text-indent: 0em;
}

li p, dd p {
	text-indent: 1em;
	margin-top: .25em;
	margin-bottom: .25em;
}

table p {
	text-indent: 0em;
}

html {
	background: #ffe;
}

table {
	border-collapse: collapse;
}
tbody {
	border: thin solid;
	padding: 0.25em;
}

body {
	max-width: 35em;
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	border: thin solid blue;
	padding: 0.5em;
}
