body {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 10pt;
	margin: 0;
}

.logo {
	text-align: center;
}

.menu {
    padding: 0px; /* Поля вокруг текста */
    padding-bottom: 0px;
    padding-top: 0px;
	padding-left: 0px;
	background: url(../img.jpg); /* Цвет фона */
	color: white;
	text-align: center;
}

.item {
	width: 258px;
	background: #ddd8d8;
	margin: auto;
	text-align: center;
}

.item TD {
	background: white;
}

.table {
	margin: auto;
}

.hight {
	height: 60px;
}

.hight2 {
	height: 125px;
}

.hight3 {
	height: 40px;
}

.red {
	background: #d63e3e;
}

.green {
	background: green;
}

.text {
	text-align: center;
	margin: auto;
}