html { 
height:100%;
 }

BODY {
background-color: White;
color : #ffffff;
font-family : Souvenir, Tahoma, Arial, Helvetica, Albertus Medium, sans-serif;
margin-left : 5 px;
margin-right : 0;
font-style : normal;
}
				
div.all {
width: 99%
}				
					
p {
margin-left : 10px;

}
			 
.pic {
 float: left; /* Выравнивание рисунка по левому краю */
 background: #F6F8DC; /* Цвет фона */
 padding: 3px; /* Поля вокруг картинки */
 margin-right:5 px;
}

li.menu {
list-style-image: url(img/circle.gif); /* Путь к графическому файлу с маркером */
}

a {
color:#808080;
text-decoration: yes;
font-weight: bold; } 
}  

a.pic {
text-decoration: no;
font-weight: bold; } 
}  

a:hover {
text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
}
  
a.down {
color:#F6F8DC; 
} 

a.nav {
color:#808080;
text-decoration: none;
}

H1 {
size:100%;
margin-left : 10px;
margin-right : 10px;
}

H3 {
font-weight: normal;
font-variant: small-caps;
size:100%;
margin-left : 10px;
margin-right : 10px;
}
    
TABLE {
background: #ffffff; /* Цвет фона таблицы */
color: #808080; /* Цвет текста */
border: 0;
padding: 5;
}

# maket {
 width: 100%;
}

td {
padding: 2;
vertical-align: top;
}

tr.up {
 background: #A3CBDD; /* Цвет фона ячеек */
 color: #F6F8DC;
 font-weight: bold;
 font-size: 140%;
}
  
td.upleft {
text-align: center;
width:200px;
vertical-align: middle;
}	

tr.down {
background: #A3CBDD; /* Цвет фона ячеек */
}
  
.menu {
background: #C0E1F1;
width:120px;
}
  
.content {
background: #DBEFF9;
vertical-align: top;
}