* {
margin: 0;
/* padding: 0; */
 }
 
body {
 width: 100%;
 max-width: 1006px;
/* height: 100%; */
 color:#333;
/* background: url(img/globe_.gif) 0px 0px repeat; */
 font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 font-size:0.94em;
 line-height:135%;
}

/* -- Главное меню --*/
h1 {
 font-size:30px;
 font-weight:bold;
 /*text-transform:uppercase;*/
 padding:0px 0 0px;
 line-height:100%;
}
h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:bold;
 text-align:center;
 padding:0px 0 0px; 
 line-height:100%; 
 }
H10 {
  font-size: 45px;
  /* font-weight: normal; */
font-weight: bold;
  /* cursor: crosshair; */
  cursor: default;
  text-shadow: 2px 2px white,
               3px 3px #777;
  color: #00009f;
  transition: all 0.5s;
  }
H10:hover {
  text-shadow: 3px 3px white,
               5px 5px #777;
  color: #963c3c;
  }
 .anti {
   width: auto;
   height: 120px;
 }
 .levsha {
  height: 200px;
  width:  auto;
 }
@media all and (max-width: 480px) {
 .anti {
   width: 45%;
   height: auto;
 }
 .map {
   width: 75%;
   height: auto;
  }
 .note {
   width: 90%;
   height: auto;
  }
 .levsha {
  height: 110px;
  width:  auto;
 }
 h10 {
     font-size: 25px;
     text-shadow: 1px 1px white,
               2px 2px #777;
 }
 H10:hover {
   text-shadow: 2px 2px white,
                3px 3px #777;
   color: #963c3c;
   }
 h2 {
  font-size:15px;
  }
 div img {
	width: 100%;
	height: auto;
 }
}

/*--- menu links ------*/
 .spoiler-body { display:none }
 .spoiler_links { cursor:pointer; color:#00009f;  text-decoration:none; }
 .spoiler_links:hover { cursor:pointer; color:#963c3c; text-decoration:none; }

/* -- Заголовки страниц --*/

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:16px;
 font-weight:bold;
 text-align:center;
 padding:0px 0 0px; 
 line-height:100%; 
 }

h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size:9;
}
p {  font-family: Verdana, Arial, Helvetica, sans-serif }
li {  font-family: Arial, Helvetica, sans-serif }
ul {  list-style-type: square }
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt
}
td {  font-family: Arial, Helvetica, sans-serif }

a {
 color:#00009f;
 text-decoration:none;
}
 
a:hover {
 color:#963c3c;
 text-decoration:none;
}
 
