<!--

body { 
 margin: 1px 1px 1px 1px;
 font-family: sans-serif;
 line-height: 1.1;
 background: black;
 color: black; 
}

A:        {color: #ffffff;}
A:link    {color: #ffffff;}
A:visited {color: #dddddd;}
A:active  {color: #eeeeee; text-decoration: underline;}
A:hover   {color: #eeeeee; text-decoration: underline;}


}

ul.tmenua {
 font-size: 14pt;
 font-weight: bold;
 line-height: 1.1;
 list-style: none outside;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}

li.tmenub {
 font-size: 12pt;
 font-weight:bold;
 line-height: 1;
 list-style: disc inside;
 margin: 0px;
}

-->