
.de { 
			margin-top:10px;
			margin-bottom:40px;
			font-family: Georgia, Verdana, Arial;
			font-size: 22px;
			text-align: center;
			font-weight : normal;
			color: #555555;
}

.ru { 
			margin: 2em 0 1em 0;
			font-family:  Washington, Georgia, Vityaz, Izhitsa, Heading, Feofan, Cyrillic, Verdana, Arial;
			font-family:  Georgia, Verdana, Arial;
			font-size: 1.3em; 
			font-weight: lighter;
			font-weight: bolder;
			font-weight : bold;
			font-weight : 700;
			color: #ff0000;
			text-align: center;
			text-shadow: #222 1px 1px 2px;  /* */
			letter-spacing: 1px; /* интервал между символами */
			word-spacing: 3px;	 /* интервал между словами */
}





#index .chapter2	{
			padding: 0px 0px 0px 10px;
/*			font-family: swift, Georgia;
			font-family: europeext_bold;
*/			font-size: 80%;
			font-weight: bold;
			text-align: left;
			letter-spacing: 1px;  /* интервал между символами */
			word-spacing: 3px;	 /* интервал между словами */
		 /*	text-shadow: #333 1px 1px 3px; Параметры тени */
/*

position: relative; 			 absolute | fixed | relative | static | inherit */

}

#index .chapter2 A { 
			color: #3300CC;
			color: #3300FF;
			color: #336699;
			color: #0066CC;
			color: #1865B1;
}
#index .chapter2 A:visited {
    color: #1865B1; /* Цвет посещенных ссылок */
			text-decoration: none;
   }
#index .chapter2 A:hover {
    color: #990000; /* Цвет наведенной ссылки */
	text-shadow: #333 1px 1px 2px;
   }

#index .chapter2 A:active { color: #ff0000; }





/*---- стиль .table применяется к целой таблице, причем не только в файлах index.htm --------*/
.table     { 
				font-weight: bold;
				font-size: 0.9375em; /* Размер шрифта 15/16 */
				line-height: 1.3em;
				color: #222; 
	/*			text-align: left;  */
				border-color: #ECE8E0;
}


.index1     { 
				margin-top:2em;
				font-size: 1.1em; 
				font-weight: bold;
				color: #333; 
				line-height: 1.5em;
				letter-spacing: 0px;  /* интервал между символами */
				word-spacing: 2px;	 /* интервал между словами */
}
.index2     { 
				margin-left:1.3em;
				font-size: 0.9375em; /* Размер шрифта 15/16 */
				font-weight: normal;
				color: #222;
				text-align: left;
				line-height: 1.3;
				letter-spacing: 0px;  /* интервал между символами */
				word-spacing: 2px;	 /* интервал между словами */
}
.index3    { 
				margin:50px 80px 0px 80px;
				font-size: 1em;
				font-weight: bold;
				color: #990000;
				line-height: 1.3em;
				text-align: center;
				letter-spacing: 1px;  /* интервал между символами */
				word-spacing: 5px;	 /* интервал между словами */
				text-shadow: black 1px 1px 2px;
				}
.index4      { 
				padding: 50px 20px 20px 20px;
				font-family: europeext_bold;
				font-size: 1.5em; 
				font-weight: bold;
				color: #ff0000; 
				text-align: center;
				text-shadow: black 1px 1px 2px; /* Параметры тени */
				word-spacing: 8px;
		}

.index5 { 
				margin: 10px 150px 0px 150px;
				padding: 10px; /* Поля вокруг текста */
				font-size: 0.7em; 
				font-weight: normal;
				color: #000; 
				text-align: center; 
				line-height: 1.2em;

				border: 1px dashed #887040; /* Параметры рамки */
				border-radius: 5px;
				background-color:#F4EEE2;			/* Цвет фона */
				word-spacing: 3px;	 /* интервал между словами */
}

.index6 { 
				margin: 10px 70px 0px 70px;
				padding: 10px; /* Поля вокруг текста */
				font-size: 0.7em; 
				font-weight: normal;
				color: #000; 
				text-align: justify; 
				line-height: 1.2em;

				border: 1px dashed #887040; /* Параметры рамки */
				border-radius: 5px;
				background-color:#F4EEE2;			/* Цвет фона */
				word-spacing: 3px;	 /* интервал между словами */
}










#index .foreword	{ 
				font-size: 1em;
				font-weight: normal;
				font-style: oblique;
				color: #333;
				text-align : left;
				}












#index A, 
#index A:link,
#index A:hover,
#index A:visited { border-bottom: none; }



/*  Подсветка выбранных строк в таблице:*/

.hoverRow { background-color: yellow; }
.clickedRow { background-color: orange; }

