<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a
{
	background-color: transparent;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	background-color: transparent;
	color: navy;
}

em
{
	font-style: normal;
	font-weight: bold;
}

table#root
{
	/* max-width: 600px; */
	margin-left: auto;
	margin-right: auto;

	font-family: Geneva, sans-serif;
}

td#foot
{
	font-size: 80%;
	text-align: center;
	border-top: 1px solid silver;
}

td#logo
{
	text-align: center;
	padding-bottom: 20px;
}

td#logo img
{
	height: 182px;
	width: 440px;
}

td#main
{
	width: 600px;
	vertical-align: top;
	text-align: justify;
}

td#menu
{
	font-size: 80%;
	vertical-align: top;
	padding-left: 20px;
}

td#menu table
{
	border: 1px solid gray;
	padding: 0px;
	margin-bottom: 20px; 
	width: 150px;
	border-spacing: 0px;
}

td#menu th
{
	background-color: silver;
	color: black;
	
	border-bottom: 1px solid gray;

	text-align: left;
	font-weight: bold;
}

td#menu td
{
	padding: 5px 5px 5px 20px;
}

td#menu ul
{
	margin: 0px;
	padding: 0px;
}

td#menu ul &gt; li:first-child
{
	margin-top: 0px;
}

td#menu li
{
	/*
	margin: 5px 0px 0px 0px;
	padding: 0px;
	*/
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.hidden
{
	display: none;
}
</pre></body></html>