body {
  background: #B8B7B7 url(img/tlo.png) repeat-x ;
}

p, a, td, li {
  font: 16px Arial, sans-serif;

}

h1 {
  text-align: center;
}

ul { list-style-type: none;}

a {
  text-decoration: none;
  color: #55A;
}

a:hover {
  text-decoration: underline;
  color: #008;
}

table {
  border-collapse: collapse;
}
td { padding: 3px 10px;}

th {

  border-bottom: 4px solid #888;
  margin-bottom: 20px;
}

pre {
  font-size: 16px !important;
  font-family: "Courier New", monospace !important;
  line-height: 0.8 !important;
  overflow: hidden;
}