@charset "UTF-8";
body {
  margin: 0;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Helvetica Neue',Arial,sans-serif;
  background: #f2f2f2;
  color: #0d0d0d; }

p {
  font-size: 13pt;
  line-height: 1.3;
  margin-bottom: 1cm; }

hr {
  height: 0;
  border-bottom: 0; }

#thepage, #footer, #header {
  max-width: 15cm;
  margin: auto; }

#thepage {
  padding: 1cm;
  padding-top: 2cm; }

#footer {
  padding: 0 1cm; }

.linkheader {
  margin-top: -3.5mm; }

img {
  max-width: 100%; }

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

p > a:after {
  position: relative;
  content: "﻿°";
  margin-left: -0.05em;
  font-size: 75%;
  top: -0.3em; }

.linkheader a::after {
  content: unset; }

a:hover {
  color: red; }

h1, h2, h3, h4, h5, h6 {
  color: gray; }

h1, h2 {
  font-weight: 800;
  padding: 0.2em;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

h3, h4, h5, h6 {
  margin-bottom: -0.25em; }

h3 {
  font-weight: 800; }

h4, h5, h6 {
  margin-bottom: -0.5em; }

h5, h6 {
  margin-left: 1.5em;
  font-size: 15px; }

.name {
  text-indent: 0em;
  font-weight: 800;
  display: inline-block; }

.spaceship {
  display: inline-block; }

.links {
  color: gray;
  margin: 0px; }

.hlink {
  padding: 0 3px; }

.webring > img {
  width: 1em;
  height: 1em;
  margin: -0.15em;
  filter: brightness(20%) sepia(100%) hue-rotate(-50deg) saturate(500%); }

.webring:hover > img {
  filter: brightness(35%) sepia(100%) hue-rotate(-50deg) saturate(500%); }

@media (max-width: 18cm) {
  p {
    text-align: left; } }

@media (max-width: 13cm) {
  img {
    max-width: 100%;
    width: 100%; }
  .webring > img {
    width: 1em;
    height: 1em; }
  #thepage, #footer, #header {
    padding: 0 0;
    margin: auto;
    width: 90%;
    max-width: unset; } }

@media (max-width: 10cm) {
  p {
    font-size: 12pt; }
  h1 {
    font-size: 18pt; }
  .linkheader {
    margin-top: -3mm; } }

@media (max-width: 8cm) {
  h1 {
    font-size: 10pt; }
  img {
    display: none; }
  .linkheader {
    margin-top: 0; } }

#footer p {
  font-size: 11pt; }
