* {
  padding: 0;
  margin: 0;
}

h1, h2, h4, a img {
  padding: 0;
  margin: 0;
  border: 0;
}

h3 {
  padding: 10px 5px 1px 2px;
  margin: 0;
  border: 0;
}

ul, ol, li { list-style: none  }

table, td, th {
  border: 0px;
  font-size: 1em;
  font-weight:normal;
}

body {
  overflow: scroll;
  background: #e5e5e5;
  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;
}

#vse {
  margin: 10px auto;  
  background: #FFF;
  border: 1px solid #000 ;
  height: auto;
  text-align: left;
  width: 840px;    
  overflow: auto;
}

#hlava{
  width: auto;
  height: 167px;
  background: blue url("pic/up.gif");
  text-align: center;
}

#menu{
  width: auto;
  height: 40px;
  padding: 0;
  background: #500000;
  border-bottom: 1px solid black;
  text-align: center;
  color: #FFF;
}

#menu ul{
  height: 30px;
  list-style-type:none; 
  margin: 0;
  padding: 5px 0px; 
}

#menu li {
  margin: 0px 10px;
  float: left; 
  width: 190px;
}

#upoutavka{
  width: auto;
  height: 30px;
  padding: 0;
  background: #FF0000;
  border-bottom: 1px solid black;
  text-align: center;
  color: #FFF;
}

#text{
  overflow: auto;
  padding: 10px;
  min-height: 400px;
  background: #FFF;
} 

#pata{
  width: auto;
  height: 30px;
  padding: 5px;
  background: #500000;
  border-bottom: 1px solid black;
  text-align: center;
  color: #FFF;
}

a{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

a:hover {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

a:visited {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

.duraz a {   
  text-decoration: underline;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #500000;
}