@charset "windows-1251";
/* CSS Document */



.links_menu1  a {
text-decoration;
color: #060;
font-size:18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: inherit;}


.links_menu2 a  {text-decoration;
color: #060;
font-size:12px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: inherit;}

.links_text   {text-decoration;
color: #060;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;}

.zagolovok3 {
	font-weight: bold;
	color: #060;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.zagolovok2 {
	font-weight: bold;
	color: #060;
	font-size:19px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.zagolovok1 {
	color: #060;
	font-size: 17mm;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.zagolovok4 {
	color: #060;
	font-size: 10mm;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.liniy  {color: #060;}
  
.text {
color: #060;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;}

.preduprejdenie {
font-style: italic;
	color: #060;}

/*Изменение размера ссылки*/
 
A:hover {
font-size: 19px; /* Размер шрифта */
font-weight: bold; /* Жирное начертание */
color: #060 /* Цвет ссылки */
} 

/* CSS правила для полос прокрутки окна браузера */
html, body {
	scrollbar-3dlight-color:green; 
	scrollbar-arrow-color:khaki;
	scrollbar-highlight-color:chartreuse;
	scrollbar-face-color:#060;
	scrollbar-shadow-color:greenyellow;
	scrollbar-darkshadow-color:white;
	scrollbar-track-color:khaki;
}

/* CSS правила для полос прокрутки элементов TEXTAREA */

textarea {
	scrollbar-base-color:lime;
}
/*Тень для фоток*/
.shadow{
border-bottom:2px solid #eee;
border-right:2px solid #eee;
padding-bottom:2px;
padding-right:2px;
background:#ccc;
}

