@font-face {
    font-family: 'wos'; /* Гарнитура шрифта 'White Old Style' */
    src: url('../font/WhiteOldStyle.ttf') format('truetype'); /* Путь к файлу со шрифтом */
}

#container {
	width: 100%;
}

#header { /* Заголовок */
	background-color: #FFE;
	clear: left;
}

#content {
	font-family: 'wos';
	font-size: 24;
	text-align: justify;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#headercaption {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	padding-left: 15px;
}

#footer { /* Подвал */
	clear: left;
	font-size: 12px;
	padding-top: 20px;
}

.navigate {
	color: #228;
	font-family: 'wos';
	font-size: 24;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	text-align: center;
}

.navigate a {
	color: #228;
}

.content table {
	min-width: 1024px;
}

.centering {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
	max-width:100%;
	height: auto;
}

sub { font-size: 50%; }
sup { font-size: 50%; }

table {
	border-color: #DDD;
}

tr {
	border-color: #DDD;
}

td {
	border-color: #DDD;
	border-collapse: collapse;
	padding: 1px;
}

body {
	background-color: #FFE;
	font-family: Droid Serif, Georgia, 'Times New Roman', Times, serif, monospace;
	min-height: 100%;
	position: relative;
}

w-term {
	font-style: oblique;
}

.termin {
	font-style: oblique;
}

