﻿body {
	font-family:Verdana,Tahoma,Arial;
	font-size:8pt;
	margin:10px 10px 10px 10px;
}

h1 {
	font-weight:bold;
	font-size:12pt;
	background-color:#ccffcc;
	margin:-10px -10px 0px -10px;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid silver;
}
h5
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom-color: #00ffcc;
	border-bottom-style: solid;
}
div.h2x {
	font-weight:bold;
	font-size:8pt;
	margin-bottom:-15px;
	margin-top:-5px;
}

td.navbar{ 
	padding-left:10px;
	padding-right:10px;
	width:1px;
	border-right:1px solid silver;
}

td.navbaria{ 
	padding-left:10px;
	padding-right:10px;
	color:gray;
	width:1px;
	border-right:1px solid silver;
}

table.navtable
{
  margin:0 -10px -5px -10px;
  padding:10px 10px 0px 10px;
  width:100%;
}

hr.hrnav
{
  margin-bottom:6px;
}

table.mailto
{
  border-top:1px solid silver;
}

li
{
  padding-top:5px;
}

tt
{
	font-family:Courier New;
	font-size:9pt;
}
a
{
    color : Black ;
    text-decoration:none;
    }
a:hover
{
    text-decoration:underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
    color: red; /* Ссылка красного цвета */    
    }