<!--
/* Title */
div.title {
	font-size: large;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

/* Division */
h2 {
	padding: 15px;
	border-left: 30px solid;
}

/* Chapter */
h3 {
	padding: 10px;
	padding-left: 30px;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

/* Section */
h4 {
}
span {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* Paragraph */
p {
	font-family: monospace;
	line-height: 130%;
	margin: 0pt;
}
p.footnote {
	font-size: 80%;
}

/* Body */
body {
	margin: 3% 3%;
	line-height: 110%
}

/* Table */
table {
	border-collapse: collapse
}

/* Column */
div.column {
	padding: 10px;
	border: solid 4px;
	border-color: #B22222;
	background-color: #FFFFF0;
}

/* Extract */
div.extract {
	padding: 10px;
	border: solid 2px;
	border-color: black;
}

/* Color */
h2.chapter1 {
	background-color: #ADD8E6;
}
.chapter1 {
	border-color: #4682B4;
}
h2.chapter2 {
	background-color: #FFE4E1;
}
.chapter2 {
	border-color: #F08080;
}
h2.chapter3 {
	background-color: #FFCC66;
}
.chapter3 {
	border-color: #FF9900;
}
h2.chapter4 {
	background-color: #90EE90;
}
.chapter4 {
	border-color: #8FBC8F;
}
h2.chapter5 {
	background-color: #D8BFD8;
}
.chapter5 {
	border-color: #6A5ACD;
}
h2.chapter6 {
	background-color: #FFEBCD;
}
.chapter6 {
	border-color: #FF7F50;
}
h2.chapter7 {
	background-color: #F5F5DC;
}
.chapter7 {
	border-color: #6B8E23;
}

-->
