﻿@charset "windows-1251";

H1 { font-size:large; font-weight: bold; color: black ; text-align: center}

H2 { font-size:medium; color: blue; text-align: center}

BODY { background: white url(../IMAGES/fon12.jpg) fixed center; margin: 1ex; color: black;}

a {color: #0000FF; font-weight: bold;}

a:link{color: #0000FF; font-weight: bold;}

a:vlink {color: navy; font-weight: bold;}

a:alink {color: Red; font-weight: bold;}

a.c1{ color: red;}

a.c2{ color: blue; font-weight: bold; font-size: 70%;}

a.c3{ color: red; font-weight: bold; font-size: 70%}

div { text-align: center;}

address { font: italic 70% serif; text-align: center}

table { background: #E4E4E4 url(../IMAGES/fon12.jpg) fixed center; color: black; text-align: center;}

td {text-align: center; vertical-align: top}

img { border: thick ridge #B8860B;   }

.top-menu li{

	list-style:none;/*Убираем маркер*/	

	display:inline-block;/*Выстраиваем пункты в ряд*/

	background:white; /*Цвет фона для пункта*/

	position:relative;

	font-family: sans; font-size:small;

}

.top-menu li:hover{

	background:yellow;/*Цвет фона при наведение на пункт*/

	font-family: sans; font-size:small;

}

.top-menu li a{

	color:blue;/*Цвет шрифта в пункте*/

	padding:5px 7px;/*Отступы для пункта*/	

	text-decoration:none;/*Убираем подчеркивание*/	

	display:block;

	font-family: sans; font-size:small;

}

.top-menu li ul{

	display:none;/*Прячем выпадающее меню*/

	position:absolute;

	padding-left:0;

	width:120px;/*Ширина выпадающего меню*/

	padding-top:3px;/*Отступ сверху у выпадающего меню*/

	font-family: sans; font-size:small;

}

.top-menu li:hover ul{

	display:block;/*Показываем выпадающее меню при наведение*/

	left:0px;

	font-family: sans; font-size:small;

}



<!-- § Ј« ў­ п д®в®Ј «ҐаҐЁ -->