/* CSS Document */

body {padding:0px;  
      margin: 0px;  
      font-size: 14px; 
	  height: 100%;    
      font-family: Georgia, 'Times New Roman', Times, serif;
      background:#dcc59c;
	  }

H2{text-align:center;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: normal;
font-size: 16pt;
color:#584028; 
}
H3{text-align:center;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: normal;
font-size: 14pt;
color:#584028; 
}
P {
color:#000000
text-indent: 20px; /* Отступ первой строки в пикселах */
margin-top: 0.5em; /* Отступ сверху */
margin-bottom: 1em; /* Отступ снизу */
margin-left: 20px;
margin-right: 20px;
text-align: justify; /* Выравнивание по ширине */
}


P:first-letter {
    color: #584028; font-weight: bold; font-size: 18pt; /* цвет и размер первой буквы */
   }

A {
text-decoration: none; /* Убирает подчеркивание для ссылок */
color: #584028; font-weight: bold; /* Цвет ссылок */
} 

A:hover { text-decoration: underline;} /* Добавляем подчеркивание при наведении курсора на ссылку */
  
A:visited {color: #8B2500;} /* Цвет посещенных ссылок */

A IMG {
    border: none; /* Убираем рамку */
   }


div.mail {
 float: right;
 padding: 10px;
 margin: 10px;
 border: 1px solid #EEDD82;
 text-align:center;
 font-size: 0.9em;
 font-family: Georgia, 'Times New Roman', Times, serif; /* картинки */
 } 

div.tems{

}

ul {list-style-type: square}
li { margin-top: 1em; } 
 .mytable td {
 text-align:center;
 }
 
 
/* меню */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	ul li {
	position: relative;
	}
	li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
	ul li a {
	display: block;
	text-decoration: none;
	color: #584028;
	background: #dcc59c;
	padding: 5px;
	border: 1px solid #544133;
	border-bottom: 0;
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #fde9b6;
	}
	
	li:hover ul { display: block; }