body {
	background-color: #f5f5f5;
	background-image: url(fon.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1 em;
}

p {
	font-size: 97%;
	text-indent: 20px;
	line-height: 150%;
	text-align: justify;
}

.ho {
	font-size: 70%;
	text-indent: 1px;
	line-height: 50%;
	text-align: center;
}


p:first-letter {

}

img {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
}

.main {
	background-color: white;
	border-style: solid;
	border-color: ActiveBorder;
	border-width: 1px;
	width: 100%;
}

.top{
	background-color: white;
	border-bottom-style: none;
	border-color: ActiveBorder;
	border-bottom-width: 3px;
}

.top_baer{
	border: none;
	padding-bottom: -2px;
	margin: 0px;
}

.bottom {
	background-color: white;
	border-top-style: solid;
	border-top-color: ActiveBorder;
	border-width: 1px;
}

.topmenu{
	background-color: white;
	border-bottom-style: double;
	border-top-style: double;
	border-color: ActiveBorder;
	border-bottom-width: 3px;
	border-top-width: 3px;
	padding-bottom: 3px;
}

.content{
	
}

.photo{
	background-color: #f2f2f2;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}


.text{
	
	width: 70%; 
	padding-top: 25px; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

a {
	color: blue;
	font-size: 90%;
	text-decoration: none;
}
a:hover {
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
}

 a:hover.small_img {
	border: none;
	text-decoration: none;
}