body {
	font-family:"Segoe UI","Segoe",Segoe,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: small;
}
a, a:link {
	color: white; /* удаляем синюю рамку возле картинок */
	text-decoration: none;
	border: 0;
}
img {
	border: 0;
}
h4 {
	color: #5fbee6;
	font-family:"Segoe UI","Segoe",Segoe,"Trebuchet MS",Arial,Helvetica,sans-serif;
}
a.white_link {
	color: #afdcff; /* делаем текстовые ссылки серого цвета */
	text-decoration: none;
	font-weight: bold;
}
a.white_link:hover {
	color: white; /* при наведении текстовая ссылка становится свело-серой */
	text-decoration: underline;
	font-weight: bold;
}
a.selected {
	color: white;
	text-decoration: none; /* выделить страницу, на которой находится пользователь */
	font-weight: bold;
}
a.selected:hover{
	color: white; /* при наведении текстовая ссылка становится свело-серой */
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	color: white; /* если есть сообщения об ошибках */
}
.wais {
	color: white; /* делаем подписи серого цвета */
	text-decoration: none;
	font-weight: bold;
}
p {
	float: justify;
}
span {
	color: black;
}
#topimg {
	background-image:url(tad.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:86px;
}
#n_page {
	margin-left:auto;
	margin-right:auto;
	width: 1100px;
}
.opaque {
   opacity: .5;
   filter: alpha(opacity=50);
}