@charset "utf-8";
@import "vis.css";
/* классовый сборник */
@import "diz.css";
/* screen стили */
/*@import "min_width.css";*/
/* минимальная ширина */
@import "fnt.css";
/* сборник фонтов */

/* ============================================
 * общее описание свойств элементов
 *
 * ============================================ */

a img
  { border:none; }
body
  { cursor:default; }
body
  { margin: 8px; }
html
  { width:100%; }
h1, h2, h3, h4, h5, h6
  { font-weight: 600; }
body, html, p, blockquote, dl, tt, dd, form, hr, h1, h2, h3, h4, h5, h6, ol, ul
  { min-width:1px; min-height:1px; }
body, html, p, blockquote, dl, tt, dd, form, hr, h1, h2, h3, h4, h5, h6, ol, ul
  { display:block; }
  li
    { display:list-item; }
    script, head, style
      { display:none; }
      acronym, span, q, b, i, cite, em, var, dfn, u, ins, s, strike, del, big, small, sub, sup, noscript
	{ display:inline; }
ul
  { list-style-type:disc; }
ul ul
  { list-style-type:circle; }
ul ul ul
  { list-style-type:square; }
ol
  { list-style-type:decimal; }
form
  { margin-top:0; margin-bottom:0; }
h1
  { font-size: 2em; margin: .67em 0; }
h2
  { font-size: 1.5em; margin: .83em 0; }
h3
  { font-size: 1.17em; margin: 1em 0; }
h4
  { font-size:1em; margin: 1.33em 0; }
h5
  { font-size: 0.83em; margin: 1.67em 0; }
h6
  { font-size: 0.67em; margin: 2.33em 0; }
p
  { margin: 1em 0; }
hr
  { height: 2px; border: 1px inset; margin: 0.5em auto 0.5em auto; }
q:before
  { content: open-quote; }
q:after
  { content: close-quote; }
b, strong
  { font-weight: bolder; }
i, cite, em, var, dfn
  { font-style: italic; }
tt, code, kbd, samp
  { font-family: fixed, sans-serif; }
u, ins
  { text-decoration: underline; }
s, strike, del
  { text-decoration: line-through; }
big
  { font-size: larger; }
small
  { font-size: smaller; }
sub
  { vertical-align: sub; font-size: smaller; line-height: normal; }
sup
  { vertical-align: super; font-size: smaller; line-height: normal; }
acronym
  { border-bottom:1px dotted; }

table, input, textarea, select
  { font-size:100%; }


.Debug, .Debug *
  { border:1px red solid; }
  .Deb
    { border:1px green solid; }


