html {
  font-family: sans-serif;
  foreground: black;
  background: #f0f0f0;
  #background-image: url("gfx/canvas.jpg");
  #background-attachment:fixed;
}

.heading {
  text-align: center;
  background: black;
  color: white;
}

table {
  margin-left: auto;
  margin-right: auto;
  background: white;
}

.body {
}

.bottom {
  #margin-top: 5em;
  position: static;
  bottom: 1em;
  left: 50%;
  right: 50%;
  text-align: center;
}

.text {
  margin-top: 1em;
  margin-left: 10em;
  margin-right: 10em;
  background: #fafafa;
  
}

a {
  color: dodgerblue;
  text-decoration: none;
}

a:hover {
  color: darkblue;
  text-decoration: underline;
}

.date {
  font-weight: bold;
  
}

ul {
  list-style-type: square;
}

li {
  margin-top: 0.2em;
}
