body {
 margin:0;
 padding:0;
 font-family: Verdana, "Geneva CE", lucida, sans-serif;
 background:#EEF url("images/ksicht.gif") bottom right no-repeat;
 color:#000;
}

#env {
 width:690px;
 margin:20px auto 0 auto;
 padding:20px;
 border:#000 1px solid;
 background:#DDF;
}

.left {
 text-align:left;
}

.right {
 text-align:right;
}

img {
 margin:8px;
 border:#000 1px solid;
}

h1 {
 font-size:1.2em;
}

h2 {
 font-size:1em;
}


p {
 font-size:0.8em;
}

a {
 color:#000;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}