	/*Правила для экранной версии представления данных*/
	@media screen {
	/*Общие установки для страницы*/
	html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	body {
	color: #0e1327;
	background-image: #0e1327;
	text-align: center;
	font-family: Tahoma, Arial, serif;
	}
	
	#nav {
	color: #0e1327;
	background-image: url(nav5.jpg);
}
	
	/* Оформление ссылок в основном тексте */
	#text a {
	text-decoration: none;
	}
	#text a:link {
	color: #fbf80a;
	}
	#text a:visited
	{
	color: # 4ce705;
}
	#text a:hover {
	text-decoration: underline;
	}
	#text a:active {
	color: #fbf80a;
	}
	/* Оформление ссылок меню */
	#menu a:link, #menu a:visited {
	color: #fbf80a;
	}
	#menu a:hover {
	text-decoration: underline;
	}
	#menu a:active {
	color: #fbf80a;
	}
	/*Оформление элементов области основного текстового содержания страницы */
	#text {
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px 10px;
	color: #fbf80a;
	}
	#text h2 {
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fbf80a;
	
	}
	/* Абзацы основного текста */
	#text p {
	text-align: justify;
	text-indent: 1.5em;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size:15pt;
	line-height:14pt;
	
	}
	
   }