<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body
{
	padding: 0px;
	background-color:#3e3e3e;
	font-family: Tahoma;
	border-style: none
}
div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:both;
margin-top: 20px
}
div.header
{
padding:0.5em;
border-bottom: 1mm dashed #5d5d5d;
font-family:Tahoma;
font-size: 32pt;
color:#F30
}
h1.header
{
	font-size: 32pt;
	font-family:Tahoma;
	padding:0;
	margin:0;
	color:#F30
}
div.left
{
	float:left;
	width:160px;
	padding:1em;
}
div.content
{
	margin-left:190px;
	margin-right:230px;
	min-width: 220px;
	padding:1em;
}

div.menu
{
	float:left;
	clear: left;
	margin: 100px 0px 5px 5px;
	display: block;
	width: 160px;
}
a.menu_link
{
	width:100%;
	display:block;
	text-align:center;
	border-right: solid 4px #000000;
	border-bottom: solid 4px #000000;
	border-left:solid 4px #5d5d5d;
	border-top: solid 4px #5d5d5d;
	background-color: #484848;
	color: #ff9a02;  
	margin:5px 0px 5px 0px;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 16pt;
	padding:5px 5px 5px 5px;
}
a.menu_link:hover
{
	color: White;
	background-color:#ff9900;
}

div.right
{
	margin-top: 20px;
	float:right;
	width: 200px;
}
h2.news
{
	color: White;
	font-style: normal;
	font-size: 18pt; 
	font-family: Tahoma;
	text-decoration:none;
	font-weight:normal;
}
div.news
{
	border:solid 2px #5d5d5d;
	padding: 5px 5px 5px 5px;
	background-color: #aeaeae;
	width: 100%;
	float:left;
	margin: 2px 2px 2px 2px
}

img
{
	padding: 5px 5px 5px 5px
}

img.left
{
	float:left
}
img.right
{
	float:right
}

div.window
{
	margin-top: 4px;
	margin-right: 10px;
	float:right;
	width: 190px;
	border: solid 4px #5d5d5d;
	background-color:#aeaeae
}
p.window_title
{
	color: White;
	display:block;
	background-color: #ff9900;
	margin:  0px 0px 0px 0px;
	text-align: center
}

a.w_link
{
	text-decoration:none;
	font-family: Arial;
	color: White;
	display:block
}


span.more {
  display: none;
  visibility: hidden;
 }

a.w_link:hover {
  position: relative;
  background-color: White;
  color: Black;
}

a.w_link:hover span 
{
	padding: 4px 4px 4px 4px;
	position:absolute;
	visibility:visible;
	display: block;
	margin-right: 10px;
	margin-left:-10px;
	top: 0px;
	left: 0px;
	background: #5d5d5d;
	color:lime;
	border: 1px dotted White;
	font-size:8pt;
	font-family:Arial
}

</pre></body></html>