.bg {
	background-image: url(images/n16_02.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #3333CC;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#3333CC;
	padding-top: 10px;

}
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

	
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF0033;
        text-decoration: underline;
	font-weight: bold;

}
a:active {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #3333CC;
	text-decoration: none;
	font-weight: bold;

}
.buttonsbg {
	background-image: url(images/buttonsbg.png);
	height: 28px;
	width: 189px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	margin: 0px;
	background-repeat: no-repeat;








}
.p {
	margin: 0px;
	vertical-align: middle;

}
.padleft {
	padding-left: 20px;
}
.text1 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #99CC33;
}
.padall {
	padding: 20px 20px 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3333CC; 
        }
.h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009900;
}
.intro-top {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-image: url(images/intro.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3300CC;
	padding-left: 10px;

}
.padalltop {

	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.zoom {
	cursor: pointer;
	max-width: 100px;
        margin:5px; /* внешние отступы картинок */
        border:3px solid #999999; /* рамка картинок */
	width: min-content;
}

	img.zoom:hover {
	max-width: none;
	}

 }
    .letter { 
     color: red; /* Красный цвет символов */ 
     font-size: 50%; /* Размер шрифта в процентах */ 
     font-family: serif; /* Шрифт с засечками */ 
     position: relative; /* Относительное позиционирование */ 
     top: 5px; /* Сдвиг сверху */ 
    }
.center-img {
  display: block;
  margin: 0 auto;
}
