BODY {
	FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: Arial, Tahoma; BACKGROUND: #FFFFFF; PADDING: 0px; MARGIN: 0px;
}
TD {
	FONT-SIZE: 12pt; COLOR: #000000;
}

H1 {
	FONT-SIZE: 20pt; COLOR: #000000; margin:5px;
}

HR {
	BORDER-RIGHT: 0px; BORDER-TOP: #000000 2px solid; MARGIN-BOTTOM: 5px; BORDER-LEFT: 0px; WIDTH: 90%; BORDER-BOTTOM: 0px; HEIGHT: 2px; TEXT-ALIGN: center
}

.small {
	FONT-SIZE: 8pt; COLOR: #000000; 
}

.small_2 {
	FONT-SIZE: 10pt; white-space:nowrap; text-align:center;
}

.menu {
	FONT-SIZE: 10pt; BACKGROUND: #FFFFFF;
}

.right_top {
	position:absolute; top:10px;right:10px;font-size:12px;text-align:center;
}

.search_div {
	position:absolute; top:26px;left:10px;font-size:12px;width:260px; text-align:center;
}

.search_text {
	font-size:12pt; color:#8F8F8F; text-transform: uppercase; text-align:left;margin-bottom:6px;
}

A:link {
	COLOR: #0000FF; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #0000FF; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}
A:hover {
        TEXT-DECORATION: none;
}

.links {
	font-size:8pt; COLOR: #000000;
}
.links a {
	font-size:8pt; COLOR: #000000;
}

a.next:link , a.next:visited {
	font-size: 22px; color:#0000FF; TEXT-DECORATION: none;
}
.blok_text {
	width:600px;margin:auto;text-align:left;
}

.button_yet, #PrevLink, #NextLink {
  display: inline-block;
  color: #000000;
  font-size: 125%;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .25em .5em;
  outline: none;
  border: 1px solid rgb(250,172,17);
  border-radius: 7px;
  background: rgb(255,212,3) linear-gradient(rgb(255,212,3), rgb(248,157,23));
  box-shadow: inset 0 -2px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(255,255,0,0);
  transition: box-shadow .2s, border-color .2s;
  cursor:pointer;
} 
a.button_yet {
 color: #000000;
 text-decoration: none;
}
.button_yet:hover, #PrevLink:hover, #NextLink:hover {
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(255,255,0,.5);
}
.button_yet:active, #PrevLink:active ,#NextLink:active {
  padding: calc(.25em + 1px) .5em calc(.25em - 1px);
  border-color: rgba(177,159,0,1);
  box-shadow: inset 0 -1px 1px rgba(0,0,0,.1), inset 0 1px 2px rgba(0,0,0,.3), inset 0 0 0 60px rgba(255,255,0,.45);
}

.list_id li {
margin-bottom:7px;
}