BODY {
	}	
/* -----------------------------------------------------------------------------------------------------------------   ТАБЛИЦЫ ----------------------------------------------------------------------------------------------------------------------------*/	

/* -----------------------------------------------------------------------------------------------------------------   IMG  ----------------------------------------------------------------------------------------------------------------------------*/	

/* -----------------------------------------------------------------------------------------------------------------   DIV  ------------------------ располагаем по высоте шрифта ----------------------------------------------------------------*/

/* -----------------------------------------------------------------------------------------------------------------   SPAN --------------------------------------------------------------------------------------------------------------------------*/	
	
/* -----------------------------------------------------------------------------------------------------------------   A  ----------------------------------------------------------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------------------------------------------------   A  ----------------------------------------------------------------------------------------------------------------------------*/		


H1 {
	margin: 0 0 0 0;
	}

	
DIV  {
	}
DIV.left_rubric {
	color: white;
	background-color: brown;
	font-weight: bold;
	padding: 2 0 3 2;
	margin-bottom: 2;
	}
DIV.left_header {
	color: brown; /* Строка коричневого цвета */
	}
DIV.header {
	font-weight: bold;
	font-size:17;
	margin-top: 1;
	margin-bottom: 3;
	}
DIV.subheader {
	color: gray;
	font-weight: bold;
	font-size: 12;
	margin-bottom: 5;
	}
DIV.author_izd_date {
	font-size: 12;
	margin-bottom: 0;
	}
DIV.little_str {
	font-size: 10;
	margin-bottom: 3; /* хотя здесь поле снизу едва ли понадобится */
	}
DIV.composer_str {
	font-size: 12;
	margin-left: 2;
	}
	
A {	
	color: #0000FF; /* Ссылка синего цвета */
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	}
A:hover {
	color: #0000FF; /* Ссылка синего цвета */
	text-decoration: underline;
	}
