BODY
{
  color:black;
  background: white  repeat-y url(pic/fon.png);
  margin:0;
  padding: 0 10px 0 100px;
}

H1,H2,H3,H4,H5,H6 {color: #009900}

.title
{
  background: no-repeat url(pic/title.gif);
}

.pit
{
 position:absolute;
 top:110px;
 left:4px;
 top:800px;
 left:-400px;
}

.label
{
  margin-left:122px;
  margin-top:88px;
}

.menu
{
 white-space:nowrap;
 font:80% Arial, sans-serif;
 background: #FFF2A6; 
 padding: 4px;     
 border-bottom: black solid 1px;   
 border-right: black solid 1px;   
}

/* Выделенная позиция меню */
.father
{
 background: #d3f8fe; 
}

/* Авторская подпись */
.sign
{
  padding:2px 0;
  font: 70% Arial, sans-serif;
  white-space:nowrap;
}

UL LI
{
  list-style-image: url(pic/disc.gif);
}

A         {text-decoration:none;}
A:link    {color:blue}
A:active  {color:red}
A:visited {color:purple}
A:hover   {color:red;text-decoration:underline}

.tasks
{
  position:relative;
  margin-left:-20px;
}

.nobr
{
 white-space:nowrap;
}

.checkver
{
  margin-top:0;
  padding-top:0;
  font:70% Arial, sans-serif;
}

/* Оформление внешней ссылки */
A.off
{
  background: url(pic/off.gif) no-repeat center right;
  padding-right: 11px;
  margin-right: 2px;   
  zoom:1; /* хак для IE  */
}
