/* CSS Document */

body {
	background-color: #F5EBCF;
	margin-top: 0px;
	margin-bottom: 0px;
}
A {
	color: #000; /* Цвет обычной ссылки */
	text-decoration: none;
	font-weight: bold;
}
A:visited {
 color: #000; /* Цвет посещенной ссылки */
 text-decoration: none;
}
.indent {
	text-indent: 1cm;
}

A:hover {
	color: #CC3300; /* Цвет ссылок при наведении на них курсора мыши */
	text-decoration: none;
}
p {
	color: #333;
	font-family: serif;
	text-indent: 1em;
	vertical-align: top;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.menu-N1 {
	font-family: "Courier New", Courier, monospace;
	font-size: larger;
	font-weight: bold;
}
.smal-BG {
	font-family: serif;
	font-size: x-small;
	text-align: left;
	background-color: #E8C687;
}
.smal-lft {
	font-family: serif;
	font-size: x-small;
}


.menu-N2 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #FFF;
	background-color: #945330;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}

.smal-mid {
	font-family: serif;
	font-size: x-small;
	text-align: center;
}.coment {
	font-family: serif;
	font-size: x-small;
	color: #999999;
}
.red {
    color: #CC3300
    font-weight: bold;
	color: #CC3300;
}
