* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    color: black;
    font-family: "serif";
    margin-left: 50px;
    margin-right:50px;
    font-size: 18px;
}

/* LINKS */
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: darkred;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
a:active {
  color: darkred;
  background-color: transparent;
  font-weight: bold;
}

/* HEADERS */
h1 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 50px;
}
h2 {
    font-weight: normal;
    font-size: 20px;
}

.centre {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.navigation {
    margin: auto;
    width: 50%;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: black;
    line-height: 2;
}

.container {
  height: 100%;
  position: relative;
  margin-top: 10%;
  margin-bottom: 10%;
}

.serentown {
    font-weight: bold;
}

/* ANKH */ * {cursor: url(https://cur.cursors-4u.net/others/oth-4/oth378.cur), auto !important;} /* End https://www.cursors-4u.com */