   html, body{height:100%; width:100%; margin: 0; padding: 0;}
   #RightHeader  {font-family:Arial; font-weight: bold ; font-size: 50px; color: yellow;}  
   #MainTxt          {font-family:Arial; font-size: 11px;}
   #MainTxt15       {font-family:Arial; font-size: 15px;}
   #LeftMenuTxt{font-family:Arial; font-size: 12px; color: white; text-align: center; height:20px; background: url(images/left_menu.gif);}
   #TopMenuTxt  {font-family:Arial; font-size: 12px; color: white; width: 75px;}
   #BottomTxt    {font-family:Arial; font-size: 10px; color: white;}
   #AlignCenter        {text-align: center;}
   #AlignLeft        {text-align: left;}
   #LinkColor    {color: blue;}
   #TablaColor {border-style: solid; border-width: 1px; border-color: black;}
   
/* Общие стили ссылок (белые) */
   a:link    { cursor: hand; text-transform: none; text-decoration: none; color: white;}
   a:active  { cursor: hand; text-transform: none; text-decoration: none; color: white;}
   a:visited { cursor: hand; text-transform: none; text-decoration: none; color: white;}
   a:hover   { cursor: hand; text-transform: none; text-decoration: none; color: rgb(255,185,10);}

   a#link_cursor         { color: black; text-decoration: none }
   a:hover#link_cursor   { text-decoration: underline; color: rgb(160,80,5); }
   a:hover#link_underline{ text-decoration: underline; } 
   #snow-start{
				background: rgba(27, 25, 25, 0.4);
				color: #fff;
				display: inline-block;
				width: 100px;
				text-align: center;
				cursor: pointer;
				line-height: 25px;
				position: fixed;
				right: 0px;
				top: 0px;
				border-radius: 0px 0px 0px 9px;
	      }


/* Mailto — синий во всех состояниях */
a.mailto:link,
a.mailto:visited,
a.mailto:active,
a[href^="mailto:"]:link,
a[href^="mailto:"]:visited,
a[href^="mailto:"]:active {
    color: blue;
}

/* Hover — оранжевый */
a.mailto:hover,
a[href^="mailto:"]:hover {
    color: rgb(255, 185, 10);
}