/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	color: #000;
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #e6618c;
	text-decoration: underline;
}
a:hover {
	color: #fdf208;
	text-decoration:none;
}
a:focus, a:active {
	color: #c83867;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
/* --------------- /базовые настройки ---------*/
header {
	background:url(pics/header3.jpg) center center no-repeat; text-align: center; color:rgba(255, 255, 255, 1); background-size: cover; padding: 0px 0px 0px 0px}
header>h1 {font-size: 3.74em; font-style: italic;   border-color: #F5070B; color:#FFFD00; text-shadow: blue
	2px 3px 4px; margin-left: 420px; margin-bottom: 12px; }
header>h2 {font-size: 2.34em; font-style: italic; text-shadow: -1px -1px 0 #e45; margin-bottom: 12px; margin-left: 450px}
body {background-image: url(pics/4.jpg); background-repeat: round}

 #navbar ul{
        display: none;
        background-color: rgba(197,27,252,0.73);
        position: absolute;
        top: 100%;
      }
      #navbar li:hover ul { display:block; }
      #navbar, #navbar ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      #navbar {
        height: 30px;
        background-color: rgba(14,44,224,0.40);
        padding-left: 0px;
		  padding-right: 0px;
        min-width:inherit;
		  list-style-type: none;
  border: 2px solid #0066FF;
  border-radius: 20px 5px;
      }
     #navbar li {
        float:left;
        position: relative;
        height: 100%;
      }
      #navbar li a {
        display: block;
        padding: 6px;
        width: 150px;
        color: #fff;
        text-decoration:none;
        text-align: center;
}
      #navbar ul li { float: none; }
      #navbar li:hover { background-color: #f90; border-radius: 20px 5px; }
      #navbar ul li:hover { background-color: rgba(225,27,132,0.60) }
art1>p {color: red; padding: 20px; font-size: 3.74em}
art1>p2 {color:#00FF3C; padding: 20px}

 table, th, td {color: red; border: 1px solid blue; padding:0px}
 th {background-color: #f7C942;
        color: red}
        tr:hover { background-color: #E0E0FF; }

table {border-collapse: separate; border-spacing: 3px 3px;}