body {
	margin-left: 5%;
	margin-right: 5%;
	color: #000000;
	background: #E7C4AF;
	font-family: "Times";
}

a:link {
	color: #FF0000;
	background: transparent;
}

a:visited {
	color: #A27D6F;
	background: transparent;
}

h1 {
	font-family: "Times";
	font-size: 200%;
	text-align: center;
}

h2 {
	font-family: "Times";
	font-style: underline;
	text-align: center;
}

h3 {
	font-family: "Times";
	text-align: center;
}

h4, h5, h6 {
	font-family: "Times";
}

table {
	align: middle;
}

div.color {
	width: 100%;
	align: middle;
	padding: 1em;
	border: solid thin;
}

div.page {
	page-break-after: always;
}

em {
	text-transform: uppercase;
	font-size: 85%;
	font-style: none;
}

p {
	text-indent: 2em;
}

p.indent {
	margin-left: +10%;
}

blockquote {
	font-style: italic;
}

blockquote.double {
	font-weight: bold;
}