﻿a {
	color: lightblue;
	text-decoration: underline;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		"Lucida Sans", Arial, sans-serif;
	background-color: black;
}

div.a {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 6em;
}

div.b {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 8em;
}

div.c {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 10em;
}

div.d {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 12em;
}

div.e {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 14em;
}

div.f {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 16em;
}

figcaption {
	color: #f9d5ad;
}

h1 {
	text-align: center;
	border: solid;
}

img {
	border-radius: 10px;
	border: solid;
	border-color: whitesmoke;
	width: 700px;
}

p,
li,
.p,
span {
	color: #f9d5ad;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1em;
	line-height: 1.5em;
}
p{
	text-indent: 2rem;
}
table {
	border-collapse: collapse;
}

td {
	border: 1px;
	border-style: solid;
	border-color: white;
	color: black;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
}

th {
	background-color: black;
	color: white;
	text-align: left;
	padding: 5px;
	border: 1px;
	border-style: solid;
	border-color: white;
}

tr:nth-of-type(2n + 2) {
	background-color: rgb(203, 203, 203);
}

tr:nth-of-type(2n + 3) {
	background-color: rgb(235, 235, 235);
}

.bulletedListItem {
	color: #f9d5ad;
}

.alphabetListItem {
	color: #f9d5ad;
	list-style-type: upper-alpha;
}

.numericListItem {
	color: #f9d5ad;
	list-style: decimal;
}

.imgDiv {
	text-align: center;
	margin: 20px;
}

.imgSpan {
	display: inline;
	width: 5rem;
}

.imgLeft {
	float: left;
	margin: 8px;
}

.pageTitleBeginning {
	color: deepskyblue;
}

.pageTitleEnd {
	color: white;
}
.paragraphHeader {
	display: inline-block;
	color: #d1be10;
	font-size: 1.5em;
	margin-bottom: 0rem;
	margin-top: 1.5rem;
	text-indent: 2rem;;
}
.sectionHeader {
	display: inline-block;
	color: #8ed110;
	font-size: 2em;
	margin-bottom: 0rem;
	margin-top: 2rem;
}

.tableDiv {
	display: flex;
	justify-content: center;
	margin: 20px;
}

.tableDivWide {
	display: flex;
	margin: 20px;
}
@media print {
	p {
		page-break-after: always;
	}
}
