html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px;
	}
body {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none 0px;
	height: 100%;
	max-width:1000px;
	color: Black;
	background-color: White;
}
p.largertext {
	font-size:12pt;
}
div {
	padding: 0px;
}
table {
	border: solid 1px Black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	border-collapse: collapse;
	}

td {
	font-size: 10pt;
	}
td.largertext {
	font-size:12pt;
}
a:visited {
	color: Blue;
	}
a { 
	text-decoration: none;
	color: Blue;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: 0px;
	}
h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #EA7B46;
}
h2 {
	font-size: 16pt;
	color: #EA7B46;
}
h3 {
	font-size: 14pt;
	}
h4 {
	font-size: 12pt;
	}
h4.toc 
{
    margin-bottom: .3em; 
    }
h5 {
	font-size: 10pt;
	}
h6 {
	font-size: 8pt;
	}
ul {
	text-indent: 0em;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 1.5em;
	border: none 0px;
	list-style-position: outside;
}
li 
{
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: none 0px;
}
img
{
    padding:0px 10px 0px 10px;
}
.videoad {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

@media (prefers-color-scheme: dark) {
	body {
		color: #ddd;
		background-color: #242424;
		font-weight: lighter;
	}

	a:link {
		color: #63ADE5;
	}

	a:active {
		color: #63ADE5;
	}

	a:visited {
		color: #63ADE5;
	}

	a.important {
		color: #63ADE5;
	}

	a.unimportant {
		color: #63ADE5;
	}

	select, textarea, input {
		color: #ddd;
		background-color: #242424;
		font-weight: lighter;
		border: solid 1px #646464;
	}
}