body {
	text-align: center;
	background-image: url(images/background.jpg);
}

.text_content {
	font-family: "Optima Cyr";
	font-size: 16px;
	color: #000000;
	text-align: justify;
	text-indent: 25px;
}

h3 {
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	color: #000000;
}

h2 {
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	color: #000000;
}

.text_content_end {
	font-family: "Optima Cyr";
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	text-align: justify;
	padding:0 40px;
	border-top: 5px solid #cccccc
}

.text_content_footer {
	font-family: "Optima Cyr";
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.contact {
	font-family: "Optima Cyr";
	font-size: 14px;
	color: #000000;
	text-align: center;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: none;
}

