body {
  scrollbar-face-color: 8A3D3D;
  scrollbar-track-color: 660F0F;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: tomato;
  scrollbar-highlight-color: black;
  scrollbar-base-color: black;
  scrollbar-3dlight-color: tomato;
  scrollbar-arrow-color: yellow;
}

p, td, font
{ font-family:		Arial;
  font-size:		11px;
color:			darksalmon;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: white}

{* описание горизонтального меню со слоями *}
#center { 
float: left;
text-align: center;
font-family: Arial;
font-size: 12px;
font-color: red;
width: 76px;
border-left: 1px solid black
}
#center A { 
width: 76px;
display: block;
padding: 2px;
background: #530000;
text-decoration: none
}
#center A:hover { 
background: red
}

{* шрифт вертикальногo меню слева *}
.light
{ color:			red;
font-size:		12px;
font-weight:		bold;
}

{* шрифт горизонтального меню (квадратики) сверху *}
.light2
{ color:			yellow;
font-weight:		normal;
}

{* шрифт вертикального меню слева -  корневые разделы с логотипчиками *}
.light3
{ color:			white;
font-size:		12px;
font-weight:		bold;
}

{* ссылка ПОДРОБНЕЕ *}
.light4ru
{ color:			red;
font-size:		11px;
font-weight:		normal;
text-decoration: none
}

.light5
{ color:			red;
font-size:		14px;
font-weight:		bold;
}

.light6
{ color:			red;
font-size:		12px;
font-weight:		bold;
}

.light5ru
{ color:			white;
font-size:		12px;
}

.light6ru
{ color:		crimson;
  font-size:		11px;
}

.light7ru
{ color:			white;
font-size:		11px;
font-weight:		normal;
text-decoration: none
}

{* копирайт внизу страницы *}
.middle
{ color:			darksalmon;
}


