
body,p,ul,ol,li,H
{
  font-family: verdana,arial,sans-serif;
  font-size: 9pt;
  font-weight:500;
  color: black;
  }

thead /*Параметры шапки всех таблиц - цвет фона и т.д.*/
{
    text-align: center;
    font-weight: 900;
    background: #E25B44;
    color: #FFF;
}

  
A
{
    color: #E25B44;   
    font-weight:600;
}

A:hover
{
    color: #000066;   
    font-weight:600;
}
  
h3
{
   color:black;
   font-size: 9pt;
   font-weight:700;
   text-align: left;
   padding: 0px 0px 12px 12px;
   margin: 2px 0 2px 0;
   background:
        url(../i/h3_ugol.gif)
        bottom left
        no-repeat;

}

h2/*Заголовок для статей*/
{ 
font-family: sans-serif;
  font-size: 15px;
  text-align:left;
  color:#E25B44;
}

h1/*Заголовок */
{
font-family: sans-serif;
  font-size: 17px;
  text-align:center;
  color:#E25B44;
}



#text
{
  margin: 10px;
}

#menu_zag /*Боковое меню*/
{
  
  display:block;
  background: #CCC;
  width: 200px;
  height: 25px;
  left:0px;
  text-align: left;
  text-indent:5px;  
  font-weight:700;
  font-size: 14px;
  color:#000066;
   background:
        url(../i/menu_zag.gif)
        bottom left
        no-repeat;
}