.ramka {				/* Рамка для объектов */
	border-color: #63534E;
	border-width: 1;
	border-style: solid;
	}

body {				/* Отступы и основной шрифт всей страницы */
	margin: 0px;
   	padding: 0px;	
	font-family: 'arial narrow', arial, sans-serif;
	font-weight: normal;
	color: #000000;
	}

#text_white {			/* Белый текст */
		color: #ffffff;
		}

a:link {				/* Ссылки на светлом фоне */
	color: #000000;
	}

a:visited {
	color: #000000;
	}

a:active {
	color: #000000;
	}

a:hover {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
	}

a.link1:link {			/* Ссылки на темном фоне */
	color: #858886;
	text-decoration: none;
	}

a.link1:visited {
	color: #858886;
	text-decoration: none;
	}

a.link1:active {
	color: #858886;
	text-decoration: none;
	}

a.link1:hover {
	color: #8c8c94;
	font-weight: bold;
	text-decoration: none;
	}

a.link2:link {			/* Ссылки в разделе Связь */
	color: #5e6263;
	font-weight: bold;
	text-decoration: none;
	}

a.link2:visited {
	color: #5e6263;
	font-weight: bold;
	text-decoration: none;
	}

a.link2:active {
	color: #5e6263;
	font-weight: bold;
	text-decoration: none;
	}

a.link2:hover {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
	}

a.link3:link {			/* Ссылки на индексной странице */
	color: #F8F5A7;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	}

a.link3:visited {
	color: #F8F5A7;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	}

a.link3:active {
	color: #F8F5A7;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	}

a.link3:hover {
	color: #F8F5A7;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	}
