<!--

BODY {
	color: black;
	font: italic 14px/1.2 Georgia, sans-serif;
	background-color: lime;
	}

table.main_table {
	width: 100%;
	height: 100%;
	border: none;
	}
	
table.main_table td {
	height: 95%;
	border: none;
	vertical-align: top;
	}
	
table.list_table {
	width: 100%;
	border: 1px solid black;
	color: black;
	background-color: yellow;
	}

table.list_table td { 
#	border-width: thin; 
#	border-style: dotted;
	border: 1px dotted black;
	}

table.list_table tr.listing td {
	color: blue;
#	font-size: 0.9em;
	font-size: smaller;
	font-weight: thin;
	text-align: left;
	}

div.text1 {
	color: red;
	font-weight: bold;
	text-align: center;
	}

div.stopka , A {
#	color: white;
	color: rgb(160,0,0);
	font-family: "Lucida Console", "Courier New", monospace; 
#	font-size: 9px;
	font-size: xx-small;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
	}
-->

