/* @(#)$Id: style.css,v 1.7 2018/11/11 15:56:24 rm55 Exp $ */

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    color: #fff;
  }
}

body {
  font-family: sans-serif;
}

img {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 3px solid white;
}

H1 {
  clear: both;
  text-align: center;
}

H2 {
  clear: both;
}

H2.center {
  clear: both;
  text-align: center;
}

H3,H4,H5,H6,H7 {
  clear: both;
}

p.center {
  text-align: center;
}
