body {
  background: white;
  color: black;
  <!-- font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;-->
}
div.text {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
div.bilete {
  margin-top: 0.5em;
  margin-bottom: 2em; 
  border: black 6px solid;
}
a:link, a:visited, a:active {
  background: inherit;
}
a:link {
  color: #000;
}
a:visited {
  color: #0a0a0a;
}
a:active {
  color: #cba;
}
div.footer {
  font-style: italic;
  text-align: right;
  margin-top: 2em;
  padding-top: 0.5em;
  border-top: black 1px solid;
}
