html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  FONT-FAMILY: Arial Cyr, Tahoma, Times New Roman;
  text-align: left;
}


  h1 {
    font-size: 200%;
    padding: 10px;
  }

  center {text-align: center;}

  b {font-weight: bold}

  body {
    background-color: #F0FFFF;
    margin:10px;
  }

  div {
    text-align: center;
  	background: none;
  }

  body > div {
    text-align:center;
    float:none;
    background: #F0FFFF url('/images/lgreen.gif') top center repeat-y;
    overflow: auto;
/*    display:block;
    min-width:480px;*/
    ooutline: 1px solid red;
  }

  body > div:first-child {
    display:block;
   	background: none;
    border: none;
    outline: none;
  }

  body > div > font {
    background-color: #F0FFFF;
    display:block;
    outline: 1px solid blue;
    padding:5px;
    white-space:pre;
  }

  body > div > div {
    display:inline-block;
    width:215px;
    min-width:215px;
    margin:0 3px;
    padding:4px;
  }

  body > div > div:first-child {
    ooutline: 1px solid blue;
    text-align:right;
  }

  body > div > div:last-child {
    ooutline: 1px solid green;
    text-align:left;
  }

  body > div > div  > div {
    padding:0;
  }

  body > div > div:first-child > div {
    text-align:right;
  }

  body > div > div:last-child > div {
    text-align:left;
  }

  body  td > div > * {
    display:block;
    text-indent:2em;
    padding:5px;
  }

  table {
    border-collapse: collapse;
    width:auto;
  }

body > div:first-child > a:first-child {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}
