html	{
	font-family: "Arial","Helvetica", sans-serif;
	font-size: medium; 
	color: black;
	position: absolute;
	top: 0;
	left: 0;
	}

body	{
	background-color: #F4DE83;
	position: absolute;
	top: 0;
	left: 0;
	}
	
.boxed	{
	text-align:   left;
	width: 100%;
	border: none;
	}

.note {
	color: maroon;
	}
	
h1	{
	font-size: 3em;
	font-weight: bold;
	color: #990000;
	text-align: center;

	}

h2	{ 
	font-size: 1.5em;
	}

h3	{ 
	font-size: 1.17em;
	}

h4, p, blockquote, fieldset, form, ul, ol, dl, dir, menu	
	{
	font-size: 11px;
	}

h5	{
	font-size: .83em;
	}

h6	{
	font-size: .75em;
	}

h1, h2, h3, h4, h5, h6, b, strong	
	{ 
	font-weight: bolder;
	}
	
blockquote
	{ 
	margin-left: 40px;
	margin-right: 40px;
	}

i, cite, em, var, address	{ 
	font-style: italic;
	}

pre, tt, code, kbd, samp	{ 
	font-family: monospace;
	}

pre	{
	white-space: pre;
	}

big	{ 
	font-size: 1.17em;
	}
	
small, sub, sup	{
	font-size: .83em;
	}

sub	{
	vertical-align: sub;
	}

sup	{
	vertical-align: super;
	}

s, strike, del
	{
	text-decoration: line-through;
	}

hr	{
	/* border: 1px inset;  questionable */
	}

ol, ul, dir, menu, dd
	{
	margin-left: 10px; 
	padding-left: 0;
	}
	
ol li	{
	list-style-type: decimal;
	}
	
ul li	{
	list-style-type: disc;
	}

ol ul	{
	margin-top: 0;
	margin-bottom: 0;
	}

ul ol	{
	margin-top: 0;
	margin-bottom: 0;
	}

ul ul	{
	margin-top: 0;
	margin-bottom: 0;
	}

ol ol	{
	margin-top: 0;	
	margin-bottom: 0;
	}

u, ins	{
	text-decoration: underline;
	}

center	{
	text-align: center;
	}


table, tbody, tfoot, thead, tr
	{
	background-position: top left;
	/* width: auto; */
	/* height: auto; */
	}

table {
	background-color: #F4DE83;
	border-collapse: separate;
	empty-cells: show;
	}
	
td	{
	text-align:   center;
	vertical-align: top;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E9CC54;
	}

thead {
	text-align: center;
	}

th	{
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B3920B
	}

caption	{
	font-weight: bold;
	text-align:  center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	padding: 12px 0px 2px;
	}
	
a:link {
	color: #990000;
	text-decoration: none;
	}
a:visited {
	color: #000099;
	text-decoration: none;
	}
a:hover {
	color: #009900;
	text-decoration: none;
	font-size: larger;
	}
a:active {
	color: #660099;
	text-decoration: none;
	}
	
.footnote {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
.footnote a:link {
	color: #FFCC33;
	text-decoration: none;
	}
.footnote a:visited {
	color: #FFFFCC;
	text-decoration: none;
	}
.footnote a:hover {
	color: #99CC66;
	text-decoration: none;
	}
.footnote a:active {
	color: #66FFFF;
	text-decoration: none;
	}

div#treelinks {
	position: relative;
	top: 0;
	left: 50;
	height: 50;
	border: 0px solid gray;
	}
	
div#treelinks ul.buttons {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
div#treelinks ul.buttons li {
	float: left;
	height: 30;
	margin: 10;
	padding: 0;
	border: 2px solid orange;
	}
	
div#treelinks ul.buttons li a {
	padding: 10px;
	width: 75;
	text-align: center;
	text-decoration: none;
	font-size: 12;
	}
	
div#treedex {
	display: block;
	position: relative;
	float: none;
	left: 10;
	border: 0px solid gold;
	}
