﻿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;
}
div.g {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 18em;
}
div.h {
	font-family: "Courier New", Courier, monospace;
	color: silver;
	text-indent: 20em;
}
figcaption {
	color: #f9d5ad;
}

h1 {
	text-align: center;
	border: solid;
}

img {
	border-radius: 10px;
	border: solid;
	border-color: whitesmoke;
	width: 700px;
}

p,
li,
.p {
	color: #f9d5ad;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1em;
	line-height: 1.5em;
}
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;
}
.MobileScreenshot {
	max-height: 240px;
	max-width: 108px;
}
.imgLeft {
	float: left;
	margin: 8px;
}
.pageTitleBeginning {
	color: orange;
}
.pageTitleEnd {
	color: white;
}
.sectionHeader {
	display: inline-block;
	color: #3f7d35;
	font-size: 2em;
	margin-top: 50px;
}
.tableDiv {
	display: flex;
	justify-content: center;
	margin: 20px;
}
.tableDivWide {
	display: flex;
	margin: 20px;
}
