/* Основные параметры текста в теле документов */
body		{ font-size: 12px; font-family: 'Arial'; color:white; background-color:#660033; }

td { font-size: 12px; font-family: 'Arial'; color:white;   }

/*input {};*/


/* Стили гиперссылок */ 

a:link		{ color:white; font-size:4mm; text-decoration: none; font-weight:550; } 
a:active	{ color:white; font-size:4mm; text-decoration: none; font-weight:550;}
a:visited 	{  color:white; font-size:4mm; text-decoration: none; font-weight:550;}
a:hover		{ color:white; font-size:4mm; text-decoration: underline; font-weight:550;}

a.header:link		{font-size:1cm; text-decoration: none;} 
a.header:active	    {font-size:1cm; text-decoration: none;}
a.header:visited 	{font-size:1cm; text-decoration: none;}
a.header:hover      {font-size:1cm; text-decoration: none;}


/* a:sidebar	{color: #339900; } */


/* Стили заголовков */

h1		{font-size: 5mm; font-family: 'Arial'; text-align: center; font-weight: 200; }

h2		{font-size: 4mm; font-family: 'Arial'; text-align: center; font-weight: 200;}

h3		{font-size: 3mm;}


/* Стиль выделения. Название программы, элементы интерфейса:
   команды меню, кнопки с текстом и др. */

em              { font-size: 100%; 
                font-weight: bold; 
                font-style: normal;}

/* Стиль определения. Для новых понятий */

dfn              { font-size: 100%; 
                font-weight: bold; 
                font-style: italic;}


/* Клавиатура. Сочетания клавиш */

kbd               { font-size: 100%; 
                font-weight: normal;
		font-style: italic;}

/* Формат текста в ячейках таблиц (подписи к рисункам) 
td                 { font-size: 100%; 
                font-weight: bold; 
                font-style: normal;}

*/