* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, a img {
  padding: 0;
  margin: 0;
  border: 0;
}

table, td, th {
  border: 0px solid #FFF;
  font-size: 1em;
  font-weight:normal;
}

body {
  background: #FFF;
  font: normal normal 0.8em tahoma, arial, verdana, sans-serif, helvetica;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-indent: 0;
  border: 0; 
  text-align: center;
}

#all{
  float: left;
  background-color: white;
  height: 440px;
  width: 580px;
}

#levo{ 
  padding: 5px;
  float: left;
  margin: 1px;
  width: 278px;
  height: 436px;
}

#pravo{ 
  padding: 5px;
  float: left;
  margin: 1px;
  width: 278px;
  height: 440px;
}

p{
  text-decoration: none;
  font-size: 12px;
  color: #000;
  text-align: justify;
  border-bottom: 10px solid white;
}

a{
  text-decoration: none;
  font-size: 12px;
  color: #66cc66;
}

a:hover {
  text-decoration: underline;
  font-size: 12px;
  color: #336633;
}

a:visited {
  font-size: 12px;
  color: #66cc66;
}

#formular{
  font: normal normal 0.9em tahoma, arial, verdana, sans-serif, helvetica;
  letter-spacing: 0.1em;
  line-height: 2.0;
  text-align: left;
  float: left;
  margin-top: 20px;
  padding: 10px;
  background-color: white;
  border: solid black 2px;
  height: 150px;
  width: 440px;
}