/* CSS Document */
h1 {
	font: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial;
	font-size: 22px;
	color: #8C0000;
	font-weight: bold;
	}

h2 {
	font: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #8C0000;
	letter-spacing: 3px;
	font-weight: bold;
	}

h3 {
	font: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #8C0000;
	}

.Zagolovok {
	font: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #8C0000;
	}

.futer {
	font: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #8C0000;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	text-align:justify;
}

.textRef {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	/*text-align:justify;*/
	text-decoration: none;
}
.textRef:hover {
		color: #FF0000;
}

.menu {
	font-family: Arial;
	font-size: 11px;
	color: #8C0000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.menu:hover {
		color: #FF0000;
}

