body
{
  text-align: center;
  margin: 0;
  padding: 5em;

  background: url('/res/sea.jpg') no-repeat, #0894df;
  color: #ffffff;

  font-family: "Inter V", Helvetica, sans-serif;
  font-size: 20pt;
  text-shadow: 0 .1em .1em rgba(0, 0, 0, .5);
}

hr
{
  background: #ffffff;
  border: none;
  height: .1em;
  box-shadow: 0 .1em .1em rgba(0, 0, 0, .5);
}

table
{
  margin: 0 auto;
  border-spacing: 1em .25em;
}

table tr td:first-child
{
  text-align: right;
}

table tr td:last-child
{
  text-align: left;
}

a
{
  color: #ffffff !important;
}

#logo
{
  width: 10em;
}

/* kate: replace-tabs true; tab-width 2; */