html, body {
    height: 100%;
}
html{
font-size:100.01%; /*Установливаем шрифт стандартного размера (16px)*/
}
body {
				/* Устанавливаем размер шрифта в 12px,*/
				font-size: 62.5%; 
				font-family: "Arial","MS Sans Serif","Verdana";
/*"Times New Roman", Times, serif;*/
				overflow: auto;
				times: ;
/*"Arial","MS Sans Serif","Verdana"*/				
}
table  {
				font-size: 1.4em;
				font-family: "Arial","MS Sans Serif","Verdana";
}
p {
				font-size: 1.1em;
font-family: "Arial","MS Sans Serif","Verdana";				
}
.abzac { /*для таблиц*/
				text-align: left;
				text-indent: 35px;
				font-size: 1.3em;
}
.abzac_str {
				text-align: left;
				text-indent: 35px;
				font-size: 1.7em;
}

h1,h2,h3,h4,h5,h6 {
				text-align: center;
				vertical-align: top;
				color: #0099FF;
}
h1{				color: #0000FF;}
h2{				color: #1C1CFF;}
h3{
				color: #4848FF;
}
h4{				color: #6666FF;}
.img_caption {
				font-size: 1.1em;
}

.sinij {
				font-size: 1.0em;
				font-style: italic;
				color: #0000FF;
}
.kursiv {
				font-style: italic;
				font-size: 1.0em;
}
.Pcentr {
				text-align: center;
				vertical-align: top;
				font-size: 1.4em;
}
.abzac_centr {
				text-align: center;
				vertical-align: top;
				font-size: 1.7em;
}

.Pzagolovok{
				text-align: center;
				color: #0000FF;
				font-size: 1.2em;
}
.p_find {
				text-align: center;
				vertical-align: top;
				font-size: 1.2em;
				color: #002200;
}
.ref {
				margin: 0px auto 0px auto;
				text-decoration: none;
				background-color: #C2FEC7;
				color: #005EEA;
				display: block;
				border: 3px double #ADFCB4;
				border-top-left-radius: 10px;
				border-bottom-left-radius: 10px;
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
				text-align: center;
				width: 65%;	
				font-size: 0.9em;			
}
.ref:hover  {
  background-color: lightgreen;}
/*------------table----------*/  
tr {
				text-align: center;
}
/*------------table----------*/
a:taget {
				display: block;
				background-color: #FF0000;
}
