P {
 text-indent: 1em; /* Îòñòóï ïåðâîé ñòðîêè */
margin-top: 0em;
margin-bottom: 0em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0;
	
}

P:first-child {
	text-indent: 0px; /* Äëÿ ïåðâîãî àáçàöà îòñòóï óáèðàåì */
	margin-top: 10px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	
}
.one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

.news1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
.two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}
p {
	
}
a:link {
	color: #660000;
}
a:hover {
	color: red;
	
}


.2x2gray {
	background-image: url(images/2x2gray.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a {
	font-size: 16px;
}
.hv {
	color: #C00;
	font-size: 36px;
	
}

/*увеличение изображения

В этом эффекте масштабирования, мы укажем базовую ширину и высоту 200px х 200px и, чтобы реализовать эффекты плавного перехода зададим ему 2-секунды, добавив 100px по ширине и высоте, создавая иллюзию масштабирования.*/
.zoom img {
width: 300px;
height: 200px;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}
.zoom img:hover {
width: 800px;
height: 600px;
-webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
-moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}
