body
{
	background-color: #90a090;
	font-family: sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.bodyheader
{
	background-color: white;
	margin: 0;
	padding: 0;
}

.page {
	background-color: white;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
}

a {
	text-decoration: none;
	color: inherit;
}

.link {
	text-decoration: underline;
	text-decoration-color: #00aa00;
	color: inherit;
}

.link::before {
	content: "\25ba";
	text-decoration: none;
	color: #00aa00;
	opacity: 0;
}

.link:hover::before {
	opacity: 1;
}

iframe
{
	width: 100%;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 0;
	vertical-align: top;
}

ul {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	margin-bottom: 5px;
}

li::before {
  content: "\2022";
  color: #00a000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

section {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

.sectiontitle {
	font-size: 20px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.sectiontitle::before {
	content: "\258c";
	color: red;
}

.header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.headerlogo {
	margin-top: -15px;
	margin-right: 30px;
	float: left;
}

.headericon {
	width: 100px;
	height: 100px;
}

.headertitle {
	font-size: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
}

.headermenubar {
	margin-top: 10px;
	float: left;
}

.headermenuitem {
	background-color: #ffffff;
	margin-right: 5px;
	padding: 2px 5px 2px 5px;
	border-color: #d0d0d0;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

.headermenuitem:hover
{
	background-color: #f0fff0;
	transform: scale(1.1);
}

.headerseparator {
	background-color: red;
	height: 1px;
	clear: both;
}

.textdescription {
	color: #808080;
}

.textnote {
	color: #808080;
	font-size: x-small;
	vertical-align: top;
}

.textwarning {
	color: #800000;
}

.changes
{
	margin-right: 50px;
	margin-bottom: 30px;
}

.changestitle
{
	font-weight: bold;
	margin-left: -20px;
	margin-bottom: 10px;
}

.changestitle::before {
	content: "\258c";
	color: cyan;
}

.changescategory
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.lisub {
	margin-left: 30px;
}
