BODY {
/*  margin: 1em; */
/*  line-height: 1.2; */
    background: silver;
    color: black;
  }

/*H1, H2, H3, H4 { margin-top: 1en; margin-bottom: 1en }
  H5, H6 { margin-top: 1em }
*/
   H1, H3 { font-weight: bold }

/*H1 { font-size: xx-large } */
  H1, H2 { font-size: x-large } 
  H3 { font-size: large }

I, CITE, VAR, ADDRESS, BLOCKQUOTE  { font-style: italic }
/*  I, CITE, VAR, ADDRESS, BLOCKQUOTE, DFN { background: aqua } */

  EM { font-style: normal }
  EM { font-family:
      "Palatino Linotype", "Arial Unicode MS",
      "Lucida Sans Unicode",serif }
/*  EM { font-size: 90% } */

/*PRE, TT, CODE, KBD, SAMP {
	font-family: "Lucida Console" "Courier New" monospace
  } */
/*  PRE, TT, CODE, KBD, SAMP { background: white } */
PRE, TT, CODE, KBD, SAMP { font-size: larger }

A: {text-decoration: none }
A:hover: {text-decoration: underline }
A.fora: {text-decoration: none }
A.fora:hover: {text-decoration: line-through }

#kolumnoj
{
        position: relative;
        top: 0px;
        left: 0px;
        width: 90%;
        height: 100%;
        margin-bottom: 20em;
}
#kolumno1
{
        position: absolute;
        top: 0px;
        left: 0px;
        margin-left: 30px;
        margin-right: 0;
        width:48%;
        overflow: visible;
        background: yellow;
        border: 1px solid #fff;
        padding: 10px;
}
#kolumno2
{
        position: absolute;
        top: 0px;
        left: 54%;
        margin-left: 30px;
        margin-right: 0;
        width:48%;
        overflow: visible;
        background: #ddd;
        border: 1px solid #fff;
        padding: 10px;
}
