:root
{
	--font-size: 12pt;
}

body
{
	font-size: var(--font-size);
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: black;
	background: #F8F8E8;
	margin: 20px auto;
	padding: 0px 20px;
	max-width: 800px;
}

tr { background-color: #ffffff}
.normal { background-color: #ffffff}
.highlight { background-color: #ff0000}

table
{
	border: none;
}

h1
{
	letter-spacing: calc(var(--font-size)/6);
	font-size: calc(var(--font-size)*1.5);
	font-weight: bold;
	margin-top: calc(var(--font-size)*3);
}

h2
{
	letter-spacing: 0px;
	font-size: calc(var(--font-size)*4/3);
	font-weight: bold;
	margin-top: calc(var(--font-size)*1.5);
	margin-left: calc(var(--font-size)*5/3);

}

p, div
{
	text-align: justify;
}

p.monospace
{
	font-family: "Courier New", Courier, monospace;
}

a {
	text-decoration: none;
}

a:link
{
	color: #440000;
	font-weight:normal;
	text-decoration: underline;
}

a:link:hover, a:visited:hover
{
	color: #FF0000;
}

a.menu:link
{
	font-size: calc(var(--font-size)*5/6);
	text-decoration: none;
}

a.menu:link, a.menu:visited
{
	color: #440000;
	/*border-bottom: 1px dotted #000000;*/
}

a:link:hover, a.menu:link:hover
{
	text-decoration: underline;
}

img.vertical_line
{
	width: 1px;
	height: 20px;
	text-align: left;
	vertical-align:text-top;
}

img.logo
{
	text-align: left;
	vertical-align: bottom;
}

table.main_width
{
	width: 640px;
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;

}

table.full_table
{
	border-left-width: 4px;
	border-right-width: 4px;
	/*border-color: #000000;*/
	/**/

	border-left-style: solid;
	border-right-style: solid;

	border-left-color: black;
	border-right-color: black;
	border-top: black;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom: black;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

table.testtable
{
	border-left-width: 4px;
	border-right-width: 4px;

	background: #fff url('images/white.png');
	/*border-color: #000000;*/
	/**/

	border-left-style: solid;
	border-left-width: 0px;

	border-right-style: solid;
	border-right-width: 0px;

	border-left-color: black;
	border-right-color: black;
	border-top: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

tr.black
{
	border-left-width: 4px;
	border-right-width: 4px;

	color: #ffffff;
	background: #000 url('images/black.png');
	/*border-color: #000000;*/
	/**/

	/*border-top-margin: 10px;*/

	border-left-style: solid;
	border-left-width: 0px;

	border-right-style: solid;
	border-right-width: 0px;

	border-left-color: black;
	border-right-color: black;
	border-top: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: var(--font-size);

}

table.file_table tr:hover
{
	background: #FFFFAA;
}
