.txt_color1 {color:rgb(111,82,94)}
.txt_color2 {color:rgb(32,57,131)}
body {
	margin:0;
	padding:0;
	font-family:Arial, Tahoma;
  color:rgb(0,100,55);
	background:rgb(247,237,231);
}
td {
  font-weight:bold;
}
table {
  border-spacing:0;
  border:0;
  margin:0;
  padding:0;
  border-width:0;
  border-collapse:collapse;
}
p {
	text-indent: 0pt;
	font-family:Arial, Tahoma;
  color:rgb(0,100,55);
	font-size:15px;
	margin: 5px;
}
a.menu{
 text-decoration : none;
}

.layer {
 overflow: scroll; /* Добавляем полосы прокрутки */
 white-space: nowrap; /* Отображение всё в одну строку */
 width: 650px; /* Ширина блока */
 height: 510px; /* Высота блока */
 padding: 0px; /* Поля вокруг текста */
 border: solid 0px #015c7b; /* Параметры рамки */
}

.layer_big {
 align: center;
 overflow: hidden; /* Отображается только область внутри элемента, остальное будет обрезано */
 width: 650px; /* Ширина блока */
 height: 494px; /* Высота блока */
 padding: 0px; /* Поля вокруг текста */
 border: solid 0px #015c7b; /* Параметры рамки */
}

