body {/*background:*/ 
background-image: url('/img/fon.jpg');
background-repeat: no-repeat;
background-position: 100% 100%;
background-attachment:fixed;
margin 10px 20px 20px 10px;
}

div.lng {text-align: left; border-style: none}
div.ico {text-align: right; border-style: none}

.logo {text-align: center; border-style: none; padding: 0px}

.top {text-align: right}

.menu_bottom {text-align: center; padding-bottom: 2px; font-size: 85%}

.menu_top {border-style: solid; border-color: blue; border-width: 3px; padding: 0px 0px}
.root {text-align: left; padding-left: 20px; color: black; font-size: 85%; padding-top: 2px}
.small-x {font-size: 80%}
.text {text-align: justify; margin: 10px; border-style: none}
.spis {text-align: justify; margin: 25px}

img {border-width: 0px}
hr {margin-left: 2em;
margin-right: 1cm;
text-align: left
}

a:link {color: darkslategray; text-decoration: underline}
a:visited {color: darkslategray; text-decoration: underline}
a:hover {color: blueviolet ; text-decoration: none; font-weight: bold}
a:active {color: dimgray; text-decoration: none}
 
h1 {
font: normal normal bold 20px Arial, san-serif;
color: black;
text-align: center;
}

h2 {
font: normal normal bold 16px Arial, san-serif;
color: black;
text-align: center;
margin-left: 1cm; 
margin-right: 1cm;
}
ul {list-style: square outside margin-right: 1cm}
uh {text-align: center}
ol {list-style: decimal outside margin-right: 1cm}


p{
color: black;
font-size: 12pt;
font-weight: none;
font-decoration: none;
font-family: Times, "Times New Roman", serif;
margin-left: 3%; 
margin-right: 1cm; 
margin-top: 1pt; 
margin-bottom: 1pt;
text-indent: 0em; 
text-align: justify;
}

.pright {margin-right: 1cm;
text-align: right;
}

.trio {color: black;
font-size: 12pt;
font-weight: none;
font-decoration: none;
font-family: Times, "Times New Roman", serif;
margin-left: 3%; 
margin-right: 3%; 
margin-top: 1pt; 
margin-bottom: 1pt;
text-indent: 2em; 
text-align: justify;
}

table {
caption-side: top;
border-width: 8px;
border-style: double;
border-color: #000000;
border-spacing: 2px 3px;
border-collapse: collapse;
padding: 1em 1em;
table-layout: auto;
empty-cells: show;


}
tr {
text-align: justify;
vertical-align: middle;
}
th {
border-width: 3px;
border-style: solid;
border-color: #000000;
border-collapse: collapse;
padding: 1em 1em;
text-align: center;
vertical-align: middle;
}
td {
border-width: 3px;
border-style: solid;
border-color: black;
border-collapse: separate;
padding: 1em 1em;
text-align: center;
vertical-align: middle;
}

.cnt {text-align: center}
.jst {text-align: justify}
.cpt {background-color: olivedrab; text-align: center; font-weight: bold}