html,
body { height: 100%; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* makes 1em = 10px on most browsers */
	margin: 0;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0; }
h1 {
	font-size: 3.1em;
	line-height: 1em;
}
h2 {
	font-size: 2.3em;
	line-height: 1em;
}
h3 {
	font-size: 1.8em;
	line-height: 1em;
}
h4 {
	font-size: 1.5em;
	line-height: 1em;
}
h5 {
	font-size: 1.3em;
	line-height: 1em;
}
h6 {
	font-size: 1.2em;
	line-height: 1em;
}

p,
blockquote,
ul {
	line-height: 1.3em;
}

p { margin: 0 auto 1em auto;}

ul {
	padding: 0;
	margin-left: 1.25em;
}

blockquote {
	color: rgb(255,175,65);
	margin: 0;
	text-indent: -0.60em;
}

span { }

img { border-width: 0;}

table {
	border-collapse: collapse;
	font-size: 1em;
	margin: 0 auto;
	width: 35.5em;
}

table tr th,
table tr td {
	border: 1px solid rgb(200,200,200);
	padding: 0.5em;
}

table tr th {
	background-color: rgb(225,225,250);
	color: rgb(100,100,175);
}

form ul li { list-style-type: none; }

pre { overflow: auto; }