@charset "UTF-8";


html {
  min-height: 100%;
}

body { 
  min-height: 100%;
  font: georgia, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
/*  color: #202020;
*/
  margin: 2em;
  text-align: center;

/*  background: #060203 url(background.jpg) no-repeat bottom right;
*/
  background-size: contain;
}

div {
  background: rgba(255,255,255,.5);
  display: inline-block;
  width: 30em;
  text-align: justify;
  padding: 2em;
}

div.index {text-align: center;}

ul {
  list-style-type: none;
}

li {
  white-space: nowrap;
}

a {
  display: block;
  color: inherit;
  text-decoration: none
}
a:hover {
  font-weight: bold;
}
