   .figure {
	background: #d9dabb; /* Цвет фона */
	display: block; /* Блочный элемент */
	width: 200px; /* Ширина */
	height: 200px; /* Высота */
	float: left; /* Блоки выстраиваются по горизонтали */
	margin: 0 10px 10px 0; /* Отступы */
	text-align: center; /* Выравнивание по центру */
	padding-top:20px;
	background-color1: #BDDDD2;
   }
   .figure img {
    border: 2px solid #8b8e4b; /* Параметры рамки */
   }
   .figure p {
    margin-bottom: 0; /* Отступ снизу */
   }
.td_head h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
}