body {
	background-color: #f5f5f5;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	margin: 6em 0 1em 0;
}
#container {
	width: 61.5em;	/* 984px */
	margin: 0 auto;
	color: #444444;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter {
	font-size: 1.5em;
}
h1 {
	font-size: 1.5em;		/* 24px */
	background: #ddddff;
	border: solid #315eb1;
	border-width: 0.083em 0;	/* 2px */
	margin: 0 0 3em 0;
	padding: 0.25em 0;
}
h2 {
	font-size: 1.25em;	/* 20px */
	color: #154090;
}
h3 {
	font-size: 1.125em;	/* 18px */
	color: #154090;
}
h4 {
	font-size: 1em;
	color: #154090;
	margin: 2em 0;
}
p {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 1em;
}
a {
	color: #113388;
	text-decoration: none;
	border-bottom: 1px dotted #C76B57;
}
a:visited {
	color: #315eb1;
}
a:hover {
	color: #c76b57;
	border-bottom: 1px solid #C76B57;
}
.subleft, .subright {
	float: left;
	width: 28.5em;	/* 456px */
	margin:  4em 0.25em 0.25em;
	border: 0.188em double #e4e4e4;
	border-top-left-radius: 8em;
	padding: 0 0.5em 1.5em;
}
.subright {
	float: right;
}
.spacebar {
	clear: both;
}
pre {
	background: #eeeeff;
	padding: 0.5em;
	overflow: auto;
	border: 1px dotted #333399;
	margin: 0 1em;
}
.new_point {
	margin-top: 8em;
}
strong {
	font-size: 1.5em;
}
table {
	border-collapse: collapse;
}
tr:nth-child(odd) {}
tr:nth-child(even) {
	background-color: #f0f0f5;
}
td {
	font-size: 0.75em;
	border: 1px solid #ddddff;
	text-align: center;
}
th {
	color: #154090;
	background-color: #ffffff;
	border: 1px solid #ddddff;
	padding: 0.5em;
}
